Technical Tip: How to update hardware ID changes
| Description | This article describes how to update hardware ID changes. |
| Scope | FortiSIEM. |
| Solution | When the FortiSIEM VM is cloned or moved to another host, the hardware ID will change. As the hardware ID sets the license, the license needs to be updated for the FortiSIEM to keep running. Here are the steps:
phgetUUID UUID: B17C2042-A493-D6EB-23BA-7C9BE4B5F3CB phLicenseTool --show | grep "^Hardware" Hardware ID 01E72042-BEFE-354B-3896-A53907492F71
If the hardware ID differs, please continue with the next steps. If not, no need to update the Hardware ID or the license.
hwid=`phgetUUID` psql -U phoenix phoenixdb -c "update ph_sys_conf set value='$hwid' where property = 'hardware_id';"
Note: Additional Information about License Key File vs Legacy License Key File
When downloading the FortiSIEM license from FortiCloud after Hardware ID changes, two license file options may be displayed:
The correct file selection depends on the FortiSIEM version. Legacy License Key File requirement. The Legacy License Key File must be used for FortiSIEM version 7.2.5 and earlier, including:
These versions use the legacy license format and will fail to validate the newer license file. Standard License Key File requirement.
The standard License Key File must be used for FortiSIEM version 7.2.6 and later, including:
|





