Some maintenance procedures require you to stop a single service while keeping other services on the grid node running. After you have completed tasks that required you to stop a service, restart that service.
Before you begin
You must have the Passwords.txt file.
Steps
- From the service laptop, 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 #.
- Restart a manually stopped service: /etc/init.d/service start
For example,
/etc/init.d/ldr start
- Restart a running service: /etc/init.d/service restart
- Log out of the command shell: exit