Previous Topic: Point the Policy Server to the Policy Store

Next Topic: Set the SOA Security Manager Super User Password

Create the Policy Store Schema in a Red Hat Directory Server

You can create the policy store schema in a Red Hat Directory Server.

To create the policy store schema in a Red Hat Directory Server

  1. Navigate to policy_server_home/bin in a command window.
    policy_server_home

    Specifies the Policy Server installation path.

  2. Run the following command:
    smldapsetup ldgen -fschema_file
    
    schema_file

    Specifies the name of the LDIF file you are creating.

    An LDIF file is created using the policy store schema.

  3. Run the following command:
    smldapsetup ldmod -fschema_file
    
    schema_file

    Specifies the name of the LDIF file you created.

    The policy store schema is imported.

  4. Do the following:
    1. Restart the directory server. Restarting the directory server is required to save the policy store schema correctly.
    2. Repeat step 3. Restarting the directory server removed the policy store root. Importing the policy store schema again is required to create the policy store root.
  5. Run the following command:
    smldapsetup ldmod
    -fpath/xps/redhat/RedHat_7_1.ldif
    
    path

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

    The policy store schema is extended for XPS.

The policy store schema is created.