- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Info on LVM
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2002 02:54 AM
10-16-2002 02:54 AM
I can get a list of the volume groups with vgdisplay and I can get a list of the logical volumes with lvdisplay
1. What command gives me a list of all the physical disks in a volume group?
2. How can I check if the disks in the volume group are mirriored or not?
3. Can you point me to some LVM docs that are brief enough to give me an understanding of LVM and how to use it?
Many Thanks
Vinesh
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2002 03:02 AM
10-16-2002 03:02 AM
Solution1.
vgdisplay -v
and see the PV Name.
or
strings /etc/lvmtab
2. VG's are not mirrored. LV's are mirrored. Correct me if i am worng.
lvdisplay
3. Not pretty sure but there is one "HP-UX System Administration Tasks" manual from HP which gives some good amount of info about LVM. docs.hp.com might be ur friend.
HTH
-balaji
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2002 03:04 AM
10-16-2002 03:04 AM
Re: Info on LVM
1. What command gives me a list of all the physical disks in a volume group?
Use pvdisplay -v
2. How can I check if the disks in the volume group are mirriored or not?
Use lvdisplay -v
E.G.
--- Logical volumes ---
LV Name /dev/avro/avro
VG Name /dev/avro
LV Permission read/write
LV Status available/syncd
Mirror copies 2
Consistency Recovery MWC
Schedule parallel
LV Size (Mbytes) 17356
Current LE 4339
Allocated PE 13017
Stripes 0
Stripe Size (Kbytes) 0
Bad block on
Allocation strict
IO Timeout (Seconds) default
The manual is the bst starting point on lvm.
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2002 03:14 AM
10-16-2002 03:14 AM
Re: Info on LVM
1. vgdisplay -v
2. lvdisplay -v can give you this
Note that it's not disks that are mirrored, but logical volumes !
3. I would NOT go for a brief doc Vinesh, this is one thing you want to understand completely !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2002 03:58 AM
10-16-2002 03:58 AM
Re: Info on LVM
disk and File Systems section.
For beginners to LVM, it useful.
Later,
Bill