VMware vCenter Server Appliance (aka VCSA) is composed from several services. These services are manageable through Web Client but in case you would need or want to use CLI here are some tips.
First of all you have to connect to VCSA via ssh and enable shell.
If you want start particular service you will have to use following syntax
VCSA is the only VMware vSphere management of the future, so don't be afraid and go VCSA!
First of all you have to connect to VCSA via ssh and enable shell.
shell.set –enabled TrueRun the below command to list the services currently present on the VCSA.
shell
service-control --listIf you want to check the status of the services, then run the below command.
service-control --statusCommand above will list all the services that are present on the VCSA, even the ones that are not running listed at the end.
If you want start particular service you will have to use following syntax
service-control --startto stop service
service-control --stopIf you want to start or stop all service use following commands
service-control --start --allNot very difficult, right?
service-control --stop --all
VCSA is the only VMware vSphere management of the future, so don't be afraid and go VCSA!
No comments:
Post a Comment