storage_domain includeDriveGroup

Adds drive groups to a specified Storage Domain.

SYNOPSIS

storage_domain ‑includeDriveGroup 
   ‑driveGroup driveGroup‑id‑or‑fqn [,driveGroup‑id‑or‑fqn]...
   ‑storageDomain storage‑domain‑id‑or‑fqn
   [{‑rebalanceVolumes | ‑noRebalanceVolumes}]

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

DESCRIPTION

When drive groups are added to a Storage Domain, the system by default does not migrate any data from the existing drive groups to the new drive group. If, however, you include the ‑rebalanceVolumes option, the system might migrate some of the data that exists on other drive groups to the new drive groups to enhance system performance. To minimize the amount of data migration, select all of the drive groups that you want to add and add them in a single operation.

Note: Administrators with primary administrator or admin1 roles are authorized to run the storage_domain ‑includeDriveGroup command.

OPTIONS

driveGroup

Specifies the fully qualified name (FQN) or the unique identifier (ID) of the drive group to be added to the Storage Domain. If multiple drive groups are to be added, specify a comma-separated list of drive groups.

noRebalanceVolumes

Specifies that the existing logical volumes are not rebalanced after one or more drive groups are added to a Storage Domain. This action is the default.

rebalanceVolumes

Rebalances the existing volumes that reside on all of the drive groups in the Storage Domain after adding one or more drive groups to the Storage Domain.

If the ‑includeDriveGroup option is not selected, the default action is not to rebalance the volumes.

storageDomain

Specifies the fully qualified name (FQN) or the unique identifier (ID) of the Storage Domain to which the drive groups are to be added.

EXAMPLE

Task

Add a specified drive group to a specified Storage Domain.

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

  • The FQN of the drive group: /⁠DRIVE_GROUP‑000

$ fscli storage_domain ‑includeDriveGroup ‑storageDomain /⁠domain_1 ‑driveGroup /⁠DRIVE_GROUP‑000