dhcpd: failover: listener: no matching state

Ryan McCain Ryan.McCain at dss.state.la.us
Tue Jun 17 15:56:56 UTC 2008


Hello,

We recently migrated our secondary DHCP server from SLES on x86 to SLES on the mainframe.  I'm not sure if this is when the problem started or not, but it's the only change in the environment that I'm aware of.

We are running dhcp-3.0.3-23.33 on both servers.  The primary is SLES 10 x86; The secondary is SLES 10 390x.

dhcpd.conf from Primary:

failover peer "failover" {
  primary; # declare this to be the primary server
  address 10.120.11.85;
  port 520;
  peer address 10.120.11.107;
  peer port 520;
  max-response-delay 30;
  max-unacked-updates 10;
  load balance max seconds 3;
  mclt 1800;
  split 128;
}

dhcpd.conf from Secondary:
failover peer "failover" {
  secondary; # declare this to be the primary server
  address 10.120.11.107;
  port 520;
  peer address 10.120.11.85;
  peer port 520;
  max-response-delay 30;
  max-unacked-updates 10;
  load balance max seconds 3;
}

The primary loads fine, however, this is the log from the secondary...
dss-ml93la01:/var/lib/dhcp/db # tail -f /var/log/messages
Jun 17 10:51:57 dss-ml93la01 dhcpd: pool 2aaab0f2ce0 10.120.150/23 total 425  free 165  backup 172  lts -3
Jun 17 10:51:57 dss-ml93la01 dhcpd: pool 2aaab0d1fe0 10.120.140/23 total 425  free 154  backup 174  lts -10
Jun 17 10:51:57 dss-ml93la01 dhcpd: pool 2aaab0b0930 10.120.130/23 total 425  free 191  backup 154  lts 18
Jun 17 10:51:57 dss-ml93la01 dhcpd: pool 2aaab0a3b70 10.120.122/24 total 169  free 92  backup 77  lts 7
Jun 17 10:51:57 dss-ml93la01 dhcpd: pool 2aaab05bc10 10.120.120/23 total 425  free 178  backup 151  lts 13
Jun 17 10:51:57 dss-ml93la01 dhcpd: pool 2aaab04dd40 10.120.112/24 total 169  free 90  backup 78  lts 6
Jun 17 10:51:57 dss-ml93la01 dhcpd: pool 2aaab02d680 10.120.110/23 total 425  free 202  backup 195  lts 3
Jun 17 10:51:57 dss-ml93la01 dhcpd: pool 2aaab0207a0 10.120.102/24 total 169  free 85  backup 84  lts 0
Jun 17 10:51:57 dss-ml93la01 dhcpd: pool 2aaab011de0 10.120.100/23 total 179  free 65  backup 93  lts -14
Jun 17 10:51:57 dss-ml93la01 dhcpd: pool 2aaab00a840 10.120.8/22 total 947  free 435  backup 461  lts -13
Jun 17 10:55:03 dss-ml93la01 dhcpd: failover: listener: no matching state


**Notice the last message.

Any ideas?

Thanks..







More information about the dhcp-users mailing list