Copying NFO Configuration
This section describes how to copy NFO configuration from machine A to B. We assume that NFO is already installed and configured on machine A. NFO stores all configuration, including Module’s parameters, in the installation directory, so it can be simply copied from machine A to B.
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.