SUMMARY: cluster TCP/IP ports in use?

From: <pareilly_at_tcd.ie>
Date: Tue, 09 Mar 2004 19:29:50 +0000 (GMT)

Thanks to Chris Adams for the speedy answer to my question.
The problem was ports over 512 were being used as ephemeral
ports, and so were not always free for use.

The solution was to add the parameter 'static' to the
/etc/clua_services file on each cluster member.

Paul

---- Full Answer ----------------------------------------------------------
>
> In /etc/clua_services:
>
> # static this port may not be assigned as a dynamic port
> # (e.g. as an ephemeral port or through bindresvport)
> # Should be set for any ports above 512 used by an
> # active daemon (e.g. those in inetd.conf)
>
> You need a line like:
>
> imaps 993/tcp in_multi,static
>
> and then run "cluamgr -f" on each member to reload the file.
Received on Tue Mar 09 2004 - 19:32:22 NZDT

This archive was generated by hypermail 2.4.0 : Wed Nov 08 2023 - 11:53:44 NZDT