Veritas Volume Manager 5.1 SP1 Administrator"s Guide (5900-1506, April 2011)

# vxdg -g dg1 adddisk 3PARDATA0_1
4
Create the volume on the LUN:
# vxassist -b -g dg1 make vol1 100g 3PARDATA0_1
5
Create a file system on the volume:
# mkfs -F vxfs /dev/vx/rdsk/dg1/vol1
6
Create a mount point on the file system:
# mkdir mount1
7
Mount the file system:
# mount -F vxfs /dev/vx/dsk/dg1/vol1 /mount1
Growing the existing storage by adding a new LUN
The following procedure describes how to grow the existing storage by adding a
new LUN.
To grow the existing storage by adding a new LUN
1
Create and set up the LUN.
2
Add the LUN to the disk group.
# vxdg -g dg1 adddisk 3PARDATA0_2
3
Grow the volume and the file system to the desired size. For example:
# vxresize -b -F vxfs -g dg1 vol1 100g
Growing the existing storage by growing the LUN
The following procedure describes how to grow the existing storage by growing
a LUN.
Provisioning new usable storage
Growing the existing storage by adding a new LUN
74