You don't need to use a script. lsvg will accept a list of VGs at <stdin>, therefore (for example):
Code:
# lsvg -o | lsvg -l | grep FS
This will cycle through all the active VGs (lsvg -o) and do an "lsvg -l" on each of them.
I hope this helps.
bakunin