Updating the Appliance
You can upgrade appliance software through the appliance user interface.
Procedure
-
File Update—Download the update package (in .tar format) from the TIBCO Software Product Download website or TIBCO Support website, and use the following command to extract all files into the destination directory
/loglogic/update on the appliance:
$ tar xf <filepath_update_package> -C /loglogic/update
The following section describes the extracted files:
Update Package Details Files Description bz2 The update file. bz2.sig The signature file for the upgrade file. healthcheck.tar.gz The healthcheck utility tool. mc-metadata Files related to LogLogic® Management Center (required for upgrading LogLogic LMI versions by using LogLogic® Management Center). -
Extract the contents of the
.gz archive by running the
gunzip command:
$ gunzip <filepath_healthcheck_package>
-
Healthcheck—Ensure that the appliance is ready for upgrade by running the Healthcheck package before the upgrade. Use the following command to extract the package contents:
$ tar xf <filepath_healthcheck_package> -C /loglogic/update
where, <filepath_healthcheck_package> is the correct file path. See step 5 in the section Updating the TIBCO LogLogic® Appliance Using File Update.
Copyright © Cloud Software Group, Inc. All rights reserved.