Set maintenance mode when performing regular maintenance of network devices. When a network device is in maintenance mode, error notifications upon changing of the operational status and execution of auto-configuration are suppressed on that device.
Perform the following operations to configure or release the maintenance mode settings of network devices.
Configuring Maintenance Mode
Network devices are put into maintenance mode in the following cases:
When the has performed an operation from the ROR console which configures maintenance mode for a network device
Right-click the target network device in the network device tree on the ROR console.
Select [Maintenance Mode]-[Set] from the popup menu.
The [Set Maintenance Mode] dialog is displayed.
Click the [OK] button.
Maintenance mode is configured for the target network device.
When has executed a command that places a network device into maintenance mode
Maintenance mode is configured for the target network device, by using the rcxadm netdevice set command with the -attr mode=maintenance option specified.
Releasing Maintenance Mode
The network device is released from maintenance mode in the following cases:
When has performed an operation from the ROR console which releases the network device from maintenance mode
Right-click the target network device in the network device tree on the ROR console.
Select [Maintenance Mode]-[Release] from the popup menu.
The [Release Maintenance Mode] dialog is displayed.
Click the [OK] button.
The target network device is released from maintenance mode.
When has executed a command that releases a network device from maintenance mode
The target network device is released from maintenance mode by using the rcxadm netdevice set command with the -attr mode=active option specified.
Information
When releasing a network device from maintenance mode, confirm the state of the target network device.
If there is no error in the state
Release the device from maintenance mode and change the operational status to "normal".
If a network device communication error is detected
The device cannot be released from maintenance mode.
Example
When configuring maintenance mode using a command
# /opt/FJSVrcvmr/bin/rcxadm netdevice set -name nd01 -attr mode=maintenance <RETURN> |
When releasing maintenance mode using a command
# /opt/FJSVrcvmr/bin/rcxadm netdevice set -name nd01 -attr mode=active <RETURN> |
The maintenance mode configuration status can be confirmed by using one of following methods:
From the GUI:
Click the network device to confirm in the network device tree.
Select the [Resource Details] tab.
Confirm the maintenance mode status, referring to "Maintenance Mode" of "General".
maintenance
Indicates that maintenance mode is configured.
active
Indicates that maintenance mode is released.
From the Command-line:
Use the rcxadm netdevice list command to confirm the maintenance mode status.
Check the maintenance mode status in the "MAINTENANCE" displayed in the display results of the list subcommand.
ON
Indicates that maintenance mode is configured.
OFF
Indicates that maintenance mode is released.
See
For details on the rcxadm netdevice command, refer to "3.3 rcxadm netdevice" in the "Reference Guide (Command) VE".
Note
Switchover of maintenance mode may not be necessary for performing maintenance, depending on the target network device. For details, refer to "6.4 Network Device Maintenance" in the "Operation Guide VE".