Preparing to start the setup program

As a preparation for starting the setup program screen, set up the environment settings of terminal and screen functions.

Specify the vt100-type terminal name in the shell environment variable TERM.

Also, to correctly display the screens using the vt100 emulator, set the environment variable LANG (system locale).

Specify the environment variable LANG so that it corresponds to the language and code set that you want to use for the setup program.

 

The examples below show how to set up the screen terminal and the environment variable LANG in preparation for starting the setup program screen.

 

This installation example is based on the following conditions:

  • HULFT is installed on a host where the Linux operating system is running

  • HULFT is installed in an English environment

[When sh is used]

# TERM=vt100
# export TERM 
# LANG=en_US.UTF8 
# export LANG

[When csh is used]

setenv TERM vt100
$ setenv LANG en_US.UTF8

 

Change the settings according to your operating system and environment. For details, check with the system administrator.