metadata

Use the metadata command to recover the critical metadata describing arrays and volumes.

Syntax

sataskmetadata -rebuildcluster [ -scan ] -filefilename_arg -diskUID | IPv4_address | IPv6_address -startstart_arg [ -endend_arg ] -dump

Parameters

satask
(Required) Specifies a system administrator task, such as issuing service commands that are only used in specific circumstances.
-rebuildcluster
(Required) Creates a cluster from the metadata found in /dumps/t3_recovery.bin created by the -dump process.
-scan
(Optional) Scans the specified MDisk or drive for system metadata.
-filefilename_arg
(Required) Specifies the file in which you want the results of a scan operation. The file is placed into the node in the directory /dumps, and can be retrieved using Secure Copy (scp). The file can be subsequently cleaned using the cleardumps command.
-diskUID | IPv4_address | IPv6_address
(Required) Specifies the UID, IPv4 address, or IPv6 address of the MDisk or drive that you want to scan or remove a dump from. If an IPv4 or IPv6 address is specified, the -start and -end parameters are ignored.
-startstart_arg
(Required) Specifies the following conditions:
  • When used with -scan: The first LBA in which to look for metadata on the disk.
  • When used with -dump: The first LBA at which the metadata resides (as reported in the scan file).

If the start_arg variable is not specified, 0 is used as the default.

-endend_arg
(Optional) Specifies the last LBA in which to look for metadata on the disk.
-dump
(Required) Dumps metadata from the specified MDisk or drive to file /dumps/t3_recovery.bin

Description

Use this command to recover the critical metadata describing arrays and volumes.

Use the lscmdstatus command to see the status of the command.

An invocation example

satask metadata -scan -file scan.0.xml -disk 044234043539t530530453453495345430345 -start 0

The resulting output:

No feedback

An invocation example using an IPv4 address.

satask metadata -scan -file auto0.xml -disk 192.168.0.1

The resulting output:

No feedback

An invocation example using an IPv6 address.

satask metadata -scan -file auto0.xml -disk fe80::a08c:a87:b0ac:a0c2

The resulting output:

No feedback