Hi.
You may find out if You can add space on your disk(s) by using ioscan, vgdisplay and look in your fstab file.
As here, there is not much left. Hopefully You get better figures (Free PE)
Then use SAM for expanding:
#ioscan -fnC disk
Class I H/W Path Driver S/W State H/W Type Description
=====================================================================
disk 0 0/0/1/1.0.0 sdisk CLAIMED DEVICE SEAGATE ST39103LC
/dev/dsk/c1t0d0 /dev/rdsk/c1t0d0
disk 1 0/0/1/1.2.0 sdisk CLAIMED DEVICE SEAGATE ST39103LC
/dev/dsk/c1t2d0 /dev/rdsk/c1t2d0
disk 2 0/0/2/0.0.0 sdisk CLAIMED DEVICE SEAGATE ST39103LC
/dev/dsk/c2t0d0 /dev/rdsk/c2t0d0
disk 3 0/0/2/0.2.0 sdisk CLAIMED DEVICE SEAGATE ST39103LC
/dev/dsk/c2t2d0 /dev/rdsk/c2t2d0
disk 4 0/0/2/1.2.0 sdisk CLAIMED DEVICE HP DVD-ROM 6x/32x
/dev/dsk/c3t2d0 /dev/rdsk/c3t2d0
disk 7 0/4/0/0.4.0 sdisk CLAIMED DEVICE SEAGATE ST318275LC
/dev/dsk/c4t4d0 /dev/rdsk/c4t4d0
disk 5 0/4/0/0.5.0 sdisk CLAIMED DEVICE SEAGATE ST39175LC
/dev/dsk/c4t5d0 /dev/rdsk/c4t5d0
disk 8 0/4/0/1.4.0 sdisk CLAIMED DEVICE SEAGATE ST318275LC
/dev/dsk/c5t4d0 /dev/rdsk/c5t4d0
disk 6 0/4/0/1.5.0 sdisk CLAIMED DEVICE SEAGATE ST39175LC
/dev/dsk/c5t5d0 /dev/rdsk/c5t5d0
#vgdisplay -v
--- Volume groups ---
VG Name /dev/vg00
VG Write Access read/write
VG Status available
Max LV 255
Cur LV 9
Open LV 9
Max PV 16
Cur PV 2
Act PV 2
Max PE per PV 2500
VGDA 4
PE Size (Mbytes) 4
Total PE 4338
Alloc PE 3876
Free PE 462
Total PVG 0
Total Spare PVs 0
Total Spare PVs in use 0
--- Logical volumes ---
-------cut--------
LV Name /dev/vg00/lvol9
LV Status available/syncd
LV Size (Mbytes) 2176
Current LE 544
Allocated PE 1088
Used PV 2
--- Physical volumes ---
PV Name /dev/dsk/c1t2d0
PV Status available
Total PE 2169
Free PE 231
Autoswitch On
PV Name /dev/dsk/c2t2d0
PV Status available
Total PE 2169
Free PE 231
Autoswitch On
-------cut--------
#cat /etc/fstab
/dev/vg00/lvol3 / vxfs delaylog 0 1
/dev/vg00/lvol1 /stand hfs defaults 0 1
/dev/vg00/lvol4 /opt vxfs delaylog 0 2
/dev/vg00/lvol5 /tmp vxfs delaylog 0 2
/dev/vg00/lvol6 /usr vxfs delaylog 0 2
/dev/vg00/lvol7 /var vxfs delaylog 0 2
/dev/vg00/lvol8 /home vxfs delaylog 0 2
/dev/vg00/lvol9 /db1 vxfs delaylog 0 2