Audit and Validate Components - Perceptive Content Update Guide - Foundation 24.1 - Foundation 24.1 - Ready - Perceptive Content - external - Perceptive-Content/Perceptive-Content-Update-Guide/Foundation-24.1/Perceptive-Content-Update-Guide/Appendix-F-Upgrade-to-64-bit-Perceptive-Content-on-Linux/Audit-and-Validate-Components - 2025-06-02

Perceptive Content Update Guide

Platform
Perceptive Content
Product
Perceptive Content Update Guide
Release
Foundation 24.1
License
ft:locale
en-US
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.
  1. Copy the current Perceptive Content workspace to a temporary review folder. cp -r /opt/inserver/bin /opt/inserver_review/bin
  2. Copy Perceptive Content 7.4.0 artifacts into a temporary review folder. cp --force -r /opt/inserver7.4.0/bin/* /opt/inserver_review/bin/
  3. Find and list all 32-bit components. cd /opt/inserver_review/bin find . -type f -exec file '{}' \; | grep 32-bit
  4. Determine the appropriate 64-bit upgrade path for each of the 32-bit components identified.