Top
ETERNUS SF Storage Cruiser V15.0 Operation Guide

10.2.2 Starting and stopping daemons

This section explains the commands for starting and stopping daemons.


10.2.2.1 Starting and stopping the SNMP Trap monitoring daemon

Only OS administrator (root) user can execute following commands.

How to start a SNMP Trap monitoring daemon

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
How to stop a SNMP Trap monitoring daemon

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.

How to check that a SNMP Trap-monitoring daemon has started

Input the following command to check if the process exists.

# /bin/ps -ef | grep snmptrapd | grep -v grep

10.2.2.2 Starting and stopping the daemon of the Management Server

Only OS administrator (root) user can execute following commands.

Starting daemons of the Management Server

Enter the following command to start the Management Server:

# /opt/FJSVssmgr/sbin/managerctl start
Stopping daemons of the Management Server

Enter the following command to stop the Management Server:

# /opt/FJSVssmgr/sbin/managerctl stop