Aria Orchestrator workflow with "getAllVMs" action is taking longer time or returns 504 Gateway Timeout
book
Article ID: 410255
calendar_today
Updated On:
Products
VCF Operations/Automation (formerly VMware Aria Suite)
Issue/Introduction
workflow to get VM list from vCenter endpoint with getAllVMs action is taking longer time or returns 504 Gateway Timeout
Cause
The default cache expiration times were lowered as Orchestrator had many Java OOM Issues.
Resolution
Increase the maximum requests per session with the property - com.vmware.vmo.plugin.vi4.reqPerSession value to 200.
- Take Snapshot of Aria Orchestrator Nodes/ Valid Backup of Nodes.
- SSH to Aria Orchestrator appliance
- vracli vro properties set -k com.vmware.vmo.plugin.vi4.reqPerSession -v 200
Feedback
thumb_up
Yes
thumb_down
No