4.3.38.2 ALTER VAULT

This command alters an existing Exascale vault.

Syntax

ALTER VAULT
   [ NAME = vaultname ]
   [ HC = hcsize ]
   [ EF = efsize ]
   [ XT = xtsize ]
WHERE
   [ EXASCALECLUSTER = exascaleclustername ]
   NAME = vaultname

Arguments

  • NAME: The new name of the Exascale vault (for renaming a vault).
  • HC: Provisions the vault with the specified amount of storage space from the High Capacity (HC) storage pool.
  • EF: Provisions the vault with the specified amount of storage space from the Extreme Flash (EF) storage pool.
  • XT: Provisions the vault with the specified amount of storage space from the Extended (XT) storage pool.

The following arguments are available in the WHERE clause:

  • EXASCALECLUSTER: Specifies the name of the Exascale cluster that contains the vault. This argument is optional if the OEDA configuration file (es.xml) contains only one Exascale cluster.
  • NAME: Specifies the name of the Exascale vault that you want to alter.

Usage Notes

  • Each space provisioning argument can specify either a fixed amount of space, in GB or TB, or a percentage of the total size of the corresponding storage pool.

  • If you alter any vault space provisioning arguments, then ensure that you specify all of the required space provisioning arguments (previous settings are not retained).