Sun Java logo     Previous      Contents      Index      Next     

Sun logo
Sun Java Enterprise System Upgrade Guide for Microsoft Windows 

Chapter 11
Messaging Server

This chapter describes how to upgrade Messaging Server from previous Java ES versions to Java ES Release 4: Messaging Server 6 2005Q4.

The chapter provides a general overview of upgrade issues and procedures for the different upgrade paths supported by Java ES Release 4. The chapter covers the following:


Note

File locations in this chapter are specified with respect to a directory path referred to as msg_svr_base. At least part of this path might have been specified as an installation directory when Messaging Server was initially installed. If not, the Java ES installer assigned a default value.

The default value of msg_svr_base is <drive>\sun\server-root.



Overview of Messaging Server Upgrades

This section describes the following general aspects of Messaging Server that impact upgrading to Java ES Release 4:

About Java ES Release 4 Messaging Server

Java ES Release 4 Messaging Server mostly represents bug fixes. There is no major new functionality with respect to Release 3.

Messaging Server Upgrade Roadmap

Table 11-1 shows the supported Messaging Server upgrade paths to Java ES Release 4.

Table 11-1  Upgrade Paths to Java ES Release 4 Messaging Server 6 2005Q4

Java ES Release

Messaging Server Version

General Approach

Re-configuration Required

Release 3

Sun Java System Messaging Server 6 2005Q1

Direct Upgrade:
Performed by applying patches.

Configuration files and configuration directory data

Messaging Server Data

The following table shows the type of data that could be impacted by an upgrade of Messaging Server software.

Table 11-2  Messaging Server Data Usage

Type of Data

Location

Usage

Configuration data

Local configuration directory: msg_svr_base\config\msg.conf and many other configuration files for configuring Messaging Server Store, MTA, MMP, MEM (webmail)

Configuration of Messaging Server components

Configuration data

Directory Server configuration directory

Configuration of Messaging Server components

User data

Directory Server user/group directory

Storing user attributes needed to support messaging for end users

Dynamic application data

Messaging Server store:

msg_svr_base\

Store email messages, message transfer queues, and related information on behalf of users

Directory schema

Directory Server

<drive>\sun\serverroot

For user attributes needed to support end users

Compatibility Issues

Release 4 Messaging Server does not introduce any interface changes. The Messaging Server Store, MTA, MMP, and MEM components, logically distinct configurations of Messaging Server, are backwardly compatible with earlier versions.

Messaging Server Dependencies

Messaging Server dependencies on other Java ES components can impact the procedure for upgrading and re-configuring Messaging Server software. Changes in Messaging Server interfaces or functions, for example, could require upgraded version of components upon which Messaging Server depends. The need to upgrade such components depends upon the specific upgrade path.

Messaging Server has dependencies on the following Java ES components:


Upgrading Messaging Server from Java ES Release 3

This section includes information about upgrading Messaging Server from Java ES Release 3 to Java ES Release 4. The section covers the following topics:

Introduction

When upgrading Java ES Release 3 Messaging Server to Release 4, consider the following aspects of the upgrade process:

Messaging Server Upgrade

This section describes how to perform an upgrade of Messaging Server from Java ES Release 3 to Java ES Release 4 on windows platform. The section covers the following topics:

Pre-Upgrade Tasks

Before you upgrade Messaging Server you should perform the tasks described below.

Verify Current Version Information

You can verify the current version of Messaging Server by entering the following command:

# msg_svr_base\sbin\imsimta version

Table 11-3  Messaging Server Version Verification Outputs

Java ES Release

Messaging Server Version Number

Release 3

6.2

Release 4

6.2p3

Upgrade Messaging Server Dependencies

It is generally recommended that all Java ES components on a computer system (and in a computing environment) be upgraded to Java ES Release 4. However, Messaging Server has hard upgrade dependencies only on the SASL shared component and on Directory Preparation Tool. Upgrading of other Java ES Release 3 components upon which Messaging Server depends is therefore optional.

However, if you choose to upgrade all Messaging Server dependencies, they should be upgraded in the following order, all before you upgrade Messaging Server. You can skip any that might already have been upgraded.

Back Up Messaging Server Data

The Messaging Server upgrade from Release 3 to Release 4 requires re-configuration of Messaging Server in local configuration files and in the Directory Server configuration directory. The local changes can be rolled back, but it is a good idea to back up the configuration directory in case you want to roll back the Release 4 upgrade at a future point.

Obtain Required Configuration Information and Passwords

Messaging Server upgrade requires knowing the following information:

Upgrading Messaging Server

This section discusses considerations that impact the upgrade procedure for Messaging Server followed by a description of the procedure itself.

Upgrade Considerations

The upgrade of Messaging Server software to Java ES Release 4 takes into account the following considerations:

Upgrade Procedure

The procedure documented below applies to all Messaging Server components that correspond to the same installed Messaging Server image on the computer where the upgrade is taking place.

  1. Obtain the required patches, based on Table 1-3.
  2. Patches can be downloaded from:

    http://sunsolve.sun.com

  3. Log in as administrator.
  4. Stop all running Messaging Server components.
  5. # msg_svr_base\sbin\stop-msg

  6. If not already done, upgrade the required shared components to Release 4.
  7. Apply the Messaging Server patches in Table 1-3.
  8. Run pre-patch.pl before executing patch.
  9. perl.prepatch.pl <Server-Root> <Patch-id>

  10. Apply the patch by running <Patch-id>.exe
  11. Run post-patch.pl after applying the patch
  12. perl.postpatch.pl <Server-Root> <Patch-id>

  13. Migrate configuration data from existing configuration files to Release 4 candidate configuration files.
    1. Create candidate configuration files.
    2. Run patch-config.pl

      perl patch-config.pl <Server-Root> <patch-id>

      This command backs up existing configuration files. Then it merges configuration parameter values in these files with Release 4 template configuration files to create new Release 4 candidate configuration files. You should examine these new files for possible conflicts, as described in the Special Installation Instructions section of the patch < > readme file.

      This command also generates the following ldif files (LDAP directory import files):

      msg_svr_base/lib/patch/cfgdir_diff.ldif

      msg_svr_base/lib/patch/ugdir_diff.ldif

    3. Install the Release 4 candidate configuration files, making them the active configuration.
    4. Run install-newconfig.pl

      perl install-newconfig.pl <Server-Root> <patch-id>

      This command installs the new Release 4 configuration files in their correct.

    5. Import the new configuration data generated in Step6a into the Directory Server configuration directory being used by Messaging Server.
    6. Change to the configuration directory and import the ldif files using the ldapmodify command:

      # cd msg_svr_base\lib

      # Run ldapmodify -D bind_dn -w password -c

      -e patch\cfgdir_diff.rej -f patch\cfgdir_diff.ldif

      # Run ldapmodify -D bind_dn -w password -c

      -e patch\ugdir_diff.rej -f patch\ugdir_diff.ldif

  14. Restart the Messaging Server components that were stopped in Step 3.
  15. # msg_svr_base\sbin\start-msg

Verifying the Upgrade

You can verify the current version of Messaging Server by entering the following command:

You can also check the banner displayed when starting up Messaging Server components

See Table 11-3 for output values.

Post-Upgrade Tasks

There are no post-upgrade tasks beyond the steps described in Upgrade Procedure.

Rolling Back the Upgrade

This section describes considerations that impact the upgrade rollback procedure for Messaging Server followed by the procedure itself.

Rollback Considerations

The procedure for rolling back the upgrade to Release 4 of Messaging Server is pretty much the reverse of the procedure for upgrading to Release 4. The re-configurations are rolled back and the patches are removed.

Rollback Procedure
  1. Log in as administrator.
  2. Stop all running Messaging Server components.
  3. # msg_svr_base/sbin/stop-msg

  4. Roll back the changes made to the Directory Server configuration directory being used by Messaging Server.
  5. Replace the directory with the pre-upgrade directory that you backed up before beginning the upgrade procedure (see Back Up Messaging Server Data).

  6. Remove the patches in Step 9.
  7. Run prebackout.pl before Uninstall_<Patch-id>.bat
  8. Run Uninstall_<Patch-id>.bat to rollback
  9. Run post-backout.pl after uninstall.
  10. Restart the Messaging Server components that were stopped in Step 2.
  11. # msg_svr_base\sbin\start-msg



Previous      Contents      Index      Next     


Part No: 819-4461-10.   Copyright 2006 Sun Microsystems, Inc. All rights reserved.