VMware vCenter Server 6.5
Arguments | Description |
-h,--helpshow | Help message and exit |
--startPerform | Start operation on VMware services |
--stop | Perform stop operation VMware services |
--status | Get running status of VMware services |
--list |
List all controllable VMware services
Note: This option will soon be deprecated. Only use --list-services.
|
--list-services | Lists all controllable VMware services |
--vmon-profile | VMON_PROFILE |
--all | Services associated with given profile name. Start/Stop all VMware services that is core and the default mgmt services |
--ignore | Ignore errors. Continue with given operation even if errors occur. |
# service-control --status
Running:
applmgmt lwsmd pschealth vmafdd vmcad vmdird vmdnsd vmonapi vmware-cis-license vmware-cm vmware-content-library vmware-eam vmware-perfcharts vmware-psc-client vmware-rhttpproxy vmware-sca vmware-sps vmware-statsmonitor vmware-sts-idmd vmware-stsd vmware-updatemgr vmware-vapi-endpoint vmware-vmon vmware-vpostgres vmware-vpxd vmware-vpxd-svcs vmware-vsan-health vmware-vsm vsphere-client vsphere-ui
Stopped:
vmcam vmware-imagebuilder vmware-mbcs vmware-netdumper vmware-rbd-watchdog vmware-vcha
# service-control --status vmware-cm
Running: vmware-cm
# service-control --stop vmware-cm
# service-control --start vmware-cm
# service-control --stop --all
# service-control --start --all
Note: There is no service-control --restart command.
Photon OS Commands | SLES Commands |
systemctl start <service> | service <service> start |
systemctl stop <service> | service <service> stop |
systemctl restart <service> | service <service> restart |
systemctl reload <service> | service <service> reload |
systemctl condrestart <service> | service <service> condrestart |
systemctl status <service> | service <service> status |
systemctl enable <service> | chkconfig <service> on |
systemctl disable <service> | chkconfig <service> off |
systemctl daemon-reload | chkconfig <service> --add |
systemctl list-units --type service --all | chkconfig --list <service name> |
systemctl is-enabled <service> | chkconfig --list vmware-tools-services |