you should run this to scan for the new devices and install device files for all the newly configured LUNs:
# ioscan -fnC disk;insf -C disk
After this, figure out all the device files to your new LUNs and do this for each (note that pvcreate works with RAW devices):
# pvcreate /dev/rdsk/cxxtxxdxx
do a vgextend (with block devices, you should present here all the new LUNs you want to add to this FS:)
# vgextend vgdb /dev/dsk/cxxtxxdxx /dev/dsk/cyytyydyy
to extend the logical volume (if you don't have mirroring):
# lvextend -l NEWPENUMBER /dev/vgdb/lvol1 /dev/dsk/cxxtxxdxx /dev/dsk/cyytyydyy
where NEWPENUMBER is the number of PEs you want to assign to this LV. (look in the output of vgdisplay for the freely available PEs)
extending the FS:
# umount /d/db
# extendfs -F vxfs /dev/vgdb/lvol1
# mount /d/db
something like this, I'm not so familiar with extendfs as I solely use fsadm with the OnlineJFS license.
But can I also ask something? Could you assign some points after all of this? They motivate us keeping this forum a helpful source. ;)
****
Unix operates with beer.