Upgrading to LSP 34.0 with TIBCO LogLogic LMI 6.2.1 already installed fails when using LogLogic Management Center

Upgrading to LSP 34.0 with TIBCO LogLogic LMI 6.2.1 already installed fails when using LogLogic Management Center

book

Article ID: KB0077590

calendar_today

Updated On:

Products Versions
TIBCO LogLogic Log Source Packages 34.0

Description

The upgrade policy file (located in the TIB_loglsp_34.0.0_mcbundle.zip file) used by LogLogic Management Center for LSP 34.0 does not include a reference to LogLogic LMI 6.2.1. This prevents MC from deploying LSP 34.0 on LogLogic LMI appliances that already have LMI 6.2.1 installed. Although one solution to this is to manually deploy LSP 34.0 on the appliances that may not be ideal if your environment contains more than a couple appliances. See the resolution section for how to resolve this so that MC can still be used to deploy LSP 34.0.

 

Environment

Only occurs with Management Center and with LogLogic LMI 6.2.1 already installed and only when upgrading to LSP34.

Resolution

After LSP 34.0 package is successfully uploaded to MC artifact repository, in the file system go to <MC_HOME>/data/artifacts/com/loglogic/loglabs/loglogic-lsp/34, then open the file loglogic-lsp-34-upgrade.policy. When opened it will look like this:

# Upgrade policy file for LSP 34
# No space is allowed within the version range


lspVersions=[13,13] [32,34]
#    greater than or equal to 32 and less than or equal to 34
lmiVersions=[6.1.0,6.2.0]
#    greater than or equal to 6.1.0 and less than or equal to 6.2.0


Make the following change:
from
lmiVersions=[6.1.0,6.2.0]
to
lmiVersions=[6.1.0,6.2.1]

Then save the file. After updating the file go back to the MC UI to attempt another deployment task for LSP 34.0. It should now complete successfully.

Issue/Introduction

This article explains the solution when encountering an upgrade failure for LSP 34 when using LogLogic Management Center to deploy LSP 34.0 on LogLogic LMI 6.2.1.