Translate

Total Pageviews

My YouTube Channel

Friday 12 February 2016

Starting, Stopping, Restarting the Services in vCSA 6.0 Shell

To know to how to access vCSA shell refer this post that i posted earlier. In this post i will discuss how you can Start/Stop or Restart the Services in vCSA 6.0 Shell:-

1. Connect with the shell use command
Shell

2. To list all the services execute this command:-
service-control 


3. To know how to use this service-control command run
service-control --help


4. For example you want to check the status of vmware-vws service run command
service-control --status vmware-vws


5. To start the service vmware-vws run this command
 service-control --start vmware-vws

In the same manner you can replace start with stop to stop the service.
 

No comments:

Post a Comment