Appendix D. Installation Properties File in Silent Mode

This appendix describes how to set the properties file to use when installing in silent mode.

Note

1. Each property value cannot end with a space and must be case-sensitive.

2. The file name is set and saved by a user.

When installing in silent mode on UNIX, set the properties file as follows:

INSTALLER_UI=Silent
OS_CONSOLE_CHOOSE=["1"~"10"]
INPUT_KERNEL=[0|1]
USER_INSTALL_DIR=user_install_path
FIND_JAVA_HOME_1=user_java_path
CHOSEN_INSTALL_SET=[DAS|MS]
PRODUCTION_MODE=[true|false]
NODE_MANAGER=[java|ssh]
INPUT_DOMAIN_NAME_1=domain_name
INPUT_ADMSVR_NAME_1=adminserver_name 
INPUT_JEUSBASEPORT_1=base_port
INPUT_ADMIN_USERNAME_1=admin_username
USER_INPUT_PASSWD=user_input_passwd 
SAMPLE=[yes|no]
ItemDescription
OS_CONSOLE_CHOOSE

OS version. One of:

  • 1: HP-UX PA-RISC

  • 2: HP-UX Itanium

  • 3: Solaris UltraSPARC

  • 4: Solaris x86

  • 5: Solaris x64

  • 6: AIX 5.x, 6.x, 7.x PowerPC

  • 7: Linux Itanium

  • 8: Linux x86

  • 9: Linux x64

  • 10: Linux PowerPC 64

The value must be enclosed in double quotation marks (" ").

INPUT_KERNEL

Kernel version.

  • 0: 32-bit

  • 1: 64-bit

USER_INSTALL_DIRJEUS installation directory. For UNIX/Linux, put a slash (/) between directories.
FIND_JAVA_HOME_1JDK path. For UNIX/Linux, put a slash (/) between directories.
CHOSEN_INSTALL_SET

Type of server to install. (Upper case only)

  • DAS: Domain Admin Server (Default value)

  • MS: Managed Server

PRODUCTION_MODE

Option to use Production Mode. (Lower case only)

Production Mode does not use JEUS Hot Swap and Automatic Reloading. When the demo license is used, a warning message is displayed.

  • true

  • false

NODE_MANAGER

Node manager. (Lower case only)

INPUT_DOMAIN_NAME_1Domain name.
INPUT_ADMSVR_NAME_1DAS name.
INPUT_JEUSBASEPORT_NAME_1BASEPORT of the DAS.
INPUT_ADMIN_USERNAME_1JEUS administrator's name.
USER_INPUT_PASSWDPassword. The password is encrypted with AES and must be at least 8 characters.
SAMPLE

Option to install the sample directory.

  • yes

  • no