- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- LVM vg Information without activation of vg
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
06-16-2004 08:44 PM
06-16-2004 08:44 PM
LVM vg Information without activation of vg
if I take the entries of the /etc/lvmtab and go through all the devices with echo "0x2008?4X" | adb
I am using this information as part of a configuration management tool, which otherwise couldn't collect information on volume groups deactivated on all nodes at the moment.
Regards,
Andreas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2004 09:22 PM
06-16-2004 09:22 PM
Re: LVM vg Information without activation of vg
That is what i can tell u.
regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2004 09:35 PM
06-16-2004 09:35 PM
Re: LVM vg Information without activation of vg
There is no any tool to identify vg if it is deactivated. There is a non HP tool "cfg2html" (you have to search in web) which i heard that it can give all the info
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2004 09:52 PM
06-16-2004 09:52 PM
Re: LVM vg Information without activation of vg
Best regards...
Dietmar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2004 11:53 PM
06-16-2004 11:53 PM
Re: LVM vg Information without activation of vg
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2004 01:03 AM
06-17-2004 01:03 AM
Re: LVM vg Information without activation of vg
Like strings on vgxx.conf will tell you what disks (c-t-d-) belong to this one. But then again so would strings on /etc/lvmtab
And you could cat/more on any vgxx.mapfile to see what lvol names were associated to it. Of course that doesn't tell you anything more than the lvol name, and not which disk any lvol was on.
So unless you activate as Dietmar mentioned in read only...the important information only comes up when the vg is 'active.
Others may know another way,
Rita