Search This Blog

Sunday, 15 March 2020

ESXI shell commands

vmware -l
vmware -v
#ls -lrth
To list file system volumes
df -h
To list ramdisk info
vdf -h

#/etc/init.d/vpxa status
#/etc/init.d/vpxa start 

To generate log bundle
vm-support -w /path to save 

Ansible_Notes

   ansible -i inventory.ini -m ping all   # inventory.ini it will ping to the hosts which are in inventory # ansible -i inventory.ini -m pin...