- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: /etc/lvmtab contains strange entry
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
тАО02-14-2009 06:02 AM
тАО02-14-2009 06:02 AM
/etc/lvmtab contains strange entry
The RSM software complains it can't vgimport the snap volume to the second system.
I ran a "strings /etc/lvmtab" and received the following output -
/dev/vg00
/dev/dsk/c1t0d1
/dev/dsk/c3t0d1
/dev/vg01
Ee2R
/dev/dsk/c1t0d2
/dev/dsk/c1t0d6
/dev/dsk/c1t1d1
/dev/dsk/c3t0d2
/dev/dsk/c3t0d6
/dev/dsk/c3t1d1
/dev/vg02
/dev/dsk/c1t0d3
/dev/dsk/c1t0d7
/dev/dsk/c1t1d2
/dev/dsk/c3t0d3
/dev/dsk/c3t0d7
/dev/dsk/c3t1d2
/dev/vg03
/dev/dsk/c1t0d4
/dev/dsk/c1t0d5
/dev/dsk/c3t0d4
/dev/dsk/c3t0d5
/dev/vg04
/dev/dsk/c1t1d0
/dev/dsk/c3t1d0
It is the entry "Ee2R" I am concerned about. I have never seen this one before and am wondering if this has something to do with my vgimport problem to the other system.
I have attempted to rebuild the lvmtab file but the entry remains after a "vgscan -av".
I welcome any thoughts.
- Tags:
- lvmtab strings
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-14-2009 06:33 AM
тАО02-14-2009 06:33 AM
Re: /etc/lvmtab contains strange entry
strings(1) just prints out any old random printable chars and it is not the right tool for formatting /etc/lvmtab but it just may be good enough.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-14-2009 07:16 AM
тАО02-14-2009 07:16 AM
Re: /etc/lvmtab contains strange entry
mv /etc/lvmtab -> /etc/lvmtab.corrupted
then issue the
vgscan -v
BEFORE doing this, apart from a valid backup, check if you have any file under /dev/ with minor "64". I remember an old bug, where a cmcluster could create such a file in /dev/ corrupting all.
Thanks,
Johnson
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-14-2009 08:01 AM
тАО02-14-2009 08:01 AM
Re: /etc/lvmtab contains strange entry
As Dennis hinted, there is _no_ indication from simply doing 'strings /etc/lvmtab' that it is corrupt!
The '/etc/lvmtab' is a binary file and contains both printable ASCII strings (obviously) but also LVM VGID information. The entry "Ee2R" just _happens_ to be a sequence of bits that map to printable ASCII characters.
Doing a 'vgscan' after remaining your '/etc/lvmtab' file may not change anything. If you elect to try this BE SURE TO READ and follow the 'vgscan' manpages. There are more things to do than just rename '/etc/lvmtab' and perform the 'vgscan'.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-14-2009 09:48 AM
тАО02-14-2009 09:48 AM
Re: /etc/lvmtab contains strange entry
for better explanation please refer to
http://forums13.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1234633593769+28353475&threadId=1183100
Please dont forget to assign points :)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-14-2009 09:48 AM
тАО02-14-2009 09:48 AM
Re: /etc/lvmtab contains strange entry
http://forums13.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1234633602484+28353475&threadId=1030478
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-14-2009 11:27 AM
тАО02-14-2009 11:27 AM
Re: /etc/lvmtab contains strange entry
/etc/lvmtab is a binary file.
it simply does not means that it cannit have other alphanumeric characters.
these are some of the alphanumeric strings that are there in the lvmtab.
so no need to worry for that.
this does not at all means in anyway also that the lvmtab is corrupt.
if lvmtab has got any information that seems to be inaccurate about the VGs, try doing a vgchange -a y on that VG, that shall give idea about the VG and its relation with the lvmtab, or you shall get direct messages that lvmtab is corrupt.
regards
sujit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-14-2009 04:15 PM
тАО02-14-2009 04:15 PM
Re: /etc/lvmtab contains strange entry
I tried the vgchange command and again this completed successfully.
The explanations of the characters appearing via the strings command makes sense thanks.
I'll have to investigate further as to why my RSM job is not working correctly. The output from RSM is not very informative unfortuantely and just complains about not being able to complete a vgimport command on the system the job is mounting the snapshots onto.
If anyone has any experience with rsm snapshot jobs I welcome the feedback.
Points assigned for this round.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-14-2009 04:31 PM
тАО02-14-2009 04:31 PM
Re: /etc/lvmtab contains strange entry
create host volume failed; The error from the host is 'parm1=Volume group /dev/vg01_RV3 failed to create: vgimport: Cannot open the control
file "/dev/vg01_RV3/group". No such device.
The RSM job appears to create the directory structure and the group file, but there is no entry from lvol1. When I do a vgdisplay it has no entry for the new group vg01_RV3.
My other two systems that use identical jobs work fine.