Step 3: Take The Node Out Of Maintenance Mode - Hitachi Hyper Scale-Out Maintaining And Troubleshooting

Table of Contents

Advertisement

Step 3: Take the node out of maintenance mode

The longer a node is in maintenance mode, the greater the data on that node is at risk.
Take the node out of maintenance mode promptly after replacing the power supply.
Using the Management Console
1. Go to Hardware > Nodes.
2. On the Nodes page, point and click on the row in the list to select the node on which
you replaced the failed power supply.
3. Right-click to display the context menu and select Unset Maintenance Mode.
Using the Command Line Interface
1. Logged in to the CLI as admin or other administrative user.
2. Run the hspadm command to take the node out of maintenance mode. For example:
$ hspadm node edit --name Node007 --maintenance-mode n
Using the Management API
HTTP request syntax
POST https://<cluster-ip>:<port>/hspapi/nodes/<node-id>
and specify the following in the POST payload:
"maintenance-mode": False
Hyper Scale-Out Platform Supporting and Troubleshooting
Adding and replacing hardware components
21

Advertisement

Table of Contents
loading

Table of Contents