Set up the WebSphere MQ configuration for channel objects:
- Start the NCL configuration interface by issuing the following
command:
$ MC NCL
NCL>
- Create a session control application entity by issuing the following
commands:
NCL> create session control application MQSERIES
NCL> set sess con app MQSERIES address {name=MQSERIES}
NCL> set sess con app MQSERIES image name -
_ SYS$MANAGER:MQRECVDECNET.COM
NCL> set sess con app MQSERIES user name "MQM"
NCL> set sess con app MQSERIES node synonym true
NCL> show sess con app MQSERIES all [characteristics]
- Note:
- User-defined values are in uppercase.
- Create the command file as for DECnet PhaseIV.
- The log file for the object is net$server.log in the
sys$login directory for the application-specified user name.
- To enable the session control application upon every system IPL (reboot),
add the preceding NCL commands to the file
SYS$MANAGER:NET$APPLICATION_LOCAL.NCL.
© IBM Corporation 2002. All Rights Reserved