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.
DOMINO_INSTALL Specifies whether to install Domino before installing the language packs. Can be YES or NO.
DOMINO_INSTALLER If DOMINO_INSTALL=YES, the full path to the Domino installer full kit.
DOMINO_TYPE If DOMINO_INSTALL=YES, the type of installation. Can be UTILITY, MESSAGING, or ENTERPRISE.
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 The number of languages to install.
LANGUAGES_xx The language code of each language to install, where xx is 00 for the first language, 01 for a second language, and so forth.
Template_name A template name (without file extension) in which to install languages. Specify the language codes of the languages to install. Use a comma (,) separator between language codes.
The following templates can be specified, each on its own line:
  • BOOKMARK
  • DISCUSSION10
  • DOCLBW7
  • MAIL10
  • NOTEBOOK10
  • PERNAMES
  • RESRC10
  • TEAMRM10
  • TOOLBOX
Note: This list is current as of release 10.0.1. In a later release, the template names that contain version numbers may use later version numbers.
CORE_FILES The language codes of the languages to install in the core files.
Example: Windows
[Notes]
REM This is the silent install ini configuration file.
INSTALL_TYPE=ADD
DOMINO_INSTALL=NO
CORE_PATH=C:\Domino
DOMINO_ARCH=64
TOTAL_DATAPATHS=1
DATA_PATH_00=C:\Domino\data
TOTAL_LANGUAGES=1
LANGUAGES_00=es
BOOKMARK=es
DISCUSSION10=es
DOCLBW7=es
JOURNAL6=es
MAIL10=es
NOTEBOOK10=es
PERNAMES=es
RESRC10=es
TEAMRM10=es
TOOLBOX=es
CORE_FILES=es
Example: Linux or AIX
INSTALL_TYPE=ADD
DOMINO_INSTALL=YES
DOMINO_TYPE=ENTERPRISE
DOMINO_INSTALLER=/temp/installer
CORE_PATH=/opt/ibm/domino/notes/latest/ibmpow1
CORE_DISPLAY_PATH=/opt/ibm/domino
DOMINO_ARCH=64
TOTAL_DATAPATHS=1
DATA_PATH_00=/local/notesdata
DATA_PATH_00_USER=notes
DATA_PATH_00_GROUP=notes
TOTAL_LANGUAGES=2
LANGUAGES_00=zh-CN
LANGUAGES_01=zh-TW
BOOKMARK=zh-CN,zh-TW
DISCUSSION10=zh-CN,zh-TW
DOCLBW7=zh-CN,zh-TW
JOURNAL6=zh-CN,zh-TW
MAIL10=zh-CN,zh-TW
NOTEBOOK10=zh-CN,zh-TW
PERNAMES=zh-CN,zh-TW
RESRC10=zh-CN,zh-TW
TEAMRM10=zh-CN,zh-TW
TOOLBOX=zh-CN,zh-TW
CORE_FILES=zh-CN,zh-TW
1 Example is for AIX. Equivalent example for Linux is:
CORE_PATH=/opt/ibm/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/LOTUS/DOMINO100001
CORE_DISPLAY_PATH=/QIBM/PRODDATA/LOTUS/DOMINO100001
DOMINO_INSTALL=NO
DOMINO_ARCH=64
TOTAL_DATAPATHS=1
DATA_PATH_00=/local/notesdata
TOTAL_LANGUAGES=1
LANGUAGES_00=ja
BOOKMARK=1
DISCUSSION10=ja
DOCLBW7=ja
JOURNAL6=ja
MAIL10=ja
NOTEBOOK10=ja
PERNAMES=ja
RESRC10=ja
TEAMRM10=ja
TOOLBOX=ja
CORE_FILES=ja
1 Language code omitted because BOOKMARK is not available in Japanese with the ADD install type.