Invoking serviced
To use serviced, you need a login account on hosts in Control Center pools. The account needs to be a member of the docker group.
You may invoke serviced from the Control Center master host or a resource pool host. For example, to list the services running on the master host, enter the following command:
serviced service list
If you invoke serviced on a resource pool host, you must specify the master host and port manually, using the endpoint global option.
serviced --endpoint Master-Host:4979 service list
Replace Master-Host with the hostname or IP address of the Control Center master host.