Use vSphere On-disk Metadata Analyzer (VOMA) to identify and fix incidents of metadata corruption that affect file systems or underlying logical volumes.
Problem
You can check metadata consistency when you experience problems with a VMFS datastore or a virtual flash resource. For example, perform a metadata check if one of the following occurs:
-
You experience storage outages.
-
After you rebuild RAID or perform a disk replacement.
-
You see metadata errors in the vmkernel.log file similar to the following:
cpu11:268057)WARNING: HBX: 599: Volume 50fd60a3-3aae1ae2-3347-0017a4770402 ("<Datastore_name>") may be damaged on disk. Corrupt heartbeat detected at offset 3305472: [HB state 0 offset 6052837899185946624 gen 15439450 stampUS 5 $
-
You are unable to access files on a VMFS.
-
You see corruption being reported for a datastore in events tabs of vCenter Server.
Solution
To check metadata consistency, run VOMA from the CLI of an ESXi host. VOMA can be used to check and fix minor inconsistency issues for a VMFS datastore or logical volumes that back the VMFS datastore.
VOMA can check and fix the following items.
VOMA Functions |
Description |
---|---|
Metadata check and fix |
Examples of metadata check and fix include, but are not limited to, the following:
|
Affinity metadata check and fix |
To enable the affinity check for VMFS6, use the -a|--affinityChk option. Several examples of affinity metadata check and fix include the following:
|
Directory validation |
VOMA can detect and correct the following errors:
Based on the nature of the corruption, VOMA can either fix only the corrupted entries or fully reconstruct the hash block, alloc map blocks and link blocks. |
Lost and found files |
During a filesystem check, VOMA can find files that are not referenced anywhere in the filesystem. These orphaned files are valid and complete, but do not have a name or directory entry on the system. If VOMA encounters orphaned files during scanning, it creates a directory named lost+found at the root of the volume to store the orphaned files. The names of the files use the Filesequence-number format. |
Command options that the VOMA tool takes include the following.
Command Option |
Description |
|
---|---|---|
-m|--module |
The modules to run include the following: |
|
vmfs |
If you do not specify the name of the module, this option is used by default. You can check the VMFS file systems and the file systems that back virtual flash resources. If you specify this module, minimal checks are performed for LVM as well. |
|
lvm |
Check logical volumes that back the VMFS datastores. |
|
ptbl |
Check and validate VMFS partitions, such as MBR or GPT. If no partition exists, determine whether partitions should exist. |
|
-f|--func |
Functions to be performed include the following: |
|
query |
List functions supported by module. |
|
check |
Check for errors. |
|
fix |
Check and fix errors. |
|
dump |
Collect metadata dump. |
|
-a|--affinityChk |
Include affinity-related check and fix for VMFS6. |
|
-d|--device |
Indicate the device or disk to inspect. Make sure to provide the absolute path to the device partition backing the VMFS datastore. If the datastore spans multiple devices, provide the UUID of the head extent. For example, voma -m vmfs -f check -d /vmfs/devices/disks/naa.xxxx:x If you use the -x|--extractDump command, enter multiple device paths, with a partition qualifier, separated with a comma. The number of device paths you enter equals the number of spanned devices. |
|
-b|--blockSize |
Indicate the disk block size. |
|
-s|--logfile |
Specify the path to log file to output the results. |
|
-x|--extractDump |
Extract the collected dump using VOMA. |
|
-D|--dumpfile |
Indicate the dump file to save the collected metadata dump. |
|
-v|--version |
Display the version of VOMA. |
|
-h|--help |
Display the help message for the VOMA command. |
|
-Y |
Indicate that you run VOMA without using PE tables for address resolution. |
|
-Z| --file |
Indicate that you run VOMA on extracted device files. |
Example
Collect metadata dump from a spanned volume:
voma -m vmfs -f dump -d head_extent -D dump_filename
Extract collected dump back to devices of a spanned volume:
voma -x dump_filename -d head_extent,extent_2,extent_3...extent_n