Operating System - HP-UX
1823416 Members
2520 Online
109655 Solutions
New Discussion юеВ

Detected a partition of IP subnet 192.168.1.0

 
srinimar
Frequent Advisor

Detected a partition of IP subnet 192.168.1.0

i got the below error while doing cmcheckconf..

# cmcheckconf -C chdcls.ascii
Begin cluster verification...
Note : a NODE_TIMEOUT value of 2000000 was found in line 127. For a
significant portion of installations, a higher setting is more appropriate.
Refer to the comments in the cluster configuration ascii file or Serviceguard
manual for more information on this parameter.
Detected a partition of IP subnet 192.168.1.0.
Partition 1
childps1 lan1
Partition 2
childps2 lan1
Failed to evaluate network
cmcheckconf: Unable to reconcile configuration file chdcls.ascii
with discovered configuration information.


any suggestions on this..if you need any more details ...i can ..
7 REPLIES 7
melvyn burnard
Honored Contributor

Re: Detected a partition of IP subnet 192.168.1.0

you have something in your network that has partitioned these two LAN's into separate physical segments.
Thsi could be a cable, a switch configuration, subnet masks etc.
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
Steven E. Protter
Exalted Contributor

Re: Detected a partition of IP subnet 192.168.1.0

Shalom sri,

If this network is not what you wish in your cluster, check /etc/rc.config.d/netconf

You need to have networking solid before cmquercl is run.

Make sure there are no binary cluster configuration files present.

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
srinimar
Frequent Advisor

Re: Detected a partition of IP subnet 192.168.1.0

these are the entries in netconf files..

Server 1
-------
#SG Heart Beat#####
#IP_ADDRESS[5]="192.168.1.122"
#SUBNET_MASK[5]="255.255.255.0"
#BROADCAST_ADDRESS[5]="192.168.1.255"
#INTERFACE_STATE[0]=""
#DHCP_ENABLE[5]=0


Server 2
-------
#SG Heartbeat IP #####
#IP_ADDRESS[1]="192.168.1.123"
#SUBNET_MASK[1]="255.255.255.0"
#BROADCAST_ADDRESS[1]="192.168.1.255"
#INTERFACE_STATE[0]=""
#DHCP_ENABLE[5]=0


I have attached some IP's info as well..
melvyn burnard
Honored Contributor

Re: Detected a partition of IP subnet 192.168.1.0

so hav eyou chedcked your switch ports/cables/LAN NIC's?
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
srinimar
Frequent Advisor

Re: Detected a partition of IP subnet 192.168.1.0

I am able to SSH, telnet and ping these two servers. i dont have any othet network prob. here. what could be the reason here geeting the above error while using cmcheckconf on .ascii file.

can any one help me on this..
srinimar
Frequent Advisor

Re: Detected a partition of IP subnet 192.168.1.0

I have my server Ip configured on Lan0 NIC and heartbeat IP on Lan1 NIC.

the cables from Lan0 are connected to switch and switch to router..

I dont have any cables from lan1 so here am I missing something....
Stephen Doud
Honored Contributor

Re: Detected a partition of IP subnet 192.168.1.0

Is lan1 a supported NIC for Serviceguard?
What does 'model' report?
I note that lan1, on both servers is on path 0/1/2/1 - is this the built-in LAN? Some built-in NICs are not supported with Serviceguard.

If the NIC is supported, then try performing a simple linkloop between lan1 NICs.

Syntax:
# linkloop -i
Get the PPA and MAC from 'lanscan'.
The PPA = the Crd In# in that output.


If linkloop works, then determine whether DLPI protocol is being blocked between the NICs, ie, on the switch that connects the two NICs. You may want to try using a cross-over cable btwn lan1 NICs to eliminate that potentiality - and see if the symptom disappears.