Running the HCL Traveler server installation program on IBM® i

Run the installation program on the machine where you plan to install an HCL Traveler Server.

You should already have installed Domino®, downloaded the HCL Traveler server installation package, and created the appropriate save files.

Use the IBM® i command line to install the HCL Traveler server programs:
  1. Log in using a profile with *ALLOBJ and *SECADM authority.
  2. Stop the Domino server hosting HCL Traveler.
  3. From the IBM® i command line, run the appropriate command for installing from a downloaded image.
    1. Use the RSTLICPGM command to install from the save files you created when you downloaded the installation package.
      This example uses the save file trav120001/QNTSINSTF to install 12.0.1 Build for Domino 12.0.1:
      RSTLICPGM LICPGM(5733D12) DEV(*SAVF) LNG(2924) OPTION(21) SAVF(trav120001/QNTSINSTF)
      This example uses the save file trav120000/QNTSINSTF to install 12.0.x Build for Domino 12.0.0:
      RSTLICPGM LICPGM(5733D12) DEV(*SAVF) LNG(2924) OPTION(20) SAVF(trav120000/QNTSINSTF)
      This example uses the save file trav110001/QNTSINSTF to install 12.0.x Build for Domino 11.0.1:
      RSTLICPGM LICPGM(5733D11) DEV(*SAVF) LNG(2924) OPTION(21) SAVF(trav110001/QNTSINSTF)
      This example uses the save file trav110000/QNTSINSTF to install 12.0.x Build for Domino 11.0.0:
      RSTLICPGM LICPGM(5733D11) DEV(*SAVF) LNG(2924) OPTION(20) SAVF(trav110000/QNTSINSTF)
      This example uses the save file trav100001/QNTSINSTF to install 12.0.x Build for Domino 10.0.1:
      RSTLICPGM LICPGM(5733D10) DEV(*SAVF) LNG(2924) OPTION(21) SAVF(trav100001/QNTSINSTF)
      This example uses the save files trav901/QNTSINSTF to install 12.0.x Build for Domino 9.0.1:
      RSTLICPGM LICPGM(5733LD9) DEV(*SAVF) LNG(2924) OPTION(21) SAVF(trav901/QNTSINSTF)
    2. When you are prompted, accept the HCL Traveler software agreement.
    Note: The RSTLICPGM command is also used to install updates to the HCL Traveler programs.