Resolving an Installshield wizard failure during Domino installation on AIX

If file permissions are not set correctly, the Installshield wizard fails to start during IBM® Domino® server installation on IBM AIX®.

Problem
The Installshield wizard fails to start during IBM Domino Server installation on IBM AIX. The setupAix.bin and setup.jar files in the /tools subdirectory are not set as executable files.
Solution
The setupAix.bin and setup.jar files in the /tools subdirectory must be made into executable files to allow the Installshield wizard to start.

Complete this step to change the setupAix.bin and setup.jar files to executable files.

  1. From a command line interface, enter these commands:

    chmod +x setup.jar

    chmod +x setupAix.bin