As part of the content upgrade, remove all occurrences of unsupported plugins.
Workaround:
To attempt to workaround this issue, update the update
telegraf.conf from
jolokia2_agent.metrics to
jolokia2_agent.metric using sls scripts.
- Identify the vc_id and vm_id for all the Virtual Machines where the issue has occurred.
Note: vc_id and vm_id can be identified either from vRealize Operations UI or from the endpoint itself.
- vRealize Operations UI: Navigate to Administration > Inventory. Click the Columns icon in the lower left corner of the right pane and check Identifier 2 and Identifier 3, then click OK. Enter the VM name in the Filter field and note the vc_id from the Identifier 3 column, and vm_id from the Identifier 2 column.
- Linux VM: View the /opt/vmware/ucp/salt-minion/etc/salt/grains file and check for the vc_id and vm_id values.
- Windows VM: View the C:\VMware\UCP\salt\conf\grains file and check for the vc_id and vm_id values.
- Log into the Cloud Proxy node as root via SSH.
- Download the attached jolokiaapplicationupgrade.sls file and place it in the /ucp/salt/srv/salt/ folder on the Cloud Proxy node using an SCP utility.
- Apply the salt state by running the following command:
docker exec -it ucp-controlplane-saltmaster bash -c "salt 'vcid_vmid' state.apply jolokiaapplicationupgrade"
Note: Replace vcid and vmid with the vc_id and vm_id on a Virtual Machine you identified in step 1.
Example: docker exec -it ucp-controlplane-saltmaster bash -c "salt '4439a09d-19ac-40ce-921a-1e7b1db71467_vm-155' state.apply jolokiaapplicationupgrade"
- Repeat step 4 for any other Virtual Machines experiencing the issue.