Preparing to start the installer

Before starting the installer screen, specify the environment for the terminal type and display functions.

Specify the vt100 type terminal name for the shell environment variable TERM.

In addition, specify the environment variable LANG so that the vt100 emulator can be used to correctly display screens. Before specifying this variable, refer to the following table to find the setting for the LANG environment variable that suits your language, environment, operating system. For more details, contact your system administrator.

Table 2.1 LANG environment variable settings

Language

OS

Character encoding

LANG environment variable setting

Japanese

HP-UX

EUC

ja_JP.eucJP

SHIFT-JIS

ja_JP.SJIS

UTF-8

ja_JP.utf8

AIX

EUC

Specify one of the following:

  • ja_JP

  • ja_JP.IBM-eucJP

SHIFT-JIS

Specify one of the following:

  • Ja_JP

  • Ja_JP.IBM-932

  • Ja_JP.IBM-943

UTF-8

Specify one of the following:

  • JA_JP

  • JA_JP.UTF-8

Solaris

EUC

Specify one of the following:

  • ja_JP.eucJP

  • ja

SHIFT-JIS

ja_JP.PCK

UTF-8

ja_JP.UTF-8

Linux and zLinux

EUC

Specify one of the following:

  • ja_JP.eucjp

  • ja_JP

  • japanese

  • japanese.euc

  • ja_JP.ujis

SHIFT-JIS

ja_JP.sjis

UTF-8

ja_JP.utf8

English

All operating systems

-

C

 

The following are examples of this setting.

Example: Environment settings for Solaris10 (install in Japanese)

When using sh:

# TERM=vt100
# export TERM
# LANG=ja
# export LANG

When using csh:

# setenv TERM vt100
# setenv LANG ja

Example: Environment settings for Solaris10 (install in English)

When using sh:

# TERM=vt100
# export TERM
# LANG=C
# export LANG 

When using csh:

# setenv TERM vt100
# setenv LANG C 

Note

When performing an update installation, if the language specified in the environment variable LANG and the Kanji code of the system environment settings file (huledenv.conf) are different, change the Kanji code of the system environment settings file (huledenv.conf) to the Kanji code specified in the environment variable LANG.

If the language specified in the environment variable LANG is anything other than "EUC" or "SHIFT-JIS", specify "UTF-8" in the system environment settings file (huledenv.conf).