4.3.37.2 ALTER VAULT

This command alters an existing Exascale vault.

Syntax

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

Arguments

  • NAME: Changes the name of the Exascale vault.
  • HC: Optionally, provisions the vault with the specified amount of storage space in the High Capacity storage pool. You can specify a size in GB or TB, or specify a percentage of the High Capacity storage pool.
  • EF: Optionally, provisions the vault with the specified amount of storage space in the Extreme Flash storage pool. You can specify a size in GB or TB, or specify a percentage of the Extreme Flash 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

  • If you alter any of the size arguments (HC, EF), then ensure that you set all of the required size arguments.