- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- how to rebuild /etc/lvmtab
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
05-09-2002 10:51 AM
05-09-2002 10:51 AM
Thanks for you help.
..Joe
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2002 10:52 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2002 10:54 AM
05-09-2002 10:54 AM
Re: how to rebuild /etc/lvmtab
From the man pages..
If the /etc/lvmtab file exists, the information
contained in the file is used to assist in rebuilding the file, but
the existing file is updated with the new corrected configuration.
-USA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2002 10:57 AM
05-09-2002 10:57 AM
Re: how to rebuild /etc/lvmtab
vgscan: Couldn't access the list of physical volumes for volume group "/dev/vg00
".
Physical Volume "/dev/dsk/c0t2d0" contains no LVM information
/dev/dsk/c0t2d0 is my dvd.
#strings /etc/lvmtab displays:
/dev/vg00
i9-u
/dev/dsk/c1t2d0
/dev/dsk/c2t2d0
Is everything OK?
..Joe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2002 10:59 AM
05-09-2002 10:59 AM
Re: how to rebuild /etc/lvmtab
Yes.. Don't worry about the character on top of strings output.
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2002 11:02 AM
05-09-2002 11:02 AM
Re: how to rebuild /etc/lvmtab
Yes everything is fine. mv /etc/lvmttab to .old file and do a vgscan -v -p and you are good to go.
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2002 11:03 AM
05-09-2002 11:03 AM
Re: how to rebuild /etc/lvmtab
1) The vgscan output is normal with DVD and CDROM devices. Just ignore it.
2) The strings command of lvmtab also is normal. The reason is that the lvmtab is a binary file and the strings command is looking for ASCII strings in that ! If you don't have problems while booting or activating VG, then you can ignore it.
HTH,
Shiju