问题:
假设我有一个通过SCSI连接三个存储LUN的虚拟机 VMFS将每个驱动器存储为单独的VMDK文件。
在ESX主机中,这些vmdk文件存储在/ container_name / vm_name /
中Is there any way of mapping,given (disk serial number or disk id) and vmdk files location can we figure out to which vmdk file this Drive maps to?
注意:我已经浏览了这个链接 VMWare VMDK mapping to Windows Drive Letters。但并不热衷于使用脚本
答案 0 :(得分:0)
您可以将ReconfigVM_Task用于连接了这些磁盘的虚拟机。 您需要传递virtualMachineConfigSpec,顾名思义,它指定虚拟机的配置。在它下面你会找到virtualDeviceConfigSpec
您想要做的是:
有关更具体的说明,请参阅文档