Initial OpenECOMP Demo commit
[demo.git] / vnfs / vLB / DNSManager / README.txt
1 README
2 ---
3
4 Run the dnsmembership.sh script before activating DNS clients. dnsmembership.sh starts the DNSMembershipManager Java class, which uses the FDServer Java class to keep track of the remote DNS servers that are currently active. Example:
5
6 ./dnsmembership.sh
7
8 The script will call the DNSMembershipManager binary with default parameters:
9 - java DNSMembershipManager [port] [timeout (sec)] [threshold] [debug]
10   - [port]: port where the server listens for incoming packets
11   - [timeout (sec)]: how often update the status of remote processes (clients)
12   - [threshold]: how many missed packet are required to suspect a remote process to be dead
13   - [debug]: verbose mode (TRUE: >=1, FALSE: <=0) 
14 - Example: java DNSMembershipManager 8888 10 3 1
15
16 Please change the default parameters in the dnsmembership.sh script as appropriate for your configuration.
17