Cloverleaf HOST Port

Clovertech Forums Read Only Archives Cloverleaf Cloverleaf Cloverleaf HOST Port

  • Creator
    Topic
  • #49910
    Mary Kobis
    Participant

      If you have a minute, what is the client Port number that 5.6 uses to connect to the host?

      It appears the 5.6 port is locked (again) as I can not get to the GUIs. I’ll try to start the Host Server, and it says started, but it won’t connect.

      Is there anyway to unlock a locked port?  Last time we had reboot the entire server to unlock it!… we are on AIX UNIX 5.2 on CL5.6…

      Thank you!! Mary

    Viewing 1 reply thread
    • Author
      Replies
      • #64063
        Steve Carter
        Participant

          The default port number for the HostServer in 5.6 is 13015.

          You can find out what’s using this port number by running:

          $ /usr/sbin/lsof | grep 13013

          java      1831564      hci   71u  IPv6  0xf100060009840398            0t0        TCP *:13013 (LISTEN)

          java      1831564      hci   77u  IPv6  0xf10006000729d398                0t0        TCP rtedi-ap01p:13013->162.134.194.161:asc-slmd

          (ESTABLISHED)

          The number is bold is the pid of the process that is using the port.  In this case, it’s our HostServer in 5.5.

          Your path to ‘lsof’ may be different, but I’ve found that’s the easiest way to find out what is using specific port numbers.

          Hope this helps.

          Steve

        • #64064
          Mary Kobis
          Participant

            Thank you!

            Unfortunately this is the second time our host server has locked up on its port. Will be rebooting to release the lock since a kill -9 or -15 would not kill the process!

            Mary

        Viewing 1 reply thread
        • The forum ‘Cloverleaf’ is closed to new topics and replies.