LPSilent.ini file settings

Refer to the table in this topic for a description of the LPSilent.ini settings that are used for silent language pack installs.

Table 1. LPSilent.ini settings
Setting Description
INSTALL_TYPE Type of language pack installation. Can be ADD, REPLACE, or REMOVE.
CORE_PATH The full path to the Domino program directory.
CORE_DISPLAY_PATH IBM i, Linux, and AIX only: The relative path to the Domino program directory.
DOMINO_ARCH Domino native architecture. Must be 64.
TOTAL_DATAPATHS The number of data directories on which to install the language packs. On a non-partitioned server, specify 1. On partitioned server, the number of data directories.
DATA_PATH_xx The full path to each data directory, where xx is 00 for the first specified directory, 01 for a second specified directory, and so forth.
DATA_PATH_xx_USER AIX and Linux only: If DOMINO_INSTALL=YES, the user name with owner access to a specified data directory.
DATA_PATH_xx_GROUP AIX and Linux only: If DOMINO_INSTALL=YES, the group name with owner access to a specified data directory.
TOTAL_LANGUAGES Must be 1. Can install only one language at a time.
LANGUAGES_xx Where xx is 00 followed by the language code of the language to install.
Template_name A template name (without file extension) in which to install languages. Specify the language code of the language to install.
The following templates can be specified, each on its own line:
  • BOOKMARK
  • DISCUSSION11
  • DOCLBW7
  • MAIL11
  • NOTEBOOK11
  • PERNAMES
  • RESRC11
  • TEAMRM11
  • TOOLBOX
Note: This list is current as of release 11.0 In a later release, the template names that contain version numbers may use later version numbers.
CORE_FILES The language code of the language to install in the core files.
Example: Windows
[Notes]
REM This is the silent install ini configuration file.
INSTALL_TYPE=ADD
CORE_PATH=C:\Domino
DOMINO_ARCH=64
TOTAL_DATAPATHS=1
DATA_PATH_00=C:\Domino\data
TOTAL_LANGUAGES=1
LANGUAGES_00=es
BOOKMARK=es
DISCUSSION11=es
DOCLBW7=es
JOURNAL6=es
MAIL11=es
NOTEBOOK11=es
PERNAMES=es
RESRC11=es
TEAMRM11=es
TOOLBOX=es
CORE_FILES=es
Example: Linux or AIX

INSTALL_TYPE=ADD
CORE_PATH=/opt/hcl/domino/notes/latest/ibmpow1
CORE_DISPLAY_PATH=/opt/hcl/domino
DOMINO_ARCH=64
TOTAL_DATAPATHS=1
DATA_PATH_00=/local/notesdata
DATA_PATH_00_USER=notes
DATA_PATH_00_GROUP=notes
TOTAL_LANGUAGES=1
LANGUAGES_00=zh-CN
BOOKMARK=zh-CN
DISCUSSION11=zh-CN
DOCLBW7=zh-CN
JOURNAL6=zh-CN
MAIL11=zh-CN
NOTEBOOK11=zh-CN
PERNAMES=zh-CN
RESRC11=zh-CN
TEAMRM11=zh-CN
TOOLBOX=zh-CN
CORE_FILES=zh-CN
1 Example is for AIX. Equivalent example for Linux is:
CORE_PATH=/opt/hcl/domino/notes/latest/linux
Example: IBM i
Note: The OS400_SILENT=FALSE setting is required for a silent install on IBM i.
OS400_SILENT=FALSE
INSTALL_TYPE=ADD
CORE_PATH=/QIBM/PRODDATA/DOMINO100001
CORE_DISPLAY_PATH=/QIBM/PRODDATA/DOMINO100001
DOMINO_ARCH=64
TOTAL_DATAPATHS=1
DATA_PATH_00=/local/notesdata
TOTAL_LANGUAGES=1
LANGUAGES_00=ja
BOOKMARK=1
DISCUSSION11=ja
DOCLBW7=ja
JOURNAL6=ja
MAIL11=ja
NOTEBOOK11=ja
PERNAMES=ja
RESRC11=ja
TEAMRM11=ja
TOOLBOX=ja
CORE_FILES=ja
1 Language code omitted because BOOKMARK is not available in Japanese with the ADD install type.