Entries Tagged ‘Linux’

Installing Lotus Connections 2.0.1 on Linux

A while back, I decided to install Lotus Connections at work to ease communication, enable all important project awareness and to share our common links etc. First thing that caught my eye were system specs. Now, I don’t mean to be rude, but it looks like one would need NASA supercomputer just to run this thing. […]

Domino Linux startup script – Addon

An error has come to my attention. Linux startup script for domino does not work by default. Instead it returns an error in a form of: “tty is disabled during system start up”. What you can do, if you have sufficient rights (otherwise, ask your admin to do it), is to add the following line […]

Domino Linux startup script

As mentioned last week, you need to write your own shell script to start and stop domino on system start-up/shutdown. There is a great draft of the script on SearchDomino site. I did some remodelling so that the script would start Notes with Java controller and would fit our system. The code is pasted below.