Changing NFS Server IP
If you are running a FortiSIEM Cluster using NFS and want to change the IP address of the NFS Server, then take the following steps.
Step 1: Temporarily Change the Event Storage Type from EventDB on NFS to EventDB on Local
- Go to ADMIN > License > Nodes and remove all the Worker nodes.
- SSH to the Supervisor and stop FortiSIEM processes by running:
phtools --stop all
- Unmount
/data
by running:umount /data
- Validate that
/data
is unmounted by running:df -h
- Edit
/etc/fstab
and remove/data
mount location. - Attach new local disk to the Supervisor. It is recommended that it is at least 50~80GB.
- Go to ADMIN > Setup > Storage > Online.
- Change the storage type to Local Disk and add the local disk's partition to the Disk Name field. (e.g.
/dev/sde
). - Click Test to confirm.
- Click Deploy.
Step 2: Change the NFS Server IP Address
This is a standard system administrator operation. Change the NFS Server IP address.
Step 3: Change the Event Storage Type Back to EventDB on NFS
- SSH to the Supervisor and stop FortiSIEM processes by running:
phtools --stop all
- Umount
/data
by running:umount /data
- Validate that
/data
is unmounted by running:df -h
- Edit
/etc/fstab
and remove/data
mount location. - Go to ADMIN > Setup > Storage > Online.
- Change the storage type to NFS.
- In the Server field, with IP selected, enter the new IP address of the NFS server.
- In the Exported Directory field, enter the correct NFS folder's path.
- Click Test to confirm.
- Click Deploy.
- Go to ADMIN > License > Nodes and add back all the Worker nodes.