Symptoms:
If you receive any of the notifications below in your Usage Meter web application, please check the status of your Usage Meter appliance:
Usage Meter
You need to do the following to troubleshoot your Usage Meter and solve any issues with its services:
You need to enable SSH in order to connect remotely to Usage Meter from another computer, check its logs and restart its services.
service sshd start
You need to check the status of your Usage Meter services before restoring any defective services.
cd /opt/vmware/cloudusagemetering
bash scripts/status.sh
You can check the cause for the failure of your Usage Meter services by checking its logs.
cd /opt/vmware/cloudusagemetering/var/logs
After checking the cause for the failure of your Usage Meter services, you can restart only those which failed or restart all Usage Meter services.
cd /opt/vmware/cloudusagemetering
bash scripts/stop.sh DSS
bash scripts/start.sh DSS
bash scripts/stop.sh All
bash scripts/stаrt.sh All
In addition to checking the logs of your Usage Meter, you can also generate a support bundle, which you need to attach to your support request to the VMware Global Support Services team. The support bundle includes logs and other data that will help the support team investigate your issue.
cd /opt/vmware/cloudusagemetering
./scripts/bundle.sh
This process takes a few minutes. The generated support bundle file bundle.tar.gz is saved to the cloudusagemetering directory.
Stop SSH on your Usage Meter appliance after restoring its services.
service sshd stop