Created on
10-03-2016
02:44 AM
Edited on
10-17-2025
02:25 AM
By
Anthony_E
Description
This article describes how to change the IP address of a FortiSIEM Appliance.
Scope
FortiSIEM v6.x or v7.x.
Solution
For versions v6.x or v7.x:
For clickhouse-based FortiSIEM deployment, additional steps must be followed as per node type from the guide below for Supervisors and workers (not required for collectors as there is no clickhouse on collectors) post IP change using configFSM.sh tool
Handling ClickHouse Node IP Change
For version 5.x:
Here is a step-by-step guide.
Run a script to change the IP as below.
cd /opt/phoenix/deployment/jumpbox
./vami_set_phip.py
Enter the new IP when prompted 'Input hostip'.
Check the following and make the proper changes which will be needed for the update:
Verify Hostname + IP are correctly changed.
Verify Hostname has Changed: 'hostname' at Linux prompt should return <New Hostname>.
Check /etc/hosts, there should be an entry as: <New-IP> <New Hostname>.
Check /etc/sysconfig/network-scripts/ifcfg-eth0 has the same values as those entered in step 1c.
Verify License Now Matches with the following command:
phLicenseTool --verify
Go to the following directory and edit phoenix_config.txt.
cd /opt/phoenix/config/
vi phoenix_config.txt
Search and Replace <Old-IP> with <New-IP>.
Change values in CMDB by entering the following commands:
su postgres
psql -U phoenix -d phoenixdb
The svn_url row likely has a value of the previous IP Address. Change this by:
select * from ph_sys_conf where property=’svn_url’;
update ph_sys_conf set value=’http://<New-IP>/repos/cmdb’ where property=’svn_url’;
select * from ph_sys_server where id='1';
The ip_addr column likely has a value of <Old-IP>. Change this by:
update ph_sys_server set ip_addr=’<New-IP>’ where id=’1’;
\q
If there are workers, the rows in ph_sys_server entries in ph_sys_server also have to be changed to the correct IPs.
Reboot and contact FortiSIEM Support to reset the license.
Re-register the FortiSIEM-VA again after the license is reset.
SSH into the FortiSIEM-VA after the registration process.
phstatus command should show all processes as up.
Log into GUI, check admin->Cloud Health. This should match values given by phstatus. Should also display the new hostname and new host IP.
If the admin needs to move the appliance into a completely different network segment, follow the additional steps.
The Fortinet Security Fabric brings together the concepts of convergence and consolidation to provide comprehensive cybersecurity protection for all users, devices, and applications and across all network edges.
Copyright 2025 Fortinet, Inc. All Rights Reserved.