Configuring and Managing WebLogic SIP Server

     Previous  Next    Open TOC in new window    View as PDF - New Window  Get Adobe Reader - New Window
Content starts here

Upgrading a WebLogic SIP Server 2.0.x Configuration to Version 2.2

The following sections provide instructions for upgrading WebLogic SIP Server from a previous release:

 


About the Upgrade Program

The WebLogic SIP Server upgrade program, com.bea.wcp.sip.util.UpgradeConfig, takes a sipserver.xml configuration file from a version 2.0.x WebLogic SIP Server release and recreates the configuration in WebLogic SIP Server 2.2 using the latest schemas. For example, connector entries from an earlier sipserver.xml file are converted into network channels in the WebLogic SIP Server 2.2 config.xml file.

In order to use the upgrade program, you must install WebLogic SIP Server 2.2 and create a new WebLogic SIP Server 2.2 domain. The newly domain configuration is then updated to match the earlier configuration using the com.bea.wcp.sip.util.UpgradeConfig program.

 


Steps for Upgrading an Existing Configuration

To upgrade a previous WebLogic SIP Server configuration to a new WebLogic SIP Server 2.2 configuration:

  1. Install the WebLogic SIP Server software 2.2. See Installing WebLogic SIP Server Using Graphical-Mode Installation in Installing WebLogic SIP Server.
  2. Use the Configuration Wizard to create a new Basic WebLogic SIP Server Domain on the Administration Server machine. See Using the Configuration Wizard in Installing WebLogic SIP Server.
  3. Start the Administration Server for the WebLogic SIP Server 2.2 domain.
  4. Set the environment required for using the UpgradeConfig utility. See Required Environment for the UpgradeConfig Utility.
  5. Use the com.bea.wcp.sip.util.UpgradeConfig utility to recreate your earlier WebLogic SIP Server configuration on the new WebLogic SIP Server 2.2 domain. See UpgradeConfig Reference.

 


Required Environment for the UpgradeConfig Utility

To set up your environment for the UpgradeConfig utility:

  1. Install the WebLogic SIP Server software 2.2. See Installing WebLogic SIP Server Using Graphical-Mode Installation in Installing WebLogic SIP Server.
  2. Move to the top level of the WebLogic SIP Server 2.2 domain directory that you created:
  3. cd BEA_HOME\user_projects\domains\mydomain

    In the above command, BEA_HOME refers to the top-level BEA installation directory (for example, c:\bea).

  4. Set the client environment using the command:
  5. setAdminClientEnv.cmd

 


UpgradeConfig Reference

The UpgradeConfig program uses the syntax:

java com.bea.wcp.sip.util.UpgradeConfig -username adminuser -password adminpassword -adminurl url -sipserverconfigfile sipserver_old.xml

where:

For example:

java com.bea.wcp.sip.util.UpgradeConfig -username weblogic -password weblogic -adminurl t3://localhost:7001 -sipserverconfigfile c:\bea\user_projects\domains\wlss202_domain\sipserver.xml

The upgrade utility modifies the sipserver.xml and config.xml files in the WebLogic SIP Server 2.2 domain as necessary to match the earlier configuration.

Notes: The version 2.2 Administration Server must be running in order to upgrade the configuration.
Note: UpgradeConfig can only update a WebLogic SIP Server 2.2 configuration from a single version 2.0.x sipserver.xml file. You cannot perform multiple upgrades against the same version 2.2 Administration Server using different sipserver.xml files.

  Back to Top       Previous  Next