【Linux】Wmware ESxi 无法创建 VMFS 数据存储 datastore2 - 无法更新 /vmf
https://i-blog.csdnimg.cn/direct/8c68ce11f2a34a07b4f5ac6e052dee7f.png一、挂载新盘
新建数据存储
https://i-blog.csdnimg.cn/direct/fe35423fc41a4ebda2e268d40c94b17f.png创建新的VMFS数据存储
https://i-blog.csdnimg.cn/direct/9aeb682cf8d1441e887e7b78a9d577c5.png填写名称
https://img-blog.csdnimg.cn/img_convert/2e8099302326e03ce35749a5cf5d9095.png
默认下一步
https://img-blog.csdnimg.cn/img_convert/46048436eacb28d12a2fd93396db2645.png
报错如下:
https://img-blog.csdnimg.cn/img_convert/3d55ee620711103514553061e9ea534a.png
无法创建 VMFS 数据存储 datastore2 - 无法更新 /vmfs/devices/disks/naa.5000c500c05b3276 的磁盘分区。 关闭
二、解决方式
ESxi 中选择 打开主机“启用 SSH”
https://img-blog.csdnimg.cn/img_convert/25cbb3ea57f8ee3bb1c7b4698e162f29.png
然后我们可以直接 远程到主机
https://i-blog.csdnimg.cn/direct/bbb358f08a9643bbab969f91b5425b75.png
列出磁盘下令:
ls -lha /vmfs/devices/disks/
total 21484061513
drwxr-xr-x 2 root root 512 Jul 12 02:23 .
drwxr-xr-x 16 root root 512 Jul 12 02:23 ..
-rw------- 1 root root 3.6T Jul 12 02:23 naa.5000c500c05b3276
-rw------- 1 root root 14.6T Jul 12 02:23 naa.5000c500c05b3276:1
-rw------- 1 root root 930.4G Jul 12 02:23 naa.600508e0000000005357f09dcfa8b606
-rw------- 1 root root 100.0M Jul 12 02:23 naa.600508e0000000005357f09dcfa8b606:1
-rw------- 1 root root 4.0G Jul 12 02:23 naa.600508e0000000005357f09dcfa8b606:5
-rw------- 1 root root 4.0G Jul 12 02:23 naa.600508e0000000005357f09dcfa8b606:6
-rw------- 1 root root 119.9G Jul 12 02:23 naa.600508e0000000005357f09dcfa8b606:7
-rw------- 1 root root 802.4G Jul 12 02:23 naa.600508e0000000005357f09dcfa8b606:8
lrwxrwxrwx 1 root root 20 Jul 12 02:23 vml.02000000005000c500c05b3276535434303030 -> naa.5000c500c05b3276
lrwxrwxrwx 1 root root 22 Jul 12 02:23 vml.02000000005000c500c05b3276535434303030:1 -> naa.5000c500c05b3276:1
lrwxrwxrwx 1 root root 36 Jul 12 02:23 vml.0200000000600508e0000000005357f09dcfa8b6064c6f67696361 -> naa.600508e0000000005357f09dcfa8b606
lrwxrwxrwx 1 root root 38 Jul 12 02:23 vml.0200000000600508e0000000005357f09dcfa8b6064c6f67696361:1 -> naa.600508e0000000005357f09dcfa8b606:1
lrwxrwxrwx 1 root root 38 Jul 12 02:23 vml.0200000000600508e0000000005357f09dcfa8b6064c6f67696361:5 -> naa.600508e0000000005357f09dcfa8b606:5
lrwxrwxrwx 1 root root 38 Jul 12 02:23 vml.0200000000600508e0000000005357f09dcfa8b6064c6f67696361:6 -> naa.600508e0000000005357f09dcfa8b606:6
lrwxrwxrwx 1 root root 38 Jul 12 02:23 vml.0200000000600508e0000000005357f09dcfa8b6064c6f67696361:7 -> naa.600508e0000000005357f09dcfa8b606:7
lrwxrwxrwx 1 root root 38 Jul 12 02:23 vml.0200000000600508e0000000005357f09dcfa8b6064c6f67696361:8 -> naa.600508e0000000005357f09dcfa8b606:8
https://img-blog.csdnimg.cn/img_convert/f156fdf26f6a09d6f23d838dbde07730.png
查抄磁盘卷是否故障
partedUtil getptbl /vmfs/devices/disks/naa.5000c500c05b3276 输出信心如下:
partedUtil getptbl /vmfs/devices/disks/naa.5000c500c05b3276
Error: Function not implemented during read on /dev/disks/naa.5000c500c05b3276
Error: The primary GPT table states that the backup GPT is located beyond the end of disk. This may happen if the disk has shrunk or partition table is corrupted. Fix, by writing backup table at the end? This will also fix the last usable sector appropriately as per the new reduced size. diskPath (/dev/disks/naa.5000c500c05b3276) diskSize (7814037168) AlternateLBA (31251759103) LastUsableLBA (31251759070)
Warning: The available space to /dev/disks/naa.5000c500c05b3276 appears to have shrunk. This may happen if the disk size has reduced. The space has been reduced by (23437721936 blocks). You can fix the GPT to correct the available space or continue with the current settings ? This will also move the backup table at the end if it is not at the end already. diskSize (7814037168) AlternateLBA (31251759103) LastUsableLBA (31251759070) NewLastUsableLBA (7814037134)
Error: Can't have a partition outside the disk!
Unable to read partition table for device /vmfs/devices/disks/naa.5000c500c05b3276
partedUtil getptbl /vmfs/devices/disks/naa.5000c500c05b3276 .使用实例
错误:读取/dev/disks/naa.5000c500c05b3276时未实现功能
错误:主GPT表指出备份GPT位于磁盘末端之外。如果磁盘收缩或分区表损坏,可能会发生这种情况。通过在最后写入备份表来修复?这也将修复最后一个可用扇区,根据新的缩小尺寸适当。diskPath (/dev/disks/naa.5000c500c05b3276) diskSize (7814037168) AlternateLBA (31251759103) LastUsableLBA (31251759070)
警告:available space to /dev/disks/naa.5000c500c05b3276似乎缩水了。如果磁盘大小减小,可能会发生这种情况。空间减少了(23437721936块)。您可以修复GPT以更正可用空间还是继续当前设置?如果备份表还没有到最后,这也将把它移动到最后。diskSize (7814037168) AlternateLBA (31251759103) LastUsableLBA (31251759070) NewLastUsableLBA (7814037134)
错误:磁盘外不能有分区!
无法读取设备/vmfs/devices/disks/naa.5000c500c05b3276的分区表 提示错误:主 GPT 表指出备份 GPT 位于磁盘末端之外。如果磁盘缩小或分区表损坏,则可能会发生这种环境。通过在末了写入备份表来修复
需要重建分区表
partedUtil setptbl /vmfs/devices/disks/naa.5000c500c05b3276 msdos https://img-blog.csdnimg.cn/img_convert/44dec0ffc2a5b061b09736f050a9c43a.png
然后重新创建新盘完成
https://img-blog.csdnimg.cn/img_convert/9f5ae3022f514e5e3fede37d23358211.png
参考文章:
ESXI 添加利旧的硬盘时提示无法创建 VMFS 数据存储及无法更新磁盘分区的解决办法_无法创建vmfs数据存储,无法更改主机配置-CSDN博客
免责声明:如果侵犯了您的权益,请联系站长,我们会及时删除侵权内容,谢谢合作!更多信息从访问主页:qidao123.com:ToB企服之家,中国第一个企服评测及商务社交产业平台。
页:
[1]