个人工具

UbuntuHelp:LotusDomino

来自Ubuntu中文

Oneleaf讨论 | 贡献2007年5月13日 (日) 11:25的版本 (New page: {{From|https://help.ubuntu.com/community/LotusDomino}} {{Languages|php5}} #language en This page documents the procedure to install [http://lotus.com Lotus Domino] (version 6.5) on Bree...)

(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转至: 导航, 搜索
  1. language en


This page documents the procedure to install Lotus Domino (version 6.5) on Breezy Badger.

If you find any errors/changes to this document please feel free to write to <KetanPadegaonkar [at] gmail [dot] com>

Requirements

You will need to fetch the following rpms from a RedHat/CentOS mirror:

  • compat-db
  • compat-gcc-32
  • compat-gcc-32-c++
  • compat-glibc
  • compat-glibc-headers
  • compat-libgcc-296
  • compat-libstdc++-296
  • compat-libstdc++-33

To install the rpms you'll need to install alien as root:

# apt-get install alien
</code>

To install the above rpms:
<pre>
# alien -i /path/to/the/compat/rpms/*.rpm
</code>

== Installation ==
Install Lotus Domino server as mentioned in the Domino manuals.

== Startup and Shutdown Scripts ==
Use the following parameters to startup the domino server. Note that the server ''''must'''' be started as the notes user, not as root.

DOMINO_USER is the name of the user that the server runs under. DOMINO_BIN is the path to the domino binaries.

To startup
<pre>
# nohup su - $DOMINO_USER -c "$DOMINO_BIN/server  >> $DOMINO_HOME/logs/$LOGFILE 2>&1 &" > /dev/null
</code>


To shutdown
<pre>
# su - $DOMINO_USER -c "echo Y | $DOMINO_BIN/server -q;echo"
</code>
----
CategoryDocumentation CategoryDocumentation

[[category:UbuntuHelp]]