A newer release of this product is available.
Removing a DoNotStart file for a service
Contributors
Suggest changes
When you remove a DoNotStart file that is preventing a service from starting, you must start that service.
What you'll need
You must 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#
. -
-
Remove the DoNotStart file from the service directory:
rm /etc/sv/service/DoNotStart
where
service
is the name of the service. For example,rm /etc/sv/ldr/DoNotStart
-
Start the service:
service servicename start
-
Log out of the command shell:
exit