Hi,
The following commands are used to create the volume(s) and filesystem ,
right now we are below 2 TB since we
we unable to create 2 TB filesystem. we are now using 2 x 1.5 TB
filesystems.
bash-2.05b# mkdir /dev/vg01
bash-2.05b# mknod /dev/vg01/group c 64 0x010000
bash-2.05b# pvcreate -f /dev/rdsk/c5t12d0
Physical volume "/dev/rdsk/c5t12d0" has been successfully created.
bash-2.05b# pvcreate -f /dev/rdsk/c5t12d1
Physical volume "/dev/rdsk/c5t12d1" has been successfully created.
bash-2.05b# vgcreate -e 30000 -s 256 vg01 /dev/dsk/c5t12d0 /dev/dsk/c5t12d1
Volume Group configuration for /dev/vg01 has been saved in
/etc/lvmconf/vg01.conf
bash-2.05b# lvcreate -L 1430272 /dev/vg01
Logical volume "/dev/vg01/lvol1" has been successfully created with
character device "/dev/vg01/rlvol1".
Logical volume "/dev/vg01/lvol1" has been successfully extended.
Volume Group configuration for /dev/vg01 has been saved in
/etc/lvmconf/vg01.conf
bash-2.05b# lvcreate -L 1430272 /dev/vg01
Logical volume "/dev/vg01/lvol2" has been successfully created with
character device "/dev/vg01/rlvol2".
Logical volume "/dev/vg01/lvol2" has been successfully extended.
Volume Group configuration for /dev/vg01 has been saved in
/etc/lvmconf/vg01.conf
bash-2.05b# newfs -F vxfs -o largefiles /dev/vg01/rlvol1
version 5 layout
1464598528 sectors, 1464598528 blocks of size 1024, log size 16384 blocks
unlimited inodes, largefiles supported
1464598528 data blocks, 1464213344 free data blocks
44696 allocation units of 32768 blocks, 32768 data blocks
bash-2.05b# newfs -F vxfs -o largefiles /dev/vg01/rlvol2
version 5 layout
1464598528 sectors, 1464598528 blocks of size 1024, log size 16384 blocks
unlimited inodes, largefiles supported
1464598528 data blocks, 1464213344 free data blocks
44696 allocation units of 32768 blocks, 32768 data blocks
The following warnings are received at boot time:
LVM Warning: Logical volume exceeds 2 terabytes. I/O requests beyond this
limit will fail.
LVM Warning: Logical volume exceeds 2 terabytes. I/O requests beyond this
limit EFI version 1.10 [14.61]
EFI64 Running on Intel(R) Itanium Processor Family
EFI 1.10 IPF zx6000/rx2600/zx2000 1.22 [Wed Aug 20 12:33:11 2003] - HP
Any ideas ?
///Björn
Post by Paul SureWhat were the
vgcreate
lvcreate
newfs
options you used?
Paul