<< PREVIOUS NEXT >>

 

 

ERROR DURING CMS INSTALLATION (VM)

 

Symptom: "ERROR: Failed to run command" encountered during CMS installation on hardened OVA

 

Recommended Actions: Do not use "sudo" with any script executed during CMS installation

  1. Wrong Usage Example: 

    1. sudo ./setup.sh -f small -k 0 <CMS_IP_ADDRESS>

  2. Correct Usage Example: 

    1. sudo bash

       

    2. ./setup.sh -f small -k 0 <CMS_IP_ADDRESS>