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 (see Working with NFO Service)
-
Stop External Data Feeder for NFO service (see Working with External Data Feeder for NFO Service)
-
Create copy of installation:
tar -czf flowintegrator_copy.tar.gz /opt/flowintegrator /opt/nfi-updater
- Start Tomcat service
- Start External Data Feeder for NFO service
- Copy
flowintegrator_copy.tar.gz
to B.
On machine B:
- Install the same version of NFO as on A. Don’t configure NFO.
- Stop Tomcat service
- Stop External Data Feeder for NFO service
- Remove all NFO files:
rm -rf /opt/flowintegrator
rm -rf /opt/nfi-updater - Extract 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
- Start External Data Feeder for NFO service
- Check that Tomcat has been started and has same configuration as on machine A.