Starting Domino 7 on Linux

I tested an installation of Domino 7 on RedHat Enterprise Linux 4.

To make the Domino server auto start on boot, I follow the steps found in the ibm site, i.e.

  • copy the domino script into /etc/init.d/domino

  • chmod +x

  • ln -s /etc/init.d/domino in all rc0.d rc2.d and rc3.d folders as K10domino and S99domino

The result is: Domino server DOES NOT auto start at boot.

Can anybody help me with this on how to make Domino server start on booting Linux?

Subject: Starting Domino 7 on Linux

Hi,

Your linux will most likely start in runlevel 5. Add the symlinks to the rc5.d and give that a try.

Kjeld

Subject: RE: Starting Domino 7 on Linux

I’m running (or trying to run) Domino R7 on RH4 and the init.d daemon can’t start it.

It hangs on the “server” command.

If I kill that task and run the startup script manually, all is well.

No diagnostics, nothing appears in /var/log/messages

Any one succeeded in running domino 7 on RH4 via rc3.d?

Subject: RE: Starting Domino 7 on Linux

The command that hangs issu notes -m -c /opt/ibm/lotus/bin/server >/var/log/notes/notes.log 2>&1 &

runs OK using

service notes start

only the init daemon can’t run it.