Page 1 of 1

FortiAnalyzer and FortManager Not Starting

Posted: Mon Jun 15, 2020 11:30 pm
by smolz
Downloaded the latest images for the FGT/FAZ/FMG. The Fortigate image is starting up just fine, the other 2 nodes boot and then show a kernel panic:

Images:
fortinet-FAZ-v6-build2002
fortinet-FMG-v6-build2002
fortinet-FGT-v6-build1637

Kernel panic - not syncing: No working init found. Try passing init= option to kernel. See Linux Documentation/admin-guide/init.rst for guidance.
[ 12.352820] Kernel Offset: disabled
[ 12.358691] Rebooting in 5 seconds..

or I see this:
727440] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(2,0)
[ 12.744947] Kernel Offset: disabled
[ 12.750599] Rebooting in 5 seconds..

Re: FortiAnalyzer and FortManager Not Starting

Posted: Tue Jun 16, 2020 10:22 am
by Uldis (UD)
All simple, images are not prepared right
did you check how much every node need cpu, ram???
in Forti web page how much ram need forti manager??

Re: FortiAnalyzer and FortManager Not Starting

Posted: Tue Jun 16, 2020 7:16 pm
by smolz
I was able to get them to start by changing the CPU/RAM to the minimum specs. 2 vCPU/ 4 GB RAM. FortiAnalyzer is still not quite right as it shows that the disk 100% full

Re: FortiAnalyzer and FortManager Not Starting

Posted: Tue Jun 16, 2020 7:45 pm
by smolz
Ok, looks like I needed to add the 2nd drive to FortiAnalyzer like you do with FortiManager:

Code: Select all

/opt/qemu/bin/qemu-img create -f qcow2 virtiob.qcow2 100G

So added the drive to the template folder and ran the

Code: Select all

/opt/unetlab/wrappers/unl_wrapper -a fixpermissions
, deleted the node in the lab and added a new one which saw the 2nd drive and loaded correctly

Re: FortiAnalyzer and FortManager Not Starting

Posted: Tue Jun 16, 2020 7:46 pm
by smolz
Can that 2nd drive line be added to the instructions for FortiAnalyzer?

Re: FortiAnalyzer and FortManager Not Starting

Posted: Tue Jun 16, 2020 9:29 pm
by Uldis (UD)
added in how to

Re: FortiAnalyzer and FortManager Not Starting

Posted: Tue Jun 16, 2020 10:21 pm
by smolz
Uldis (UD) wrote:
Tue Jun 16, 2020 9:29 pm
added in how to
Thanks!