You can manage the HCX Manager service using the HCX Manager CLI.

Procedure

  1. Use VMRC or SSH to connect to the HCX Manager shell.
  2. Switch user to root: su –.
  3. 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