Update stand-alone repositories
You can update the environment parameters you defined when you created the stand-alone repository. You should run the task to update custom repository if you any environment settings have changed such as the base DN or an administrator user ID and password. You can also run the update task if you want to change any settings you specified when you created the repository. For example, run the update task if you want to change support for paging, sorting, and transactions.
To update a stand-alone repository, do the following:
If you created clustered environment then performed the steps in this task, now run the update-jcr-admin task on the secondary node. See Enable LDAP security after cluster creation for instructions.
- Open wkplc.properties with any text editor from the following directory:
Windows™: WP_PROFILE/ConfigEngine/properties
UNIX™: WP_PROFILE/ConfigEngine/properties
IBMi: WP_PROFILE/ConfigEngine/properties
- Specify values for the following parameters under the VMM Stand-alone CUR configuration heading:
standalone.cur.id
standalone.cur.baseDN
standalone.cur.realm
standalone.cur.delimiter
standalone.cur.adapterClassName
standalone.cur.WasAdapterClassName
standalone.cur.primaryAdminId
standalone.cur.primaryAdminPassword
standalone.cur.primaryPortalAdminId
standalone.cur.primaryPortalAdminPassword
standalone.cur.primaryPortalAdminGroup
standalone.cur.personAccountParent
standalone.cur.groupParent
standalone.cur.personAccountRdnProperties
standalone.cur.groupRdnProperties
standalone.cur.isExtIdUnique
standalone.cur.supportExternalName
standalone.cur.supportPaging
standalone.cur.supportSorting
standalone.cur.supportTransactions
- Save and close wkplc.properties.
- Run the following task from the WP_PROFILE/ConfigEngine to update the stand-alone repository:
Windows: ConfigEngine.bat wp-update-standalone-cur -DWASPassword=foo
UNIX: ./ConfigEngine.sh wp-update-standalone-cur -DWASPassword=foo
IBM i: ConfigEngine.sh wp-update-standalone-cur -DWASPassword=foo
- Restart the server1 and WebSphere_Portal servers.
Parent
Set stand-alone repositories