Previous Topic: smldapsetup and Oracle Directory Enterprise Edition

Next Topic: Point the Policy Server to the Directory Server

Replicate an Oracle Directory Server Enterprise Edition Policy Store

SOA Security Manager r12.1 SP3 creates a UserRoot and a PolicySvr4 database. The PolicySvr4 database has suffix mappings pointing to it. To replicate this policy store, set up a replication agreement for the PolicySvr4 database directory.

Note: More information about a replication agreement, see the Oracle documentation.

After you create the replication agreement, replicate the SOA Security Manager indexes.

To replicate SOA Security Manager indexes

  1. Generate the SOA Security Manager indexes:
    smldapsetup ldgen -x -findexes.ldif
    

    Important! Before running a SOA Security Manager utility or executable on Windows Server 2008, open the command line window with administrator permissions. Open the command line window this way, even if your account has administrator privileges. For more information, see the release notes for your SOA Security Manager component.

  2. Set up the indexes on a replica server:
    smldapsetup ldmod -x -findexes.ldif -hhost -preplicaport 
    -dAdminDN -wAdminPW
    
    host

    Specifies the replica host.

    replicaport

    Specifies the replica port number.

    AdminDN

    Specifies the replica administrator DN.

    Example: cn=directory manager

    AdminPW

    Specifies the replica administrator password.

    The SOA Security Manager indexes are replicated.

More Information:

smldapsetup