Solaris Bandwidth Manager 1.5 Administration Guide

Configuring the Sun Directory Services Server

On the Sun Directory Services server, you must perform the following operations:

Add the Solaris Bandwidth Manager schema files to the directory server configuration like this:

  1. Copy the Solaris Bandwidth Manager schema files to the directory server. By default, the Solaris Bandwidth Manager schema files, policy.at.conf, and policy.oc.conf are located under /etc/opt/SUNWconn/ba/include.

  2. Open the configuration file for Sun Directory Services, dsserv.conf, in a text editor. By default, this file is located under /etc/opt/SUNWconn/ldap/current.

  3. In the main configuration section of dsserv.conf, include the schema files for Solaris Bandwidth Manager:

    # - Main Configuration Section - 
    #
    include		/etc/opt/SUNWconn/ldap/current/dsserv.at.conf
    include		/etc/opt/SUNWconn/ldap/current/dsserv.oc.conf
    include		/etc/opt/SUNWconn/ldap/current/dsserv.acl.conf
    include		/opt/SUNWconn/ba/include/policy.at.conf
    include		/opt/SUNWconn/ba/include/policy.oc.conf

    This include statement must contain the absolute path to the Solaris Bandwidth Manager schema files on the directory server.

  4. Restart the directory server daemon, dsservd, to reload the directory configuration. This task is described in the Sun Directory Services 3.1 Administration Guide. The Schema section of the Directory Services Admin Console now lists the Solaris Bandwidth Manager object classes and attributes.

These tasks are described in detail in the Sun Directory Services 3.1 Collection.