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
-
Wrong Usage Example:
-
sudo ./setup.sh -f small -k 0 <CMS_IP_ADDRESS>
-
-
Correct Usage Example:
-
sudo bash
-
./setup.sh -f small -k 0 <CMS_IP_ADDRESS>
-