- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HP UX Volume Labelling
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
02-02-2000 03:57 AM
02-02-2000 03:57 AM
HP UX Volume Labelling
device. I am looking for specifics in terms of cylinder - track - sector
location and specifically what string is used to ID the OS version. Any help
is appreciated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2000 08:49 AM
02-03-2000 08:49 AM
Re: HP UX Volume Labelling
device for the OS to recognize it as usable.
I don't think anything is written to the disks regarding the OS version.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2000 04:59 PM
02-03-2000 04:59 PM
Re: HP UX Volume Labelling
Since Hp-UX 10.00 is not habitual the use of partitioned disks, instead we use
LMV software.
i think you are looking for a disk layout, but i have nerver seen that.
Some Information about lif area is in man lifinit. Also man boot can be useful
for you.
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2000 10:55 PM
02-03-2000 10:55 PM
Re: HP UX Volume Labelling
care at all about logicals. I know in MPE/iX, (another HP OS) drives are
labelled at Sector 0 Track 0 byte positions 2-7 The string that labes the
drive is HPESYS which denotes that it is an MPE/iX device. I am lookig for
similar information to that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2000 10:39 PM
02-06-2000 10:39 PM
Re: HP UX Volume Labelling
LVM software writes its mark on disks.
try :
dd if=$disk bs=1024 skip=8 count=1 | dd bs=8 count=1
May show LVMREC01.
There is another mark for boot devices:
dd if=/dev/rdsk/$disk bs=1024 count=1 of=/tmp/xx
( hex dump )
x0 x1 x2 x3 x4 x5 x6 x7 x8 x9 xa xb xc xd xe xf
0123456789abcdef
00: 80 00 49 53 4c 31 30 20 00 00 02 40 10 00 00 00 ..ISL10
...@....
/etc/magic searchs:
0 short 0x8000 lif file
Of course this an absolute unssuport response.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2000 02:31 AM
02-08-2000 02:31 AM
Re: HP UX Volume Labelling
the hard disk. If you are analyzing the disk for logical volume layout then you
would type:
pvdisplay -v /dev/dsk/cxtxdx |more
If you are trying to find out if the logical volumes on your system are
fragmented then type:
lvdisplay -v /dev/vg01/lvol1 |more
There are two columns of concern in the output of the lvdisplay command. You
want to ensure physical extents are contiguous. The columns to watch have
headers of PV1 and PE1.