How to carry out a hot deployment of global variables (deploy updated global variables without any application downtime) using the TIBCO Appmanage™ Utility.

How to carry out a hot deployment of global variables (deploy updated global variables without any application downtime) using the TIBCO Appmanage™ Utility.

book

Article ID: KB0084857

calendar_today

Updated On:

Products Versions
TIBCO Administrator -
Not Applicable -

Description

Resolution:
Description:
============
How to carry out a hot deployment of global variables (deploy updated global variables without any application downtime) using the TIBCO Appmanage™ Utility.


Environment:
===========
Operating Systems:All
TIBCO Product:TIBCO Runtime Agent™

Resolution:
==========
If you were trying to achieve a hot deployment through TIBCO Administrator™ you would uncheck the following boxes:

-Stop running services before deployment (-nostop)
-Start successfully deployed services (-nostart)

Use Appmanage with both -NoStop and -NoStart

Example:
./Appmanage -batchdeploy -ear &ltEAR_LOCATION> -app &ltDEPLOY_CONFIG> -domain &ltDOMAIN> -user &ltUSER> -pw &ltPASSWORD> –NoStop -NoStart

Note that the global variables will not be active until the application service instance has been restarted. If you want to improve the performance of the command use -deployconfig  if you only want to deploy a config and no EAR.

References:
==========
TIBCO Runtime Agent™ Scripting Deployment User’s Guide -> Redeploying an Application -> Changes Made to Deployment File Only

Issue/Introduction

How to carry out a hot deployment of global variables (deploy updated global variables without any application downtime) using the TIBCO Appmanage™ Utility.