FortiGate
FortiGate Next Generation Firewall utilizes purpose-built security processors and threat intelligence security services from FortiGuard labs to deliver top-rated protection and high performance, including encrypted traffic.
Anonymous
Not applicable
Article Id 197518

Description

Since FortiOS 5.6.1, administrators are no longer able to configure RAID for supported FortiGates on GUI. These are FortiGates with dual HDDs/SSDs such as the FG-301E, FG-501E and FG-1500D.


Scope

FortiOS 5.6.1 and above.


Solution

This can be done via CLI.  For example:

execute disk list
Disk SSD1            ref: 255 223.6GiB    type: SSD [ATA SSDSC2BR240G7] dev: /dev/sda
  partition ref:   1 220.1GiB, 219.9GiB free  mounted: Y  label: LOGUSEDXF79CC331 dev: /dev/sda1 start: 2048

Disk SSD2            ref:  16 223.6GiB    type: SSD [ATA SSDSC2BR240G7] dev: /dev/sdb
  partition ref:  17  62.7GiB,  62.5GiB free  mounted: N  label: UNUSEDXX9A2B634F dev: /dev/sdb1 start: 2048

execute disk raid enable raid-1
This will erase all data on the log disk, and system will reboot!
Do you want to continue? (y/n)y

Dependent storage SSD2 removed.
Dependent storage SSD1 removed.
Raid-1 created with 2 disks.

execute disk raid status
RAID Level: Raid-1
RAID Status: OK (Background-Synchronizing) (7%)
RAID Size: 240GB

Disk 1:           OK         Used      228GB
Disk 2:           OK         Used      228GB

diagnose hardware deviceinfo disk
Disk RAID   ref: 255    220.1GiB, 219.9GiB free    type: RAID [RAID level 1] dev: /dev/md0
  Disk Internal-1      ref:     223.6GiB    type: SSD [ATA SSDSC2BR240G7] dev: /dev/sda
  Disk Internal-3      ref:     223.6GiB    type: SSD [ATA SSDSC2BR240G7] dev: /dev/sdb

Disk SYSTEM(boot)    ref:      14.9GiB    type: SSD [ATA 16GB SATA Flash] dev: /dev/sdc
  partition ref:     247.0MiB, 187.0MiB free  mounted: N  label:  dev: /dev/sdc1(boot) start: 1
  partition ref:     247.0MiB, 196.0MiB free  mounted: Y  label:  dev: /dev/sdc2(boot) start: 524289
  partition ref:  35  14.2GiB,  14.1GiB free  mounted: Y  label:  dev: /dev/sdc3 start: 1048577

Total available disks: 3
Max SSD disks: 2  Available storage disks: 1
 

 

Contributors