1831227 Members
3037 Online
110021 Solutions
New Discussion

IDS/9000 problems...

 
James A. Donovan
Honored Contributor

IDS/9000 problems...

I seem to be having problems getting the idsagent to run properly

# ps -ef | grep 5135 |grep -v grep
ids 5135 1 1 13:39:25 ? 0:00 ./idsagent
ids 5264 5135 8 13:41:27 ? 0:00 /opt/ids/lbin/idsSSLAgent
# ps -ef | grep 5135 |grep -v grep
ids 5135 1 0 13:39:25 ? 0:00 ./idsagent
ids 5269 5135 6 13:41:30 ? 0:00

It appears to want to spawn the idsSSLAgent process, but that process keeps dying.

Suggestions?

Remember, wherever you go, there you are...
2 REPLIES 2
Brian Markus
Valued Contributor

Re: IDS/9000 problems...

Try nohup command

When a sys-admin say's maybe, they don't mean 'yes'!
James A. Donovan
Honored Contributor

Re: IDS/9000 problems...

thanks for the reply, but the solution to my problem was to reinstall the IDS Agent.
Remember, wherever you go, there you are...