- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- quorum string on boot drives
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
01-30-2007 04:16 AM
01-30-2007 04:16 AM
Got HPUX 11.11 on PA and 11.23 on IA.
Have a project to check the quorum strings on the mirrored boot drives. Check the override quorum. (Not really sure what is being asked so I put it out here.)
Anyway, what the goal is to check the mirrored boot drives to ensure that all configurations are correct and in place for failover boot.
Looking for some guidance/opinions on how I would proceed.
From what I have gathered, I would be using the 'lifcp' and 'lifls' commands, but what I am looking for?
Obviously the ultimate test for mirrored boot drives is to bounce the box and switch the drives. This is not doable, I need to be able to run commands and see the output.
Many thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2007 04:20 AM
01-30-2007 04:20 AM
Solutionlifcp /dev/dsk/c1t0d0:AUTO -
(Note the
This copies the boot string in the AUTO file in the lif area to STDOUT. What you should see is:
hpux -lq
If you have mirrored disks, then BOTH disks need to have the '-lq' so that either can boot if the other disk fails.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2007 04:26 AM
01-30-2007 04:26 AM
Re: quorum string on boot drives
efi_cp -d /dev/rdsk/c2t1d0s1 -u /EFI/HPUX/AUTO /tmp/AUTO.pri
cat /tmp/AUTO.pri
Note: change c2t1d0 with you actual disk.
this is from knowledge base doc for mirroring root disk for IA.
regards,
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2007 04:26 AM
01-30-2007 04:26 AM
Re: quorum string on boot drives
Correct?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2007 04:30 AM
01-30-2007 04:30 AM
Re: quorum string on boot drives
do a lifls /dev/dsk/c1t2d0 and make sure that an AUTO file exists -- using the desired disk device, of course.
Next, copy the AUTO file to a UNIX file.
lifcp /dev/dsk/c1t2d0:AUTO /var/tmp/auto
cat /var/tmp/auto and see if the "-lq" option is specified.
Normally, I add the -lq option to hpux via mkboot -a on both the primary and alternate boot drives; otherwise the machine becomes less likely to boot unassisted should a drive fail because both mirrors would be required without this option. The downside to setting -lq on both drives is that it is possible to overlook the failure of a drive BUT any sysadmin that allows any failed drive to go unnoticed for any significant period of time should be shown the job egress door.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2007 05:20 AM
01-30-2007 05:20 AM
Re: quorum string on boot drives
your test on an Integrity disk (see Ivan's post) should return this result:
boot vmunix -lq
for the quorum mode.
You may set this mode with this commands:
# echo "boot vmunix -lq" > /tmp/AUTO.lq
# efi_cp -d /dev/rdsk/c3t2d0s1 /tmp/AUTO.lq /EFI/HPUX/AUTO
(replace c3t2d0 if needed)
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2007 05:29 AM
01-30-2007 05:29 AM
Re: quorum string on boot drives
~cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2007 07:12 AM
02-07-2007 07:12 AM
Re: quorum string on boot drives
I am having trouble with the IA systems.
I have posted my commands and results here. Essentially I am getting the message that my boot devices are not efi partition. I know this particular system boots because it was bounced last night. No, did not test the mirror boot.
Per the posts from above, I should be see the "boot vmunix -lq" message. But instead I am see the "invalid efi partition" message.
Any clues?
Thanks
# lvlnboot -v
Boot Definitions for Volume Group /dev/vg00:
Physical Volumes belonging in Root Volume Group:
/dev/dsk/c2t0d0s2 (0/1/1/0.0.0) -- Boot Disk
/dev/dsk/c2t1d0s2 (0/1/1/0.1.0) -- Boot Disk
Boot: lvol1 on: /dev/dsk/c2t0d0s2
/dev/dsk/c2t1d0s2
Root: lvol3 on: /dev/dsk/c2t0d0s2
/dev/dsk/c2t1d0s2
Swap: lvol2 on: /dev/dsk/c2t0d0s2
/dev/dsk/c2t1d0s2
Dump: lvol2 on: /dev/dsk/c2t0d0s2, 0
# lifls /dev/rdsk/c2t0d0s2
ISL AUTO HPUX PAD LABEL
# efi_cp -d /dev/rdsk/c2t0d0s2 -u /EFI/HPUX/AUTO /tmp/AUTO
Invalid EFI partition: /dev/rdsk/c2t0d0s2
efi_cp: invalid efi device
# efi_cp -d /dev/rdsk/c2t1d0s2 -u /EFI/HPUX/AUTO /tmp/AUTO
Invalid EFI partition: /dev/rdsk/c2t1d0s2
efi_cp: invalid efi device
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2007 08:58 AM
02-07-2007 08:58 AM
Re: quorum string on boot drives
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2007 09:46 PM
02-07-2007 09:46 PM
Re: quorum string on boot drives
You must use cxtydzs1 (note "s1") in the command.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!
