Troubleshooting Tip: How to use the CLI to resolve the 'VM Configs Failed' error in FortiSOAR
| Description | This article describes how to troubleshoot and resolve the 'VM Configs Failed' error in FortiSOAR using the CLI, including checking for the error file, running the VM configuration script in debug mode, and configuring all VM options. |
| Scope | FortiSOAR 7.5.x, 7.6.x. |
| Solution | Step 1: Check for the VM Configs Failed file in the home directory.
ls -la /home/csadmin/ | grep -i failed
Step 2: Run the VM configuration script in debug mode to identify errors.
sudo sh -x /opt/cyops/scripts/config-vm.sh
Step 3: Configure all necessary options as prompted by the script to resolve the issue. |
