Adding a Disk to the FortiAnalyzer-VM for Logging
You must add another disk to FortiAnalyzer as a log disk.
- Click Create Block Volume and configure as shown below. The disk size depends on the ordered license. The example below uses 200 GB.
- Once provisioned, return to the FortiAnalyzer instance. Click Attach Block Volume.
- Under Choose how you want to attach your block volume, select either EMULATED or PARAVIRTUALIZED. Under ACCESS, select READ/WRITE.
- Click Attach.
- After attaching the block volume, ensure you reboot (stop and start) the FortiAnalyzer instance. Otherwise, the added disk is not recognized.
- After the instance has rebooted, log into the FortiAnalyzer-VM management GUI. It may take some time before you are able to connect. You will see that the disk was successfully added. You can check it by running the CLI command
exec lvm info
. The added 200 GB is shown as Used.If the status is Unused, enter
exec lvm start
in the CLI to start LVM disk management. Entery
to continue. The system reboots.After rebooting and logging into FortiAnalyzer, the disk should appear as Used. To add additional disks, use
exec lvm extend <disk>
as shown in steps 4 to 6 here. Check the disk space was added on the Dashboard.