During Upgrade, the installer fails to detect the existing installation on the server at the following step:
===============================================================================
The installation found an existing installation for this suite on the system.
Choose Upgrade to upgrade the product or choose Install to install products to
a new location.
Select an installation type:
->1- Install product to a new directory
2- Upgrade existing suite
ENTER THE NUMBER FOR YOUR CHOICE, OR PRESS <ENTER> TO ACCEPT THE DEFAULT: 2
===============================================================================
No suitable suite found for the upgrade, Please select the new installation directory.
10.1.0, 10.1.2, 10.1.5, 10.1.7, 10.1.9, 10.1.12
/var/.com.zerog.registry.xml or <Base_Dir>_uninst/.com.zerog.registry.xmlExample:<product name="SAM" id="2854093e-1f3b-11b2-a013-eb6ec3979369" upgrade_id="db14898f-1f3a-11b2-a90c-eb6ec3979369" version="10.1.0.0" copyright="2019" info_url="VMware Inc" support_url="http://www.vmware.com" location="/opt/SAM/SAM101" last_modified="2021-11-25 16:10:56"> ......... <components> <component id="db1488e4-1f3a-11b2-a8c7-eb6ec3979369" version="1.0.0.0" name="InstallAnywhere Uninstall Component" location="/tmp/install.dir.22361/./devstat_err-javadoc.jar" vendor="InstallAnywhere">
/tmp directory for any errors :Example:
25/11/2021 13:32:50:881Check Disk Space: Status: SUCCESSFUL Additional Notes: NOTE - Required Disk Space:331,520,077 Bytes Free Disk Space:3,675,394,048 Bytes
25/11/2021 13:32:53:908Execute Command: whoami Status: SUCCESSFUL
25/11/2021 13:33:01:748Execute Script/Batch file: <Comment> Status: ERROR Additional Notes: ERROR - Error while attempting to execute the installation script
25/11/2021 13:33:02:304Execute Script/Batch file: <Comment> Status: ERROR Additional Notes: ERROR - Error while attempting to execute the installation script
Note: The log above shows an error while attempting to execute the Batch file / Script .
Example: lax-###########-err.tmpLoading externalized propertiesSystem's temporary directory = /tmpCommand.run(): Cannot run program "/tmp/255583.tmp/executeScriptTmp0": error=13, Permission deniedCommand.run(): Cannot run program "/tmp/255583.tmp/executeScriptTmp0": error=13, Permission deniedCommand.run(): Cannot run program "/tmp/255583.tmp/executeScriptTmp0": error=13, Permission deniedCommand.run(): Cannot run program "/tmp/255583.tmp/executeScriptTmp0": error=13, Permission deniedCommand.run(): Cannot run program "/tmp/255583.tmp/executeScriptTmp0": error=13, Permission denied
/tmp has the execute permissions defined on the server level by engaging the server teamSample set of files and their data include:
Operating System Information
Name: LinuxArchitecture: x86_64Version: 3.10.0-1160.42.2.el7.x86_64
Required OS Patch LevelsPassed Name Required Actualtrue glibc 2.2.4-32.x86_64 2.17-324.el7_9.x86_64true glibc-common 2.3.4-2.9.x86_64 2.17-324.el7_9.x86_64true compat-libstdc++-33 3.2.3-47.3.x86_64 3.2.3-72.el7.x86_64true redhat-lsb 4.1-24.el7.x86_64 4.1-27.el7.centos.1.x86_64
<product name="SAM" id="########-####-####-####-############" upgrade_id="########-####-####-####-############" version="10.1.0.0" copyright="2019" info_url="VMware Inc" support_url=http://www.vmware.com location="/opt/InCharge" last_modified="2021-11-25 16:10:56">version=10.1.0.0|location=/opt/InCharge/opt/InCharge/SAM|10.1.0.0/opt/InCharge/SAM 10.1.0.0/opt/InCharge/SAM 10.1.0.0If the issue persists post above checklist is verified, please reach out to VMware Support through a service request for further assistance with the same.
One could also allow for the installer to be mapped to a custom directory based on the disk space and the permissions to execute the installation files.
Users can map the temporary installation files to the directory by performing the below:
You will need to create a tmp directory according to your df command results.
Example: mkdir /data/tmp
Run the export command with the desired path.
Example: export IATEMPDIR=/data/tmp
Run the Smarts installer command as directed in the Installation Guide