disk resize has the following syntax:
disk resize name = “device_name”, size = additional_space
Where device_name is the name of the device you are increasing and additional_space is the additional disk space you are adding to this device.
You must have already initialized the device with disk init.
device_name must refer to a valid logical device name.
The minimum size for disk resize is 1MB or one allocation unit, whichever is greater.
You must permanently disable mirroring while the resize operation is in progress. You can reestablish mirroring when the resize operation is complete.
Page size |
Allocation unit size |
Minimum incremental size |
---|---|---|
2K |
0.5MB |
1MB |
4K |
1MB |
1MB |
8K |
2MB |
2MB |
16K |
4MB |
4MB |
32K |
8MB |
8MB |
64K |
16MB |
16MB |
The new size of the device is the sum of the old device size plus the size specified in the disk resize command.