11.1 Unable to Run the Services

Issue: The services are not running.

Workaround: Run the following commands to check whether the detectd, vigilent, auditd services are running.

ps -ef | grep "detect"

ps -ef | grep "vigilent"

ps -ef | grep "auditd"

If the services are not running, restart the services.

To restart the vigilent process, go to the - /usr/netiq/pssetup directory and run the following command:

./vigilentagent.rc restart

To restart the detectd process, go to the - /usr/netiq/pssetup directory and run the following command:

./detectd.rc restart

To restart the auditd process, run the following command:

service auditd restart