1830865 Members
2492 Online
110017 Solutions
New Discussion

Quorum not present

 
SOLVED
Go to solution
Stephanie L Davenport
Frequent Advisor

Quorum not present

I am setting up a new machine and having issues with the disk drives.

This is HP-UX 10.01 running on a k420 and am using an ignite image from a k400. I have two mod20s hooked up to the system with 4 paths (each one going to 10 disks). exp... path 1 is going to A on Mod20#1.

I load the OS and configure the disks. But, when I reboot, I get the following error message:

vgchange: Warning: Couldn't attach to the volume group physical volume "/dev/dsk/c8t6d0":
Cross-device link
vgchange: Couldn't activate volume group "/dev/vg02":
Quorum not present, or some physical volume(s) are missing.

vgchange: Warning: Couldn't attach to the volume group physical volume "/dev/dsk/c6t5d0":
Cross-device link
vgchange: Couldn't activate volume group "/dev/vg05":
Quorum not present, or some physical volume(s) are missing.



When I log into sam, it shows that the disk devices I loaded those volume groups on are "unused". So, I try to re-add and it tells me that "The physical volume "/dev/dsk/c8t6d0" is already recorded in the "/etc/lvmtab" file. So, I try to move the lvmtab file to "old" and do a vgscan -a. At that point, I lose all the drives (except the two internal ones).

The disk devices show up as:

10/16/12.6.0
10/16/12.6.1
10/16/4.5.0
10/16/4.5.1
10/4/12.5.0
10/4/12.5.1
10/4/4.6.0
10/4/4.6.1

So, what I am I doing wrong? And, what disk devices am I supposed to be using in order to get to all the disks?
7 REPLIES 7
James R. Ferguson
Acclaimed Contributor
Solution

Re: Quorum not present

Hi Stephanie:

Did you 'vgimport' the non-vg00 volume groups?

Regards!

...JRF...
Stephanie L Davenport
Frequent Advisor

Re: Quorum not present

I've been using sam to create the volume groups and then lvcreate from the command line to create the lvols (most of them raw for informix). I can get through all of that and I can restore data to the disks. But, after I reboot, 1/2 of them are gone. :(
Steven E. Protter
Exalted Contributor

Re: Quorum not present

Shalom,

The disk layout of the target machine was obviously different than the disk strcuture of the source.

You will need to build new volume groups and restore the actual data from a secondary backup.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Stephanie L Davenport
Frequent Advisor

Re: Quorum not present

I am completely rebuilding the volume groups from scratch. The only thing that is the same is vg00.

I work on it for 2 hours rebuilding each volume group and then the logical volumes. It works fine. I use fbackup and ontape to restore all the data.

At that point, if I reboot the machine, I lose 1/2 the volume groups. That is the part I don't understand. Why does it say "Quorum not present, or some physical volume(s) are missing."?
Michael Steele_2
Honored Contributor

Re: Quorum not present

Hi Stephanie:

Can you paste in your lvmtab and map files?
# strings /etc/lvmtab

-and-

# vgcfgrestore -l -f /etc/lvmconf/vg.....conf

-also-

# ioscan -funC disk (* any NO_HW ? *)

ServiceGuard?

And finally, you can activate a volume group without quorum.

# vgchange -a y -q n /dev/vg....

also check your syslog.log and OLDsyslog.log.
Support Fatherhood - Stop Family Law
Michael Steele_2
Honored Contributor

Re: Quorum not present

Dear Stephanie:

This can only be in your LVM procedure. If you paste it in I review it.
Support Fatherhood - Stop Family Law
Stephanie L Davenport
Frequent Advisor

Re: Quorum not present

This has something to do with the dual-paths to the disks. I kept playing with which disks to use until it was stable. Still can't explain it.

Thanks to all of you for your help,

Steph