1826421 Members
3530 Online
109692 Solutions
New Discussion

/etc/lvmtab

 
SOLVED
Go to solution
S.S.
Super Advisor

/etc/lvmtab

Dear All,

Just 1 month ago i have created a volumegroup under that i have created only 1 LV.
Now i have noticed that under /etc/lvmtab file there are some typo characters. Can anyone suggest me how can i remove them and if there are any null characters what will be the impact?

Pls find the output of /etc/lvmtab file:
/dev/Test_vgworking
K]1?
/dev/dsk/c12t1d0
/dev/dsk/c10t1d5
/dev/dsk/c14t1d0
/dev/dsk/c16t1d0
/dev/dsk/c18t1d0
/dev/dsk/c4t1d0
/dev/dsk/c6t1d0
/dev/dsk/c8t1d0
/dev/dsk/c10t1d0



10 REPLIES 10
Johnson Punniyalingam
Honored Contributor

Re: /etc/lvmtab

Check below thread.

http://forums13.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1266385492342+28353475&threadId=1362863
Problems are common to all, but attitude makes the difference
Johnson Punniyalingam
Honored Contributor
Solution

Re: /etc/lvmtab

Your "/etc/lvmtab" -> looks perfectly normal

.. :)

BTW :- You are in Singapore ?? I thought we all in still in CNY -> hoilday ..:)
Problems are common to all, but attitude makes the difference
Kapil Jha
Honored Contributor

Re: /etc/lvmtab

you have to check lvmtab with strings and not cat.
#strings /etc/lvmtab

Its fine with some bogus characters.

BR,
Kapil+
I am in this small bowl, I wane see the real world......
S.S.
Super Advisor

Re: /etc/lvmtab

Yes Johnson, I am in Singapore.
Michal Kapalka (mikap)
Honored Contributor

Re: /etc/lvmtab

hi,

its a normal format of /etc/lvmtab.

mikap
Jupinder Bedi
Respected Contributor

Re: /etc/lvmtab

Hello SS ,
I believe you are doing cat to see the file . you can see as follows :

strings /etc/lvmtab

also your file is perfect
All things excellent are as difficult as they are rare
Torsten.
Acclaimed Contributor

Re: /etc/lvmtab

Remember this is a binary file!

man strings

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!   
bobsam
Advisor

Re: /etc/lvmtab

Dear,

your /etc/lvmtab entry haven't any problem.
This is the normal format of /etc/lvmtab.
I thing that you are confussed with K]1? entry.

This all Luns are from storage.May be due to that the entry is there.No need to worry about that. I think that there may be no problem for your filesystems in that vg.

thanks
bob.
R.K. #
Honored Contributor

Re: /etc/lvmtab

Hello SS,

First of all, it is not a normal file that we can simply do "more", "cat", "vi" etc on it.
So "strings" is used to get info out of it.

# If FIRST FOUR characters are readable it will be printed to the output.

>> K]1?
These are exactly four characters.

So, as said, no need to worry about it.

Regds..
Don't fix what ain't broke
S.S.
Super Advisor

Re: /etc/lvmtab

Thank you all for your suggestions. I am ignoring this.

Thank you!!