Operating System - HP-UX
1753505 Members
6860 Online
108794 Solutions
New Discussion юеВ

Re: re: LVM and no Quorum not present, or some physical volume(s) are missing.

 
Gurcharan Sahota_2
Frequent Advisor

Re: re: LVM and no Quorum not present, or some physical volume(s) are missing.

Devesh,

I have attached the output as requested.

Could it be a patching issue? looking at a similar thread, we are missing some patches...

http://forums1.itrc.hp.com/service/forums/questionanswer.do?admit=716493758+1119004090278+28353475&threadId=881154

[scroll to the bottom], patch PHKL_30607 is already installed on the system.

Gurcharan Sahota_2
Frequent Advisor

Re: re: LVM and no Quorum not present, or some physical volume(s) are missing.

vgscan output
Gurcharan Sahota_2
Frequent Advisor

Re: re: LVM and no Quorum not present, or some physical volume(s) are missing.

ioscan bddev
Gurcharan Sahota_2
Frequent Advisor

Re: re: LVM and no Quorum not present, or some physical volume(s) are missing.

Tom,

have tried running a vgchange, results are as follows;

root@bddev:/> vgchange -a y /dev/vg01
vgchange: Volume group "/dev/vg01" does not exist in the "/etc/lvmtab" file.
root@bddev:/> vgchange -a y /dev/vg02
vgchange: Couldn't activate volume group "/dev/vg02":
Quorum not present, or some physical volume(s) are missing.
Eric Antunes
Honored Contributor

Re: re: LVM and no Quorum not present, or some physical volume(s) are missing.

It seems your lvmtab is bad... Try this:

# mv /etc/lvmtab /etc/lvmtab.old
# vgscan -a
Each and every day is a good day to learn.
shankar_3
Advisor

Re: re: LVM and no Quorum not present, or some physical volume(s) are missing.

Hi Gurcharn,

As per output..

1.In the system vg01 and vg02 while activating its queery the PV belongs to VG.

2.Not able to find those so you have recevied above message.

possible way to find miised PV

1. Take the ouput of /etc/lvmtab

I have seen the your attachement in that vg01 entry not there and vg02 having one PV

It may possible that LVM header information get corrupted.

There could be other problem like PV's powerfailed, storage detached .

do following steps.

1.ioscan -fnC disk
2.mv /etc/lvmtab /etc/lvmtab.old
3.vgscan -v
4.activate all vgs
5.vgcfgbackup vgxx (taking all vg info backups)

Cheers,
Shankar

Eric Antunes
Honored Contributor

Re: re: LVM and no Quorum not present, or some physical volume(s) are missing.

Hi,

Did "vgscan -a" worked?

Regards,

Eric Antunes
Each and every day is a good day to learn.
Sunil Talreja
Occasional Advisor

Re: re: LVM and no Quorum not present, or some physical volume(s) are missing.

I am having exact same problem, My machine model is same as yours.

Were you able to solve the problem.
Sunil Talreja
Occasional Advisor

Re: re: LVM and no Quorum not present, or some physical volume(s) are missing.

Since I didn't have any data, I just wiped everything and did a rebuilt of Volume group, Logical Volume and File system. Every thing seems to be working fine !!!