Using the Domino® server setup program remotely
After you install the program files for a Domino® server on a system, you can use either a client system or another Domino® server to run the server setup program remotely. Running the server setup program from a Windows™ client is easier if the client has Domino® Administrator installed -- to run the program from a client without Domino® Administrator, you need the Java™ runtime environment plus some files from the program directory of an installed Domino® server.
About this task
Before entering system commands in the following procedures, validate the location of the Domino® program directory and Notes® program directory on your system, and be sure to navigate to the
required starting directory as instructed.
Note: During server setup, you can use an existing
certifier ID instead of creating a new one. The certifier ID that you specify cannot have
multiple passwords assigned to it. Attempting to use a certifier ID with multiple passwords
generates an error message and causes server setup to halt.
Install the Domino server and put it in "listen" mode
Procedure
- Install the Domino® server program files on a server system but do not run the Domino® server setup program.
-
Put the server in "listen" mode:
- Microsoft™
Windows™ (Domino single server installation)
Switch to the Domino program directory and enter the following
command:
nserver -listen
- Microsoft™
Windows™ (Domino partitioned server
installation) Switch to the Domino data directory of the partition you are setting up,
for example, C:\Domino\Data1. Then, enter the following
command:
For example:<full_path_to_server_executable> -listen
C:\Domino\nserver -listen
- UNIX ™ Switch to the Domino data directory.
(For a Domino partitioned server installation, switch to the data directory of the partition
you are setting up, for example, /local/notesdata1). Then, enter the
following command:
<full_path_to_server_executable> -listen
- For
example:
/opt/hcl/domino/bin/server -listen
- Microsoft™
Windows™ (Domino single server installation)
Switch to the Domino program directory and enter the following
command:
What to do next
Run the server setup program from a Windows™ client with Domino® Administrator
Procedure
- Complete the procedure Install the Domino server and put it in "listen" mode.
-
Install the Domino Administrator client, selecting the option Remote server
setup when you do.
- Complete any pending reboot actions.
- Know the host name or network address of the remote Domino server.
- On the Windows client system, click .
- In the Connect to Remote Domino Server dialog box, enter the host name or network address of the remote Domino server.
- click Ping to ensure that you can connect to the server.
- Click OK to start the Domino® server setup program.
Run the server setup program from a Windows™ client without Domino® Administrator, or from a UNIX™ workstation
Procedure
- Complete the procedure Install the Domino server and put it in "listen" mode.
- Make sure that you know the host name or network address of the remote Domino server.
- Install the Java™ runtime environment on the client system.
- Create a temporary directory on the client system. For
example, enter the following at the command prompt:
- On a Windows™ client:
mkdir c:\temp
- On a UNIX™ workstation:
mkdir /temp
- On a Windows™ client:
- Do one of the following:
- From a Windows™ client, copy the remote setup files
cfgdomserver.jar
,jhall.jar
, andremotesetup.cmd
from the server to the directory you created on the client system. These files are inC:\<Domino program directory>
. - From a UNIX™ workstation, copy the remote setup files
cfgdomserver.jar
,jhall.jar
, andremotesetup
from the server to the directory you created on the workstation. These files are in the following directories:</Domino program directory>/notes/latest/ibmpow/
on an IBM® AIX® server</Domino program directory>/notes/latest/linux
on a Linux™ server
- From a Windows™ client, copy the remote setup files
-
At the command prompt on the client system, enter one of the following commands from the
directory you created:
- On a Windows™
client:
remotesetup.cmd
- On a UNIX™ workstation:
./remotesetup
- On a Windows™
client:
- In the Connect to Remote Domino Server dialog box, enter the host name or network address of the remote Domino server.
- click Ping to ensure that you can connect to the server.
- Click OK to start the Domino® server setup program.
Run the server setup program from another server system
Procedure
- Complete the procedure Install the Domino server and put it in "listen" mode.
- Install the Domino® server program on the system from which you will run remote server setup. Do not run the Domino® server setup program.
- Make sure that you know the host name or network address of the remote Domino server that you are setting up.
-
From the Domino server system you're using for remote server setup, navigate to the Domino
program directory. Then enter one of the following commands:
- On a Windows™ server:
nserver -remote
- On a UNIX™
server:
/opt/hcl/domino/bin/server -remote
Note: Entering nserver -help or server -help displays all parameters available for working with remote server setups.
- On a Windows™ server:
- In the Connect to Remote Domino Server dialog box, enter the host name or network address of the remote Domino server.
- click Ping to ensure that you can connect to the server.
- Click OK to start the Domino® server setup program.