Virtual TapeServer 8.4 Configuration Guide
12 | Virtual TapeServer Configuration Guide
To modify the configuration
Note You can perform this procedure multiple times, if necessary.
1. Identify the partition to modify. This example will modify VAULT01 (c0d1p1).
2. Unmount the file system.
umount /VAULT01
3. Create partitions on the disk.
If the disk partition is less than 2TB in size, complete these steps:
a. Starting with the first recognized disk after the system disk, create the partition by
entering the following command:
fdisk /dev/cciss/c0d1
The fdisk command displays a : prompt.
b. Print the current partition table by entering the following command:
p
c. Delete any partitions that you want to reconfigure by entering the following command:
d
d. Select the partition by entering the following command:
1
e. Add a new partition by entering the following command:
n
f. Choose the primary partition by entering the following command:
p
g. Select the first partition by entering the following command:
1
h. Accept the cylinder defaults by pressing ENTER twice.