- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Problem with 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
07-10-2002 11:12 PM
07-10-2002 11:12 PM
Problem with LVMTAB
I ve created a new VG VG04 like this
#pvcreate /dev/rdsk/c9t2d5
#mkdir /dev/vg04
#mknod /dev/vg04/group c 64 0x020000
#vgcreate /dev/vg04 /dev/dsk/c9t2d5
I cheked the lvmtab
#strings /etc/lvmtab
The result
/dev/vg00
/dev/dsk/c1t6d0
/dev/dsk/c2t6d0
/dev/vg02
/dev/dsk/c8t0d0
/dev/dsk/c8t0d1
/dev/dsk/c8t0d2
/dev/dsk/c8t0d3
/dev/dsk/c8t0d4
/dev/dsk/c8t0d5
/dev/dsk/c8t0d6
/dev/dsk/c8t0d7
/dev/dsk/c8t1d0
/dev/dsk/c8t1d1
/dev/dsk/c8t1d2
/dev/dsk/c8t1d3
/dev/dsk/c8t1d4
/dev/dsk/c8t1d5
/dev/dsk/c8t1d6
/dev/dsk/c8t1d7
/dev/dsk/c8t2d0
/dev/dsk/c8t2d1
/dev/dsk/c8t2d2
/dev/dsk/c8t2d3
/dev/dsk/c8t2d4
/dev/vg04
6=-'P
/dev/dsk/c9t2d5
I can't understand these too lasts lines :
/dev/vg04
6=-'P
/dev/dsk/c9t2d5
Is there any problem??? what's mean 6=-'P ???
My OS is 11.0
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2002 11:15 PM
07-10-2002 11:15 PM
Re: Problem with LVMTAB
Don't worry about it, it's a result of the strings command that translates everything it can from the /etc/lvmtab file.
It happens that there's some strange chars in there from time to time.
Regards,
Tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2002 11:19 PM
07-10-2002 11:19 PM
Re: Problem with LVMTAB
don't worry about this. /etc/lvmtab is NOT a text file. The strings command simply tries to extract text from the file, but cannot guarantee no rubbish is displayed.
regards,
Thierry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2002 11:43 PM
07-10-2002 11:43 PM
Re: Problem with LVMTAB
Here is part of one of my lvmtab files
/dev/vg00
/dev/dsk/c1t9d0
/dev/dsk/c1t12d0
/dev/dsk/c2t12d0
/dev/dsk/c0t5d0
/dev/vg01
wd^:4k
/dev/dsk/c0t8d0
/dev/dsk/c2t9d0
It too has odd characters in it, but as said before it is not a problem.
Hilary
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2002 11:45 PM
07-10-2002 11:45 PM
Re: Problem with LVMTAB
Thanks for theses helps
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2002 11:48 PM
07-10-2002 11:48 PM
Re: Problem with LVMTAB
#mknod /dev/vg04/group c 64 0x020000
do a
# ll /dev/*/group
just to make sure 0x02 will uniquely identify the VG...
Usually I create vg04 with 0x04 .. just to avoid possible confusion later.. (there is nothing wrong with choosing 0x02 for vg04, except if you've already used it!)
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2002 01:56 AM
07-11-2002 01:56 AM
Re: Problem with LVMTAB
[Please no points (or "N/A") for *this* response.]