SLP DA Configuration for Linux#
- Path
- /etc/slp.conf
- Log
- /var/log/slpd.log
Production environment#
The servers running as SLP DA's are currently provided by James Wildman
- ino0l014
- ino0l059
net.slp.useScopes = EDI net.slp.DAAddresses = 10.247.106.17,155.180.228.76 net.slp.isDA = true net.slp.DAHeartBeat = 2000 net.slp.maxResults = 256 net.slp.isBroadcastOnly = true #net.slp.passiveDADetection = false #net.slp.activeDADetection = false #net.slp.DAActiveDiscoveryInterval = 0
NOTE: If the server is multi-homed (as ino0l014 and ino0l059 are), then you must tell SLP which IP address to bind to. Add this to the slp.conf file:
net.slp.interfaces = <local IP address>
QA environment#
The servers hosting SLP DA's are:- ino0l900
- ino0l905
net.slp.useScopes = EDIQA net.slp.DAAddresses = 10.129.242.225,10.129.242.227 net.slp.isDA = true net.slp.DAHeartBeat = 2000 net.slp.maxResults = 256 net.slp.isBroadcastOnly = true #net.slp.passiveDADetection = false #net.slp.activeDADetection = false #net.slp.DAActiveDiscoveryInterval = 0
NOTE: Server ino0l900 is based on RHAS 2.1, so it has an older GLIBC. Until the server is upgraded, it will use an older version of OpenSLP 1.0.11 (instead of 1.2.1).
Development environment#
net.slp.useScopes = EDIDEV net.slp.DAAddresses = 10.130.38.248,10.130.38.250 net.slp.isDA = true net.slp.DAHeartBeat = 2000 net.slp.maxResults = 256 net.slp.isBroadcastOnly = true #net.slp.passiveDADetection = false #net.slp.activeDADetection = false #net.slp.DAActiveDiscoveryInterval = 0