SuSE Linux: Versions 6.3 to 7.3
Lotus Domino Server: Version 5.0.2.1, 5.0.2c
You want to install Domino Server R5 on SuSE Linux.
To do so, it is necessary, to deactivate some network services, ususally activated in a SuSE Linux dafeult installation.
/etc/inetd.conf. Comment out the services
pop3, imap and nntp.
/etc/rc.config. Set the variables
START_HTTPD and SMTP to "no".
init 1
followed by either init 2 or init 3 if your
machines uses the graphical login.
mkdir /tmp/dominoinstallSave the file
CW7TGIE.tar to this directory and start the
installation (as user root):
cd /tmp/dominoinstall tar xvf CW7TGIE.tar cd linux ./installThe installation routine asks you to accept the licence and asks for the type of installation (mail, application or enterprise server), the path to the installation directory and your user data.
Installation settings:
Installation type : Domino Enterprise Server
Program directory : /opt/lotus
Data directory : /local/notesdata
UNIX user : notes
UNIX group : notes
Now the installation itself starts.
export PATH=$PATH:/opt/lotus/bin:/local/notesdata(It is likely, that you add this line to the user notes'
~/.bashrc file.)cd /local/notesdata /opt/lotus/bin/http httpsetupThe server prints out some messages, like these:
***************************************** * Lotus Domino Server Setup * * To setup this server, please connect * * your web browser to port 8081 * * Example: http://this.server.com:8081 * ***************************************** 02/03/2000 11:38:24 AM JVM: Java Virtual Machine initialized. 02/03/2000 11:38:24 AM HTTP Web Server started
cd /local/notesdata /opt/lotus/bin/serverSome status messages will be printed and a prompt appears.
http://this.server.comThe start screen is displayed. If you would like to configure something (administrator), choose the following address:
http://this.server.com/webadmin.nsfYou have to log in as administrator. Afterwards you may proceed with further configuration.