Perform the actions below to audit and validate
the components that the system adds to the Perceptive Content workspace
after performing the upgrade. Review all 32-bit binaries and their
dependencies. 64bit Perceptive Content will no longer be able to
load these libraries.
- Copy the current Perceptive Content workspace to a temporary review folder. cp -r /opt/inserver/bin /opt/inserver_review/bin
- Copy Perceptive Content 7.4.0 artifacts into a temporary review folder. cp --force -r /opt/inserver7.4.0/bin/* /opt/inserver_review/bin/
- Find and list all 32-bit components. cd /opt/inserver_review/bin find . -type f -exec file '{}' \; | grep 32-bit
- Determine the appropriate 64-bit upgrade path for each of the 32-bit components identified.