+

Search Tips   |   Advanced Search

Portal, V6.1


 

Delete the repository on i5/OS

If you have made changes to your company and no longer require the use of a repository within your default federated repository, you can delete the repository from your configuration. Ensure that the server1 and WebSphere_Portal servers are started before starting this task.

To delete a repository from the default federated repository:

  1. Run the ConfigEngine.sh wp-query-repository -DWasPassword=wpsadmin

    ...from WP_PROFILE/ConfigEngine directory to list the names and types of configured repositories.

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

  3. Enter the following parameters in the wkplc.properties file under VMM Delete federated repository properties:

  4. Save changes to the wkplc.properties file.

  5. Run the ConfigEngine.sh wp-delete-repository -DWasPassword=wpsadmin

    ...from WP_PROFILE/ConfigEngine directory to delete a federated repository.

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

After deleting the repository, you may need to update the entity type if it points to the deleted repository; otherwise, you will not be able to create users and groups. See the "Updating an entity type" file for the appropriate operating system for information.

 

Parent topic

Delete your user registry configurations on i5/OS