For Windows
=========
1- From Windows services stop FMS
2- Remove Foglight Service: from command line: %FMS_HOME\bin\fms -r
3- Copy %FMS_HOME to any external storage device
4- Proceed with the re-image
5- Copy %FMS_HOME to the newly imaged server
6- Create new Windows Service from command Line: %FMS_HOME\bin\fms -i
7- Start Foglight Service from Windows Services
8- Log into the FMS Web Console and confirm FMS is working.
Is best practice to generate a FMS support bundle before any major change in order to save also last configuration files.
For Linux
=========
1- Stop fms service or deamon with the following options:
Service = %FMS_HOME/bin#./fms --stop
deamon = %FMS_HOME/bin#./fms -q
2- Copy %FMS_HOME to any external storage device
3- Proceed with the re-image
4- Copy %FMS_HOME to the newly imaged server
5- Start fms service or deamon with the following options:
Service = %FMS_HOME/bin#./fms --start
deamon = %FGLAM_HOME/bin#./fms -d
6- Log into the FMS Web Console and confirm proper functionality.
Note: For this procedure we are assuming that the host name and IP address will remain the same and that Foglight is working with embedded MySQL. If Foglight uses external database then user server.config file to point to the repository.
Additional Links:
How to switch from an embedded to an external database (
157224)