Add attributes on IBM i in a clustered environment
The VMM is configured with a default attribute scheme that might not be compatible with the LDAP server. If this is the case, extend the VMM attribute schema by adding new attributes that we can map between IBM WebSphere Portal and the user registry.
Add new attributes to the user registry
- Run backupConfig.sh
- Complete the followings steps to install the required Enterprise Archive (.ear) file on WAS.
On the primary node.
cd WP_PROFILE/ConfigEngine
ConfigEngine.sh wp-la-install-ear -DWasPassword=dmgr_password -DServerName=dmgr_server -DNodeName=node_name
- Stop and restart servers, dmgrs, and node agents.
- Edit wkplc.properties
- Set parameters under the VMM Property Extension Properties heading:
- Save changes to wkplc.properties.
- Run the ConfigEngine.sh wp-add-property -DWasPassword=foo task to add the attribute to the user registry.
This task calls an EJB to WAS, which must authenticate against WAS. Depending on the configuration in the sas.client.props file, you may receive a popup window or a command line prompt asking for user identity and password. Enter the WAS user ID and password.
Remember: For multiple properties to add, repeat all steps, except for the wp-la-install-ear task, until all new attributes are added.
- Stop and restart servers, dmgrs, and node agents.
If you created a cluster, including additional nodes, and then completed the steps in this task, run update-jcr-admin on the secondary nodes.
Parent: IBM i cluster: Adapt the attribute configuration
Previous: IBM i cluster: Query the defined attributes
Next: Mapping attributes on IBM i in a clustered environment
Related:
Start and stop servers, dmgrs, and node agents
Enable LDAP security after cluster creation