一、组网图
不涉及
二、问题描述
使用RAID漫游、快照视图或是使用复制后提升的副本资源,将上述LUN重新分配给ESXi6.5时,存储设备中可正常发现挂载的LUN,但是无法通过“新建数据存储”添加设备。
三、过程分析
引起该问题的原因:
1、早期ESXi版本(5.0至6.0)可以通过vsphere client上添加并保留现有签名的方式重新添加存储,但是ESXi6.5有时无此选项;
2、使用RAID漫游、快照视图或是使用复制后提升的副本资源,重新分配给服务器时,WWID发生变化。
四、解决方法
上述LUN文件系统及数据均在,仅未挂载,因此可以通过命令行中手动挂载来解决。
1、检查并开启SSH服务
2、查看当前未挂载资源
[root@ms-hzb:~] esxcfg-volume esxcfg-volume <options> -l|--list List all volumes which have been detected as snapshots/replicas. -m|--mount <VMFS UUID|label> Mount a snapshot/replica volume, if its original copy is not online. -u|--umount <VMFS UUID|label> Umount a snapshot/replica volume. -r|--resignature <VMFS UUID|label> Resignature a snapshot/replica volume. -M|--persistent-mount <VMFS UUID|label> Mount a snapshot/replica volume persistently, if its original copy is not online. -U|--upgrade <VMFS UUID|label> Upgrade a VMFS3 volume to VMFS5. -h|--help Show this message.
[root@ms-hzb:~] esxcfg-volume -l Scanning for VMFS-6 host activity (4096 bytes/HB, 1024 HBs). VMFS UUID/label: 57006198-b6d61ce0-3afe-a0d3c1fea888/ms-test Can mount: No (the original volume is still online) Can resignature: Yes Extent name: naa.600b3423b4f29cdd43aed9570d0000d9:1 range: 0 - 102143 (MB)3、手动挂载资源
[root@ms-hzb:~] esxcfg-volume -M 57006198-b6d61ce0-3afe-a0d3c1fea888 Persistently mounting volume 57006198-b6d61ce0-3afe-a0d3c1fea888
注意:如果需要临时挂载,重启后不要求自动挂载可使用-m 小写 参数
[root@ms-hzb:~] esxcfg-volume -m 57006198-b6d61ce0-3afe-a0d3c1fea888 Mounting volume 57006198-b6d61ce0-3afe-a0d3c1fea888
五、风险提示
1、手动挂载之前确保此前操作数据完整,如无法确保,挂载可能不成功或数据异常;
2、如确定永久使用且要求服务器开机自动挂载,需要使用-M(大写)参数;
3、按照客户信息安全规范,要及时关闭SSH服务。(如必须)
六、关键字
RAID漫游,副本LUN,副本资源,视图,回滚,文件系统,挂载,ESXi6.5