Sun Java System Communications Services 6 2005Q4 Schema Migration Guide

Single Server - Migrate to Compatibility Mode, Then to Native Mode

This scenario makes the following assumptions:

Characteristics of This Scenario

Migration Steps

This scenario outlines how to migrate a single-server system as follows:

Take these steps:

ProcedureTo Migrate a Single-server system from Schema 1 to Schema 2 (compatibility mode) and then from Schema 2 (compatibility mode) to Schema 2 (native mode)

Steps
  1. Upgrade Messaging Server and Calendar Server from version 5.x to version 6 (if you have not already done so).

    For information about upgrading Messaging Server, see Upgrading Messaging Server to Version 6

    For information about upgrading Calendar Server, see Upgrading Calendar Server to Version 6

  2. Be sure that the upgraded (version 6) servers are still configured for Schema 1.

    During the server upgrade, you run the Communications Services Directory Server Setup Perl script, comm_dssetup.pl. The script asks you to specify the schema version Directory Server will use:

    • Specify Schema 1.

      Set comm_dssetup.pl -t option as follows: -t 1

      You only need to run the comm_dssetup.pl once for each Directory Server used by the Messaging and Calendar servers, although it does no harm to run the script more than once.

      For information about running comm_dssetup.pl, see Running the Directory Server Setup Script

  3. Install Access Manager 6.1 or later.

    Follow the Access Manager installation instructions in the Sun Java Enterprise System 2005Q4 Installation Guide for UNIX.

    1. Before you run the Java Enterprise System installation program, gather the information needed to install Access Manager with a provisioned directory.

      For details, see Access Manager: Provisioned Directory Information in Sun Java Enterprise System 2005Q4 Installation Reference section of the Sun Java Enterprise System Installation Guide.

    2. During the installation, you are asked if you want Access Manager to use an existing provisioned directory. Answer yes.

      The installation program asks you to specify the following parameters associated with your directory:

      Organization Object Marker Class: Object class defined for the organization in the existing provisioned directory. The default value is SunManagedOrganization.

      Organization Naming Attribute: Naming attribute used to define organizations in the existing provisioned directory. The default value is o.

      User Marker Object Class: Object class defined for users in the existing provisioned directory. The default value is inetorgperson.

      User Naming Attribute: Naming attribute used for users in the existing provisioned directory. The default value is uid.

    3. After you install Access Manager, configure Access Manager to operate with the existing directory.

      Follow the steps in “Chapter 4, Configuring Access Manager With an Existing Directory Server” in Sun Java System Access Manager 6 2005Q1 Migration Guide.


      Note –

      Do not provision your LDAP directory with Access Manager tools before you have migrated the directory to Schema 2. The Messaging and Calendar servers cannot recognize any new domain information provisioned by Access Manager tools until you perform the migration to Schema 2 and reconfigure the servers for Schema 2.


  4. Install and configure the Communications Services Delegated Administrator console and utility (commadmin).

    Use the Sun Java Enterprise System Installer to install Delegated Administrator.

    After the installation, you must run the Delegated Administrator configuration program, config-commda.

    For details, see Chapter 3, Configuring Delegated Administrator, in Sun Java System Communications Services 6 2005Q4 Delegated Administrator Guide.

  5. Back up the LDAP directory.

  6. Migrate the LDAP directory from Schema 1 to Schema 2, compatibility mode.

    Use the Schema Migration utility, commdirmig, to perform the migration.

    Do not provision the directory while commdirmig is running.

    For information on running commdirmig and on the utility options and syntax, see Chapter 3, Using the Migration Utility


    Note –

    You do not have to reconfigure the Messaging and Calendar servers to use Schema 2, compatibility mode.

    When the LDAP directory has been migrated to Schema 2, compatibility mode, the servers should continue to be configured to use Schema 1.


  7. Configure Access Manager to use Schema 2, compatibility mode by enabling Access Manager to use the DC Tree:

    1. Start Access Manager Console as a user with administrator rights.

    2. Click the Services Configuration tab.

    3. Select Administration Services -> Global.

    4. Check the box next to Enable Domain Component Tree.

    5. Click Save.

      For more information about these steps, see theSun Java System Access Manager 7 2005Q4 Administration Guide.

  8. Check that the Access Manager configuration properties file contains the correct DC Tree root suffix by opening the Access Manager configuration properties file, AMConfig.properties. The default location of the file is /opt/SUNWam/lib.

    1. The com.iplanet.am.domaincomponent property in the AMConfig.properties file sets the value of the DC Tree root suffix. If the value is incorrect, edit it and save the file.

    2. Restart Access Manager.

      For more information, see the Sun Java System Access Manager 7 2005Q4 Administration Guide .

    3. Use the ldapmodify tool to add the inetdomain object class to all DC Tree nodes. (For example: dc=com,o=internet.)

  9. Stop and restart the Administration Server.

    You can use the following commands:


    /usr/bin/mpsadmserver stop

    /usr/bin/mpsadmserver start
  10. Verify that the following processes are functioning properly:

    • The servers are working with the migrated schema

    • Provisioning can take place successfully

  11. Upgrade your user-developed applications (in-house provisioning tools or scripts) to use Schema 2, native mode.

    You do not have to perform this step (or the remaining steps). The Messaging and Calendar servers can continue to operate with Schema 2, compatibility mode, as long as your user-developed applications rely on the Schema 1 directory structure.

    However, we recommend that you convert your applications to use Schema 2 at some time.

    When you have converted the user-developed applications, proceed with the following steps:

  12. Back up the LDAP directory.

  13. Migrate the LDAP directory from Schema 2, compatibility mode to Schema 2, native mode.

    Use the Schema Migration utility, commdirmig, to perform the migration.

    Do not provision the directory while commdirmig is running.

    For information on running commdirmig and on the utility options and syntax, see Chapter 3, Using the Migration Utility

  14. Configure Access Manager to user Schema 2, native mode:

    1. Start Access Manager Console as a user with administrator rights.

    2. Click the Services Configuration tab.

    3. Select Administration Services -> Global.

    4. Uncheck the box next to Enable Domain Component Tree.

    5. Click Save.

      When the Enable Domain Component Tree box is not checked, Access Manager ignores the DC Tree root suffix value held in the com.iplanet.am.domaincomponent property in the AMConfig.properties file.

      For more information about these steps, see the Sun Java System Access Manager 7 2005Q4 Administration Guide.

  15. Configure Messaging Server and Calendar Server to use Schema 2, native mode.

    For more information on reconfiguring Messaging Server, see Configuring Messaging Server for Schema 2

    For more information on reconfiguring Calendar Server, see Configuring Calendar Server to Use Schema 2

  16. Stop and restart the Administration Server.

    You can use the following commands:


    /usr/bin/mpsadmserver stop

    /usr/bin/mpsadmserver start
  17. Verify that the following processes are functioning properly:

    • The servers are working with the migrated schema

    • Provisioning can take place successfully

  18. If you wish, remove the DC Tree (the defunct Schema 1 directory elements).


    Note –

    Do not remove the DC Tree until you have verified that the migration was completed successfully (as described in the preceding “verify” step).


    You can use an LDAP command-line tool to remove the DC Tree.

    This step is optional. The DC Tree is not used in Schema 2, but it does no harm to leave the deprecated DC Tree in the LDAP directory after Schema 2 is in place.