Update the base entry on AIX

 

+

Search Tips   |   Advanced Search

 

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

Ensure that the server1 and WebSphere_Portal servers are started before starting this task.

To update 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 repository base entry configuration heading to create additional base entries within the LDAP user registry to use when creating realms:

    • id
    • baseDN
    • nameInRepository

  3. Save changes to the wkplc.properties file.

  4. Run...

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

    ...from WP_PROFILE/ConfigEngine directory to update a base entry in a repository.

  5. 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

Updating your user registry on AIX