Installing API exits on AIX®
You can install the API exit on IBM®
AIX® systems by copying the
intercept_aix_ppc32 and intercept_aix_ppc32_r files into the
exits directory.
About this task
To install the API exit on an AIX® system, do the following steps:
Procedure
-
Locate the
exitsdirectory of your IBM® WebSphere® MQ installation (for example,/var/mqm/exits/Installation1/). -
Copy
intercept_aix_ppc32andintercept_aix_ppc32_rfromIBMWebSphereMQdist.zippackage to theexitsdirectory.The sample scripts containing the distributed WebSphere® MQ API agent
.zipfile, can be downloaded from Test Virtualization Control Panel. -
Create symbolic links to these modules:
ln -s intercept_aix_ppc32 intercept ln -s intercept_aix_ppc32_r intercept_r -
Make the exit modules globally executable:
cd /var/mqm/exits/Installation1/ chown mqm intercept_aix_* chgrp mqm intercept_aix_* chmod a+rx intercept_aix_* -
Locate the
exits64directory of your IBM® WebSphere® MQ installation (for example,/var/mqm/exits64/Installation1/). -
Copy
intercept_aix_ppc64andintercept_aix_ppc64_rfromIBMWebSphereMQdist.zippackage to theexits64directory. -
Create symbolic links to these modules:
ln -s intercept_aix_ppc64 intercept ln -s intercept_aix_ppc64_r intercept_r -
Make the exit files globally executable:
cd /var/mqm/exits64/Installation1/ chown mqm intercept_aix_* chgrp mqm intercept_aix_* chmod a+rx intercept_aix_*