GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- what does "@[D?s5" means in /etc/lvmtab ?
Operating System - HP-UX
1846902
Members
4091
Online
110256
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
04-14-2006 12:29 AM
04-14-2006 12:29 AM
what does "@[D?s5" means in /etc/lvmtab ?
Hi,
can anybody tell me what does it "@[D?s5
" means in /etc/lavtab?
#strings /etc/lvmtab
:::
:::
/dev/vg04
@[D?s5
/dev/dsk/c30t1d1
/dev/dsk/c31t1d1
/dev/dsk/c32t1d1
/dev/dsk/c33t1d1
/dev/dsk/c30t1d2
/dev/dsk/c31t1d2
/dev/dsk/c32t1d2
/dev/dsk/c33t1d2
/dev/vg05
@[D?
/dev/dsk/c30t2d0
/dev/dsk/c31t2d0
/dev/dsk/c32t2d0
/dev/dsk/c33t2d0
/dev/dsk/c30t2d1
/dev/dsk/c31t2d1
/dev/dsk/c32t2d1
/dev/dsk/c33t2d1
can anybody tell me what does it "@[D?s5
" means in /etc/lavtab?
#strings /etc/lvmtab
:::
:::
/dev/vg04
@[D?s5
/dev/dsk/c30t1d1
/dev/dsk/c31t1d1
/dev/dsk/c32t1d1
/dev/dsk/c33t1d1
/dev/dsk/c30t1d2
/dev/dsk/c31t1d2
/dev/dsk/c32t1d2
/dev/dsk/c33t1d2
/dev/vg05
@[D?
/dev/dsk/c30t2d0
/dev/dsk/c31t2d0
/dev/dsk/c32t2d0
/dev/dsk/c33t2d0
/dev/dsk/c30t2d1
/dev/dsk/c31t2d1
/dev/dsk/c32t2d1
/dev/dsk/c33t2d1
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2006 12:35 AM
04-14-2006 12:35 AM
Re: what does "@[D?s5" means in /etc/lvmtab ?
Hi Praven:
Characters like this are reported by 'strings' as it attempts to compose graphic characters from groups of bits.
The '/etc/lvmtab' file is actually a binary file. Along with the device files associated with each volume group are the VGID (volume group ID) of the volume group.
There is nothing wrong here. The most information that you can get from listing '/etc/lvmtab' with 'strnigs' is the name of each volume group followed by the physical disk device files associated with it, just as you have posted
Regards!
...JRF...
Characters like this are reported by 'strings' as it attempts to compose graphic characters from groups of bits.
The '/etc/lvmtab' file is actually a binary file. Along with the device files associated with each volume group are the VGID (volume group ID) of the volume group.
There is nothing wrong here. The most information that you can get from listing '/etc/lvmtab' with 'strnigs' is the name of each volume group followed by the physical disk device files associated with it, just as you have posted
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2006 12:38 AM
04-14-2006 12:38 AM
Re: what does "@[D?s5" means in /etc/lvmtab ?
It is "strings" best guess at some binary data in /etc/lvmtab and is completely meaningless (as far as you worrying about it).
"Well, actually, she is a rocket scientist" -- Steve Martin in "Roxanne"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2006 12:49 AM
04-14-2006 12:49 AM
Re: what does "@[D?s5" means in /etc/lvmtab ?
The lvmtab file is not an ASCII file. It is a binary table with special numbers corresponding to LVM structures. However, it does have the pathname of each physical disk currently activated for LVM use and the pathname is terminated with a NUL which makes it look like an ASCII string. If you list the file using xd as in:
xd -xc /etc/lvmtab
you'll all the complex data structures along with the pathnames. So by using the strings command (which searches for characters that look like a string), you can quickly scan the lvmtab file ofor physcial volumes.
The lvmtab was not designed to be scanned like this, it is just a simple workaround to look inside a binary table. This is exactly the same technique used to scan an executable file to find some ASCII strings when the original source code is not available.
Bill Hassell, sysadmin
xd -xc /etc/lvmtab
you'll all the complex data structures along with the pathnames. So by using the strings command (which searches for characters that look like a string), you can quickly scan the lvmtab file ofor physcial volumes.
The lvmtab was not designed to be scanned like this, it is just a simple workaround to look inside a binary table. This is exactly the same technique used to scan an executable file to find some ASCII strings when the original source code is not available.
Bill Hassell, sysadmin
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2026 Hewlett Packard Enterprise Development LP