Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Step-by-step guide

  1. Stop Mongo DB service.
    1. You can do this from the Windows Services panel and stopping the service named "MongoDB".  
  2. Open the mongod.cfg File in a text editor (located in the Getsmart directory, by default, this is C:\GetSmart).
  3. Add the following line to the config file:
    Modify the mongod.cfg to match your environment as shown in the examples below.  
  4. Save your configuration file.
  5. Restart the MongoDB service.

GlobalSearch and GlobalCapture:

Code Block
logpath=C:\GetSmart\mongodb\logs\mongo.log
dbpath=C:\GetSmart\mongodb\data
journal=true
bind_ip=127.0.0.1

...

GlobalCapture Standalone:

Code Block
systemLog:
    destination: file
    path: C:\GetSmart\CE_MongoDB\\logs\mongo.log
storage:
    dbPath: C:\GetSmart\CE_MongoDB\\data
net:
	bindIp: 127.0.0.1


Info
titlePlease Be Advised
This CANNOT be performed if your environment is running multiple GlobalCapture Servers or a stand-alone GlobalForms 10 server. This should ONLY be performed on a server where all GlobalCapture/GlobalSearch/GlobalForms applications reside

...