Upgrade Existing LLS Installation to Version 5.3

  1. Extract the HCL LLS 5.3 package to a preferred directory on your system.
    OS File Name Location
    Windows install.bat <unzipped-installer-files>\hcl-lls-5.3-windows\install.bat
    Linux install.sh <unzipped-installer-files>/hcl-lls-5.3-linux/install.sh
  2. Navigate to the extracted directory and run the installer based on your operating system:

    • Windows:
       install.bat (Run as Administrator)
    • Linux:
      chmod +x install.sh
      ./install.sh

Upgrade Feature

If an existing LLS installation (5.0 / 5.1 / 5.2) is detected, the installer automatically prompts you to upgrade.

Example prompt:

Detected installed service: HCL Local License Server 5.1  
Installed version: [5.1]  
Existing installation directory: "C:\LLS_Directory"
Do you want to upgrade to 5.3.0? (Y/N): Y
  • Press Y to continue with the upgrade.

    • The installer removes the existing installation folder.

    • A backup folder is automatically created before upgrade.

    • Backup includes:

      • certificates (TLS certificate and key)

      • licenses (license files)

      • logs

      • port configuration

Backup Folder Details:

  • On Windows:
     C:\hcl_lls_backup
  • On Linux:
    /opt/hcl_lls_backup

Each backup is stored with a timestamp for reference, for example:

hcl_lls_5.3.0_backup_20251105_1532

Selecting Installation Directory During Upgrade

After the backup, the installer will ask whether you want to use the same directory or a new directory for the 5.3 installation:

Upgrade in the same directory (C:\LLS_Directory)? (Y to use same, N to customize):
  • Press Y → LLS 5.3 will be installed in the same directory.

    • The system automatically restores the certificate, license, logs, and port settings from the backup.

Press N → You will be prompted to specify a new installation directory:

Enter the Installation Directory: C:\New_LLS_Directory
Backup found: hcl_lls_5.3.0_backup_20251105_1532
Do you want to restore [certificates, licenses, logs, port] from hcl_lls_5.3.0_backup_20251105_1532? (Y/N): 
  • If you choose Y, the previous configuration will be restored in the new directory.

    If you choose N, you will proceed with a fresh installation and be prompted for the certificate, key, and port details manually.