INSTALLING


LPSilent.ini file settings

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

Table 1. LPSilent.ini settings
SettingDescription
INSTALL_TYPEType of language pack installation. Can be ADD,REPLACE, or REMOVE.
CORE_PATHThe full path to the Domino program directory.
CORE_DISPLAY_PATHIBM i, Linux, and AIX only: The relative path to the Domino program directory.
DOMINO_ARCHDomino native architecture. Must be 64.
TOTAL_DATAPATHSThe 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_xxThe full path to each data directory, where xx is00 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_LANGUAGESMust be 1. Can install only one language at a time.
LANGUAGES_xxWhere xx is 00 followed by the language code of the language to install.
Template_nameA 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_FILESThe 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=ADDCORE_PATH=C:\DominoDOMINO_ARCH=64TOTAL_DATAPATHS=1DATA_PATH_00=C:\Domino\dataTOTAL_LANGUAGES=1LANGUAGES_00=esBOOKMARK=esDISCUSSION11=esDOCLBW7=esJOURNAL6=esMAIL11=esNOTEBOOK11=esPERNAMES=esRESRC11=esTEAMRM11=esTOOLBOX=esCORE_FILES=es

Example: Linux or AIX

INSTALL_TYPE=ADDCORE_PATH=/opt/hcl/domino/notes/latest/ibmpow1CORE_DISPLAY_PATH=/opt/hcl/dominoDOMINO_ARCH=64TOTAL_DATAPATHS=1DATA_PATH_00=/local/notesdataDATA_PATH_00_USER=notesDATA_PATH_00_GROUP=notesTOTAL_LANGUAGES=1LANGUAGES_00=zh-CNBOOKMARK=zh-CNDISCUSSION11=zh-CNDOCLBW7=zh-CNJOURNAL6=zh-CNMAIL11=zh-CNNOTEBOOK11=zh-CNPERNAMES=zh-CNRESRC11=zh-CNTEAMRM11=zh-CNTOOLBOX=zh-CNCORE_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=FALSEINSTALL_TYPE=ADDCORE_PATH=/QIBM/PRODDATA/DOMINO100001CORE_DISPLAY_PATH=/QIBM/PRODDATA/DOMINO100001DOMINO_ARCH=64TOTAL_DATAPATHS=1DATA_PATH_00=/local/notesdataTOTAL_LANGUAGES=1LANGUAGES_00=jaBOOKMARK=1DISCUSSION11=jaDOCLBW7=jaJOURNAL6=jaMAIL11=jaNOTEBOOK11=jaPERNAMES=jaRESRC11=jaTEAMRM11=jaTOOLBOX=jaCORE_FILES=ja

1Language code omitted because BOOKMARK is not available in Japanese with theADD install type.

Parent topic: Installing Domino language packs silently