Skip to main content

View Server Manager status and version

Contributors netapp-perveilerk netapp-madkat netapp-lhalbert

For each grid node, you can view the current status and version of Server Manager running on that grid node. You can also obtain the current status of all services running on that grid node.

Before you begin

You have the Passwords.txt file.

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. View the current status of Server Manager running on the grid node: service servermanager status

    The current status of Server Manager running on the grid node is reported (running or not). If Server Manager's status is running, the time it has been running since last it was started is listed. For example:

    servermanager running for 1d, 13h, 0m, 30s
  3. View the current version of Server Manager running on a grid node: service servermanager version

    The current version is listed. For example:

    11.1.0-20180425.1905.39c9493
  4. Log out of the command shell: exit