Versions Compared

Key

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

...

2. Verify that "flowd" is running

Code Block
themeEmacs
languagebash
ps -ef | grep flowd

You should see three entries as well as the grep one, e.g.

Code Block
themeEmacs
languagebash
[root@thor opmantek]# ps -ef | grep flowd
root 13356 1 0 Jun18 ? 00:00:10 flowd: monitor 
_flowd 13357 13356 0 Jun18 ? 00:00:30 flowd: net 
root 27114 1 0 12:40 ? 00:00:00 NMIS opflowd debug=0
root 32567 27106 0 12:51 pts/5 00:00:00 grep flowd

...

2a. If flowd is not running you can start it with the command:

Code Block
themeEmacs
languagebash
service flowd start

Then repeat the ps -ef command, if it is not running you can check the syslog messages for why:

Code Block
themeEmacs
languagebash
tail -50 /var/log/messages

...

Start it with the command below

Code Block
themeEmacs
languagebash
service opflowd start

3. Verify that Mongo is running

Code Block
themeEmacs
languagebash
[root@thor log]# ps -ef | grep mongo
root 4462 27106 0 12:59 pts/5 00:00:00 grep mongo
root 24809 1 0 Jun19 ? 04:26:07 /usr/local/mongodb/bin/mongod --dbpath /var/mongodb --fork --logpath /var/log/mongodb.log --logappend

Start it with the command below

Code Block
themeEmacs
languagebash
service mongod start