Top
ETERNUS SF Storage Cruiser 14.2 User's Guide

12.2.2 Starting and stopping daemons

This section explains the commands for starting and stopping daemons.


12.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

12.2.2.2 Starting and stopping the daemon of the administrative server

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

Starting daemons of the administrative server

Enter the following command to start the administrative server:

# /opt/FJSVssmgr/sbin/managerctl start
Stopping daemons of the administrative server

Enter the following command to stop the administrative server:

# /opt/FJSVssmgr/sbin/managerctl stop