This section explains the commands for starting and stopping daemons.
Only OS administrator (root) user can execute following commands.
Input the following command to start a SNMP Trap monitoring daemon
# /etc/init.d/snmptrapd start
Note
In an environment where the ServerView trap distributor program (SMAWtrpsv) is used, use the following procedure to start the daemon:
# /etc/init.d/trpsrvd stop # /etc/init.d/snmptrapd start # /etc/init.d/trpsrvd start
Input the following command to stop a SNMP Trap monitoring daemon.
# /etc/init.d/snmptrapd stop
Note
Do not stop the daemon unless there is a special reason, because it affects other software using snmptrapd.
Input the following command to check if the process exists.
# /bin/ps -ef | grep snmptrapd | grep -v grep
Only OS administrator (root) user can execute following commands.
Enter the following command to start the Management Server:
# /opt/FJSVssmgr/sbin/managerctl start
Enter the following command to stop the Management Server:
# /opt/FJSVssmgr/sbin/managerctl stop