Operating System - HP-UX
1838230 Members
6114 Online
110125 Solutions
New Discussion

Re: Unable to receive device query message from <servername>

 
kevyn
New Member

Unable to receive device query message from <servername>

I have taken the cmcluster directory from on server that is running
B3935DA A.11.16.00 Serviceguard
to a newly built server running:



B3935DA A.11.15.00 MC / ServiceGuard
PHSS_30370 1.0 MC/ServiceGuard A.11.15.00



I have changed the node names to include new_ at the beginning of each new node:

I have got lan0 lan1 lan2 lan 3 configured to be used and cabled up on the server:



:/etc/cmcluster/app1#lanscan
Hardware Station Crd Hdw Net-Interface NM MAC HP-DLPI DLPI
Path Address In# State NamePPA ID Type Support Mjr#
0/0/0/1/0 0x001279954619 0 UP lan0 snap0 1 ETHER Yes 119
0/0/8/1/0/6/0 0x0015605EA240 4 UP lan4 snap4 2 ETHER Yes 119
0/0/8/1/0/6/1 0x0015605EA241 1 UP lan1 snap1 3 ETHER Yes 119
1/0/0/1/0 0x001279954653 2 UP lan2 snap2 4 ETHER Yes 119
1/0/8/1/0/6/0 0x0015605EE2AC 5 UP lan5 snap5 5 ETHER Yes 119
1/0/8/1/0/6/1 0x0015605EE2AD 3 UP lan3 snap3 6 ETHER Yes 119

However when I run a cmcheckconf or cmapplyconf I get the following error:

replaces the actual server name
replaces the actual volume group
I have 3 servers
and 2 volume groups

:/etc/cmcluster#./CHECKCONF

Checking cluster file: /etc/cmcluster/cluster.ascii
Checking nodes ... Done
Checking existing configuration ... Done
Warning: Can not find configuration for cluster
Gathering configuration information ... Done
Gathering configuration information ............. Done

Warning: Unknown message version: 108
Error: Unable to receive device query message from : I/O error
Error: Unable to determine device configuration: failed to receive device query reply from node
Warning: Unknown message version: 108
Error: Unable to receive device query message from new_sn1b: I/O error
Error: Unable to determine device configuration: failed to receive device query reply from node new_sn1b
Warning: Unknown message version: 108
Error: Unable to receive device query message from new_sn1c: I/O error
Error: Unable to determine device configuration: failed to receive device query reply from node new_sn1c
Warning: Unknown message version: 108
Error: Unable to receive lvm query message from : I/O error
Error: Unable to determine lvm configuration: failed to receive lvm query reply from node
Warning: Unknown message version: 108
Error: Unable to receive lvm query message from : I/O error
Error: Unable to determine lvm configuration: failed to receive lvm query reply from node new_sn1b
Warning: Unknown message version: 108
Error: Unable to receive lvm query message from : I/O error
Error: Unable to determine lvm configuration: failed to receive lvm query reply from node new_sn1c
Error: Volume Group /dev/ is not found on any nodes in the cluster.
Error: Volume Group /dev/ is not found on any nodes in the cluster.
Warning: Unknown message version: 108
Warning: Unknown message version: 108
Warning: Unknown message version: 108
Warning: Unknown message version: 108
Error: Unable to determine network configuration: failed to setup for probing the network on node : I/O error
Failed to probe network
Warning: Network interface lan0 on node couldn't talk to itself.
Warning: Network interface lan1 on node couldn't talk to itself.
Warning: Network interface lan2 on node couldn't talk to itself.
Warning: Network interface lan3 on node couldn't talk to itself.
Warning: Network interface lan0 on node couldn't talk to itself.
Warning: Network interface lan1 on node couldn't talk to itself.
Warning: Network interface lan2 on node couldn't talk to itself.
Warning: Network interface lan3 on node couldn't talk to itself.
Warning: Network interface lan0 on node couldn't talk to itself.
Warning: Network interface lan1 on node couldn't talk to itself.
Warning: Network interface lan2 on node couldn't talk to itself.
Warning: Network interface lan3 on node couldn't talk to itself.
cmcheckconf : Unable to reconcile configuration file /etc/cmcluster/cluster.ascii
with discovered configuration information.

However nslookup appears to be fine:
1 REPLY 1
kevyn
New Member

Re: Unable to receive device query message from <servername>

We have managed to track down the problem.

the live has version 11.16 of ServiceGuard and has the following entries in the /etc/inetd.conf:
Required due to identd

hacl-probe stream tcp nowait root /opt/cmom/lbin/cmomd /opt/cmom/lbin/cmomd -i -f /var/opt/cmom/cmomd.log -r /var/opt/cmom
hacl-cfg dgram udp wait root /usr/lbin/cmclconfd cmclconfd -p
hacl-cfg stream tcp nowait root /usr/lbin/cmclconfd cmclconfd -c -i

However the new nodes have 11.15.

upon removing the -i from inetd.conf and then restarting inetd.
I was able to form the cluster

hacl-probe stream tcp nowait root /opt/cmom/lbin/cmomd /opt/cmom/lbin/cmomd -f /var/opt/cmom/cmomd.log -r /var/opt/cmom
hacl-cfg dgram udp wait root /usr/lbin/cmclconfd cmclconfd -p
hacl-cfg stream tcp nowait root /usr/lbin/cmclconfd cmclconfd -c