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.
When Monitoring Only IPv4 Address Assigned Devices
Only OS administrator (root) user can execute following commands.
Starting the SNMP Trap monitoring daemon
Execute the following command:
In the case of RHEL5 or RHEL6
# /etc/init.d/snmptrapd start
In the case of RHEL7
# systemctl start snmptrapd.service
Note
Restart the snmptrapd daemon and trpsrvd daemon for environments using the ServerView trap transfer program.
Stopping the SNMP Trap monitoring daemon
Execute the following command:
In the case of RHEL5 or RHEL6
# /etc/init.d/snmptrapd stop
In the case of RHEL7
# systemctl stop snmptrapd.service
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
In the case of RHEL5 or RHEL6
Execute the following command to see whether the process exists:
# /bin/ps -ef | grep snmptrapd | grep -v grep
In the case of RHEL7
Execute the following command to see whether the service is running:
# systemctl status snmptrapd.service
When Monitoring Both IPv4 and IPv6 Addresses Assigned Devices
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:
In the case of RHEL5 or RHEL6
# /opt/FJSVswstt/bin/mpnm-trapd start
In the case of RHEL7
# systemctl start startsc-snmptrapd.service
Stopping the SNMP Trap monitoring daemon
Execute the following command:
In the case of RHEL5 or RHEL6
# /opt/FJSVswstt/bin/mpnm-trapd stop
In the case of RHEL7
# systemctl stop startsc-snmptrapd.service
Checking the SNMP Trap monitoring daemon
In the case of RHEL5 or RHEL6
Execute the following command to see whether the process exists:
# /bin/ps -ef | grep nwsnmp-trapd | grep -v grep
In the case of RHEL7
Execute the following command to see whether the service is running:
# systemctl status startsc-snmptrapd.service
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.