Previous Topic: How to Upgrade a 6.x Policy Store

Next Topic: Import the Base Policy Store Objects

Upgrade a DirX EE 2.0 Policy Store from 6.x to r12.1 SP3

To upgrade a Siemens DirX EE 2.0 Directory Server from a 6.x policy store to a r12.1 SP3 policy store, create the XPS schema in the policy store.

To upgrade a DirX EE 2.0 Policy Store from 6.x to r12.1 SP3

  1. Open the DirX EE Manager and update the base tree structure. Under ou=PolicySvr4, create ou=XPS.
  2. Copy the following file from path\dirxee20 to DirX_EE_install_path\scripts\stand_alone\extensions:

    add_PS_Indexes.adm

    path

    Specifies the path to the schema files extracted from the tier 2 directory zip.

    DirX_EE_install_path

    Specifies the DirX EE installation path.

  3. Copy the following files from path\xps\dirxee20 to DirX_EE_install_path\scripts\stand_alone\extensions:
  4. From the command prompt, change to the following directory:

    DirX_EE_install_path\scripts\stand_alone\extensions

  5. Run the following command:

    dirxadm add_PS_Indexes.adm

  6. Run the following command:

    dirxmodify -f XPS_SchemaExt.ldif -D cn=admin,o=MyCompany -w dirx

    -f

    Specifies the name of the LDIF file.

    -D

    Specifies the bind DN.

    Example: cn=admin,o=MyCompany

    -w

    Specifies the password.

    Example: dirx

    -h

    (Optional) Specifies the host.

    Default: localhost

    -p

    (Optional) Specifies the port number.

    Default: 389

  7. Run the following command:

    dirxadm add_XPS_Indexes.adm

The XPS schema is created. You can now import the policy store data definitions.