If you type
ps -ef | grep jive
a few times you should see something like this
The numbers at the start of the lines with Jivelite should be the same each time - unless Jivelite is stops and is restarted.
Your numbers will not be the same as mine.
Are the numbers for the line which has "/opt/jivelite/bin/jivelite" at the end changing?
ps -ef | grep jive
a few times you should see something like this
Code:
9152 root 0:00 {jivelite.sh} /bin/sh /opt/jivelite/bin/jivelite.sh 25913 root 0:05 /opt/jivelite/bin/jivelite 25953 tc 0:00 grep jive
Your numbers will not be the same as mine.
Are the numbers for the line which has "/opt/jivelite/bin/jivelite" at the end changing?
Comment