Cisco Cisco Prime IP Express 8.3 Technical References

Page of 277
 
installation, or as an absolute pathname, but this cannot contain
a sequence of two dots (..).
 
init-args 
 
Describes the arguments that should be passed to the init-entry
point function. The arguments are passed in the environment
dictionary using the key "Arguments".
 
init-entry 
 
Specifies the  name of the init entry point. If  set, the server
calls this function when the server loads the module.
 
lang 
(Tcl=1, Dex=2)
 
Describes the language in which the script or module is implemented.
'Tcl' indicates that the module is a Tcl script (tcl8.4). 'Dex'
indicates that the module is a shared object with C calling
interfaces.
 
name 
 
Designates the script or module. The DHCP server uses
this name to assign scripts or modules to script points.
failover-pair
 
    failover-pair - configures a DHCP failover relationship
  Synopsis
 
    failover-pair <name> create <main-cluster/address>
                                <backup-cluster/address>
                                [<attribute>=<value> ...]
    failover-pair <name> delete 
    failover-pair list
    failover-pair listnames
    failover-pair listbrief
    failover-pair <name> show
    failover-pair <name> get <attribute>
    failover-pair <name> set <attribute>=<value> [<attribute>=<value> ...]
    failover-pair <name> unset <attribute>
    failover-pair <name> sync < update | complete | exact > 
                         [< main-to-backup | backup-to-main >]
    failover-pair <name> setPartnerDown [<date>]
    failover-pair <name> getStatus
    failover-pair <name> pollLeaseHistory
    failover-pair <name> getLeaseHistoryState
    failover-pair <name> rebalancePool
  Description
    The failover-pair command lets you define and manage the failover
    relationship between a main and backup server.
    
    Either the main and backup clusters or the main and backup server
    IP addresses can be specified with the create command. If the 
    main-server and backup-server addresses are set, the cluster
    addresses will only be used for synchronization of the server
    configuration. The referenced clusters must be configured with
    appropriate connection credentials for the sync and
    pollLeaseHistory commands to be successful.
    
    The pollLeaseHistory and getLeaseHistoryState commands are only
    available when connected to a regional cluster.