Extraction of installation module

Restore the installer from the HULFT-HUB Server medium or from a module downloaded to the hard disk.

Extracting the setup module (zip file)

Extract the setup module (zip file) for Linux in a directory of your choice.

# unzip ./hulft-hub-server-linux-v??????.zip
Archive:  ./hulft-hub-server-linux-v??????.zip
  inflating: hulfthub.tar
   creating: Licenses/
  inflating: Licenses/LICENSE_libxml2.txt
  inflating: Licenses/LICENSE_ncurses.txt
  inflating: Licenses/LICENSE_onigumo.txt
  inflating: Licenses/LICENSE_zlib.txt
  inflating: Licenses/LICENSE_zstd.tx
  inflating: readme_eng_hub3_ux.txt
  inflating: readme_jpn_hub3_ux_euc.txt
  inflating: readme_jpn_hub3_ux_sjis.txt
  inflating: readme_jpn_hub3_ux_utf8.txt
   creating: SIGNAlert/
   creating: SIGNAlert/eng/
  inflating: SIGNAlert/eng/HUB_ANS_CEF_LINUX.DAT
  inflating: SIGNAlert/eng/HUB_ANS_CEF_UNIX.DAT
  inflating: SIGNAlert/eng/HUB_ANS_W_LINUX.DAT
  inflating: SIGNAlert/eng/HUB_ANS_W_UNIX.DAT
  inflating: SIGNAlert/eng/HUB_MON_CEF_UNIX_LINUX.DAT
  inflating: SIGNAlert/eng/HUB_MON_W_UNIX_LINUX.DAT
   creating: SIGNAlert/jpn/
  inflating: SIGNAlert/jpn/HUB_ANS_CEF_LINUX.DAT
  inflating: SIGNAlert/jpn/HUB_ANS_CEF_UNIX.DAT
  inflating: SIGNAlert/jpn/HUB_ANS_W_LINUX.DAT
  inflating: SIGNAlert/jpn/HUB_ANS_W_UNIX.DAT
  inflating: SIGNAlert/jpn/HUB_MON_CEF_UNIX_LINUX.DAT
  inflating: SIGNAlert/jpn/HUB_MON_W_UNIX_LINUX.DAT 
  # ls 
Licenses/  SIGNAlert/  hulfthub.tar  readme_eng_hub10_ux.txt   readme_jpn_hub10_ux_euc.txt   readme_jpn_hub10_ux_sjis.txt   readme_jpn_hub10_ux_utf8.txt

Preparing the work directory for installation

# mkdir -p /usr/local/hulfthub/insttmp 
# cd /usr/local/hulfthub 
# ls 
insttmp

Note

Installation is performed by a user who will be running HULFT-HUB Server. This user must have read, write, and execute permissions for the work directory for installation.

Expanding to the hard disk

# tar xf ./hulfthub.tar 
# ls 
installer*  linux/

= Remarks =

If the installed product runs successfully, the work directory for installation that was used to expand the module is no longer needed. Please delete it.