Restore the VMM setup with a federated file repository
If the business changes or the user registry configuration is inoperable, run the wp-restore-default-repository-configuration task to restore the default VMM setup with a federated file repository. Then, reconfigure the user registry. The task deletes all existing repositories, creates a realm, and configures a file repository in VMM. The task also creates a user and group, which is set to the HCL WebSphere Portal administrator.
- Before configuring security, use backupConfig to create backup of the HCL WebSphere Portal configuration.
- cd WP_PROFILE/ConfigEngine/properties
- Edit wkplc.properties
- Required: Enter a value for the following parameters under the VMM Federated repository properties heading:
- federated.primaryAdminId
- federated.realm
- federated.serverId
- federated.serverPassword
- Restore the default repository:
cd WP_PROFILE/ConfigEngine.
./ConfigEngine.sh wp-restore-default-repository-configuration -DWasPassword=foo
- Stop and restart the appropriate servers to propagate the changes.
- Restore the default repository group member:
./ConfigEngine.sh wp-restore-default-repository-add-group-member -DgroupUniqueName=value -DmemberUniqueName=value -DWasPassword=foo
- Stop and restart the appropriate servers to propagate the changes.
Parent Update the user registry