- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: 11iv2 (IA64) could not boot with low quorum
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-22-2007 03:15 AM
02-22-2007 03:15 AM
11iv2 (IA64) could not boot with low quorum
Thank you all.
Rajos
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2007 12:36 AM
04-18-2007 12:36 AM
Re: 11iv2 (IA64) could not boot with low quorum
boot vmunix works just fine, from both disks.
/Jonas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2007 12:58 AM
04-18-2007 12:58 AM
Re: 11iv2 (IA64) could not boot with low quorum
boot vmunix does NOT work from the mirror.
I get a panic saying that the disk is not in LVM.
I believe I have figured out what I did wrong though.
I think I left out the "-B" flag when I ran pvcreate on the mirror.
I'm currently mirroring the disk again, and I'll let you know the results.
/Jonas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2007 01:07 AM
04-18-2007 01:07 AM
Re: 11iv2 (IA64) could not boot with low quorum
from a running OS session, run
lvlnboot -v
If needed, re-write this settings:
lvlnboot -r /dev/vg00/lvol3
lvlnboot -b /dev/vg00/lvol1
lvlnboot -s /dev/vg00/lvol2
lvlnboot -d /dev/vg00/lvol2
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
04-18-2007 01:09 AM
04-18-2007 01:09 AM
Re: 11iv2 (IA64) could not boot with low quorum
For PA-RISC based systems, we set the boot string to hpux -lq for the alt disk. This is because, when primary disk is bad, we have to boot via alt disk. If no low quorum is satisfied, alt boot disk wont boot.
My question in this thread was, how will you do the same on Itanium box. How to set low quorum for alt disk. Note that we use veritas volume manager and not LVM.
Rajos
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2007 01:37 AM
04-18-2007 01:37 AM
Re: 11iv2 (IA64) could not boot with low quorum
edit the AUTO file so we can boot when one disk is missing:
# efi_cp -d /dev/rdsk/cxtxdxs1 -u /EFI/HPUX/AUTO /tmp/AUTO
# vi /tmp/AUTO
modify "boot vmunix" to "boot vmunix -lq"
then put back the file on both EFI partitions with:
# efi_cp -d /dev/rdsk/cxtxdxs1 /tmp/AUTO /EFI/HPUX/AUTO
(on both boot disk)
Enrico
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2007 01:42 AM
04-18-2007 01:42 AM
Re: 11iv2 (IA64) could not boot with low quorum
I have tried this option. Somehow Itanium boxes do not boot with
hpux vmunix -lq option. If you just try
with hpux vmunix, it is fine. But when you supply -lq option, the Itanium firmware do not have this option. So, I am wondering, how to boot this in loq quorum mode. I believe, what kind of volume management you use, is not important at the firmware level.
(we use veritas vol manager)
Rajos
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2007 01:57 AM
04-18-2007 01:57 AM
Re: 11iv2 (IA64) could not boot with low quorum
Try to boot
"boot vmunix -vm"
to get into the maintenance mode and check your settings.
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
04-18-2007 02:00 AM
04-18-2007 02:00 AM
Re: 11iv2 (IA64) could not boot with low quorum
Rajos
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2007 01:09 AM
04-19-2007 01:09 AM
Re: 11iv2 (IA64) could not boot with low quorum
I have solved my problem, have you tried my solution?
I had missed the "-B" option to pvcreate, after redoing it my system boots.
Try booting it manually with "boot vmunix" and see if that works.
/Jonas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2007 05:04 AM
04-19-2007 05:04 AM
Re: 11iv2 (IA64) could not boot with low quorum
Yes, if you use LVM as your volume manager, pvcreate -B works fine.
My question again is , I am using veritas volume manager on IA64 system.
I have not been able to find out about whether veritas has low quorum concept just as LVM has.
Anway, thanks for your response.
Rajos
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2007 05:09 AM
04-19-2007 05:09 AM
Re: 11iv2 (IA64) could not boot with low quorum
It may be the case that while booting from alt disk on Itanium server using Veritas volume manger, there is no such concept called low quorum booting. This concept is there in LVM, where one can specify "hpux -lq" option to boot in low quorum. Similar functionality may not be existing in VxVM.
Rajos