drive_group verifyDataConsistency

Performs a data consistency check on the drive group.

SYNOPSIS

drive_group ‑verifyDataConsistency 
   ‑driveGroup drive‑group‑id‑or‑fqn
   ‑priority {high | low}

   [{‑sessionKey | ‑u admin‑user ‑oracleFS oracle‑fs‑system}]
   [{‑outputformat | ‑o} { text | xml }]
   [{‑timeout timeout‑in‑seconds | ‑verify | ‑usage | ‑example | ‑help}] 

DESCRIPTION

The data consistency check is a long running operation. Since the data consistency check can impact performance or cause latency, you have the option of running the check with a high or low priority. The task ‑list command provides completion status information for long running commands.

Administrators with primary administrator, admin1, admin2, monitor, or support roles are authorized to run this command.

OPTIONS

driveGroup

Specifies the fully qualified name (FQN) or the unique identifier (ID) of the drive group. When a Drive Enclosure is added to the Oracle FS System, the system automatically allocates the storage by generating one or more drive groups. The drive_group ‑list command displays the names of all drive groups that are defined on the Oracle FS System. The FQN consists of the name that the system generates preceded by a forward slash (/) character.

priority

Specifies the priority of the background process that verifies the data consistency of all of the drives in the drive group.

EXAMPLE

Task

Verify the data consistency of the specified drive group. Use a low priority for the background tasks.

Parameters
  • The fully qualified name (FQN) of the drive group: /⁠⁠⁠ENCLOSURE01-DG001

$ fscli drive_group ‑verifyDataConsistency ‑driveGroup /⁠ENCLOSURE01‑DG001 ‑priority low