To get the available virtual switches information on ESXi host :- # esxcfg-vswitch -l [root] esxcfg-vswitch -lSwitch Name Num Ports Used Ports Configured Ports MTU UplinksvSwitch0 6656 4 128 9000 vmnic3 PortGroup Name VLAN ID Used Ports UplinksVM Network 0 0 vmnic3Management Network 4095 1 vmnic3 DVS Name Num Ports Used Ports Configured Ports MTU […]
All
Deploy Mattermost on any public cloud
Below is an example to deploy it on Google Cloud Platform. But similar approach can be done for any cloud, AWS or Azure In today’s Enterprise, it is crucial to have a secure messaging portal where we can have multiple teams/groups set up. It should be easy to share information and files, with efficient search […]
Disable vSAN Modules during ESXi boot process
Sometimes the ESXi host may stuck for very long time while loading vSAN while ESXi reboot. To isolate the issue from vSAN, you may need to boot the host without vSAN. Note: This may not be a feasible option if the data still exists on the host and the objects do not have sufficient raid […]
Deleting Inaccessible vSAN Objects
Sometimes you may see few objects in Inaccessible state in vSAN cluster. Any disruptive action like abrupt power failure, or swap objects could be the reason for inaccessible objects.If the objects are no longer needed, we can check and get rid of them. SSH into vCenter and browse to vSAN cluster in RVC : Run […]
VAMI/Appliance management page unable to cleanup old backup tasks even though Retention policy is set
First of all take proper snapshot of the vCenter before making any changes. Check the content of file “/storage/applmgmt/backup_restore/backup_schedule.json” and verify the value of parameter “max_count”. It should be equal to the “number of backups to retain” in VAMI page. If the value is anything other than the retention policy setting or if the parameter […]