Tuesday, March 28, 2023

Create custom reports for vm's IOPS min/max/avg iops for 30 days

 Create custom reports for vm's IOPS min/max/avg iops for 30 days

After name 

Add vm's min/max/avg iops view in the views and dashboard that’s it, report will be ready to generate.








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

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...