How to check list VCSA services status?
Connect to VCSA through putty and perform the following
shell.set --enabled True
shell
cd /bin
Run this command to list the vCenter Server Appliance services:
service-control --list
To check the status of a service runn the following command
service-control -status
To Start and Stop a service run the following commands
service-control -stop servicename
service-control -start servicename
To restart all the services
service-control -stop -all
service-control -start -all
shell.set --enabled True
shell
cd /bin
Run this command to list the vCenter Server Appliance services:
service-control --list
To check the status of a service runn the following command
service-control -status
To Start and Stop a service run the following commands
service-control -stop servicename
service-control -start servicename
To restart all the services
service-control -stop -all
service-control -start -all
No comments:
Post a Comment