- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Funky characters in lvmtab, why?
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-20-2001 12:46 PM
11-20-2001 12:46 PM
Funky characters in lvmtab, why?
/var/opt/omni/tmp/emc # strings /etc/lvmconf/sapvg19.conf
CONFIG01
/dev/sapvg19
/dev/rdsk/c6t8d1
/dev/rdsk/c0t0d1
LVMREC01(
#;o<
#;o<<
LVMREC01(
#;o<
#;o<<
#;o<<
#;o<
VGDA0001
;o
Is this weird or is it me?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2001 12:48 PM
11-20-2001 12:48 PM
Re: Funky characters in lvmtab, why?
i.e.: strings /etc/lvmtab
This file is generate by the vgscan command...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2001 12:50 PM
11-20-2001 12:50 PM
Re: Funky characters in lvmtab, why?
I know its a binary file but have you seen anything like it. Usually an output looks like the following:
CONFIG01
/dev/sapvg20
/dev/rdsk/c6t9d1
/dev/rdsk/c0t1d1
LVMREC01(
LVMREC01(
VGDA0001
VGSA0001;p
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2001 12:53 PM
11-20-2001 12:53 PM
Re: Funky characters in lvmtab, why?
Nothing to worry about; that's just the luck of the draw. Remember, all strings looks for is 4 printables in a row - evan a blind monkey sitting at a keyboard has to get lucky sometimes. You particaular binary data happened to fall into a printable range.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2001 12:56 PM
11-20-2001 12:56 PM
Re: Funky characters in lvmtab, why?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2001 01:08 PM
11-20-2001 01:08 PM
Re: Funky characters in lvmtab, why?
vgchange: Warning: Couldn't attach to the volume group physical volume "/dev/dsk/c10t13d0":
Cross-device link
vgchange: Warning: couldn't query physical volume "/dev/dsk/c10t13d0":
The specified path does not correspond to physical volume attached to
this volume group
vgchange: Couldn't query the list of physical volumes.
vgchange: Couldn't activate volume group "/dev/bcvvg19":
Quorum not present, or some physical volume(s) are missing.
It seems like omniback is doing a Full establish for this one particular VG, is this true?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2001 01:17 PM
11-20-2001 01:17 PM
Re: Funky characters in lvmtab, why?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2001 01:20 PM
11-20-2001 01:20 PM
Re: Funky characters in lvmtab, why?
No Omniback takes care of syncing the BCV's so I do not run any pre/post-exec commands.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2001 01:22 PM
11-20-2001 01:22 PM
Re: Funky characters in lvmtab, why?
I looked at a vg which is part of the SG, and here is the output of the same
# strings /etc/lvmconf/vg_test.conf
CONFIG01
/dev/vg_test
/dev/rdsk/c0t10d0
/dev/rdsk/c2t10d0
/dev/rdsk/c0t11d0
/dev/rdsk/c2t11d0
/dev/rdsk/c0t12d0
/dev/rdsk/c2t12d0
/dev/rdsk/c0t13d0
/dev/rdsk/c2t13d0
/dev/rdsk/c0t14d0
/dev/rdsk/c2t14d0
/dev/rdsk/c0t15d0
/dev/rdsk/c2t15d0
LVMREC01
LVMREC01
LVMREC01
LVMREC01
LVMREC01
LVMREC01
LVMREC01
LVMREC01
LVMREC01
LVMREC01
LVMREC01
LVMREC01
VGDA0001
VGSA0001;
Hope this helps.
Regds