Initial OpenECOMP Demo commit
[demo.git] / vnfs / vLB / DNSClient / README.txt
1 README
2 ---
3
4 Run the dnsclient.sh script to start the FDClient Java binary. The DNSMembershipManager should be activated first. FDClient will periodically send keep-alive messages to the FDServer.
5 - java FDClient [process id] [server IP address] [port] [timeout (sec)] [debug]
6   - [process id]: ID of this process
7   - [server IP address]: IP address of the remote server
8   - [port]: port where the server listens for incoming packets
9   - [timeout (sec)]: how often send a packet to the server
10   - [debug]: verbose mode (TRUE: >=1, FALSE: <=0)
11 - Example: java FDClient p1 192.168.9.100 8888 10 1
12
13 Please change the default parameters in the dnsclient.sh script as appropriate for your configuration.
14