Sunday, March 12, 2023

Managing HCX service using the HCX CLI

SSH into the HCX Manager

Switch user to root: su –

Type systemctl <action> <service name>

    Action can be status, stop, start, restart
    Service name: Web-engine or app-engine




Example: systemctl status web-engine

    systemctl status web-engine

    systemctl stop web-engine

    systemctl restart web-engine

5 comments:

ESXI-check multiple ports using one command

  [root@ESXI:~] nc -w 1 -z IP 80-902 Connection to IP 80 port [tcp/http] succeeded! Connection to IP 88 port [tcp/kerberos] succeeded! Conne...