More configuration options
Customize your Data Protection for IBM® Domino® environment by configuring extra options for server communication, compression, encryption, and deduplication.
COMMRESTARTDURATION
Use COMMRESTARTDURATION to
specify the total number of minutes that the server will attempt to
restart a session after a communication failure. The range of values
is 1 - 9999 and the default is 60. This option must
be set high on a network that is unreliable.
You can specify this option in the Data Protection for HCL Domino preferences file.
COMMRESTARTINTERVAL
Use COMMRESTARTINTERVAL to
specify how many seconds the server will wait before it attempts to
restart a session after a communication failure. The range of values
is one through 9999 and the default is 15. The restart
interval setting means that the network is not overloaded with restart
requests. The COMMRESTARTINTERVAL time must always
be less than or equal to the COMMRESTARTDURATION time.
You can specify this option in the Data Protection for HCL Domino preferences file.
deduplication
Use deduplication to
specify whether data deduplication is used. The option can be set
to deduplication yes or deduplication no depending
on your requirements. You can specify this option in the Data Protection for HCL Domino preferences
file.
domnode
Use domnode to
use the web client GUI to back up and restore Domino server data. It provides the web client
GUI with the IBM Storage Protect node
name and respective Domino server
to access for processing. It also provides important configuration
information for the specified node. Specify the full path and name
of the Data Protection for HCL Domino preferences
file. For example: domnode c:\program files\notes\domdsm.cfg
domnode option: - It must be specified to access the web client GUI.
- It can be specified multiple times for as many Domino servers or Domino Partitioned Servers as are available.
- It can be used in short form
domnoand is not case-sensitive. - Specify this option in the client dsm.opt file that is used by the backup-archive Client Acceptor Daemon (CAD). The options dsm.opt file is specified during setup of your web client by the IBM Storage Protect web client Configuration wizard.
domnode example
- Contents of the dsm.opt file that is used
by the backup-archive client CAD:
DOMNODE c:\Program Files\notesA\serverA.cfg DOMNODE c:\Program Files\notesB\serverB.cfg DOMNODE c:\Program Files\notesC\serverC.cfg - Contents of dsm1.opt:
NODENAME domservA TCPSERVERADDRESS tsmserv1.company.xyz.com PASSWORDACCESS generate - Contents of dsm2.opt:
NODENAME domservB TCPSERVERADDRESS tsmserv2.company.xyz.com PASSWORDACCESS generate - Contents of dsm3.opt:
NODENAME domservC TCPSERVERADDRESS tsmserv3.company.xyz.com PASSWORDACCESS generate - Contents of serverA.cfg:
NotesInipath C:\Lotus\DominoServer65\tdpdominoserver1 - Contents of serverB.cfg:
NotesInipath D:\Lotus\DominoServer65\tdpdominoserver2 - Contents of serverC.cfg:
NotesInipath E:\Lotus\DominoServer6\server
enableclientencryptkey
When enableclientencryptkey is set to yes, Data Protection for IBM
Domino provides 128-bit Transparent encryption of Domino databases during
backup and restore processing. One random encryption key is generated per session and is stored on
the IBM Storage Protect server with the object in the server database.
Although IBM Storage Protect manages the key, a valid database must be
available to restore an encrypted object. You can specify the databases that you want encrypted by
adding an include statement with the include.encrypt option in the
dsm.opt file, which is located in the Data Protection for IBM
Domino installation directory. See Include and
exclude processing for an example of an include.encrypt statement.
Transparent encryption is only available on IBM Storage Protect
server Version 5.3 (or later). For more information, see IBM Tivoli Storage
Manager Using the Application Program Interface.
The encryption status of a backup can be seen during the backup or restore process by using the /DEtail command.
asnodename
When asnodename is
specified, Data Protection for HCL Domino backs
up or restores databases on multiple clients under the single IBM Storage Protect node
name that is specified by this option. Unlike the nodename option
that requires you to enter the password for the node name you specify,
the asnodename option requires that you enter the
password for your client node to access data that you own. Specify
this option in the Data Protection for HCL Domino options
file dsm.opt, located by default in the Data Protection for HCL Domino installation
directory. See IBM Storage Protect for Windows Backup-Archive Client Installation and User's Guide for
more information about the asnodename option.