I
Irfan
Guest
(Please visit the site to view this file)Do you just want to update the rcode or you want to restart the entire WebApplication so it picks up the latest paar file and other stuff. If you want to update the rcode without restarting the server and not cause any requests fail then you can do the following in 11.7.3. StopAgent using jmx or REST API's. If you are not using REST API's then the jmx scripts. I have attached the jmxscripts that would perform softstop on all the agents that are running on the PASOE Instance(this is just a sample, you have to rewrite it based on your needs). If you want to do it specific to an ABL Application, then you can do it too. For running JMX from our scripts, you do not need open any ports to the outside world. It just connects to the pid and get the information we need. If you have OE Management or if you have oemanager webapps installed, then you can do that through REST API's. Also we have an API to start an agent, so you can deploy the new rcode, start the agent and then stop the old agents. Documentation on the stopAgent for 11.7.3 is available here -
Continue reading...
Continue reading...