Missing vSAN Storage Metrics from Chargeback (previously known as Tenant App)
book
Article ID: 322106
calendar_today
Updated On:
Products
VMware Aria Suite
Issue/Introduction
- Storage performance data (Read / Write IOPS) is missing from the vCloud Director Portal Operations View.
- Data is present when customer logs into Aria Operations.
- When launching the Operations Manager from vCD
- search for a VM and look for the Storage details, Read and Write IOPS data is missing.
- All other data seems to be there.
Symptoms:
- Read / Write IOPS data is missing from vCloud Director (vCD) Chargeback portal operations view.
Environment
VMware vRealize Operations 8.x
Aria Operations 8.x
Cause
- Currently in Chargeback (Tenant App), we do not show vSAN datastore Read / Write IOPS metrics by design.
Resolution
- This is a known issue and plan to add as a vSAN metric in a future release of Chargeback.
Workaround:
-
Login via SSH into the Chargeback appliance using "root" account.
-
Execute the command: docker exec -it tenant-app-ui bash
-
Navigate to path: cd /usr/share/nginx/html/config/pages
-
Edit vm.json: vi vm.json
-
Change "datastore|read_average" to "virtualDisk|read_average"
-
Change "datastore|write_average" to "virtualDisk|write_average".
-
Change "datastore|numberReadAveraged_average" to "virtualDisk:Aggregate of all instances|numberReadAveraged_average"
-
Change "datastore|numberWriteAveraged_average" to "virtualDisk:Aggregate of all instances|numberWriteAveraged_average"
- save and quit the file.
-
Reload nginx by executing: /usr/sbin/nginx -s reload
Feedback
thumb_up
Yes
thumb_down
No