Aristotle
Are you going to create new VG or extending old one ?
use command line that will be easy and fast.
E.g
pvcreate /dev/rdsk/c6t6d0
mkdir /dev/newvg
ll /dev/*/group ( Use new Number which is not listed)
mknod /dev/newvg/group c 64 0x??????
vgcreate /dev/newvg /dev/dsk/c6t6d0
this will create your new vg
For LV's
lvcreate -L size (in MB) -n lvname /dev/newvg
this will create your new lv
than create new mount piont
newfs -F vxfs -o largefiles /dev/newvg/rlvname ( use r )
than mount new FS
and add entry in your /etc/fstab file
Regards
Sanjeev
Everything is Possible as " IMPOSSIBLE" word itself says I M POSSIBLE