8 Contacts Server Administration

This chapter describes how to administer the Contacts Server Address Book service in Oracle Communications Convergence.

See "Enabling Core Services for Convergence" for information about enabling services.

Enabling Contacts Server Service

To configure Contacts Server Service with Convergence, you must have the Contacts server installed and configured.

To enable Convergence to work with Contacts Server, perform the following steps:

  1. Enable the following Contacts Server related parameters in Convergence:

    • nab.enable - Set this parameter to true to enable the Contacts Server service.

      iwcadmin -o nab.enable -v true
      
    • nab.host - Set this parameter to the host name on which the Contacts Server is installed.

      iwcadmin -o nab.host -v siroe.com
      
    • nab.port - Set this parameter to the web component port number on which Contacts Server is deployed. This should be same as the port number specified for Server Instance HTTP Port in the GlassFish Server Configuration Details panel during the Contacts Server Initial Configuration.

      iwcadmin -o nab.port -v port_number
      
    • nab.proxyadminid - Set this parameter to the proxy admin id on which Contacts Server is deployed. This should be same as the Administrator User Id specified during Contacts Server Initial Configuration.

      iwcadmin -o nab.proxyadminid -v proxy_admin_id
      
    • nab.proxyadminpwd - Set this parameter to the proxy admin password on which Contacts Server is deployed. This should be same as the Administrator password specified during Contacts Server Initial Configuration.

      iwcadmin -o nab.proxyadminpwd -v proxy_admin_pwd
      
    • nab.serviceuri - Set this parameter to the serviceuri on which Contacts Server is deployed. This should be same as the URI Path where the Contacts Server is deployed.

      iwcadmin -o nab.serviceuri -v service_uri
      

      Note:

      Make sure that the Contacts Server users have the LDAP attribute davUniqueId defined as part of davEntity object class.

      For more information on davUniqueId LDAP attribute, see the discussion about Provisioning Contacts Server Users in your Contacts Server documentation for more information.

  2. Restart GlassFish Server.