Operating System - HP-UX
1833738 Members
2519 Online
110063 Solutions
New Discussion

Re: cmgetconf error - Config diffrence

 
SOLVED
Go to solution
Dan Hoyt
Advisor

cmgetconf error - Config diffrence

Anyone know a quick way to determine what's diffrent between the two volume groups? Keep in mind this is the VG that fails over between servers.

Warning: Volume group /dev/emfcomvg is configured differently on node dbqcomp1 than on node dbqcomp3
Warning: Volume group /dev/emfcomvg is configured differently on node dbqcomp3 than on node dbqcomp1
4 REPLIES 4
Alan Meyer_4
Respected Contributor

Re: cmgetconf error - Config diffrence

a simple quick check would be to check the entries in the /dev/emfcomvg directory.

They should be identical. All the same entries for the logical volumes.

Be sure to check the major and minor number entries for the LV's too
" I may not be certified, but I am certifiable... "
Dan Hoyt
Advisor

Re: cmgetconf error - Config diffrence

There the same. Any other ideas?

dbqcomp3:/dev/emfcomvg#ll
total 0
brw-r----- 1 root sys 64 0x010004 Jun 6 14:57 apachelv
brw-r----- 1 root sys 64 0x010001 Jun 6 14:57 emflv
crw-rw-rw- 1 root sys 64 0x010000 Jun 6 14:56 group
crw-r----- 1 root sys 64 0x010004 Jun 6 14:57 rapachelv
crw-r----- 1 root sys 64 0x010001 Jun 6 14:57 remflv
crw-r----- 1 root sys 64 0x010002 Jun 6 14:57 ruucplv
crw-r----- 1 root sys 64 0x010003 Jun 6 14:57 ruucppublv
brw-r----- 1 root sys 64 0x010002 Jun 6 14:57 uucplv
brw-r----- 1 root sys 64 0x010003 Jun 6 14:57 uucppublv


dbqcomp1:/dev/emfcomvg#ll
total 0
brw-r----- 1 root sys 64 0x010004 Feb 1 2003 apachelv
brw-r----- 1 root sys 64 0x010001 Feb 1 2003 emflv
crw-rw-rw- 1 root sys 64 0x010000 Feb 1 2003 group
crw-r----- 1 root sys 64 0x010004 Feb 1 2003 rapachelv
crw-r----- 1 root sys 64 0x010001 Feb 1 2003 remflv
crw-r----- 1 root sys 64 0x010002 Feb 1 2003 ruucplv
crw-r----- 1 root sys 64 0x010003 Feb 1 2003 ruucppublv
brw-r----- 1 root sys 64 0x010002 Feb 1 2003 uucplv
brw-r----- 1 root sys 64 0x010003 Feb 1 2003 uucppublv
melvyn burnard
Honored Contributor
Solution

Re: cmgetconf error - Config diffrence

do a strings /etc/lvmtab on each node and compare that. it sounds like you may be mising alternate links on one node
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
Dan Hoyt
Advisor

Re: cmgetconf error - Config diffrence

That was it, thanks for you help guys.

Dan