- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- /etc/lvmtab
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
02-16-2010 09:41 PM
02-16-2010 09:41 PM
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2010 09:45 PM
02-16-2010 09:45 PM
Re: /etc/lvmtab
http://forums13.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1266385492342+28353475&threadId=1362863
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2010 09:47 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2010 09:57 PM
02-16-2010 09:57 PM
Re: /etc/lvmtab
#strings /etc/lvmtab
Its fine with some bogus characters.
BR,
Kapil+
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2010 09:57 PM
02-16-2010 09:57 PM
Re: /etc/lvmtab
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2010 10:13 PM
02-16-2010 10:13 PM
Re: /etc/lvmtab
its a normal format of /etc/lvmtab.
mikap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2010 10:42 PM
02-16-2010 10:42 PM
Re: /etc/lvmtab
I believe you are doing cat to see the file . you can see as follows :
strings /etc/lvmtab
also your file is perfect
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2010 11:10 PM
02-16-2010 11:10 PM
Re: /etc/lvmtab
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!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2010 12:20 AM
02-17-2010 12:20 AM
Re: /etc/lvmtab
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2010 12:50 AM
02-17-2010 12:50 AM
Re: /etc/lvmtab
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..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2010 05:43 PM
02-17-2010 05:43 PM
Re: /etc/lvmtab
Thank you!!