- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- mkboot -a argument
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
Discussions
Discussions
Discussions
Forums
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
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
тАО05-02-2006 10:30 AM
тАО05-02-2006 10:30 AM
mkboot -a "hpux (;0)/stand/vmunix" .....
and in others,
mkboot -a "hpux -lq" ......
I think I understand the "lq" - it's for boot volumes, where you want it to come up even if the other one isn't working.
But what do the different forms of "hpux" do?
And why doesn't it appear in the notes for the long hpux path, since that's also in a section on mirroring boot volumes?
(From the "Administering a System" doc.)
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-02-2006 10:39 AM
тАО05-02-2006 10:39 AM
SolutionRather than having me explain all the hpux combinations and permutations (and undoubtedly missing some), I suggest that you do a "man hpux". It will explain far better than I. It also indicates how hpux "fills in" any missing components.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-02-2006 11:01 AM
тАО05-02-2006 11:01 AM
Re: mkboot -a argument
Different forms of hpux? What exactly do you mean?
hpux can be booted a a few ways:
-is single user mode
-lm logical volume maintenance
Perhaps that is what you ask.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-02-2006 05:19 PM
тАО05-02-2006 05:19 PM
Re: mkboot -a argument
mkboot -a will set the options. You can review the content of this file by
# lifcp /dev/rdsk/cxtydz:AUTO -
(this will copy the file named "AUTO" from the LIF area of the disk to the screen)
Some admins like to configure the "-lq" options, because the system will boot up automatically even if a disk is failed. Others don't want it, because they will see the system don't boot and can investigate immediatly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-03-2006 04:23 AM
тАО05-03-2006 04:23 AM
Re: mkboot -a argument
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-03-2006 02:11 PM
тАО05-03-2006 02:11 PM
Re: mkboot -a argument
Most of the options are already mentioned to recap,
hpux -is : Boot into single user mode, Used when you do not need any user related intervention when you are fixing some issues with system. This mode also has minimum number of FS mounted. You can mount the FS based on your discretion.
hpux -lq : Low quorum boot mode, Used when the server finds that quorum is not satisfied to activate vg00. For a VG to be activated the quorum requirement is (>50% PV).
hpux -lm : LVM maintenance mode, Used when server is not able to boot because not being able to activate VG00 during normal boot. The mode of boot is pursued to fix any LVM related issues which causes the system boot to fail.
Now this mode is not yet mentioned in this thread. Due to the VXVM rootability feature was added to versions 11.23 and above , a new boot mode has evolved to assist the users. It is called VXVM maintenance mode.
hpux -vm : VXVM maintenance mode, Used when activation of rootdg causes the system to fail and in general any VXVM related issue that might be hindering the normal boot of the hpux server specific to rootability subsection.
Regards,
Senthil Kumar .A
(p.s: For more info, try searching the google with key words, e.g. "hpux vxvm maintenance mode" etc...