A newer release of this product is available.
View current status of service
Contributors
Suggest changes
You can view the current status of a services running on a grid node at any time.
Before you begin
You have the Passwords.txt
file.
Steps
-
Log in to the grid node:
-
Enter the following command:
ssh admin@grid_node_IP
-
Enter the password listed in the
Passwords.txt
file. -
Enter the following command to switch to root:
su -
-
Enter the password listed in the
Passwords.txt
file.
When you are logged in as root, the prompt changes from
$
to#
. -
-
View the current status of a service running on a grid node: `service servicename status The current status of the requested service running on the grid node is reported (running or not). For example:
cmn running for 1d, 14h, 21m, 2s
-
Log out of the command shell:
exit