To resolve this issue, remove any End Point Operations Adapters or End Point Operations objects. Complete all of the steps below to ensure all End Point Operations related items are removed.
Note: If there are no End Point Operations Adapters, simply continue on to the steps to remove End Point Operations Objects.
Utilize these steps to use the Swagger UI and remove the End Point Operations adapters via API.
- Navigate to https://primary-ip-or-fqdn/suite-api.
Note: Replace primary-ip-or-fqdn with the IP or FQDN of the vRealize Operations Primary node.
Example: https://192.168.3.10/suite-api
- Click Authorize and enter the local admin user credentials, then click Authorize. Once the Authorized message appears, click Close.
- Expand Adapters.
- Expand GET /api/adapters.
- Click the Try it out button.
- Enter EP Ops Adapter in the adapterKindKey box.
- Click the Execute button.
- If any End Point Operations Adapters are found, the Response Body will contain entries with the following text:
"adapterKindKey": "EP Ops Adapter",
Note: If there are no End Point Operations Adapters found, skip to the Remove End Point Operations Objects steps.
- Note the IDs of any End Point Operations Adapters found by copying the value of the ID field.
Example:"id": "d1027663-5fb7-4ad2-a1ca-1801e5b874a5"
- Expand DELETE /api/adapters/{adapterId}.
- Click the Try it out button.
- Paste one ID noted in step 8 in the adapterId field.
- Set the deleteResources dropdown to true.
- Click the Execute button.
- Verify that the HTTP Response Code is 204.
- Repeat steps 12-15 for any other End Point Operations adapter instance IDs noted from step 8.
Utilize these steps to remove the End Point Operations objects.
- Log into the vRealize Operations Manager UI, at https://primary-ip-or-fqdn/, with the local admin user.
Note: Replace primary-ip-or-fqdn with the IP or FQDN of the vRealize Operations Primary node.
Example: https://192.168.3.10/
- Navigate to Environment > Inventory.
- Type EPOPs in the filter field on the right and press enter.
- Select any objects that has an object type or adapter type containing the term EPOPS or EP Ops, and press the Delete Object button (red X) in the toolbar.
You can now retry the upgrade to vRealize Operations Manager 8.10.x.