Expanding the setup module


[Revised contents from the 4th edition]

Date of Issue

Description

April 10, 2019

Modified the text of a link described in *2 of 3. Expand to the hard disk.


 

Restore the setup program on the hard disk from the setup module using the commands described below.

 

1. Mount the setup module (not required when mounted automatically).

The example below shows the mount command of Linux. For the device name of the setup module or the parameters of the mount command to be specified, refer to the manual of the operating system in use.

# mount -t iso9660 -o rw /XXXX.iso /YYYY 
#

2. Prepare the work directory for installation.

# pwd 
/usr/local/HULFT 
# mkdir insttmp 
# ls 
insttmp 
# 

3. Expand to the hard disk.

# cd /usr/local/HULFT/insttmp 
# pwd 
/usr/local/HULFT/insttmp 
# ls 
# 
# tar xf /YYYY/64bit/linux_x86(*1)/hulft.tar 
# ls 
_etc8     _etce      _etceng      _etcs       _hul_main       _libhulcipher(*2)      installer 
#

*1

:

The directory name (*1) and the expanded content differ based on the operating system used.

If you extract the file for installation under a directory other than the one named the operating system you use, such as the one at (*1) above, the installation fails.

Refer to the readme file that exists in the setup module for the directory name of the operating system.

*2

:

When you install the HULFT products that do not support transfer using ciphers, this directory will not be expanded. For HULFT products that do not support transfer using ciphers, refer to UNIX/Linux Installation Manual - Preface.

= Remarks =

After installation, if the product works normally, delete the work directory for the installation operation in which the setup module is expanded, as it is no longer needed.