This section provides you the steps to upgrade Kony MobileFabric Integration Service manually from 6.x to 6.5.x (JBoss).
The following table displays the prerequisites for upgrading Kony MobileFabric Integration Service.
Refer to http://community.kony.com/archive/downloads/manual to download the following artifacts:
Artifacts | Type | Purpose |
---|---|---|
Respective Database scripts | Database Scripts | To setup the required schema |
|
WAR files | To be deployed to Application Server |
|
TAR files | |
|
JAR files |
middleware JAR files from <jboss-install-location>/install/lib/middleware.
Note: You have to run the scripts in the given order. While executing in this order, exclude the 6.x scripts.
Replace the name of the konyadmin and konyreports schema name to your respective schemas.
middleware-bootconfig.tar
to the <jboss_install-location>/install/middleware
directory.deployment-config.properties
under middleware-bootconfig/admin folder from the previous version (which are already backed up). Open middleware-log4j.properties and edit the below path for device-payload.log and datasource-payload.log as per your requirement.
log4j.appender.DEVICE.File=${middleware.home}/../logs/middleware/ device-payload.log log4j.appender.DATASOURCE.File=${middleware.home}/../logs/middleware/ datasource-payload.log
Copy the appregistry folder under the middleware-bootconfig of older version to the new middleware-bootconfig in <jboss_install-location>/install/middleware folder.
If metrics is not used, open middleware.properties in the middleware-bootconfig folder and mark the property under metrics.logging as false.
Note: If metrics is used, set the property as true.
Note: This property was introduced in 6.0.3.2.GA version of middleware. This property enables the metrics. Request and Session data is captured in the database, if this property is set to true.
Note: If we set metrics.logging property to false, call the kony.license.disableMetricReporting() API in app init to disable “Maximum Offline Sessions Exceeded” alert.
<module name="org.jboss.remote-naming" slot="main"/> <module name="org.hornetq" slot="main"/>
Open konyadmindb and go to mobilefabric_configuration table.
Add the below two entries in the table.
Copy the metrics.ear to <jboss-install-location>/jboss62_jms/standalone/deployments (applicable only for metrics).
Verify the upgrade process by logging into the console and look for Server Version and Health Check.
To verify the upgrade process
Start JMS server by clicking startjboss.bat from <jboss-install-location>/ jboss62_jms/bin.
Start JBoss middleware server by clicking standalone.bat from <jboss-install-location>/jboss/instance/bin.
http://ipaddress:port/admin/version.html
and look for server version.
Navigate to Settings and click Configuration.
Copyright © 2013 Kony, Inc. All rights reserved. |