+

Search Tips   |   Advanced Search


Update a group member on HP-UX

In a single server environment the WebSphere_Portal and server1 servers can be either stopped or started.

In a clustered environment stop all appservers on the system including WebSphere_Portal and server1 and then start the nodeagent and deployment manager servers before starting the following task.


Update the group member in your LDAP user registry

  1. To list the names and types of configured repositories...

      cd profile_root/ConfigEngine
      ./ConfigEngine.sh wp-query-repository -DWasPassword=password

  2. Edit...

      profile_root/ConfigEngine/properties/wkplc.properties

  3. Enter a value for the following parameters under the VMM LDAP group member attribute configuration heading:

  4. Save changes to wkplc.properties.

  5. Run...

      ./ConfigEngine.sh wp-update-ldap-groupmember -DWasPassword=password

    from the profile_root/ConfigEngine directory, to update the group member information for your LDAP user registry or to create the group member if it does not exist.

  6. Propagate the security changes:

    Option Description
    Standalone cd profile_root/bin
    ./stopServer.sh server1 -username admin_userid -password admin_password
    ./stopServer.sh WebSphere_Portal -username admin_userid -password admin_password
    ./startServer.sh server1
    ./startServer.sh WebSphere_Portal
    Cluster cd dmgr_profile/bin
    ./stopManager.sh-username admin_userid -password admin_password
    cd profile_root/bin
    ./stopNode.sh -username admin_userid -password admin_password
    ./stopServer.sh WebSphere_Portal -username admin_userid -password admin_password
    cd dmgr_profile/bin
    ./startManager.sh
    cd profile_root/bin
    ./startNode.sh
    ./startServer.sh WebSphere_Portal

If you performed these steps after creating the clustered environment, run enable-jcr-security on the secondary node.


Parent topic:

Updating the user registry on an HP-UX


Related tasks


Enable LDAP security after cluster creation