Update an entity type
After adding the user registry, we can update a single entity type with the value of the default parent. For example, if you delete a repository, update the entity type if it points to the deleted repository. In a stand-alone server environment, complete the following task when the servers are either stopped or started. In a clustered environment, start the deployment manager and node agent. Then, verify they are able to synchronize.
- cd WP_PROFILE/ConfigEngine/properties
- Edit wkplc.properties
- Set the following parameters under the VMM supported entity types configuration heading:
- entityTypeName
- defaultParent
- rdnProperties
- Save the changes to wkplc.properties.
- Open a command prompt.
- cd WP_PROFILE/ConfigEngine.
- To delete the old entity types before adding the RDN attribute as the only entry in the RDN list:
./ConfigEngine.sh wp-set-entitytype -DWasPassword=foo
- To add an entity type to the existing list:
./ConfigEngine.sh wp-update-entitytype -DWasPassword=foo
- Stop and restart the appropriate servers to propagate the changes.
Parent Update the user registry