- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Funny character in /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
11-16-2008 06:05 PM
11-16-2008 06:05 PM
OS: HP-UX 10.20 (K Class)
I couldn't mount and couldn't pvdisplay one of my hard disk(K Class storage enclosure) and it gave the following error below when I pvdisplay one of the device path.
#pvdisplay /dev/dsk/c1t9d0
pvdisplay: Warning: Couldn't query physical volume "/dev/dsk/c1t9d0": The specified path does not correspond to physical volume attached to this volume group
pvdisplay: Warning: Couldn't query physical volume "/dev/dsk/c1t10d0": The specified path does not correspond to physical volume attached to this volume group
pvdisplay: Warning: Couldn't query all teh physical volumes.
pvdisplay: Couldn't retrieve the names of the physical volumes belonging to volume group "/dev/vg09".
pvdisplay: Couldn't display physical volume "/dev/dsk/c1t9d0"
When I do a...
#strings /etc/lvmtab
... I get the following output for vg09
vg09
m6e?
/dev/dsk/c1t9d0
/dev/dsk/c1t10d0
What is m6e? ?
And how do I rebuild the VG without interfering with the lvols and the data?
Thanks in advance.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2008 07:11 PM
11-16-2008 07:11 PM
Re: Funny character in /etc/lvmtab
vgdisplay -v /dev/vg09
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2008 07:20 PM
11-16-2008 07:20 PM
Solutioncp -pi /etc/lvmtab /etc/lvmtab.old
mv /etc/lvmtab /etc/lvmtab.
/usr/sbin/vgscan -v
Thanks,
Johnson
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2008 07:24 PM
11-16-2008 07:24 PM
Re: Funny character in /etc/lvmtab
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2008 07:42 PM
11-16-2008 07:42 PM
Re: Funny character in /etc/lvmtab
vgscan will reconstructed lvmtab only,
Thanks,
Johnson
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2008 10:09 PM
11-16-2008 10:09 PM
Re: Funny character in /etc/lvmtab
man strings
what strings does.
"strings looks for ASCII strings in a file. If no file is specified, standard input is used. A string is any sequence of four or more printing characters ending with a newline or null character."
/etc/lvmtab is a **binary** file, strings only extracts characters if they "look like" a string.
So don't care about
"m6e"!!!
Check your ioscan if you have a problem with your external (?) disks.
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
11-16-2008 10:23 PM
11-16-2008 10:23 PM
Re: Funny character in /etc/lvmtab
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2008 10:26 PM
11-16-2008 10:26 PM
Re: Funny character in /etc/lvmtab
Try for example
# vgchange -a y vg09
followed by
# vgdisplay -v vg09
Any errors during this?
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
11-16-2008 11:02 PM
11-16-2008 11:02 PM