Send dhcp-users mailing list submissions to
        dhcp-users@lists.isc.org

To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.isc.org/mailman/listinfo/dhcp-users
or, via email, send a message with subject or body 'help' to
        dhcp-users-requ...@lists.isc.org

You can reach the person managing the list at
        dhcp-users-ow...@lists.isc.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of dhcp-users digest..."


Today's Topics:

   1. Failover state changes (Kraishak Mahtha)
   2. Host definitions in lease file (Surya Teja)


----------------------------------------------------------------------

Message: 1
Date: Fri, 29 Nov 2019 12:39:19 +0530
From: Kraishak Mahtha <kraishak....@gmail.com>
To: dhcp-users@lists.isc.org
Subject: Failover state changes
Message-ID:
        <CADDat85v9gRb2QOq3ZTwOCX-rmGE=p_6jkxob1paofdyyft...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Hi
 I am using the isc dhcp in standalone and it is working fine with that
mode, I added the dhcp failover to my existing setup which caused the issue
to my setup

 The server is in partner down state for so long time which made me panic.
How can I reduce this time and make them in to normal normal state
FYI: I did some reading and found one param *max-unacked-updates *which was
configured to 10 when i tried for the first time thought it would be the
cause and I  increased its value to 5000 because my config contains nearly
800 subnets data which is large but no luck
Does any one face same issue while adding the failover or any idea or
suggestion how to decrease the time taking to recover the failover states
into normal normal

*on Primary state changes*
cat dhcpd.leases | egrep "my state|partner state"
  my state partner-down at 5 2019/11/29 06:23:00;
  partner state recover-done at 5 2019/11/29 06:52:59;
  my state normal at 5 2019/11/29 06:52:59;
  partner state recover-done at 5 2019/11/29 06:52:59;
  my state normal at 5 2019/11/29 06:52:59;
  partner state normal at 5 2019/11/29 06:53:00;
*On failover state changes*
 cat dhcpd.leases | egrep "my state|partner state"
  my state recover at 5 2019/11/29 06:22:59;
  partner state communications-interrupted at 5 2019/11/29 06:23:00;
  my state recover at 5 2019/11/29 06:22:59;
  partner state communications-interrupted at 5 2019/11/29 06:23:00;
  my state recover at 5 2019/11/29 06:22:59;
  partner state partner-down at 5 2019/11/29 06:23:00;
  my state recover-wait at 5 2019/11/29 06:22:59;
  partner state partner-down at 5 2019/11/29 06:23:00;
  my state recover-done at 5 2019/11/29 06:52:59;
  partner state partner-down at 5 2019/11/29 06:23:00;
  my state recover-done at 5 2019/11/29 06:52:59;
  partner state normal at 5 2019/11/29 06:53:00;
  my state normal at 5 2019/11/29 06:53:00;
  partner state normal at 5 2019/11/29 06:53:00;

on Primary Server
========================================
failover peer "peer5" {
        primary;
        address YYY.YYY.YY.YYY;
        port 647;
        peer address YYY.YYY.YY.YYY;
        peer port 647;
        max-response-delay 30;
        max-unacked-updates 5000;
        load balance max seconds 3;
        mclt 1800;
        split 128;
}
on failover server
==========================================
failover peer "peer5" {
        secondary;
        address YYY.YYY.YY.YYY;
        port 647;
        peer address YYY.YYY.YY.YYY;
        peer port 647;
        max-response-delay 30;
        max-unacked-updates 5000;
        load balance max seconds 3;
}

It took nearly 30 minutes which makes issue for my environment, Do we have
any tunable parameters

Thanks in Advance
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<https://lists.isc.org/pipermail/dhcp-users/attachments/20191129/784c76f3/attachment-0001.htm>

------------------------------

Message: 2
Date: Fri, 29 Nov 2019 13:05:26 +0530
From: Surya Teja <suryateja...@gmail.com>
To: Users of ISC DHCP <dhcp-users@lists.isc.org>
Subject: Host definitions in lease file
Message-ID:
        <CA+0Ac3zr_yb67d=q-z5gxqdj6qkkqusgj8ntus0q3o49l9x...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Hi ,

I have the host reservation data in the configuration file and it is
working fine, the host is getting the same IP which has been configured in
the conf file But I don't see the lease entry of the host IP in the
lease files, Does the ISC dhcpd  doesn't store the lease data of the host
entries in the lease file?
if not do we have a way  to get the info of active hosts list from the
specified DHCP server?

Thanks in Advance
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<https://lists.isc.org/pipermail/dhcp-users/attachments/20191129/e72e237b/attachment-0001.htm>

------------------------------

Subject: Digest Footer

_______________________________________________
dhcp-users mailing list
dhcp-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/dhcp-users


------------------------------

End of dhcp-users Digest, Vol 133, Issue 10
*******************************************

Reply via email to