This sub section explains how to start and stop the Storage Cruiser's manager in the Linux environment.
The procedure to start and stop the SNMP Trap daemon on the Management Server is different between when moniroting only IPv4 address assigned devices and when monitoring both IPv4 and IPv6 addresses assigned devices.
Only OS administrator (root) user can execute following commands.
Starting the SNMP Trap monitoring daemon
Execute the following command.
# /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
Stopping the SNMP Trap monitoring daemon
Execute the following command.
# /etc/init.d/snmptrapd stop
Note
Do not stop the daemon unless there is a special reason, because it affects other software using snmptrapd.
Checking the SNMP Trap monitoring daemon
Execute the following command.
# /bin/ps -ef | grep snmptrapd | grep -v grep
If the settings are done in order to monitor IPv6 address assigned devices in the following sections in the ETERNUS SF Installation and Setup Guide, use the following procedure to start/stop the SNMP Trap daemon:
"SNMP Trap Setting (for Linux)" in "Setup of Storage Cruiser's Manager"
Only OS administrator (root) user can execute following commands.
Starting the SNMP Trap monitoring daemon
Execute the following command.
# /opt/FJSVswstt/bin/mpnm-trapd start
Stopping the SNMP Trap monitoring daemon
Execute the following command.
# /opt/FJSVswstt/bin/mpnm-trapd stop
Checking the SNMP Trap monitoring daemon
Execute the following command.
# /bin/ps -ef | grep nwsnmp-trapd | grep -v grep
Only OS administrator (root) user can execute following commands.
Starting daemons
Execute the following command.
# /opt/FJSVesfcm/bin/startesf.sh
Stopping daemons
Execute the following command.
# /opt/FJSVesfcm/bin/stopesf.sh
Information
If the settings are done in order to monitor IPv6 address assigned devices in the following sections in the ETERNUS SF Installation and Setup Guide, the SNMP Trap daemon is also started / stopped at the same time:
"SNMP Trap Setting (for Linux)" in "Setup of Storage Cruiser's Manager"
Note
When the batch stop is done, AdvancedCopy Manager cannot be operated from the Web Console.