- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: /etc/lvmtab list is strange
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
10-19-2005 08:01 PM
10-19-2005 08:01 PM
/etc/lvmtab list is strange
the lvmtab list is strange.
/dev/vg08
)CS7o
/dev/dsk/c16t0d2
what is )CS7o?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2005 08:07 PM
10-19-2005 08:07 PM
Re: /etc/lvmtab list is strange
Move the lvm tab and recreate it. Then give me the output
#mv /etc/lvmtab /etc/lvmtab.old
#vgscan
All the best
Jay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2005 08:08 PM
10-19-2005 08:08 PM
Re: /etc/lvmtab list is strange
# strings /etc/lvmtab
Some related symbols with /etc/lvmtab are extracted by strings.
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2005 08:09 PM
10-19-2005 08:09 PM
Re: /etc/lvmtab list is strange
/etc/lvmtab is not an textfile but a binairy (data) file.
#file /etc/lvmtab
/etc/lvmtab: data
therefor you can see strange caracters when using pg or more.
DO NOT edit the file!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2005 08:12 PM
10-19-2005 08:12 PM
Re: /etc/lvmtab list is strange
u meant after doing "strings /etc/lvmtab"? if so, do not worry, those characters are a result of strings command looking for ascii chars in a binary file:
http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000080095338
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2005 08:12 PM
10-19-2005 08:12 PM
Re: /etc/lvmtab list is strange
It's fine, that's just a symbol. As long as your system is fine, this will not harm the system's processes.
You can re-create by using 'vgscan' command.
# mv /etc/lvmtab /tmp/lvmtab.ORI
# vgscan -v
Use 'strings' to see the contain of this file :
# strings /etc/lvmtab
Hope this information can help you.
Cheers,
AW
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2005 08:21 PM
10-19-2005 08:21 PM
Re: /etc/lvmtab list is strange
mv /etc/lvmtab /etc/lvmtab.old
vgscan
Awadhesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2005 08:34 PM
10-19-2005 08:34 PM
Re: /etc/lvmtab list is strange
this is not a problem my lvmtab's have too any signs in, put it does not effect do the system
if u like to recreate it do mv /etc/lvmtab /etc/lvmtab.ori or anything
do vgscan -v it create a new lvmtab.
thats it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2005 08:48 PM
10-19-2005 08:48 PM
Re: /etc/lvmtab list is strange
Don't worry it is affected from the strings command converting characters in ascii. I have the similar output even I have tried few time to recreate lvmtab with vgscan command.
Regards,
Borislav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2005 08:53 PM
10-19-2005 08:53 PM
Re: /etc/lvmtab list is strange
otherwise,
# mv /etc/lvmtab /etc/lvmtab.old
# vgscan -av
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2005 12:12 PM
10-20-2005 12:12 PM
Re: /etc/lvmtab list is strange
and vgscan
but, It didn't changed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2005 01:29 PM
10-20-2005 01:29 PM
Re: /etc/lvmtab list is strange
By doing a 'string /etc/lvmtab' you are picking out the ASCII bits of the file. This allows you to see the entries for your VG's and disks that are part of those VG's. You WILL also see other miscellaneous characters. That is entirely normal and is expected. NOTHING is wrong.