SANtricity 11.8 Commands

to Japanese version

Check asynchronous mirror group consistency

The check asyncMirrorGroup repositoryConsistency command produces a report based on analysis of the data in the underlying repository volume of the specified asynchronous mirror group.

Supported Series

This command applies to any individual storage system, including the HB2100/HB2200/HB2300, HB5100/HB5200, AB6100 and AB3100 series, as long as all SMcli packages are installed.

Roles

To execute this command on an HB2100/HB2200/HB2300, HB5100/HB5200, AB6100 or AB3100 storage system, you must have the Storage Admin role.

Syntax

check asyncMirrorGroup[asyncMirrorGroupName]
repositoryConsistency localVolume=[localVolumeName"]
file="filePath"

Parameters

Parameter Description

asyncMirrorGroup

The name of the asynchronous mirror group on which to run a consistency check. Enclose the asynchronous mirror group name in square brackets ([ ]). If the asynchronous mirror group name contains special characters or consists only of numbers, you also must enclose the name in double quotation marks (" ") inside square brackets.

repositoryConsistency

Specifies that the asynchronous mirror group is checked for consistency.

localVolume

Specifies the name of a local volume that participates in the mirror relationship. You can specify a local volume that is either the source or the destination on a mirror relationship. If the local volume name contains special characters or consists only of numbers, you also must enclose the name in double quotation marks (" ") inside square brackets.

file

The file path and the file name to which you want to save the report that results from the consistency check. Enclose the file name in double quotation marks (" "). For example:

file="C:\Program Files\CLI\logs\repoConsistency.txt" This parameter must appear last, after any of the optional parameters.

Notes

The report generated by this command is intended for use by Fujitsu Support to analyze problems.

Minimum firmware level

11.80 adds AB6100 and AB3100 system support

Top of Page