VMWare EXSi 添加新磁盤時 報錯 HostStorageSystem.ComputeDiskPartitionInfo 的處理

給 VMWare EXSi 添加新磁盤時報錯 : Call "HostStorageSystem.ComputeDiskPartitionInfo" for object "storageSystem" on ESXi "xxx.xxx.xxx.xxx" failed.服務器

由於原來的磁盤是ntfs格式,在原來的服務器上用過...ssh

谷歌下問題,解決方法以下:ide

用ssh登入 esxi ,命令行中刪除磁盤的分區this

# esxcfg-scsidevs -lthis lists the disk devices, the device file will be /dev/disks/<NAME>
output looks like:t10.ATA_____ST3320620AS_________________________________________6QF1PZXB
    Device Type: Direct-Access
       Size: 305245 MB
       Display Name: Local ATA Disk (t10.ATA_ST3320620AS_6QF1PZXB)
       Multipath Plugin: NMP
       Console Device: /vmfs/devices/disks/t10.ATA_____ST3320620AS_________________________________________6QF1PZXB
   Devfs Path: /vmfs/devices/disks/t10.ATA_____ST3320620AS_________________________________________6QF1PZXB
       Vendor: ATA       Model: ST3320620AS       Revis: 3.AA
       SCSI Level: 5  Is Pseudo: false Status: on
       Is RDM Capable: false Is Removable: false
       Is Local: true  Is SSD: false
       Other Names:
 vml.010000000020202020202020202020202036514631505a5842535433333230
 VAAI Status: unknown
# partedUtil get /dev/disks/t10.ATA_...38913 255 63 625142448
1 63 514079 130 128
2 514080 625137344 253 0
 # partedUtil delete /dev/disks/t10.ATA_... 2# partedUtil delete /dev/disks/t10.ATA_... 1

copy他處,解決了個人問題,表示感謝;同時但願更多的轉載;spa

相關文章
相關標籤/搜索