+

Search Tips   |   Advanced Search

Restore the VMM setup with a federated file repository on AIX


If the business needs change or something happens to make the user registry configuration inoperable, we can run the task...

...to restore the default VMM setup with a federated file repository. The task deletes all existing repositories, creates a new realm, and configures a file repository in VMM. The task also creates a new user and a new user group, which is set to portal and WAS administrators.


Restore the default VMM setup with a federated file repository

  1. Make a backup of the portal configuration; see backupConfig command.

  2. Edit wkplc.properties

  3. Set the following required parameters under the Restore VMM security heading:

  4. Save changes to wkplc.properties.

  5. Restore the default repository...

      ./ConfigEngine.sh wp-restore-default-repository-configuration -DWasPassword=foo

  6. Stop and restart servers, dmgrs, and node agents.

  7. Optional. Restore the default repository...

      ./ConfigEngine.sh wp-restore-default-repository-add-group-member -DgroupUniqueName=value -DmemberUniqueName=value

    Where the value for DgroupUniqueName is the value specified for the following parameter in wkplc.properties: restore.file.primaryPortalAdminGroup. The value for DmemberUniqueName is the value specified for restore.file.primaryAdminId in wkplc.properties.

  8. Stop and restart servers, dmgrs, and node agents.

If you created the clustered environment, including the additional nodes, and then completed the steps in this task, run update-jcr-admin on the secondary nodes.


Parent: Manage the user registry on AIX