1847042 Members
5904 Online
110261 Solutions
New Discussion

Error with cmquerycl

 
SYS_MONEXT
Occasional Contributor

Error with cmquerycl

Helo,

Th comand cmquery:
# cmquerycl -v -C conf -n phoenix1 -n phoenix2
return this result:
Begin checking the nodes...
Looking for other clusters ... Done
Gathering configuration information ......... Done
Warning: The disk at /dev/dsk/c1t2d0 on node phoenix1 does not have an ID.
Warning: The disk at /dev/dsk/c1t2d0 on node phoenix2 does not have an ID.
Warning: Disks which do not have IDs cannot be included in the topology description.
Use pvcreate(1m) to give a disk an ID.
Error: The physical volume with name /dev/dsk/c3t5d0 on node phoenix1
cannot be found on node phoenix2
Error: The physical volume with name /dev/dsk/c3t8d0 on node phoenix1
cannot be found on node phoenix2
Error: The physical volume with name /dev/dsk/c3t5d0 on node phoenix2
cannot be found on node phoenix1
Error: The physical volume with name /dev/dsk/c3t8d0 on node phoenix2
cannot be found on node phoenix1
Warning: The volume group /dev/vg00 is activated on more than one node:
phoenix1
phoenix2
Warning: Volume groups should not be activated on more than one node.
Use vgchange(1m) to de-activate a volume group on a node.
Warning: Network interface lan0 on node phoenix1 couldn't talk to itself.
Warning: Network interface lan0 on node phoenix2 couldn't talk to itself.
Failed to gather configuration information.

Th disk is OS (VG00) is different on the two servers.
It's possible don't verify vg00 in th e cluster ?
7 REPLIES 7
Muthukumar_5
Honored Contributor

Re: Error with cmquerycl

same problem:

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=189784

configuration problem.

-Muthu
Easy to suggest when don't know about the problem!
Muthukumar_5
Honored Contributor

Re: Error with cmquerycl

Use -k option with cmquerycl command to not check vg00.

-Muthu
Easy to suggest when don't know about the problem!
Muthukumar_5
Honored Contributor

Re: Error with cmquerycl

Use -k option with cmquerycl command to not check vg00.

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=978936

-Muthu
Easy to suggest when don't know about the problem!
Arunvijai_4
Honored Contributor

Re: Error with cmquerycl

melvyn burnard
Honored Contributor

Re: Error with cmquerycl

You have vg00 on both nodes with the same vgid.
Thuis is usually caused by copying a root disk, using either dd or mirroring, and then putting that disk on the second system.
Use vgchgid to change the vg00 on one node.
In the meantime, you can use the -k option to tell it not to probe all the disks.
You will also need to fix the LAN card issues, to have a succesful cmquerycl
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
Luk Vandenbussche
Honored Contributor

Re: Error with cmquerycl

Hi,

Use this command

cmquerycl -k -v -C conf -n phoenix1 -n phoenix2
rariasn
Honored Contributor

Re: Error with cmquerycl

Perhaps BCV volumes.

this disks are synchronized in node1 and this vgs are not recreated in node2