Search This Blog

Wednesday, 21 September 2022

MAC update in vmk0 post vmnic0 replacement

 

esxcfg-advcfg -s 1 /Net/FollowHardwareMAC

Restart the ESXI 


https://kb.vmware.com/s/article/1031111

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