Configuring the Sametime Bandwidth Manager to use the SIP Proxy/Registrar Server

Configure IBM® Sametime® Bandwidth Manager to use the Sametime Media Manager's SIP Proxy/Registrar.

About this task

This task is required for a cluster of Bandwidth Managers. Communications between the Bandwidth Manager and the Media Manager are handled by the SIP Proxy/Registrar.

Procedure

  1. Log in to the Deployment Manager's Integrated Solutions Console as the WebSphere® administrator.
  2. In the navigation tree, click Sametime Servers > Bandwidth Manager.
  3. On the Status page, click Start/Restart.
  4. Click the Configuration tab.
  5. In the SIP Server URI field, enter the following string:
    sip:host:5060;transport=tcp
    where:
    For example, in the staging environment, specify

    sip:sippr.example.com:5060;transport=tcp

  6. Locate the Cluster SIP URI column in the table. Locate the rows labeled SIPFrontEnd in the table. For the SIPFrontend rows, add ;transport=tcp to the end of the settings in the Cluster SIP URI fields. For example, enter

    sip:sippr.example.com:5060;transport=tcp

  7. Click Apply and then save the change to the master configuration by clicking the Save link in the "Messages" box at the beginning of the page.
  8. Restart the Bandwidth Manager cluster:
    • Cluster:
      1. Stop the deployment manager:
        1. Click System Administration > Deployment manager.
        2. Click the Configuration tab.
        3. On the Configuration tab of the deployment manager settings, click Stop.
      2. Start the deployment manager:
        1. Open a command window and navigate to the app_server_root/profiles/DM_profile_name/bin.
        2. Run the startManager command.

        Linux

        cd /opt/IBM/WebSphere/AppServer/profiles/DM_profile_name/bin
        startManager.sh

        Microsoft Windows

        cd C:\Program Files\WebSphere\AppServer\profiles\DM_profile_name\bin
        startManager.bat