# esxcli storage vmfs snapshot mount -l <LUN_name>No unresolved VMFS snapshots with volume label 'LUN_name' found.
# esxcli storage vmfs snapshot mount -u UUIDNo unresolved VMFS snapshots with volume UUID '########-########-####-########' found.
Resolve VMFS Volumes automatic task, seen in the task list of the vCenter Client, results in the entries similar to:Error: Cannot change the host configuration.Error StackCall "HostStorageSystem.ResolveMultipleUnresolvedVmfsVolumes" for object "storageVolume" on vCenter Server "VC" failed."/var/run/log/vmkernel.log" , you will see below events: # Example 1:LVM: 8445: Device naa.####################:1 detected to be a snapshot:LVM: 8452: queried disk ID: <type 1, len 17, lun 36, devType 0, scsi 0, h(id) 7683208289187576905>LVM: 8459: on-disk disk ID: <type 1, len 17, lun 17, devType 0, scsi 0, h(id) 7683208289187576905>
#Example 2:LVM: 11764: Device naa.####################:1 detected to be a snapshot:LVM: 11770: queried disk ID: <type 2, len 22, lun 0, devType 0, scsi 0, h(id) 15436777671286394200>LVM: 11777: on-disk disk ID: <type 2, len 22, lun 0, devType 0, scsi 0, h(id) 16841058529903986994>
Note:
Important Notes :
vSphere Client
Command line
$ esxcli storage vmfs snapshot list
You see output similar to:
########-########-####-############
Volume Name: VMFS_1
VMFS UUID:########-########-####-############
Can mount: true
Reason for un-mountability:
Can resignature: true
Reason for non-resignaturability:
Unresolved Extent Count: 1
Please note the steps and warnings outlined in the Additional Information before executing this command.
$ esxcli storage vmfs snapshot resignature -l label|-u uuid
For example:
$ esxcli storage vmfs snapshot resignature -l "VMFS_1"
$esxcli storage vmfs snapshot resignature -u "########-########-####-############"
$ esxcli storage vmfs snapshot mount -l label|-u uuid
$ esxcli storage vmfs snapshot mount -n -l label|-u uuid
$ esxcfg-volume -M VMFS_UUID|label
For example:
$ esxcfg-volume -M "VMFS_1"
$ esxcfg-volume -M "########-########-####-############"
Note:
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.
Note:
Do not resignature datastores that have running VMs/VMDKs, as In the process of the resignature the UUID/Path to the vms and disks will change will lead to an outage.
This step must be carried out while vms are shutdown, unregistered and the datastore is unmounted from all ESXi hosts.
Identify if a datastore is force mounted on an ESXi host (broadcom.com)
Extending or increasing a datastore through vCenter Server fails (broadcom.com)
vSphere でスナップショット LUN として検出された LUN のトラブルシューティング