Hardware and software requirements on AIX systems
Before you install IBM MQ, check that your system meets the hardware and operating system software requirements for the particular components you intend to install.
For hardware and software requirements, see System Requirements for IBM MQ.
Host names
IBM MQ does not support host names that contain spaces. If we install IBM MQ on a system with a host name that contains spaces, we are unable to create any queue managers.
Java Message Service
Java 8 is bundled with IBM MQ Version 9.0 but client components are built with Java 7 compatibility flags on.
For development, a JDK is required, and a JRE is required for running. The JRE does not need to be the JRE installed with IBM MQ, but has to be one from the supported list.
For a list of supported JDKs, see System Requirements for IBM MQ.
We can check the version installed using the following command:java -version
Transport Layer Security (TLS)
To use the TLS support, we need the IBM Global Security Kit (GSKit) V8 package. This package is supplied with IBM MQ as one of the components available for installation.
Unicode support on AIX
For to convert data to and from Unicode on the system, we must install the following file sets:bos.iconv.ucs.com Unicode converters for AIX sets bos.iconv.ucs.ebcdic Unicode converters for EBCDIC sets bos.iconv.ucs.pc Unicode converters for PC setsParent topic: Check requirements on AIX