Complete the steps below to restore collections to the Application Monitoring agents.
Cloud Proxy Configuration
Correct the configuration of the Cloud Proxy with the changed IP.
- Reboot the Cloud Proxy with the changed IP.
- In the vRealize Operations UI, navigate to Data Sources > Cloud Proxies.
- Ensure the Cloud Proxy with the changed IP address has a status of Online.
- Log into the Cloud Proxy with the changed IP as root via SSH or console.
- Run the following command to remove the config.properties file:
rm -rf /ucp/config/config.properties
- Run the following command to run the first boot script:
sh /ucp/ucp-config-scripts/ucp-firstboot.sh
- Back in the vRealize Operations UI on the Data Sources > Cloud Proxies page, do the following depending on the Cloud Proxy configuration:
- If Cloud Proxy is part of HA-enabled Collector Group:
- Group Cloud Proxies by collector groups by using Group By > Collector Groups.
- Select the checkbox of the collector group for which the Cloud Proxy with the changed IP is a part of.
- Click on Retry Cloud Proxy Configuration from the ellipsis menu at the top.
- If the Cloud Proxy is part of a Non-HA group or individual CP:
- Select the checkbox of the Cloud Proxy with the changed IP.
- Click on Retry Cloud Proxy Configuration from the ellipsis menu at the top.
AppOsAdapters Configuration
Next, update the configure IP of all AppOsAdapters associated the the Cloud Proxy with the changed IP.
- Copy the name of the Cloud Proxy with the changed IP from Data Sources > Cloud Proxies.
- Navigate to Environment > Inventory > Adapter Instances > VMware vRealize Application Management Pack.
- Input ARC-ADAPTER in the filter field and press enter.
- Note the ID of each listed AppOSAdapter associated with the Cloud Proxy with the changed IP.
Note: If the ID column isn't visible, click the Show Columns button at the bottom of the pane and check ID and click OK.
- Navigate to Home and click on the Explore vRealize Operations Cloud REST APIs link.
Note: If using vRealize Operations on-prem, click the green Authorize button on the right of the page.
If presented with an Authorized user, click Logout first, next, input the local Admin user's login information and click Authorize, then click Close.
- Search for GET /api/adapters/{adapterId}, then expand it.
- Click Try it out.
- Paste one of the noted IDs from step 4 in the adapterId field.
- Click Execute.
- Copy the response body into a text editor.
- In the response body update the value of the identifierType named UCPVAIP to the new IP address of the Cloud Proxy, then copy the edited response body.
- Back in the vRealize Operations suite API page, search for PUT /api/adapters, then expand it.
- Click Try it out.
- Paste the edited response body over the existing text.
- Click Execute.
- Repeat steps 8-15 for all other IDs noted in step 4.