To resolve the issue, increase the connection timeout values by following the steps below:
1. Take a non-memory snapshot of the Usage Meter appliance from vCenter server.
2. Log in as root to Usage Meter appliance and enable SSH service:
3. Connect to the appliance through SSH as usagemeter user account:
ssh usagemeter@<um-ip-address>
4. Take a backup copy of collection.yml.
cp /opt/vmware/cloudusagemetering/platform/conf/schedule-executions/collection.yml
/opt/vmware/cloudusagemetering/platform/conf/schedule-executions/collection-backup.yml
5. Edit the collection.yml file using the vi editor. Press i to switch to interactive mode.
vi /opt/vmware/cloudusagemetering/platform/conf/schedule-executions/collection.yml
6. Set the timeout values to 900000 (15 min):
vsanConnectionTimeoutMillis="900000"
vsanReceiveTimeoutMillis="900000"
7. Save the file by pressing ESC and then entering:
8. Restart the appliance as root