Environment settings for using the HULFT Management Console

When the HULFT Management Console is used, some settings are different based on the UNIX version that is used. This section explains how to configure the settings to display the HULFT Management Console using the vt100 emulator for HP-UX, Solaris, and AIX.

Example of HP-UX environment settings

Set the character code on the terminal to Shift-JIS.

[When using sh]

$  HULPATH=/HULFT environment settings file storage directory 
$  export HULPATH 
$  HULEXEP=/HULFT execution module storage directory 
$  export HULEXEP 
$  PATH=/HULFT execution module storage directory:$PATH 
$  export PATH 
$  LANG=ja_JP.SJIS 
$  export LANG

[When using csh]

hp#  setenv HULPATH /HULFT environment settings file storage directory 
hp#  setenv HULEXEP /HULFT execution module storage directory 
hp#  set path=(/HULFT execution module storage directory $path) 
hp#  setenv LANG ja_JP.SJIS

Example of Solaris environment settings

Set the character code on the terminal to EUC-JP.

[When using sh]

$  HULPATH=/HULFT environment settings file storage directory 
$  export HULPATH 
$  HULEXEP=/HULFT execution module storage directory 
$  export HULEXEP 
$  PATH=/HULFT execution module storage directory:$PATH 
$  export PATH 
$  setenv LANG ja_JP.eucJP

[When using csh]

sun#  setenv HULPATH /HULFT environment settings file storage directory 
sun#  setenv HULEXEP /HULFT execution module storage directory 
sun#  set path=(/HULFT execution module storage directory $path) 
sun#  setenv LANG ja_JP.eucJP

Example of AIX environment settings

Set the character code on the terminal to Shift-JIS.

[When using sh]

$  HULPATH=/HULFT environment settings file storage directory 
$  export HULPATH 
$  HULEXEP=/HULFT execution module storage directory 
$  export HULEXEP 
$  PATH=/HULFT execution module storage directory:$PATH 
$  export PATH 
$  LANG=japanese 
$  export LANG

[When using csh]

RS#  setenv HULPATH /HULFT environment settings file storage directory 
RS#  setenv HULEXEP /HULFT execution module storage directory 
RS#  set path=(/HULFT execution module storage directory $path) 
RS#  setenv LANG japanese

 

= Remarks =

The HULFT environment settings file storage directory contains a sample profile for environment variable settings. The name of the file is 'hulft.bsh.profile' for sh, and 'hulft.csh.profile' for csh.