Copying NFO Configuration
This section provides instructions on copying NFO configuration from machine A to B. It applies to situations when NFO+EDFN is already installed and configured on machine A. NFO stores all configuration, including Module’s parameters, in the installation directory, making the migration of NFO from one server to another a straightforward process by copying the configuration files.
For instructions on copying the configuration of External Data Feeder for NFO (EDFN) installed on a separate machine, visit Copying External Data Feeder for NFO (EDFN) Configuration
Procedure
Use the following steps to do this on Linux:
On machine A:
- Stop Tomcat service
service tomcat_nfo stop - Stop External Data Feeder for NFO service
service nfi_updd stop - Go to
/optdirectory and create a copy of the installation:
tar -czf flowintegrator_copy.tar.gz /opt/flowintegrator /opt/nfi-updater
- Start Tomcat service
service tomcat_nfo start - Start External Data Feeder for NFO service
service nfi_updd start - Copy
flowintegrator_copy.tar.gzto/optdirectoy on machine B.
On machine B:
- Install the same version of NFO as on A. Don’t configure NFO.
- Stop Tomcat service
service tomcat_nfo stop - Stop External Data Feeder for NFO service
service nfi_updd stop - Remove all NFO files:
rm -rf /opt/flowintegrator
rm -rf /opt/nfi-updater - Go to
/optdirectory and extract the copy of NFO:tar -xzf flowintegrator_copy.tar.gz -C / - If you clone an NFO instance, remove file nfo_uuid:
rm -f /opt/flowintegrator/tomcat/data/nfo_uuid - Start Tomcat service
service tomcat_nfo start - Start External Data Feeder for NFO service
service nfi_updd start - Check that Tomcat has been started and has same configuration as on machine A.