storage_domain cancelExcludeDriveGroup

Terminates a task that is removing one or more drive groups from a specified Storage Domain.

SYNOPSIS

storage_domain ‑cancelExcludeDriveGroup 
   ‑storageDomain storage‑domain‑id‑or‑fqn

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

DESCRIPTION

After you request that the Oracle FS System remove one or more drive groups from the Storage Domain, you can terminate the background task that is performing the removals. When the request to terminate the background task for the specified Storage Domain is run, the following actions occur:
  • If the migration of the data in a drive group has not yet started, the data remains on the current drive group.

  • If the data in a drive group has been successfully migrated to another location, the data remains at its new location.

  • If the data in a drive group is currently being migrated to another location, the migration completes and the data remains at its new location.

  • All of the specified drive groups remain in the Storage Domain, even though some or all of the data might have been moved to a new location.

Note: The first scenario might result in the drive group containing no data after the ‑cancelExcludeDriveGroup request completes. However, in the above scenarios, all of the drive groups remain assigned to the Storage Domain.
Note: Administrators with primary administrator or admin1 roles are authorized to run the storage_domain ‑cancelExcludeDriveGroup command.

OPTIONS

storageDomain

Specifies the fully qualified name (FQN) or the unique identifier (ID) of the Storage Domain from which drive groups are being excluded.

EXAMPLE

Task

Terminate a task that is removing a drive group from a specified Storage Domain.

Parameters
  • The FQN of the Storage Domain: /⁠domain_1

$ fscli storage_domain ‑cancelExcludeDriveGroup ‑storageDomain /⁠domain_1