# ioscan -funC disk Class I H/W Path Driver S/W State H/W Type Description ===================================================================== disk 0 0/0/1/1.2.0 sdisk CLAIMED DEVICE HP 36.4GMAN3367MC /dev/dsk/c1t2d0 /dev/rdsk/c1t2d0 disk 1 0/0/2/0.2.0 sdisk CLAIMED DEVICE SEAGATE ST336704LC /dev/dsk/c2t2d0 /dev/rdsk/c2t2d0 disk 2 0/0/2/1.2.0 sdisk CLAIMED DEVICE HP DVD-ROM 305 /dev/dsk/c3t2d0 /dev/rdsk/c3t2d0 # mediainit -v /dev/rdsk/c2t2d0 mediainit: initialization process starting mediainit: locking SCSI device mediainit: initializing media mediainit: verifying media mediainit: initialization process completed # pvcreate -B /dev/rdsk/c2t2d0 Physical volume "/dev/rdsk/c2t2d0" has been successfully created. # bdf Filesystem kbytes used avail %used Mounted on /dev/vg00/lvol3 409600 85360 321712 21% / /dev/vg00/lvol1 298928 28360 240672 11% /stand /dev/vg00/lvol8 2613248 209352 2385160 8% /var /dev/vg00/lvol7 1220608 888120 329944 73% /usr /dev/vg00/lvol4 204800 2440 200848 1% /tmp /dev/vg00/lvol6 1146880 927288 217928 81% /opt /dev/vg00/lvol5 24576 2312 22096 9% /home # # ksh # lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/c2t2d0 lvextend: Physical volume "/dev/dsk/c2t2d0" does not belong to volume group "/dev/vg00". # vgextend /dev/vg00 /dev/dsk/c2t2d0 Volume group "/dev/vg00" has been successfully extended. Volume Group configuration for /dev/vg00 has been saved in /etc/lvmconf/vg00.con f # lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/c2t2d0 The newly allocated mirrors are now being synchronized. This operation will take some time. Please wait .... Logical volume "/dev/vg00/lvol1" has been successfully extended. lvlnboot: LIF information corrupt or not present on "/dev/dsk/c2t2d0". Use the "mkboot" command to initialize the LIF area. Volume Group configuration for /dev/vg00 has been saved in /etc/lvmconf/vg00.con f # lvextend -m 1 /dev/vg00/lvol2 /dev/dsk/c2t2d0 The newly allocated mirrors are now being synchronized. This operation will take some time. Please wait .... Logical volume "/dev/vg00/lvol2" has been successfully extended. lvlnboot: LIF information corrupt or not present on "/dev/dsk/c2t2d0". Use the "mkboot" command to initialize the LIF area. Warning: Valid Boot Data Area Found. If this Physical Volume "/dev/rdsk/c2t2d0" is to become a Boot Device with the use of /usr/sbin/mkboot, this newly created LABEL file will be overwritten. Volume Group configuration for /dev/vg00 has been saved in /etc/lvmconf/vg00.con f # lvextend -m 1 /dev/vg00/lvol3 /dev/dsk/c2t2d0 The newly allocated mirrors are now being synchronized. This operation will take some time. Please wait .... Logical volume "/dev/vg00/lvol3" has been successfully extended. Volume Group configuration for /dev/vg00 has been saved in /etc/lvmconf/vg00.con f # lvextend -m 1 /dev/vg00/lvol4 /dev/dsk/c2t2d0 The newly allocated mirrors are now being synchronized. This operation will take some time. Please wait .... Logical volume "/dev/vg00/lvol4" has been successfully extended. Volume Group configuration for /dev/vg00 has been saved in /etc/lvmconf/vg00.con f # lvextend -m 1 /dev/vg00/lvol5 /dev/dsk/c2t2d0 The newly allocated mirrors are now being synchronized. This operation will take some time. Please wait .... Logical volume "/dev/vg00/lvol5" has been successfully extended. Volume Group configuration for /dev/vg00 has been saved in /etc/lvmconf/vg00.con f # lvextend -m 1 /dev/vg00/lvol6 /dev/dsk/c2t2d0 The newly allocated mirrors are now being synchronized. This operation will take some time. Please wait .... Logical volume "/dev/vg00/lvol6" has been successfully extended. Volume Group configuration for /dev/vg00 has been saved in /etc/lvmconf/vg00.con f # lvextend -m 1 /dev/vg00/lvol7 /dev/dsk/c2t2d0 The newly allocated mirrors are now being synchronized. This operation will take some time. Please wait .... Logical volume "/dev/vg00/lvol7" has been successfully extended. Volume Group configuration for /dev/vg00 has been saved in /etc/lvmconf/vg00.conf # lvextend -m 1 /dev/vg00/lvol8 /dev/dsk/c2t2d0 The newly allocated mirrors are now being synchronized. This operation will take some time. Please wait .... Logical volume "/dev/vg00/lvol8" has been successfully extended. Volume Group configuration for /dev/vg00 has been saved in /etc/lvmconf/vg00.conf #