You have a Management Center (MC) Virtual Appliance (VA) and want to add extra disk space.
Management Center Virtual Appliance
MC VAs have two disks, a boot disk and data disk.
Increasing the size of the boot disk (disk 1) or adding another virtual disk to an existing MC VA is not supported.
In releases prior to MC version 3.2, increasing data disk space on an existing MC VA required restoring defaults to utilize the extra space.
In MC versions 3.2.x and later, expanding the data disk space utilizing the storage
command doesn't require restoring to defaults.
The storage
command only applies to adding data disk space (disk 2).
If your boot disk (disk 1) has less than the recommended 4 GB of disk space, deploy a new MC instance following the Management Center Virtual Machine Sizing Guidelines.
Backup MC and offload the backup to another file server (or download it to your desktop) before performing any maintenance on your MC.
To increase disk space for data disk (disk 2):
#storage view
#storage activate-extra-space
Note: Increasing the number of CPUs and expanding memory is automatically recognized by MC after a power cycle. No additional commands are needed.
Sample output:
MGMT_CNTR# storage view
Storage type disk VG
Storage utilized size: 104.856 GiB
Number partitions used: 1
Can be expanded
Usable space available: 314.574 GiB
MGMT_CNTR# storage activate-extra-space
***************************** ATTENTION ***************************
IF YOU CHOOSE TO CONTINUE ALL AVAILABLE DISK SPACE WILL BE UTILIZED
THIS OPERATION IS NOT REVERSABLE. DECREASING VM DISK SPACE WILL REQUIRE
RESTORE_DEFAULTS OPERATION DESTROYING ALL STORED DATA
*******************************************************************
Continue? [no,yes] yes
Completed.
MGMT_CNTR# storage view
Storage type disk VG
Storage utilized size: 419.429 GiB
Number partitions used: 2
MGMT_CNTR#