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)
- Create copy of installation:
tar -czf flowintegrator_copy.tar.gz /opt/flowintegrator
- Start Tomcat service
- Copy flowintegrator_copy.tar.gz to B.
On machine B:
- Install same version of NFO as on A. Don’t configure NFO.
- Stop Tomcat service
- Remove all NFO files:
rm -rf /opt/flowintegrator
- Extract copy of NFO:
tar –xzf flowintegrator_copy.tar.gz /opt/
- If Tomcat on B should use different SSL certificate, reconfigure it.
- Start Tomcat service
- Check that Tomcat has been started and has same configuration as on machine A.