INSTALLING
You can use a server setup profile to set up a Domino server. You can use the profile from the server you are setting up or from a client system.
Before you begin
Complete the procedure Creating a server setup profile.
About this task
Using a server setup profile from a Microsoft™ Windows™ client is easier if the client has the Domino® Administrator installed. To use a profile from a Windows or UNIX™ client without Domino Administrator, you need the Java™ runtime environment plus some files from the program directory of an installed Domino server.
When you use a setup profile, you choose whether to view the setup screens as you run the profile. This procedure describes running the profile so that you view the setup screens. Running a profile without viewing the screens is sometimes referred to as a "silent" setup. For information about that procedure, see Using Domino silent server setup with a profile.
When the following procedures include instructions for entering system commands, make sure you understand the terms Domino program directory, Domino data directory, and Notes® program directory.
Parent topic: Using the Domino server setup program
To use a setup profile 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. (UNIX only) Log on to the Domino system as the user you specified during Domino server installation. This is the same user you'll use to start the Domino server.
3. At the command prompt on the server, switch to the Domino data directory. (If you installed a partitioned server, switch to the data directory of the partition you are setting up.) Then, enter the following command:
Example on a Windows server:
C:\Domino\nserver -playback
Example on a UNIX server:
/opt/hcl/domino/bin/server -playback
Note: Entering nserver -help or server -help displays the parameters available for working with server setup profiles.
To use a setup profile from a Windows client with Domino Administrator
1. Make sure that you selected Remote server setup when you installed Domino Administrator on the client.
2. Install the Domino server program files on a server system but do not run the Domino server setup program.
3. (UNIX server only) Log on to the Domino system as the user you specified during Domino server installation. This is the same user you'll use to start the Domino server.
4. At the command prompt on the server, switch to the Domino data directory. (If you installed a partitioned server, switch to the data directory of the partition you are setting up.) Then, enter the following command, to put the server in listen mode:
Example, on a Windows server:
C:\Domino\nserver -listen
/opt/hcl/domino/bin/server -listen
7. Click Ping to ensure that you can connect to the server.
8. Click OK.
9. Choose the profile to use. Click Browse to navigate to the directory on the Windows client in which you saved the profile (the profile is not visible in the directory) and click Select. The profile appears in the Available Server Setup Profiles field.
11. When setup is complete and you see the prompt Should the setup server listener be stopped? click Yes.
To use a setup profile from a Windows client without Domino Administrator or from a UNIX workstation
3. At the command prompt on the server, switch to the Domino data directory. (If you installed a partitioned server, switch to the data directory of the partition you are setting up.) Then, enter the following command to put the server in listen mode:
5. Create a temporary directory on the client system. For example, enter the following at the command prompt:
mkdir c:\temp
mkdir /temp
9. Click Ping to ensure that you can connect to the server.
10. Click OK.
11. Choose the profile to use. Click Browse to navigate to the directory in which you saved the profile on the client (the profile is not visible in the directory) and click Select. The profile appears in theAvailable Server Setup Profiles field.
Related concepts Using the Domino server setup program
Related tasks Using Domino silent server setup with a profile