+

Search Tips   |   Advanced Search

Portal, V6.1


 

Delete the base entry on i5/OS

If you made changes to your LDAP user registry and no longer require a base entry that you created, you can delete it. Ensure that the server1 and WebSphere_Portal servers are started before starting this task.

To delete the base entry:

  1. To delete the base entry from a realm before deleting the base entry:

    1. Edit wkplc.properties located in WP_PROFILE/ConfigEngine/properties.

    2. Enter a value for the following required parameters in the wkplc.properties file under the VMM realm configuration heading:

      • realmName

      • deleteBaseEntry

    3. Save changes to the wkplc.properties file.

    4. Run the ConfigEngine.sh wp-delete-realm-baseentry -DWasPassword=wpsadmin

      ... from the...

      WP_PROFILE/ConfigEngine

      ...directory, to delete a base entry from a realm configuration.

    5. Stop and restart the deployment manager, the node agent(s), server1, and the WebSphere_Portal servers.

  2. Edit wkplc.properties located in WP_PROFILE/ConfigEngine/properties.

  3. Enter a value for the following required parameters in the wkplc.properties file under the VMM repository base entry configuration heading to create additional base entries within the LDAP user registry to use when creating realms:

    • id

    • baseDN

    • nameInRepository

  4. Save changes to the wkplc.properties file.

  5. Run the ConfigEngine.sh wp-delete-base-entry -DWasPassword=wpsadmin

    ...from WP_PROFILE/ConfigEngine directory to delete a base entry from a repository.

  6. To propagate the security changes:

    Option Description
    Stand-alone environment cd WP_PROFILE/bin
    ./stopServer.sh server1 -username adminid -password passwd
    ./stopServer.sh WebSphere_Portal -username adminid -password passwd
    ./startServer.sh server1
    ./startServer.sh WebSphere_Portal
    Clustered environment cd dmgr_profile_root\bin
    ./stopManager.sh
    cd WP_PROFILE/bin
    ./stopNode.sh -username adminid -password passwd
    ./stopServer.sh server1 -username adminid -password passwd
    ./stopServer.sh WebSphere_Portal -username adminid -password passwd
    cd dmgr_profile_root\bin
    ./startManager.sh
    cd WP_PROFILE/bin
    ./startNode.sh
    ./startServer.sh server1
    ./startServer.sh WebSphere_Portal

 

Parent topic

Delete your user registry configurations on i5/OS