Thursday, December 22, 2016

IBM MobileFirst Asymmetric deployment

Hi folk,

Today I'm going to post an overview of how to make a manual installation of IBM MobileFirston on WebSphere Application Server Network Deployment (WAS ND) using an asymmetric deployment.

Asymmetric deployment with runtimes and administration services in different server or cluster 

This topology is advantageous, because it enables the runtimes to be isolated from the administration components and from other runtimes.
 
It can be used to provide performance isolation, to isolate critical applications, and to enforce Service Level Agreement (SLA)







Characteristics of this topology
  • One or several administration components can be deployed in one or several servers or clusters of the cell. Each instance of MobileFirst Operations Console communicates with one administration service and one live update service
  • One or several runtimes can be deployed in other servers or clusters of the cell
  • One MobileFirst Operations Console manages several runtimes deployed in the other servers or clusters of the cell
  • One runtime is managed by only one MobileFirst Operations Console
  • Each administration service uses its own administration database schema
  • Each live update service uses its own live update database schema
  • Each runtime uses its own runtime database schema
Topology constraints
  • The deployment manager must be running while MobileFirst Server is running
  • The deployment manager is used for the JMX communication between the runtime and the administration service
  • The administration service and the live update service must be installed on the same application server
  • The runtime can be installed on different servers than the administration service, but it must be on the same cell
  • Start Order - The runtime application must start after the administration service application. You can set the order at Startup behavior section. For example, set the Startup Order to 1 for the administration service and 2 to the runtime
You can find the entire presentation in:

http://www.slideshare.net/JorgeIglesiasFernnde1/asymmetric-deployment-mfp

Cheers!!

No comments:

Post a Comment