Upgrading to Instant Messaging 7.3
This section describes how to upgrade Instant Messaging 7.2 to 7.3 using commpkg upgrade. If you are upgrading from 7.1 or earlier, refer to the Chapter 7, Upgrading Instant Messaging of the Sun Java Communications Suite 5 Upgrade Guide to upgrade to 7.2, then return here to upgrade to 7.3.
| Note Sun Convergence requires Instant Messaging 7.3. |
Before doing an upgrade, install the required Communications Suite 6 software dependencies. See Requirements for Communications Suite 6
This document contains the following sections:
Upgrading Instant Messaging Servers
Use the following procedures to upgrade each Instant Messaging 7.2 host in your system. The process for upgrading multiplexors and servers is the same and should only take a few minutes. Note that this procedure automatically copies the 7.2 configuration and data (example: notifications, alerts, conversations and so on) to the 7.3 version. If Instant Messaging is configured to provide email notifications, Calendar alerts or Access Manager policy features (authenticating or Single-sign on), this configuration data is migrated so that these features remain in upgrading to 7.3.
- Inform users that server will go down for a specific time period.
- Stop the IM server
im_svr_base/sbin/imadmin stop - Run compkg upgrade
Make sure to say Yes when the installer asks to upgrade IM API - Run im_svr_base/html/redeploy
- Restart the server
im_svr_base/sbin/imadmin start - Run the configurator.
For the new features in 7.3 to work you must run the configurator after upgrading. The upgrade process will not enable audio chat, nor will it deploy the IMPS gateway without running the configurator and choosing Client Components. See Instant Messaging 7.3 Initial Configuration .
Note that old configuration files will be backed up in the im_svr_base/config directory, with the name suffixed with -pre73. For example, the old iim.conf will be backed up as iim.conf-pre73. This file can be used to roll back to the previous working version in case of problems.
To Roll Back to the Legacy Instant Messaging Version
If the upgrade fails and you need to go back to the previously working version, use the following procedure.
- Stop the server
- Get the old configuration files saved when you did the compkg upgrade
- Remove the new (7.3) packages
commpkg uninstall will uninstall Communications Suite products that are installed.
To uninstall just the Instant Messaging packages, use the following command:
commpkg uninstall --components=IM --silent=NONE - Install the old (7.2) packages
- Replace the old configuration files with their correct names (that is, rename iim.conf-pre73 to iim.conf)
- Run im_svr_base/html/redeploy
- Start the server
im_svr_base/sbin/imadmin start

Comments (1)
May 05, 2008
prakpa says:
For getting the new features for 7.3 ************************************* For t...For getting the new features for 7.3
*************************************
For the new features in 7.3 to work we have to run the configurator after upgrading 7.2 to 7.3
After the upgrade go to /opt/sun/comm/im/configure, this will bring the configurator UI
Use the existing details in the configurator..like (server port,mux port etc)
Note: Do not select the Server components while running the configurator(this will be costlier operation) it will overwrite iim.conf file and your old config details will be lost
> Hi Prakpa, I believe I addressed your issues in the this last draft. See Step 6 in Upgrading Instant Messaging Servers above. Thanks! Greg.kimura