Update the base entry on Linux

 

+

Search Tips   |   Advanced Search

 

After creating base entries, you may need to update the distinguished name in the repository that uniquely identifies the base entry name.

To update the base entry:

  1. Start server1 and WebSphere_Portal

  2. Edit...

    WP_PROFILE/ConfigEngine/properties/wkplc.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. Update a base entry in a repository...

    cd WP_PROFILE/ConfigEngine
    ./ConfigEngine.sh wp-update-base-entry -DWasPassword=wpsadmin

  6. To propagate the security changes in a 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

    To propagate the security changes in a 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

Updating your user registry on Linux