PROBLEM:
Linux silent installation terminates with the message;
ERROR: Unable to locate cached installation parameters
ERROR: Cannot proceed with non-interactive installation
CAUSE:
Silent install does not correctly set up the cache file for the installer when upgrading to a major release (e.g. upgrading from 7.0 to 9.1) to proceed
RESOLUTION or WORKAROUND:
Copy the existing 'answers' file. For example, from a shell prompt, if the current release is 7.0 and the new one is 9.1;
sudo cp /opt/traverse/.traverse.install.cache.7.0 /opt/traverse/.traverse.install.cache.9.1
Note: the cache file suffix is the current major release number (e.g. 8.0, 9.0, 9.1, 9.3, 9.4)
APPLIES TO:
All versions of Traverse
REFERENCE:
None