Topics

02 Things you need to know
Server
User name requirements regarding partition servers

The Domino Server has the ability to run multiple servers on the same machine using the same program files. It does this in a Partition Server installation. Each Data directory contains data specific to one server, such as databases, templates, bookmarks, ID files, etc. The binaries, or program files, reside in the Program directory. A Partition Server installation can have multiple Data directories (Servers) using the same program files from a single Program directory.

Domino Server installations on Unix require three pieces of information:


The Unix User (or Username) must be a user recognized by the operating system. This User will be made the owner of the files in the Data directory, as well as the owner of the processes run by that server.

The default value for the Unix User and Unix Group values in the Unix Install Interface, is "notes".

When a Partition Server is installed, it must be done using an installation scrip. This script contains the path to the shared Program directory and the paths to each partition servers Data directory. It also identifies the Unix User and Group that will own each server.

The version of the script provided with a Unix (or Linux) installation needs to be edited in order to perform a Partition Server install. The Program directory, Data directory and Username are provided once with these default values:


In order to install additional servers, this information must be copied and the path to the data directory changed.