- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- quorum not present after reboot (LVM has 2 fault d...
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-28-2004 01:14 AM
06-28-2004 01:14 AM
quorum not present after reboot (LVM has 2 fault disks)
We tried to reboot our system after the volumegroup with oracle went away (finally did the reboot with GSP RS).
Now the reboot (init 1) hangs, when trying to mount this volumegroup.
How to manage the reboot (probably single user mode..)?
There are some patches around (quorum not present..), should I first apply some patches to have a chance to bring the volumegroup up?
regards frank
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2004 01:21 AM
06-28-2004 01:21 AM
Re: quorum not present after reboot (LVM has 2 fault disks)
boot to single user mode, then comment out the entries of that VG from /etc/fstab. Continue bootup using "init 3".
Best regards...
Dietmar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2004 01:22 AM
06-28-2004 01:22 AM
Re: quorum not present after reboot (LVM has 2 fault disks)
mkboot -a "hpux -lq" /dev/rdsk/c0t6d0
changing the address to match your primary boot disk.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2004 01:23 AM
06-28-2004 01:23 AM
Re: quorum not present after reboot (LVM has 2 fault disks)
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2004 01:43 AM
06-28-2004 01:43 AM
Re: quorum not present after reboot (LVM has 2 fault disks)
Dieter, which editor is available on single user mode?
frank
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2004 01:47 AM
06-28-2004 01:47 AM
Re: quorum not present after reboot (LVM has 2 fault disks)
Well... cat (1) and echo(1) :-)
Since your vg00 has no problems I would mount /usr and /var to use vi(1) then.
Best regards...
Dietmar. (*not* Dieter)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2004 02:00 AM
06-28-2004 02:00 AM
Re: quorum not present after reboot (LVM has 2 fault disks)
mount /dev/vg00/lvol8 /usr (also mount ..../var)doesn't work.
vxfs mount: /dev/vg00/lvol9 is corrupted. needs checking
Probably a result of shutdown by GSP RS.
frank
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2004 02:13 AM
06-28-2004 02:13 AM
Re: quorum not present after reboot (LVM has 2 fault disks)
Something like fsck -F vxfs -y /dev/vg00/rlvol8
You may need to add the -o full and/or nolog options as well.
Man fsck_vxfs for details.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2004 02:53 AM
06-28-2004 02:53 AM
Re: quorum not present after reboot (LVM has 2 fault disks)
removed the fstab entries.
But after init 3 the system still tries to mount the missing volumegroup (vgchange) and ends up with "quorum not present...".
frank
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2004 03:04 AM
06-28-2004 03:04 AM
Re: quorum not present after reboot (LVM has 2 fault disks)
Try manually activating the VG (I'll call it /dev/vg01 here) and overriding quorum.
vgchange -a y -q n /dev/vg01
If that works then you should be able to mount your filesystems after fscking each one. After that, imediately start the normal disk replacement procedure for the failed disk.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2004 03:06 AM
06-28-2004 03:06 AM
Re: quorum not present after reboot (LVM has 2 fault disks)
LVM's /sbin/lvmrc script automatically tries to activate all VGs in /etc/lvmtab by default. If you don't want that to happen, then you could set AUTO_VG_ACTIVATE=0 in /etc/lvmrc. You could also vgexport the VG in question... or -- even better -- fix the hardware problem.
Best regards...
Dietmar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2004 04:03 AM
06-28-2004 04:03 AM
Re: quorum not present after reboot (LVM has 2 fault disks)
You are right, there were serveral errors logged in syslog THIS weekend. But there was no chance to kill the running processes which used the "stale" VG, that's why reboot.
Strange, that a disk and its mirror went down (ioscan-->no_hw)same time (actually one disk --> no_hw).
Clay, please give a short hint what is behind -q n (ignore quorum requirement) option (vgchance).
Dietmar, actually I can't replace the hardware.
regards frank
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2004 04:10 AM
06-28-2004 04:10 AM
Re: quorum not present after reboot (LVM has 2 fault disks)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2004 06:06 AM
06-28-2004 06:06 AM
Re: quorum not present after reboot (LVM has 2 fault disks)
Solution: shortly unplugged the two disks, they turned from "no_hw" to "claimed". VG was mounted successfully. We will move the logical volumes to other disks.
Thanks to all how tried to help me, it's allways a pleasure ...
regards Frank
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2004 06:13 AM
06-29-2004 06:13 AM
Re: quorum not present after reboot (LVM has 2 fault disks)
In case the quorum is lost in your root VG and you want to boot the system then you have to interact with IPL and at the ISL prompt give hpux -lq
e.g.
ISL>hpux -lq
This would have booted your system in multi-user mode without checking the quorum. The other suggestions given earlier can be now implemented once the system is in multi-user mode.
This should have taken care of your filesystem corrupt scenario too. You need to check your disks which gave problem. They may fail again.
Cheers,
Mohan.