on our new AIX 5.3 plattform we are running a domino 8.0.2 Server. We start the server with the server -jc -c & command as , and everything works fine. We can also connect to the serverconsole via the DominoConsole on our clients.
If we now exit the ssh-session (putty or somehing else), we get the message:
There are running jobs.
After e second exit we get the message:
stty: setattr: There is an input or output error.
I think it could be something wrong with stdout or so, but i didn´t find anything.
Subject: scontroller disappears after exiting the putty session
Frank,
Are you starting the server from a startup script or right from the command line in the putty session? If you’re starting it from the command line within the putty session, when you exit the putty session it’ll stop the server.
So, you need to start domino from a startup script. I have one for linux which should be very similar, you should just have to modify it to fit your environment.
Here’s the script I use…
#!/bin/sh
domino Start/stop the Lotus Domino server
chkconfig: 345 01 95
Description: This script is used to start and stop the domino \
server as a background process. It will send \
the serverID password from a file to the server.\
Communication with the server has to be done through \