You can manage the HCX Manager service using the HCX Manager CLI.
Procedure
- Use VMRC or SSH to connect to the HCX Manager shell.
- Switch user to root: su –.
- Type systemctl action service_name.
-
You can choose from one of the following actions: Status, Stop, Start, Restart.
-
The service name can the web-engine or the app-engine.
#systemctl status web-engine
#systemctl status app-engine
#systemctl stop web-engine
#systemctl restart web-engine