Virtual TapeServer 6.04.04 for NonStop Servers Installation Guide
Reconfiguring Vaults | 9
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.
i. Write the settings to a file by entering the following command:
w
This exits the fdisk utility and displays the # prompt.
j. Check the settings by entering the following command:
fdisk /dev/cciss/c0d3p1
k. Print the settings by entering the following command:
p
l. To exit the fdisk utility, enter the following:
q
m. Repeat these steps for each of the partitions.
If the disk partition is 2+TB in size, complete these steps:
a. Start the partition editor, which is an interactive program similar to fdisk:
parted /dev/cciss/c0d3p1
b. Create a GPT disk label, which is a GUID partition table:
mklabel gpt
c. When prompted, enter yes to confirm.
d. When prompted, enter gpt to specify the disk label type.
e. Create a 4TB primary partition at the beginning of the disk:
mkpart primary 0 4000G
Or, you can create the partition to consume all disk space:
mkpart primary 0 100%
mkpart primary 51% 100%