Product deployment from VCF Operations Fleet Management fails with error: "LCMCOMMON80067, Data validation Failed"
search cancel

Product deployment from VCF Operations Fleet Management fails with error: "LCMCOMMON80067, Data validation Failed"

book

Article ID: 449347

calendar_today

Updated On:

Products

VCF Operations/Automation (formerly VMware Aria Suite)

Issue/Introduction

  • Deploying a product from VCF Operations Fleet Management, the deployment fails. Unable to see the installer binaries in the user interface.
  • Following error is displayed: LCMCOMMON80067, Data validation Failed

Environment

VCF Operations Fleet management 9.X

Cause

The permissions are incorrect on the Fleet Management "data" directory, which is the location where the installer binaries are stored.

Resolution

  • Establish an SSH connection to the VCF Operations Fleet Management appliance using the root account.
  • Navigate to the root directory by running the following command:
    cd /
    
  • List the directories and files to verify the current structure:

    ls -l
    
  • Check the permissions of the data directory in numeric form (the expected permission is 755):

    stat -c "%a" data
    
  • If the returned value is not 755, correct the permissions by executing the following command:

    chmod -R 755 data
    
  • Verify and ensure that the ownership of the data directory is assigned to the root user.
  • Return to the VCF Operations Fleet Management user interface and verify that the binaries are now visible in the Install Binaries section.
  • Retry the product deployment.