FortiSOAR Knowledge Base
FortiSOAR: Security Orchestration and Response software provides innovative case management, automation, and orchestration. It pulls together all of an organization's tools, helps unify operations, and reduce alert fatigue, context switching, and the mean time to respond to incidents.
sramanujam
Staff
Staff
Article Id 424620
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
-rw-r-----. 1 csadmin csadmin 0 Dec 26 03:05 .vm_configuration_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.

Contributors