Dom 8.5 on Linux not listening on 1352

I don’t know for sure whether we’re running Domino 8.5, and it may or may not have a bearing on the answer to my problem.

We recently move a Domino server from one hosted location to another, where the internal IP address allocation has a different setup. We’re able to boot the machine successfully, and the domino services appear to start correctly, but there is no process listening on port 1352.

Is there anything we could have missed out? We’re desperate to get this back up and running ASAP. Thanks in advance for any ideas.

Subject: Domino linux troubleshooting

I have installed Lotus Domino 7/8 on lots of linux servers.

How does the server start?

  • Does it use “Domino on Unix/Linux Start Script” found on nashcom.de?

  • If yes is it configured correctly?

Which processes are listening after the domino server is started?

  • try: netstat -an | grep -i "en "

example:

netstat -an | grep -i "en "

tcp 0 0 0.0.0.0:389 0.0.0.0:* LISTEN

tcp 0 0 0.0.0.0:1352 0.0.0.0:* LISTEN

tcp 0 0 0.0.0.0:110 0.0.0.0:* LISTEN

tcp 0 0 0.0.0.0:143 0.0.0.0:* LISTEN

tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN

tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN

tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN

tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN

tcp 0 0 0.0.0.0:443 0.0.0.0:* LISTEN

Other troubleshooting braintstorm hints:

Environment parameters:

  • /etc/security/limits
  • correct entries?
  • ulimit
  • set to: ulimit -n 20000?
  • locale
  • corret one?
  • libstdc+±33
  • installed?
  • file permissions?

If you provide som more info/logs on the problem I can help you out some more.

Subject: TCPIP_TcpIpAddress=

With the Server down, change the IP Address (to the new one) which Domino binds to in this line of its notes.ini file:

TCPIP_TcpIpAddress=0,xxx.xxx.xxx.xxx