- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- lvmtab corrupted
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
01-08-2005 09:53 PM
01-08-2005 09:53 PM
lvmtab corrupted
The output of the command strings /etc/lvmtab
/dev/vg00
MAb#-
/dev/dsk/c2t0d0
/dev/dsk/c2t1d0
I don't understand what is MAb#,
On this node I just imported vg and create and remove it
I need your help
KSF
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2005 10:07 PM
01-08-2005 10:07 PM
Re: lvmtab corrupted
The /etc/lvmtab file is binary. Because the strings(1) command
is looking for ASCII strings in a binary file, ocassionaly
strange characters will appear.
/dev/vg00
MAb#-
/dev/dsk/c2t0d0
/dev/dsk/c2t1d0
You have nothing to worry about when you see this display.
strings on /etc/lvmtab is not a command that is supposed to
tell you about the vg configurations on your system. You are
supposed to use vgdisplay on the individual vg's.
The strings command is just a way to "cheat" and see info on all
the vg's at once. It leverages how strings pulls ascii characters
out of unformated files and so if any strings of ascii characters
exist other than the vg info then they will be displayed.
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2005 10:52 PM
01-08-2005 10:52 PM
Re: lvmtab corrupted
if you want to correct it and to have a "look good" lvmtab you can save /etc/lvmtab in other directory and recreate it:
# mv /etc/lvmtab /tmp/lvmtab.old
# vgscan -v -a
Stf ;-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2005 12:07 PM
01-09-2005 12:07 PM
Re: lvmtab corrupted
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2005 07:10 PM
01-09-2005 07:10 PM
Re: lvmtab corrupted
Regards,
Trond
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2005 08:50 PM
01-15-2005 08:50 PM
Re: lvmtab corrupted
But i recommend you "export -p -m" all vgs (expecially vg00) to back it up. when problem occur vgimport again.
tienna