INSTALLING
A silent setup is one in which you do not view the setup screens as you run the server setup profile. You can do a silent setup at the server you are setting up or from a client system.
About this task
Before running the setup command, complete any pending reboot actions.
Parent topic: Using the Domino server setup program
To do a silent setup at the server
Procedure
1. Install the Domino® server program files on a server system, but do not run the Domino server setup program.
2. At the command prompt on the server, from the Domino program directory, do one of the following:
nserver -silent c:\myprofile.pds
server -silent /myprofile.pds
Note: If the profile file is not in the root directory, use the profile's full path in the command.
Note: Entering nserver -help or server -help displays the parameters available for working with server setup profiles.
AddServer=
Certifier=
OUCertifier=
Administrator=
To do a silent setup from a Windows client with Domino Administrator
1. Make sure that you selected Remote server setup when you installed Domino Administrator on the client system.
2. Install the Domino server program files on a server system, but do not run the Domino server setup program.
3. At the command prompt on the server system, from the Domino program directory, do one of the following:
nserver -listen
server -listen
Where myprofile is the name you gave the setup profile and serveraddress is the host name or network address of the server you are setting up.
To do a silent setup from a Windows client without Domino Administrator or from a UNIX workstation
Install the Domino server program files on a server system, but do not run the Domino server setup program.
1. At the command prompt on the server system, from the Domino program directory, do one of the following:
3. Create a temporary directory on the client system. For example, enter the following at the command prompt:
mkdir c:\temp
mkdir /temp
/Domino program directory/notes/latest/ibmpow/ on an IBM® AIX® server
/Domino program directory/notes/latest/linux/ on a Linux™ server
Where myprofile is the name you gave the setup profile andserveraddress is the host name or network address of the server you are setting up.
Related concepts Using the Domino server setup program Entering system commands
Related tasks Using a server setup profile