I have a setup with many Domino servers (installed mostly on UNIX). From time to time on some servers we see such warnings
[001555:000047-0000123123123123] 09/13/2020 12:18:35 PM WARNING: The maximum number of file handles (ulimit -n) allowed for Domino is 32768. See IBM Lotus Tech Note 1221870 and set the allowable maximum to 60000.
I know how to change limit, but that is post-reaction on the warning, instead I would like to prevent such warnings/cases.
I'm looking for a way to check the current number of file handles for Domino and if it is not 60.000 send a notification to Administrator.
Right now I do not know how to verify current number of file handles for Domino.
Does anybody know how to do that?
Thanks.