+

Search Tips   |   Advanced Search

Portal, V6.1


 

Update the realm configuration on i5/OS

After creating and using the realms in the default federated repository, you may find that your realm configuration is not working exactly as you would like. You can easily update the realm configurations and make the necessary changes. Ensure that the server1 and WebSphere_Portal servers are started before starting this task.

To update the realm configuration in the default federated repository:

  1. Edit wkplc.properties located in WP_PROFILE/ConfigEngine/properties.

  2. Enter a value for the following required parameters in the wkplc.properties file under the VMM realm configuration heading:

    See the wkplc.properties file for specific information about the required parameters and for advanced parameters.

    • realmName

    • securityUse

    • delimiter

  3. Save changes to the wkplc.properties file.

  4. Run the ConfigEngine.sh wp-update-realm -DWasPassword=wpsadmin

    ...from WP_PROFILE/ConfigEngine directory to update a realm configuration.

  5. To propagate the security changes:

    Option Description
    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_Portal
    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 i5/OS