Defining a DECnet Phase V connection

Set up the WebSphere MQ configuration for channel objects:

  1. Start the NCL configuration interface by issuing the following command:
        $ MC NCL
        NCL>
    
  2. 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.
  3. Create the command file as for DECnet PhaseIV.
  4. The log file for the object is net$server.log in the sys$login directory for the application-specified user name.
  5. 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