HP ProLiant ML350 G5 Storage Server Administration Guide (5697-5854, September 2006)

Use the DiskPart utility.
Toextendabasicvolume,itmustbeformattedNTFS.
You can only extend a basic volume onto the same disk.
You can only extend a basic volume if it is followed by contiguous unallocated space.
Complete help is available from the Windows Storage Server 2003 desk top by selecting Start > H elp
and Support.
To extend a volume using DiskPart, follow these steps:
1. Connect to the server through Remote Desktop, login, and bring up the command window.
2. Type DiskPart and press Enter.
3. From the DiskPart command prompt, use the following commands:
a. Enter list to display all of the volumes.
b. Enter select [name of volume] (for example, DiskPart> select Volume 4 )to
work against a particular volume or partition.
c. Enter Extend. The volume is extended to the capacity of the underlying disk. To specify the
amount to extend or to extend another disk, enter extend [size=n] [disk=n],where
size is in MB.
d. Enter Exit to exit the DiskPart utility.
TIP:
When extending a basic disk, if you receive a message that there is not enough disk space to extend
the volume, it is possible to convert to d ynamic, provided that there are other dynamic disks with space
available and that the storage server is not a node in a cluster. The volume can then be extended
over a set of dynamic disks.
Volume shadow copies
NOTE:
Select storage servers can be deployed in a clustered as well as a non-clustered conguration. This
chapter discusses using shadow copies in a non-clustered environment.
The Volume Shadow Copy Service provides an infrastructure for creating point-in-time snapshots (shadow
copies) of volumes. Shadow Copy supports 64 shadow copies per volume.
A shadow copy contains previous versions of the les or folders contained on a volume at a specic
point in time. While the shadow copy mechanism is managed at the ser ver, previous versions of les
and folders are only available over the network from clients, and are seen on a per folder or le level,
and not as an entire volume.
The shadow copy feature uses data blocks. As changes are made to the le system, the Shadow Copy
Service copies the original blocks to a special cache le, to maintain a consistent view of the le at a
particular point in time. Because the snapshot only contains a subset of the original blocks, the cache
le is typically smaller than the original volume. In the snapshot’s original form, it takes up no space
becauseblocksarenotmoveduntilanupdatetothediskoccurs.
By using shadow copies, a storage server can maintain a set of previous versions of all les on the
selected volumes. End users access the le or folder by using a separate client add-on program, which
enables them to view the le in Windows Exp lorer. Accessing previous versions of les, or shadow
copies, enables users to:
Recover les that were accidentally deleted. P revious versions can be opene d and copied to
a safe location.
52
File server management