Use the following procedure to ensure that an increase in the
If an increase in capacity for a standard virtual disk is performed, the host will not immediately recognize the increase in virtual disk capacity.
Perform the following steps:
Caution: An increase in virtual disk capacity is supported on Windows 2000 and Windows Server 2003
only when the virtual disk is recognized by the host operating system as a
Important:
- An increase in virtual disk capacity is supported on Windows 2000 and Windows Server 2003 only when you use the NTFS file system on the virtual disk. The storage management software does NOT support an increase in virtual disk capacity when you use the FAT or FAT32 file systems.
- An increase in virtual disk capacity is supported on Windows Server 2003 platform ONLY when you use the Master Boot Record (MBR) disk partition format. The 64-bit Windows Server 2003 Operating System also supports the GUID Partition Table (GPT) disk partition format. The storage management software does not support an increase in virtual disk capacity when the virtual disk is
with the GPT disk partition format.
|
1 |
Open |
|
2 |
Ensure that the disk representing the virtual disk having its capacity increased is recognized by Disk Management as being a dynamic disk. |
|
3 |
Start the storage management software. The Enterprise Management Window is displayed. |
|
4 |
You can use one of three methods to perform a virtual disk expansion operation. Select one of the following methods and perform the steps.
Launch an Within the Logical View of the Array Management Window, select a standard virtual disk and increase its capacity by selecting Virtual Disk >> Increase Capacity. Follow the prompts on the dialogs to complete the virtual disk expansion. For more information, see Increasing the Capacity of a Standard Virtual Disk. From the Enterprise Management Window, select the storage array that contains the virtual disk you want to expand, and select Tools >> Execute Script. Type the start increaseVolCapacity command statement in the Script View with the appropriate syntax, shown below: start increaseVolCapacity virtual disk =<"virtualDiskLabel"> incrementalCapacity=<capacity> physical disks=<(physical disk list)>; Then, select either Tools >> Verify and Execute or the Tools >> Execute Only in the Script Editor. For more information on the syntax and required parameters for the start increaseVolCapacity command, refer to the Enterprise Management Window online help. Go to the command line shell of your operating system. At the command prompt, enter: SMcli arrayname -c "start increaseVolCapacity virtual disk =<"virtualDiskLabel"> incrementalCapacity=<capacity> physical disks=<(physical disk list)>;", For more information on the syntax and required parameters for SMcli, refer to the Enterprise Management Window online help. For more information on the syntax and required parameters for the start increaseVolCapacity command, refer to the Enterprise Management Window online help. |
|
5 |
Return to Disk Management, and perform a manual storage array scan by selecting Action >> Rescan Disks. A scan of all the attached disks is performed, and any disk configuration changes are recognized. Information on removable media, CD-ROM physical disks, basic virtual disks, file systems, and physical disk letters is also updated. |
|
6 |
Extend the virtual disk representing the virtual disk in Disk Management by selecting the virtual disk to extend, and selecting Action >> All Tasks >> Extend Virtual Disk. Follow the instructions that are displayed. The virtual disk is extended, with an increased capacity. |
Increase Virtual Disk Capacity: Additional Instructions