//------------------------------------------------------------------- // // Copyright 1998, 2000 Compaq Computer Corporation // // TCPIP$LBROKER_CONF.TEMPLATE - Sample Load Broker configuration file // // IMPORTANT // // This file contains information that is read by the Load Broker at // initialization time. You must edit this file and save it to // // SYS$SYSDEVICE:[TCPIP$LD_BKR]TCPIP$LBROKER.CONF // // before starting the Load Broker. // // See the Compaq TCP/IP Services for OpenVMS Management guide for // instructions on editing and using this file. // //____________________________________________________________________ cluster "example.abc.def.dec.com." { dns-ttl 45; dns-refresh 30; masters { 10.20.30.41; }; polling-interval 9; max-members 3; members { 10.20.30.40; 10.20.30.41; 10.20.30.42; 10.20.30.43; 10.20.30.45; 10.20.30.46; }; failover 10.20.30.50; };