'UNKNOWN' power status for newly created or onboarded machines in Aria Automation
search cancel

'UNKNOWN' power status for newly created or onboarded machines in Aria Automation

book

Article ID: 314750

calendar_today

Updated On:

Products

VCF Operations/Automation (formerly VMware Aria Suite)

Issue/Introduction

Symptoms:

  • Newly created or onboarded machines in Aria Automation can intermittently show the power state as 'UNKNOWN' when the initial creation coincides with an incremental VM enumeration.



Environment

Aria Automation 8.x

Cause

Aria Automation leverages two enumeration types for vSphere cloud accounts.

Incremental enumeration runs every 10 minutes & only collects properties which vCenter has flagged as being recently modified.

Full enumeration is run every 24 hours and collects all properties.

This issue can occur when incremental data collection is run at the same time as Machine creation, resulting in an 'UNKNOWN' power status being set. The issue is not corrected by subsequent incremental data collections unless the power state of the machine is changed directly in vCenter. Otherwise it is only when the full enumeration process is run that the power state is corrected.

Resolution

A resolution for the issue is included in Aria Automation 8.11 and above.

Workaround:

To workaround the issue, you can power cycle the affected virtual machine directly in vCenter. This change should sync the correct power state in Aria Automation on the next incremental enumeration.

 

If a large number of VM's are affected and the above approach is not feasible, then you can restart the provisioning service pods which will force a full enumeration process to be run but Note: that this approach will require brief downtime as it will interrupt any activities currently running in the provisioning services pods.

kubectl -n prelude rollout restart deployment provisioning-service-app
 

 

Additional Information

Impact/Risks:
Virtual machines may intermittently show with a power status of 'UNKNOWN' in Aria Automation until the next full enumeration process is completed.