I need to get the following info of logical volumes on AIX 5.2:
Logical Volume Name
Physical Disk Name
Volume Layout Type
Volume Size (GB or MB)
Volume Size In Use (GB or MB)
I can list all lvs:
lsvg -l `lsvg -o`|egrep -v "\:$|LV NAME"|awk '{print $1}'|sort
But, the other info is here and there -- lslv, etc.
Please let me know the best way or scripts to get the info.
Thx so much
Logical Volume Name
Physical Disk Name
Volume Layout Type
Volume Size (GB or MB)
Volume Size In Use (GB or MB)
I can list all lvs:
lsvg -l `lsvg -o`|egrep -v "\:$|LV NAME"|awk '{print $1}'|sort
But, the other info is here and there -- lslv, etc.
Please let me know the best way or scripts to get the info.
Thx so much