Created on
12-18-2024
01:04 AM
Edited on
12-18-2024
01:04 AM
By
Jean-Philippe_P
Description |
This article provides a step-by-step guide for troubleshooting issues encountered when changing the IP address of a FortiSIEM appliance using configFSM.sh. Specifically, it addresses the error:
unable to connect to database: connection to server at "<old_IP>", port 5432 failed: Connection timed out. |
Scope | FortiSIEM v7.x+. |
Solution |
Important: Before proceeding, ensure a snapshot of the virtual machine is taken for recovery purposes. This error typically occurs due to misconfiguration during the IP address change process, particularly when moving the IP from one interface to another.
Reference Article:
Follow these steps to resolve the issue:
Run the following commands to verify the current IP address configuration:
ifconfig ip a
The output should display the new IP address if the related article's steps were followed.
Stop and restart Java processes:
killall -9 java phtools --start all
Check the status of all processes:
phstatus
Following these steps should resolve the connection timeout issue and ensure proper functionality after the IP address change. |