Configuring in silent mode with dominstall

How to configure Data Protection for HCL Domino in silent mode with dominstall is described. Configuring the Domino Server operating in the Data Protection for HCL Domino and Domino Server single or multiple partition environment in silent mode, configures the system without user interaction.

About this task

The dominstall program provides an option filename that records all user input to a file during a manual dominstall configuration. Use this file to run dominstall configurations on other partitions without user interaction.

To create a dominstall configuration file, which is needed to run dominstall configuration in silent mode on other partitions, run the following command: ./dominstall filename

When the manual dominstall configuration is completed, copy the dominstall configuration file to the system that you want to configure in silent mode. When the dominstall program is started with the name of an existing dominstall configuration file, the contents of that file are used to run the silentdominstall configuration.

When a change occurs to the Domino environment for which a dominstall configuration file was created, the silent dominstall configuration cannot function. A manual dominstall configuration must be run for that environment to create a dominstall configuration file.

The dominstall configuration file filename contains the user input that is recorded during a manual dominstall configuration. For example:
N 
/opt/tivoli/tsm/client/domino/bin
N
/opt/ibm/lotus/notes/latest/linux
N
/opt/ibm/lotus/notesdata
y
n
y
db2inst1
y
n
The previous filename example was created from the manual dominstall configuration that is shown here.
IBM Storage Protect for Mail: Data Protection for Lotus Domino Version
7, Release 1, Level 0 (C) Copyright IBM Corporation 1999, 2013. All rights
reserved.  

Using the Data Protection for Lotus Domino client, domdsmc, installed
 in /opt/tivoli/tsm/client/domino/bin. Is that correct?.  (Yes (Y)/No (N)) 
N 
Unable to locate Data Protection for Lotus Domino client. Please specify the
directory where domdsmc is installed. 
The default is /opt/tivoli/tsm/client/domino/bin. 

/opt/tivoli/tsm/client/domino/bin
 

Using the Domino, libnotes.so, installed in /opt/ibm/lotus/notes/latest/linux. 
Is that correct?.  
(Yes (Y)/No (N)) N 
Unable to locate Domino. Please specify the directory where libnotes.so is
installed. The default is /opt/ibm/lotus/notes/latest/linux. 

/opt/ibm/lotus/notes/latest/linux 

Using the Domino file, notes.ini, installed in /opt/ibm/lotus/notesdata. 
Is that correct?.  
(Yes (Y)/No (N)) 
N 
Unable to locate Domino file. Please specify the directory where notes.ini 
is installed. The default is (null). 

/opt/ibm/lotus/notesdata
 

Using the IBM Storage Protect Api, libApiDS.so, installed in /usr/lib. 
Is that correct?.  
(Yes (Y)/No (N)) 
y 
Setting notes1 as owner for the Data Protection for Domino executables. 


Do you want to continue with the IBM Storage Protect Web 
client configuration?.  

(Yes (Y)/No (N)) 

n
 
ACD6008I Symbolic link /opt/ibm/lotus/notes/latest/linux/domdsmc to  
/opt/tivoli/tsm/client/domino/bin/domdsmc already exists. 
ACD6008I Symbolic link /opt/ibm/lotus/notes/latest/linux/dsmdomp to  
/opt/tivoli/tsm/client/domino/bin/dsmdomp already exists. 
ACD6008I Symbolic link /opt/ibm/lotus/bin/domdsmc to tools/startup
 already exists. 
ACD6008I Symbolic link /opt/ibm/lotus/bin/dsmdomp to tools/startup 
already exists. 


Is the Domino server DB2 enabled?  
(Yes (Y)/No (N)) 

y
 
Enter the DB2 user name. 

db2inst1 


Installing notes1.profile profile in directory
 /opt/tivoli/tsm/client/domino/bin. 
Is that correct?.  
(Yes (Y)/No (N)) 
y
 

The file domdsm.cfg exists. Reply Yes to overwrite this file, or No to 
create the  file domdsm.cfg2.  
(Yes (Y)/No (N)) 
n
 
ACD6008I Symbolic link /opt/ibm/lotus/notes/latest/linux/domdsmc_notes1 to  
/opt/tivoli/tsm/client/domino/bin/domdsmc_notes1/domdsmc already exists. 
ACD6008I Symbolic link /opt/ibm/lotus/bin/domdsmc_notes1 to tools/startup 
already exists. 
Reply with the next notesdata partition or a NULL line (enter key).

This procedure reflects a Data Protection for HCL Domino installation on a Linux 86 operating system. Directory structures and file names differ in UNIX, and Linux systems.

Procedure

  1. Log in with the user ID setup to run the Domino server.
  2. Use the su root command to switch to the root user ID.
  3. Change to the Data Protection for HCL Domino installation directory:# cd /opt/tivoli/tsm/client/domino/bin
    • If the dominstall configuration file contains input from a manual dominstall configuration, enter this command to run a silent dominstall configuration:./dominstall filename
    • If the dominstall configuration file does not exist and does not contain input data, enter the following command to create a file and run a manual dominstall configuration:./dominstall filename Go to Step 5 in Configuring manually with dominstall and enter a response to all of the dominstall prompts.
    1. When all the dominstall inputs are entered, copy the dominstall configuration file filename to the system that you want to run the configuration in silent mode.
    2. Repeat the silent configuration with the configuration files to configure more partitions.