Search:
Home
Hosting
Lotus Notes / Domino
3rd Party Products
Web Design
Xtras
Contact Us
Sorting Routine
Startup Script
Development
Domino - Web Sites
Domino for iSeries
Domino on Linux
Domino on Windows
Remote Support
Running Domino on Linux - Startup Script
Update:
If you want to know about ND6 then you're looking at the wrong page. Follow this
link
for ND6.
Domino R5 on Linux startup script and shell console tools - by Double 6.
Instructions
Assumes that your Domino installation is on /home/notes. Files will need editing otherwise.
Startup Script
- place the "domino" file in /etc/init.d or other appropriate location.
Shell Console
- place the remaining files in your Domino data directory. Now, if you wish to enter a console command from a Linux shell just type
cmd "domino command" e.g.
cmd "load updall names.nsf"
cmd "tell router q"
cmd "load router"
If you wish to stop the Domino server immediately then type "killnotes" directly into the shell. "restart" and "stop" do exactly what they say and are the files called from the main init.d file.