Skip to main content

Power down host

Contributors netapp-perveilerk netapp-pcarriga

Before you power down a host, you must stop services on all grid nodes on that host.

Steps
  1. Log in to the grid node:

    1. Enter the following command: ssh admin@grid_node_IP

    2. Enter the password listed in the Passwords.txt file.

    3. Enter the following command to switch to root: su -

    4. Enter the password listed in the Passwords.txt file.

    When you are logged in as root, the prompt changes from $ to #.

  2. Stop all services running on the node: service servermanager stop

    Services can take up to 15 minutes to shut down, and you might want to log in to the system remotely to monitor the shutdown process.

  3. Repeat steps 1 and 2 for each node on the host.

  4. If you have a Linux host:

    1. Log in to the host operating system.

    2. Stop the node: storagegrid node stop

    3. Shut down the host operating system.

  5. If the node is running on a VMware virtual machine or it is an appliance node, issue the shutdown command: shutdown -h now

    Perform this step regardless of the outcome of the service servermanager stop command.

    Note After you issue the shutdown -h now command on an appliance node, you must power cycle the appliance to restart the node.

    For the appliance, this command shuts down the controller, but the appliance is still powered on. You must complete the next step.

  6. If you are powering down an appliance node, follow the steps for your appliance.

    1. Turn off the power to the SG6100-CN storage controller.

    2. Wait for the blue power LED on the SG6100-CN storage controller to turn off.

  7. Log out of the command shell: exit