Starting, Stopping or Restarting VMware vCenter services
Starting, Stopping or Restarting VMware vCenter services
2024-02-15
13:32
Introduction:
This article provides step to stop, start or restart vCenter Server Appliance services
Example 1: List the vCenter Server Appliance services
cd /bin
service-control --list
Example 2: View Current status of vCenter services
cd /bin
service-control --status
Example 3: Command to start and stop a specific service
service-control --start servicename
service-control --stop servicename
Example 4: Command to start all services
service-control --start --all
Misc. Commands:
Notes: