- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- informative question on LVM maintenance boot
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-16-2005 10:29 AM
02-16-2005 10:29 AM
suppose my lvm boot disk lose the LABEL file in lif and I am doing a maintenance boot from ISL to repair it
now I understand the root location is found from /stand/rootconf file
but how does it know the location of /stand filesystem so that it can locate /stand/rootconf in the first place
explaining further since lvm volume group wont be activated in maintenance boot,I guess the start and size of /stand filesystem should be know to the bootprogram so that it can locate the rootconf file from the filesystem
so how does it figure this out with LABEL file not available
thanks very much
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2005 01:25 PM
02-16-2005 01:25 PM
Re: informative question on LVM maintenance boot
The location of /stand to my understanding is easy - the first thing after the LIF area, marked by PAD. But I'll have to read up on this tomorrow - You got me curious now, too.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2005 04:25 PM
02-16-2005 04:25 PM
Re: informative question on LVM maintenance boot
further to get the filesystem data i think it should know the offset and size of filesystem
so even if offset of stand is standard,how about the size of /stand
which can vary as you define how large stand should be when you install the OS
so icant find an easy logic for its explanation
bet you guys would know it
this support forum has always been exciting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2005 08:25 PM
02-16-2005 08:25 PM
SolutionAs long as hpux understands filesystem structures (which it does) its fine - incidentally this is why historically the /stand filesystem had to be hfs rather than vxfs like all the other filesystems - the hpux SSL didn't understand it...
HTH
DUncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2005 12:44 AM
02-17-2005 12:44 AM
Re: informative question on LVM maintenance boot
If You read up on the (very few) howtos for recreating the rootconf file, You'll see the address in there is enough data to find an absolute location.
You're right that the PAD file is no real indication, I was mistaken on that. on our root mirrors the PAD file is not there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2005 02:05 AM
02-17-2005 02:05 AM
Re: informative question on LVM maintenance boot
NOTE:This step can be omitted if you replace a failed mirror disk. Then this information has already
been restored by vgcfgrestore. To be sure to have the latest information on the disk just do the
following steps.
# lvlnboot -r /dev/
# lvlnboot -b /dev/
# lvlnboot -s /dev/
# lvlnboot -d /dev/
# lvlnboot â v (to ckeck it)
You're right about the LABEL file.
But You could easily recreate it, unless root would be NOT lvol3, which iirc is unsupported.
On the other hand I have no idea, what this will look like with VxVM, but it should be simil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2005 03:55 AM
02-17-2005 03:55 AM
Re: informative question on LVM maintenance boot
so I understand this now a bit
the lvm header or filesystem super block is read in by ISL and then it locates the size of filesystem
and then find location of /stand/rootconf and there it goes..
by the way I dont see why is root restricted to be always on lvol3?
as long as LABEL file has the offset and size of root filesystem and rootconf has it
what difference does it makes what logical volume name it is
in this matter I find solaris very straightforward.mainly bcos of the volume table of contents( part table) and device naming including the slices like
/dev/dsk/c0t0d0s0 thru /dev/dsk/c0t0d0s6
but as long as it works it doesnt matter how they implement it
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2005 04:16 AM
02-17-2005 04:16 AM
Re: informative question on LVM maintenance boot
And actually you don't even have to name the VG vg00. I had a machine, set up by a previous admin, that was configured as vgboot or vgroot or something like that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2005 04:25 AM
02-17-2005 04:25 AM
Re: informative question on LVM maintenance boot
stand should come first
then root
and then swap
I can understand why stand should come first
what about root and swap
as long as rootconf points to right location of root does it matter if root or swap comes first
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2005 06:42 AM
02-17-2005 06:42 AM
Re: informative question on LVM maintenance boot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2005 09:45 AM
02-17-2005 09:45 AM
Re: informative question on LVM maintenance boot
igot a good understanding of it now
appreciate all ur inputs