Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Volume Group

Status
Not open for further replies.

newins

IS-IT--Management
Joined
Mar 4, 2002
Messages
11
I need to find out how to display volume groups and what directories are spread accross them for a report. I am extremely under the gun. Help is definetly appreciated.

Thanks,
Nick
 
Do this command: bdf
This will show you your VG, Logical volumes, and where they are mounted at.

You can also run "sam" to look at this info...
 
Or look your /etc/fstab file.

Patel
 
is it possible to see my different directories and which drives they are spread accross?
 
I don't think so if you have raid 5 it is sprad across all dirves. But you can try to figure out
#vgdisplay -v vg01
Then what ever physical disk it is using run pvdisplay command
#pvdisplay -v /dev/dsk/?????

Patel
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top