How do I Resignature my LUN in VMware

In ESX 4.0

 

Making this type of change on the storage array results in assigning a new LUN ID (UUID or Serial Number) to all LUNs presented via the HBA ports.


VMFS3 metadata identifies the volumes by several properties which include the LUN number and the LUN ID (UUID or Serial Number). Because the LUNs now have new UUIDs, the resulting mismatch with the metadata leads to LVM identifying the volumes as snapshots.

 

You must resignature the VMFS3 volumes to make them visible again.

 

Caution:

  • Before performing the steps in this article:
    • Wait for a maintenance window
    • Make sure all virtual machines are backed up properly
  • Do not deviate from these steps. 

To resignature the VMFS3 volumes from the command line:

  1. Power off all virtual machines on all ESX hosts that are stored on the volume.
  2. Run the following command to re-read the volume on each ESX host:

    # vmkfstools -V

    If this works, the problem is resolved. If this does not work, proceed to step 3.
  3. Remove all of the same virtual machines from the inventory in the VirtualCenter server.

    Warning: Do not delete the virtual machines from disk. Remove them from the inventory.
  4. Log in to each host.
  5. Run the following command to verify which HBAs are providing access to the LUN:

    # esxcfg-mpath -l | less
  6. To set the ESX host to resignature all datastores detected as snapshots on the next rescan, run the following command:

7.       

    • For ESX Classic:

      # echo "1" /proc/vmware/config/LVM/EnableResignature
    • For ESXi:

      # esxcfg-advcfg -s 1 LVM/EnableResignature
  1. To rescan the storage and perform the resignature on volumes detected as a snapshot, run the command:

    # vmkfstools -V
  2. To disable the resignature flag, run the following command:

    Warning:
    Do not skip this step.
    • For ESX Classic:

      # echo "0" /proc/vmware/config/LVM/EnableResignature
    • For ESXi:

      # esxcfg-advcfg -s 0 LVM/EnableResignature
  3. To ensure that the volumes stay mounted after resignaturing is turned off, run the command:

    # vmkfstools -V
  4. Reinventory the virtual machines.

a.       Open VI Client to the VirtualCenter Server. The virtual machines show as inaccessible.

b.      Right-click on the virtual machine and click Remove From Inventory.

c.       Double-click the datastore to bring up the datastore browser.

d.      Select the folder in which the virtual machines resides.

e.       Right-click the virtual machine file (extension .vmx) or template file (extension .vmtx)

f.        Click Add to Inventory.

g.       Follow the wizard.