Replacing a failed FPM or FIM
This section describes how to remove a failed FPM or FIM and replace it with a new one. The procedure is slightly different depending on if you are operating in HA mode with two FortiGate-7000Es or just operating a standalone FortiGate-7000E.
Replacing a failed module in a standalone FortiGate-7000E
- Power down the failed module by pressing the front panel power button.
- Remove the module from the chassis.
- Insert the replacement module. It should power up when inserted into the chassis if the chassis has power.
- The module's configuration is synchronized and its firmware is upgraded to match the firmware version on the primary FIM. The new module reboots.
-
Confirm that the new module is running the correct firmware version either from the GUI or by using the
get system status
command.Manually update the module to the correct version if required. You can do this by logging into the module and performing a firmware upgrade. See Firmware upgrade basics.
-
Use the
diagnose sys confsync status | grep in_sy
command to confirm that the configuration has been synchronized. The fieldin_sync=1
indicates that the configurations of the modules are synchronized.If
in_sync
is not equal to 1, or if a module is missing in the command output you can try restarting the modules in the chassis by entering execute reboot from any module CLI. If this does not solve the problem, contact Fortinet Support.
Replacing a failed module in a FortiGate-7000E chassis in an HA cluster
- Power down the failed module by pressing the front panel power button.
- Remove the module from the chassis.
- Insert the replacement module. It should power up when inserted into the chassis if the chassis has power.
- The module's configuration is synchronized and its firmware is upgraded to match the configuration and firmware version on the primary module. The new module reboots.
- Confirm that the module is running the correct firmware version.
Manually update the module to the correct version if required. You can do this by logging into the module and performing a firmware upgrade. -
Configure the new module for HA operation. For example:
config system ha
set mode a-p
set chassis-id 1
set hbdev m1 m2
set hbdev-vlan-id 999
set hbdev-second-vlan-id 990
end
-
Optionally configure the hostname:
config system global
set hostname <name>
end
The HA configuration and the hostname must be set manually because HA settings and the hostname is not synchronized.
-
Use the
diagnose sys confsync status | grep in_sy
command to confirm that the configuration has been synchronized. The fieldin_sync=1
indicates that the configurations of the modules are synchronized.If
in_sync
is not equal to 1, or if a module is missing in the command output you can try restarting the modules in the chassis by entering execute reboot from any module CLI. If this does not solve the problem, contact Fortinet support at https://support.fortinet.com.