SAP Mobile Platform Clustering: Configuring Agentry Applications

Configure the Agentry Server and network environment to run Agentry applications in the SAP Mobile Platform clustered environment.

Prerequisites
The following items must be addressed prior to performing this procedure:
  • It is assumed that each node in the SAP Mobile Platform cluster has been installed and configured.
  • Review information on the Agentry Server utility: AgentryKeyUtility.
Task

This procedure describes the steps necessary to migrate the Agentry Server’s encryption keys for client-server communications.

  1. Stop the Agentry Server application for all nodes in the cluster using the SAP Control Center.
  2. In the primary node installation location of the SAP Mobile Platform, navigate to the directory: C:\SAP\MobilePlatform\Servers\AgentryServer
  3. Execute the command agentryKeyUtility -export=fileName where fileName is the name of the key file to be created.
  4. Copy the file created to the directory C:\SAP\MobilePlatform\Servers\AgentryServer of the next node in the cluster.
  5. Execute the command agentryKeyUtility -import=fileName where fileName is the name of the key file created in the earlier step in this procedure.
  6. Start the Agentry Server application for all nodes in the cluster using the SAP Control Center.
  7. Deploy the application to the nodes of the cluster per documented procedures.

The encryption key has been migrated to all nodes in the cluster, allowing the Agentry Clients to connect with any of the Agentry Servers.

Next

Deploy the mobile application to the nodes in the cluster per the documented procedures. Configure the network load balancer to direct client-server communications appropriately to the Agentry Servers within the cluster. Test the application thoroughly according to standard testing procedures.