+

Search Tips   |   Advanced Search

Add attributes on AIX in a clustered environment


Overview

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

  1. Run backupConfig.sh

  2. Log on to the primary node and run...
     
    cd WP_PROFILE\ConfigEngine 
    ./ConfigEngine.sh wp-la-install-ear  \
                      -DWasPassword=dmgr_password  \
                      -DServerName=dmgr_server  \
                      -DNodeName=node_name 
    

  3. Stop and restart servers, dmgrs, and node agents.

  4. Edit wkplc.properties

  5. Set parameters under the VMM Property Extension Properties heading:

  6. Save changes to wkplc.properties.

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

  8. 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: AIX cluster: Adapt the attribute configuration
Previous: AIX cluster: Query the defined attributes
Next: Mapping attributes on AIX in a clustered environment
Related:
Start and stop servers, dmgrs, and node agents
Enable LDAP security after cluster creation