1753333 Members
5477 Online
108792 Solutions
New Discussion юеВ

incorrect lvmtab

 
SOLVED
Go to solution
Sergejs Svitnevs
Honored Contributor

incorrect lvmtab

Hi,

I have a system running HP-UX 11.11 with 2 VG. It works just fine for me except lvmtav.

"strings /etc/lvmtab" shows:
/dev/vg00
/dev/dsk/c2t0d0
/dev/dsk/c2t1d0
/dev/vg01
wsC%5
/dev/dsk/c3t9d0
/dev/dsk/c3t11d0

What does "wsC%5" mean?

Thanks
7 REPLIES 7
Torsten.
Acclaimed Contributor

Re: incorrect lvmtab

Hi,

what is incorrect?

the file /etc/lvmtab is a binary file and the command "strings" shows only "readable" content. For some reasons sometimes there are also other strings shown, but this is normal behavior.

You can ignore the string!

T.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Torsten.
Acclaimed Contributor

Re: incorrect lvmtab

BTW, see also the man page for strings:

" strings - find the printable strings in an object or other binary file"

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Pete Randall
Outstanding Contributor

Re: incorrect lvmtab

That's very common and perfectly normal. It's just something that the strings command thought it could translate. Ignore it.


Pete

Pete
RAC_1
Honored Contributor

Re: incorrect lvmtab

That is a binary file and do not expect ascii text there. at most strings on it may help.
There is no substitute to HARDWORK
Joseph Loo
Honored Contributor
Solution

Re: incorrect lvmtab

hi,

ignore it, there is no problem with that. refer to this post for a good explanation:

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=783917

regards.
what you do not see does not mean you should not believe
Sergejs Svitnevs
Honored Contributor

Re: incorrect lvmtab

Thanks
Rajesh SB
Esteemed Contributor

Re: incorrect lvmtab

Hi,

"wsC%5" looks like lvmtab is not proper.
You try this

Keep the backup of /etc/lvmtab and run command

# vgscan -p
It shows the vg details properly.

Regards,
Rajesh