Can you limit the number of clients connecting to a relay

Greetings,

Does anybody know if there is a way to limit the number of clients that can connect to a relay. I would like to configure the relay such that it can service a maximum number of clients, after which it would refuse any additional connections.

Thanks

I think I found the answer to my own question.

_Enterprise Server_ClientRegister_MaxChildCount
Maximum number of clients the TEM relay will allow to register. Once this limit is reached, connections will be rejected.
Default Value: 0 (no limit)
Setting Type: Numeric (number of TEM Clients)
Value Range: 0-65536
Task Available: No

2 Likes

Yes, that is the answer.

_Enterprise Server_ClientRegister_MaxChildCount

See the documentation here:

https://www.ibm.com/developerworks/community/wikis/home?lang=en#/wiki/Tivoli%20Endpoint%20Manager/page/Configuration%20Settings

1 Like