- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- VPARS: Auto Boot And Quorum Override
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
06-24-2003 10:55 AM
06-24-2003 10:55 AM
VPARS: Auto Boot And Quorum Override
Manually I can do it with:
MON> vparload -p
-or-
# vparboot -p
Using AUTO LIF I can auto boot all partitions using:
hpux /stand/vpmon -a
Is "hpux -lq /stand/vpmon -a" futile?
Thanks,
Brent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2003 11:48 AM
06-24-2003 11:48 AM
Re: VPARS: Auto Boot And Quorum Override
hpux /stand/vpmon -a
personally, I control my reboots, so I don't mess with auto-booting and autoboot options.
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2003 06:58 AM
06-25-2003 06:58 AM
Re: VPARS: Auto Boot And Quorum Override
On the system disk (/dev/rdsk/c0t6d0):
mkboot ???a ???hpux ???lq (;0)/stand/vpmon
-a" /dev/rdsk/c0t6d0
On the Mirror disk (/dev/rdsk/c0t5d0)
mkboot ???a ???hpux ???lq (;0)/stand/vpmon
-a" /dev/rdsk/c0t5d0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2003 08:18 AM
06-25-2003 08:18 AM
Re: VPARS: Auto Boot And Quorum Override
>On the system disk (/dev/rdsk/c0t6d0):
>mkboot ???a ???hpux ???lq (;0)/stand/vpmon
>-a" /dev/rdsk/c0t6d0
Are you 100% sure? This was my original assumption until I tried the following:
hpux -is /stand/vpmon -a
Result = All vpars did NOT boot to single user (in fact none of them did) which leads me to believe that hpux -lq /stand/vpmon -a is not actually overriding quorum in all vpars. Easy enough to test, I simiply don't have the resources at the moment. Thanks for your input though.
Brent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2003 10:57 PM
06-25-2003 10:57 PM
Re: VPARS: Auto Boot And Quorum Override
To boot from MON:
MON> vparload -p
"-lq"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2003 11:23 PM
06-25-2003 11:23 PM
Re: VPARS: Auto Boot And Quorum Override
hpux /stand/vpmon vparload -all
And switch on autoboot. This will load vpmon off the boot device and then load all vpars. To load all vpars with -lq use;
hpux /stand/vpmon vparload -p
I dont think you can boot mutliple vpars into lq mode using this command. The manual doesnt say. You could try adding multiple vparload commands to the above. You will need to change the bootup command for each vpar (when loaded) using mkboot (to add -lq) then next time your server starts when you do the command to load all vpars (vparload -all) it will load all of them using -lq.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2003 11:29 PM
06-25-2003 11:29 PM
Re: VPARS: Auto Boot And Quorum Override
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2003 12:55 AM
06-26-2003 12:55 AM
Re: VPARS: Auto Boot And Quorum Override
It isn't always a good idea to automatically override quorum on boot up, since the system will come up regardless of the error and you won't find out about your failed vg00 mirror unless you explicitly check for it (either checking the syslog, root mail from EMS or OV monitor). The system may be up for weeks without anyone knowing theres a problem with your root disk mirror and its simply a matter of time before the other disk goes and you will have a far bigger problem to fix. I have seen this happen on an unattended system at a customer site where there was scant system monitoring.
If you leave out the -lq and the system doesn't boot, then you know immediately that you have a problem to fix, yet you will still be able to boot it by manually overriding quorum.
Just my opinion. I guess its a question of how much monitoring you do.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2003 07:05 AM
06-26-2003 07:05 AM
Re: VPARS: Auto Boot And Quorum Override
Stefan:
I don't think this will work for the following reason:
The AUTO file is not read when a virtual partition is booted (vpdb is). The only the time the AUTO file is read is when the physical server (npar) is started and it is read only from the disk that is booting. Therefore, modifying all of the individual AUTO files on each vpar using "mkboot" will have no effect (unless you decide to physically boot from any one of them).
This being the case, it doesn't appear that the VPARs software can do any of the following:
- Auto boot all vpars to single user mode "is"
- Auto boot all vpars with low quorum "lq"
- Auto boot all vpars to LVM Maint mode "lm"
Brent