|
|||||||||
Part I Network Services Topics Part II Accessing Network File Systems Topics 4. Managing Network File Systems (Overview) 5. Network File System Administration (Tasks) 6. Accessing Network File Systems (Reference) 8. Planning and Enabling SLP (Tasks) Modifying DA Advertising and Discovery Frequency How to Limit UAs and SAs to Statically Configured DAs How to Configure DA Discovery for Dial-up Networks How to Configure DA Heartbeat for Frequent Partitions Accommodating Different Network Media, Topologies, or Configurations How to Reduce SA Reregistrations How to Configure the Multicast Time-to-Live Property How to Configure the Packet Size How to Configure Broadcast-Only Routing Modifying Timeouts on SLP Discovery Requests How to Change Default Timeouts How to Configure the Random-Wait Bound 10. Incorporating Legacy Services Part V Serial Networking Topics 15. Solaris PPP 4.0 (Overview) 16. Planning for the PPP Link (Tasks) 17. Setting Up a Dial-up PPP Link (Tasks) 18. Setting Up a Leased-Line PPP Link (Tasks) 19. Setting Up PPP Authentication (Tasks) 20. Setting Up a PPPoE Tunnel (Tasks) 21. Fixing Common PPP Problems (Tasks) 22. Solaris PPP 4.0 (Reference) 23. Migrating From Asynchronous Solaris PPP to Solaris PPP 4.0 (Tasks) 25. Administering UUCP (Tasks) Part VI Working With Remote Systems Topics 27. Working With Remote Systems (Overview) 28. Administering the FTP Server (Tasks) 29. Accessing Remote Systems (Tasks) Part VII Monitoring Network Services Topics |
Configuring SLP PropertiesSLP configuration properties control network interactions, SLP agent characteristics, status, and logging. In most situations, the default configuration of these properties requires no modification. However, you can use the procedures in this chapter when the network medium or topology changes and to achieve the following goals:
You can edit the SLP configuration file, /etc/inet/slp.conf, to perform operations such as those shown in the following table. Table 9-1 SLP Configuration Operations
SLP Configuration File: Basic ElementsThe /etc/inet/slp.conf file defines and activates all SLP activity each time you restart the SLP daemon. The configuration file consists of the following elements:
Configuration PropertiesAll of the basic SLP properties, such as net.slp.isDA and net.slp.DAHeartBeat, are named in the following format. net.slp.<keyword> SLP behavior is defined by the value of a property or a combination of properties in the slp.conf file. Properties are structured as key-value pairs in the SLP configuration file. As shown in the following example, a key-value pair consists of a property name and an associated setting. <property name>=<value> The key for each property is the property name. The value sets the numeric (distance or time), true/false state, or string value parameters for the property. Property values consist of one of the following data types:
If the value defined is not allowed, the default value for that property name is used. In addition, an error message is logged using syslog. Comment Lines and NotationsYou can add comments to the slp.conf file that describe the nature and function of the line. Comment lines are optional in the file, but can be useful for administration. Note - Settings in the configuration file are case insensitive. For more information, refer to: Guttman, Erik, James Kempf, and Charles Perkins, “Service Templates and service: scheme,” RFC 2609 from the Internet Engineering Task Force (IETF). [http://www.ietf.org/rfc/rfc2609.txt] How to Change Your SLP ConfigurationUse this procedure to change the property settings in your SLP configuration file. SLP– enabled client or service software also can alter the SLP configuration by using the SLP API. This API is documented in “An API for Service Location,” RFC 2614 from the Internet Engineering Task Force (IETF). [http://www.ietf.org/rfc/rfc2614.txt]
You can change the SA server default to enable slpd to operate as a DA server by setting the net.slp.isDA property to True in the slpd.conf file. net.slp.isDA=True In each area, various properties control different aspects of the configuration. The following sections describe different scenarios in which you might change the default property settings that are used in SLP configuration. |
||||||||
|