Updating Manager (in Linux)

Perform the following procedure as a user who has an administrator privilege:

1. Deploy Manager modules

Perform the deployment of the Manager module.

For details about how to deploy the Manager module, see Deploying Manager modules.

Read the "working directory for installation" written in Deploying Manager modules as the "working directory for an update".

2. Stop Manager.

Stop Manager. For details about how to stop Manager, see Stopping Manager (in Linux).

3. Stop PostgreSQL.

Stop PostgreSQL. For details about how to stop PostgreSQL, see Stopping PostgreSQL (in Linux).

4. Stop HULFT.

Stop HULFT. For details about how to stop HULFT, see Stopping HULFT (in Linux).

5. Create the backups.

Create the backups of Manager and PostgreSQL. See Backing up and restoring Manager (in Linux).

6. Execute the install.sh file

Execute the install.sh file in the working directory for an update.

Execution syntax

./install.sh -s SERIALNUMBER -p PRODUCTKEY [-t TERMLICENSEKEY] [-i INSTALLATIONDIRECTORY]

-s SERIALNUMBER

Specify the serial number of Manager by using numerals with a maximum of 13 bytes in length.

-p PRODUCTKEY

Specify the product key of Manager by using alphanumeric characters with a maximum of 25 bytes in length.

-t TERMLICENSEKEY (optional)

Specify the term license key of Manager by using alphanumeric characters with a maximum of 25 bytes in length. A term license key is not necessary for a trial version.

-i INSTALLATIONDIRECTORY (optional)

If the update target product is not installed in the default installation directory (/opt/hulftiot-manager), specify the installation directory.

Installation directory to be specified

The directory to be specified is here (default is /opt/hulftiot-manager)
    + hulft   (installation directory of HULFT)
    + manager (installation directory of Manager)

Execution example

./install.sh -s 1234567890000 -p ABCDEFGH1IJKLMNO2PQRSTUV3 -t 123ABCDEFGHIJ4KLMNOPQ5RST

7. Confirm the execution result

When the installation finishes successfully, a message appears.

The update is now complete. You can delete the working directory for an update.