The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > OS Specific Forums > AIX
Google UNIX.COM



Thread: find VG with FS
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 05-16-2008
itik itik is offline
Registered User
 

Join Date: Oct 2007
Posts: 269
I got it although some VG are displaying:

lsvg | awk '{print "lsvg -l "$1" | grep -e "$1" -e usr"}' | ksh

Note: you should replace the usr according to what you need to find.

Last edited by itik; 05-30-2008 at 11:21 AM.
Reply With Quote