- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: lvmtab file
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
04-25-2002 08:13 AM
04-25-2002 08:13 AM
output of /etc/lvmtab looks like this
root@prodora3#strings /etc/lvmtab
/dev/vg00
/dev/dsk/c1t6d0
/dev/dsk/c2t6d0
/dev/vg04
/dev/dsk/c3t1d0
/dev/dsk/c4t0d0
/dev/vg05
/dev/dsk/c3t1d1
/dev/dsk/c4t0d1
/dev/vg06
/dev/dsk/c3t1d2
/dev/dsk/c4t0d2
/dev/vg07
/dev/dsk/c3t1d3
/dev/dsk/c4t0d3
/dev/vg67
;b9o
/dev/dsk/c8t0d0
vg67 is currently not activated. what is ;b9o coming from?
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2002 08:19 AM
04-25-2002 08:19 AM
Re: lvmtab file
This is simply a result of the binary data mapping to some visible ascii characters.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2002 08:21 AM
04-25-2002 08:21 AM
Re: lvmtab file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2002 08:22 AM
04-25-2002 08:22 AM
Re: lvmtab file
/etc/lvmtab is a binary file. Because the strings (1) command is looking for ASCII strings in a binary file, it is normal for some strange characters to appear.
If you have some problem with that VG, then:
# mv /etc/lvmtab /etc/lvmtab.org
# vgscan -v
This will recreate the lvmtab
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2002 08:22 AM
04-25-2002 08:22 AM
Re: lvmtab file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2002 08:22 AM
04-25-2002 08:22 AM
SolutionThe lvmtab file doesn't necessarily contain only activated VGs. It can contain all VGs that are or WERE on the system & were not removed properly such as using vgexport.
Not sure what the "junk" is that's in there, but you could safely rename the lvmtab file & use vgscan to recreate it. You could even use the -pv parameter on vgscan command to preview the actions.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2002 08:23 AM
04-25-2002 08:23 AM
Re: lvmtab file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2002 08:29 AM
04-25-2002 08:29 AM
Re: lvmtab file
The lvmtab file is not an ascii file , strings just display the printable strings in any file so that must be a printable string , in any case if you are having problems with vg67 dot he following
1. Rename lvmtab to lvmtab.old
2. rm -r /dev/vg67
3. then run vgscan
and recreate vg67 if you need to create it.
Manoj Srivastava