Error Code: LCMVROPSYSTEM250010 in Aria Suite Lifecycle during Inventory Sync with Aria Operations
search cancel

Error Code: LCMVROPSYSTEM250010 in Aria Suite Lifecycle during Inventory Sync with Aria Operations

book

Article ID: 416913

calendar_today

Updated On:

Products

VCF Operations

Issue/Introduction

  • Inventory Sync failed with error:
    Error Code : 'LCMVROPSYSTEM250010'
  • vmware_vrlcm.log contains a stack trace similar to:
    Failed while creating SDDC Manager water mark for VMware Aria Operations with IOException , check master node is in online state and accessible java.net.UnknownHostException: <Aria Operations master node>
    
    Injecting task failure event. Error Code : 'LCMVROPSYSTEM250010', Retry : 'true', Causing Properties : '{ CAUSE :: skipTask ===  }'
    java.net.UnknownHostException: <Aria Operations master node>

Environment

  • Aria Suite Lifecycle 8.18.x
  • Aria Operations 8.18.x

Cause

Aria Suite Lifecycle cannot resolve the short name of Aria Operations.

  • The search path in /etc/resolv.conf is blank.
  • The domain path in /etc/systemd/resolved.conf is blank.

Resolution

  1. Log in to the vRSLCM appliance via SSH, open /etc/systemd/resolved.conf, and ensure the Domains= line includes the required search domain: <Your domain>
  2. Restart the service using the following command: systemctl restart systemd-resolved
  3. Check /etc/resolv.conf to ensure the search domain appears correctly and persists.
  4. If it does not persist, add the domain to the search path in /etc/resolv.conf in Aria Suite Lifecycle:
    vi /etc/resolv.conf
    search <Your domain>
  5. Trigger the Inventory Sync from the vRSLCM UI.