The most straightforward way to "replicate" a Spotfire Environment is to:
- Make a backup of the Spotfire database schema and to restore this in another location
- Install Spotfire Server of the same release and service pack as was used on the originating Spotfire environment on a suitable machine
- Create a new bootstrap to the restored database schema (remember to use the same encryption password if used)
- Use the config commands list-nodes and delete-node to remove all previous nodes (just leave the server node registered by the bootstrap creation)
- Do all the other post-installation tasks needed (database drivers, extensions, kerberos, certificates, customizations to the server.xml, etc)
- Start the Spotfire Server service and monitor the catalina.log and the server.log at startup (setting server log config to debug helps)
- If things looks ok, try to login using the Admin Web UI
- Start to build up the rest of the environment as desired with other servers, nodes, etc.
The next time you would want to take a snapshot of the environment and bring it over (and the version/service pack have not changed) you can skip step 2 and 5.
If you do not want to bring over the whole environment (e.g. large library) there is no other supported path than to use the library export/import commands that are available. If that is used it is important to start with the users and groups and remember to include-guids so later imports will get mapped correctly (regarding rights and ownership, etc).