System Administration Guide: Network Services

ProcedureHow to Deploy DAs

Use the following procedure to set the net.slp.isDA property to True in the slp.conf file.


Note –

You can assign only one DA per host.


  1. Become superuser or assume an equivalent role.

    Roles contain authorizations and privileged commands. For more information about roles, see Configuring RBAC (Task Map) in System Administration Guide: Security Services.

  2. Stop slpdand all SLP activity on the host.


    # svcadm disable network/slp
    
  3. Back up the default /etc/inet/slp.conf file before you change the configuration settings.

  4. Set the net.slp.isDA property in the slpd.conf file to True:


    net.slp.isDA=True
  5. Save your changes and close the file.

  6. Restart slpd to activate your changes.


    # svcadm enable network/slp