- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: maintenance mode
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-18-2001 11:43 PM
11-18-2001 11:43 PM
Thanks in advance.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2001 11:54 PM
11-18-2001 11:54 PM
Re: maintenance mode
no vg's are active. It's more or less lvm maintenance mode.
you got / /stand and swap active.
You'd typically boot that way wheren there's an lvm prob such as /etc/lvmtab or the pvra (pvcreate) or VGRA (vgcreate) on the disk.
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2001 12:04 AM
11-19-2001 12:04 AM
Re: maintenance mode
I agree with Bill and i like to add:
bo pri -lq
this is a boot option that overrides the quorum loss. ( 50% + 1 disk of the volume groups must be available to boot lvm)
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2001 12:09 AM
11-19-2001 12:09 AM
Re: maintenance mode
Maintenance mode provides a means to boot from an LVM disk without the LVM data structures. This is helpful when LVM data structures have been lost. It is invoked by typing:
hpux -lm
at the ISL prompt.
Bill's answer is correct as well (he teaches the subject, so he must know!)
HTH,
Vince
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2001 12:16 AM
11-19-2001 12:16 AM
Re: maintenance mode
Thanks a lot!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2001 12:37 AM
11-19-2001 12:37 AM
Re: maintenance mode
It means that no volume groups are activated. It uses a known offset to find start of lvol1. No primary swap, dump or LVM are set when booted to access the root file system.
It is important to reboot afterwards.
HTH,
Vince
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2001 12:58 AM
11-19-2001 12:58 AM
Re: maintenance mode
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2001 01:17 AM
11-19-2001 01:17 AM
SolutionIn maintenance mode, the system boots even if the LVM boot disk is unbootable, since it bypasses the BDRA and LABEL file. However, in single-user mode, the boot disk must be bootable. So use maintenance mode if the disk is not bootable.
HTH,
Vince
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2001 01:24 AM
11-19-2001 01:24 AM
Re: maintenance mode
In single-user mode, vg00 is activated and the root and /stand are mounted. If these cannot be activated and mounted due to a variety of issues, maintenance mode provides you with a solution. It does not activate or mount anything.
HTH,
Vince
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2001 01:39 AM
11-19-2001 01:39 AM
Re: maintenance mode
That is: If the LIF header area or LIF volumn area is corrupt, then We can't boot the system no matter in which mode, right?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2001 01:51 AM
11-19-2001 01:51 AM
Re: maintenance mode
When LIF is corrupted, you have to rebuild it using either Recovery media, afterwards rebooting to maintenance mode to update the BDRA and LABEL files using lvlnboot command. You can also boot an ignite tape to restore everything at once.
One thing I failed to tell is that booting in maintenance mode fails if the BDRA is corrupted. You have to rebuild it using Recovery mdeia or ignite tape.
HTH,
Vince