+

Search Tips   |   Advanced Search

Portal, V6.1


 

Delete the realm on i5/OS

If you made changes to your IBM WebSphere Portal and no longer require an realm that you created, you can delete the realm from your user registry. Ensure that the server1 and WebSphere_Portal servers are started before starting this task.

To delete the realm:

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

  2. For deleteRealmName, type the name of the realm configuration you want to delete.

  3. Save changes to the wkplc.properties file.

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

    ...from WP_PROFILE/ConfigEngine directory to delete 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

Delete your user registry configurations on i5/OS