HP 3PAR AIX and IBM Virtual I/O Server Implementation Guide
On the AIX LPAR, scan for the new virtual SCSI devices previously mapped and list the disks:
# cfgmgr
# lsdev -Cc disk
hdisk0 Available Virtual SCSI Disk Drive
hdisk1 Available Virtual SCSI Disk Drive
hdisk2 Available Virtual SCSI Disk Drive
hdisk3 Available Virtual SCSI Disk Drive
hdisk4 Available Virtual SCSI Disk Drive
hdisk5 Available Virtual SCSI Disk Drive
hdisk6 Available Virtual SCSI Disk Drive
hdisk7 Available Virtual SCSI Disk Drive
Create scalable volume groups volume1 and volume2 on the two new disks:
# mkvg -S -s 1 -y volume1 hdisk6
0516-1254 mkvg: Changing the PVID in the ODM.
volume1
# mkvg -S -s 1 -y volume2 hdisk7
0516-1254 mkvg: Changing the PVID in the ODM.
volume2
Verify the volume group geometry on each of the newly created scalable volumes groups. In this
example, the partition size is 7099 megabytes for each.
The HP 3PAR StoreServ Storage virtual volumes will now be grown to different values for each of
the exported TPVVs:
# growvv vol1 205G
# growvv vol2 478G
Growing Virtual Volumes Exported to AIX LPARs 35