Establishing a TCP connection

  1. Edit the file /etc/services.
    Note:
    To edit the /etc/services file, you must be logged in as a superuser or root. If you do not have the following line in that file, add it as shown:
    MQSeries       1414/tcp      # MQSeries channel listener
    
  2. Edit the file /usr/etc/inetd.conf. If you do not have the following line in that file, add it as shown:
    MQSeries stream tcp nowait root /opt/mqm/bin/amqcrsta amqcrsta
    [-m queue.manager.name]
    
  3. Find the process ID of the inetd with the command:
    ps -ef | grep inetd
    
  4. Run the command:
    kill -1 inetd processid
    

    The command kill -1 can be unreliable. If it doesn't work, use the command kill -9 and then restart /usr/etc/inetd manually.

What next?

The LU 6.2 connection is now established. You are ready to complete the configuration. Go to MQSeries for AT&T GIS UNIX configuration.



© IBM Corporation 2002. All Rights Reserved