IBM System Dashboard for Enterprise Content Management, Version 5.0.0.2

Ensuring Listener port availability on AIX 5.1

To ensure the availability of port 32775, perform the following steps:

  1. As the root user, use a text editor to add the following statements at the end of the /etc/rc.net file as follows:
    # setup for IS/PE requirement

    if [ -f /usr/sbin/no ] ; then

    /usr/sbin/no -o tcp_sendspace=16384
    /usr/sbin/no -o tcp_sendspace=16384
    /usr/sbin/no -o tcp_recvspace=16384
    /usr/sbin/no -o tcp_keepidle=80
    /usr/sbin/no -o tcp_keepintvl=20
    /usr/sbin/no -o tcp_ephemeral_high=65535
    /usr/sbin/no -o tcp_ephemeral_low=49152
    /usr/sbin/no -o udp_ephemeral_high=65535
    /usr/sbin/no -o udp_ephemeral_low=49152
    fi
  2. Reboot the server (shutdown -Fr) for these settings to take effect.
  3. Enter the following command from the command line and verify that your change took effect:
    no -a | grep ephemeral


Last updated: March 2016
p8pdb059.htm

© Copyright IBM Corporation 2016.