Tuesday, January 1, 2013

Deploy RMIREG.war for Clustered Maximo

The below articles from IBM recommends Maximo 7 clustered environments to deploy RMIREG.WAR file as a separate server to create the rmi registry independent of any Maximo servers that
remains in a running status, regardless of any one of cluster member server.
It ll prevent loss of RMI communications if the application cluster  members fail to start.

To generate the RMIREG.war file, modify these properties ( mxe.registry.port, mxe.name,mxe.hostname,mxe.rmi.port) in the maximo.properties file.
Then, run \ibm\smp\maximo\deployment\buildrmiregwar.cmd to build the war file in this path \ibm\smp\maximo\deployment\default\rmireg.war.

Please refer the below links to study more on how Maximo RMI works, deploy rmireg.war file using Websphere and Weblogic

Maximo Implementation of Java RMI:
https://www-304.ibm.com/support/docview.wss?uid=swg21262022
Deploying RMI registry in Websphere 7:
http://www-01.ibm.com/support/docview.wss?uid=swg21598724&myns=swgtiv&mynp=OCSSLKT6&mync=R
Deploying RMI registry in Weblogic 9.2:
http://www-01.ibm.com/support/docview.wss?uid=swg21451075

No comments:

Post a Comment