Description | This article provides steps to perform troubleshooting when a CMDB error shows up. |
Scope | FortiGate |
Solution |
When CMDB-related errors appear, such as 'CMDB add entry failed', and 'CMDB command timeout', it is most likely the result of the wrong upgrade path followed.
It is always recommended to follow the upgrade path according to the upgrade path tool: https://docs.fortinet.com/upgrade-tool
When a user looks into the CLI by running this command:
diag sys flash list
Two boot partitions will be visible inside the grub configuration: active and backup. It is to be observed that the primary boot partition should have the current firmware version loaded, if not, that means the image got corrupted.
Here is a solution to fix this:
get sys cmdb status diagnose sys cmdb info
diag sys kill 11 <PID>
This will help to resolve the issue, if the issue persists, open the TAC ticket. |