This section explains the commands for starting and stopping daemons.
Only OS administrator (root) user can execute following commands.
In the case of PRIMEQUEST environment
Input the following command to start a SNMP Trap-monitoring daemon
# /etc/init.d/sw-trapd start
Input the following command to stop a SNMP Trap-monitoring daemon.
# /etc/init.d/sw-trapd stop
Note
However, do not stop the daemon unless there is a special reason, for it affects software using snmptrapd (e.g.:PSA, ServerView).
Input the following command to check if the process exists.
# /bin/ps -ef | grep nwsnmp-trapd | grep -v grep
In other cases than the PRIMEQUEST environment
Enter the following command to start the SNMP Trap monitoring daemon:
# /opt/FJSVswstt/bin/mpnm-trapd start
Enter the following command to stop the SNMP Trap monitoring daemon:
# /opt/FJSVswstt/bin/mpnm-trapd stop
Enter the following command to confirm if the process exists.
# /bin/ps -ef | grep nwsnmp-trapd | grep -v grep
Start or stop the following daemons in a batch operation:
Admin server daemon
SNMP Trap monitoring daemon
Only OS administrator (root) user can execute following commands.
Enter the following command to start the administrative server:
# /opt/FJSVssmgr/sbin/managerctl start
Enter the following command to stop the administrative server:
# /opt/FJSVssmgr/sbin/managerctl stop
Information
A SNMP Trap daemon is not stop in the PRIMEQUEST environment.