IBM MQ on Aix can be installed multiple ways based on the requirement . By default it will install on /usr/mqm . if you want to install on the User Specified Installation Location (USIL) use below last option .
MQ can be installed in one of the following ways:
- Install the whole product in the default location:
installp -acgXYd . all
- Install selected file sets in the default location:
installp -acgXYd . list of file sets
- Install the whole product in a non-default location using the -R flag:
installp -R USIL_Directory -acgXYd . all
- Install selected file sets in a non-default location using the -R flag:
installp -R USIL_Directory -acgXYd . list of file sets
where USIL_Directory is a directory which exists before the command is run; it must not contain any spaces or usr/mqm. IBM MQ is installed underneath the directory specified. For example, if /USIL1 is specified, the IBM MQ product files are located in /USIL1/usr/mqm. This location is known as the MQ_INSTALLATION_PATH.
make sure you check the MQ license entitled and install accordingly either base or Advanced features