1. How to Retrieves the hard disks of the virtual machine named VM
CMD> Get-HardDisk -VM <VirtualMachine Name>
2. How to List all Volumes on ESXi host
CMD> esxcfg-volume –l
3. How to Persistant Mount the Volume from CLI.
CMD> esxcfg-volume –M "<DatastoreName>"
CMD> Get-HardDisk -VM <VirtualMachine Name>
2. How to List all Volumes on ESXi host
CMD> esxcfg-volume –l
3. How to Persistant Mount the Volume from CLI.
CMD> esxcfg-volume –M "<DatastoreName>"
No comments:
Post a Comment