Going into PARTNER-DOWN mode

David W. Hankins David_Hankins at isc.org
Tue Mar 31 15:50:04 UTC 2009


On Tue, Mar 31, 2009 at 11:30:06AM +0200, Johannes Gilger wrote:
> connect

Unfortunately with OMAPI you have to pay more attention to server
internals.

> set local-state = 1

'1' is not the droid you are looking for.

enum failover_state {
        unknown_state                   =  0, /* XXX: Not a standard state. */
        startup                         =  1,
        normal                          =  2,
        communications_interrupted      =  3,
        partner_down                    =  4,
        potential_conflict              =  5,
        recover                         =  6,
        paused                          =  7,
        shut_down                       =  8,
        recover_done                    =  9,
        resolution_interrupted          = 10,
        conflict_done                   = 11,

        /* Draft revision 12 of the failover protocol documents a RECOVER-WAIT
         * state, but does not enumerate its value in the section 12.24
         * table.  ISC DHCP 3.0.x used value 254 even though the state was
         * not documented at all.  For the time being, we will continue to use
         * this value.
         */
        recover_wait                    = 254
};

-- 
David W. Hankins	"If you don't do it right the first time,
Software Engineer		     you'll just have to do it again."
Internet Systems Consortium, Inc.		-- Jack T. Hankins
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
URL: <https://lists.isc.org/pipermail/dhcp-users/attachments/20090331/584729bc/attachment.bin>


More information about the dhcp-users mailing list