- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- LVM commands
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
Discussions
Discussions
Discussions
Forums
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
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
тАО05-05-2006 12:09 AM
тАО05-05-2006 12:09 AM
For example, another team builds our servers and we get them when they go into production. So there is a mirrored local pair of disks under LVM but I don't know which disk that is...
Surely there is a lvm command to list the disk names currently under lvm control.
Thanks,
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-05-2006 12:53 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-05-2006 12:58 AM
тАО05-05-2006 12:58 AM
Re: LVM commands
#lvm
lvm> pvdisplaylvm> pvdisplay
Example (though I only have one drive here):
--- Physical volume ---
PV Name /dev/hda2
VG Name VolGroup00
PV Size 12.53 GB / not usable 0
Allocatable yes
PE Size (KByte) 32768
Total PE 401
Free PE 1
Allocated PE 400
PV UUID A4Byu5-96m4-x0Je-0dEZ-5Egs-Ox1j-z5jImV
Bryan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-05-2006 12:59 AM
тАО05-05-2006 12:59 AM
Re: LVM commands
try to look in /etc/lvmtab or use 'vgdisplay' command. Maybe this link will help u.
http://www.sfvlug.org/Talks/LVM/cheat_sheet.txt
s.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-05-2006 01:09 AM
тАО05-05-2006 01:09 AM
Re: LVM commands
#lvm
lvm> pvdisplay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-05-2006 01:20 AM
тАО05-05-2006 01:20 AM
Re: LVM commands
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-05-2006 01:36 AM
тАО05-05-2006 01:36 AM
Re: LVM commands
Thanks for all the suggestions.