Home

 

WebSphere MQ for AIX TPN setup

 

During the AIX Communications Server configuration process, an LU 6.2 TPN profile was created, which contained the full path to a TP executable. In the example the file was called u/interops/AIX.crs6a. We can choose a name, but you are recommended to include the name of your queue manager in it. The contents of the executable file must be:

#!/bin/sh
/opt/mqm/bin/amqcrs6a -m aix
where aix is the queue manager name (A). After creating this file, enable it for execution by running the command:
    chmod 755 /u/interops/AIX.crs6a

As an alternative to creating an executable file, we can specify the path on the Add LU 6.2 TPN Profile panel, using command line parameters.

Specifying a path in one of these two ways ensures that SNA receiver channels activate correctly when a sender channel initiates a conversation.

 

Parent topic:

Channel configuration


ic13560_


 

Home