Update the base entry on Linux
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:
- Start server1 and WebSphere_Portal
- Edit...
WP_PROFILE/ConfigEngine/properties/wkplc.properties- 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
- Save changes to the wkplc.properties file.
- Update a base entry in a repository...
cd WP_PROFILE/ConfigEngine
./ConfigEngine.sh wp-update-base-entry -DWasPassword=wpsadmin- 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_PortalTo 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