Vmware: Difference between revisions

From DWIKI
Line 25: Line 25:
==Show routing table==
==Show routing table==
   esxcli network ip route ipv4 list
   esxcli network ip route ipv4 list
==Show VM information==
vim-cmd vmsvc/getallvms
vim-cmd vmsvc/get.guest <vmid>

Revision as of 10:05, 12 November 2018

Links

FAQ

Cloning on command line

Used vmkfstool and create new VM using "Use existing virtual disk"

Info

esxtop

Remount nfs


Get system UUID

esxcli system uuid get


Network configuration

https://www.altaro.com/vmware/vsphere-networking-basics-part-1/


Show routing table

 esxcli network ip route ipv4 list


Show VM information

vim-cmd vmsvc/getallvms
vim-cmd vmsvc/get.guest <vmid>