Does JON provides rolling restart of server groups in EAP6
Issue
- Is it possible to restart a server group in such a way that it will wait for a server to be back on-line before it restarts the next server in the server group?
- using
"if-else"option in JBoss CLI is available since EAP 6.1 onwards but not for EAP 6.0.x
/host=master/server-config=server-one:start(blocking=true)
if (result == STARTED) of /host=master/server-config=server-one:read-attribute(name=status)
/host=master/server-config=server-two:start(blocking=true)
end-if
if (result == STARTED) of /host=master/server-config=server-two:read-attribute(name=status)
/host=master/server-config=server-three:start
end-if
- Is it possible to achieve the same goal using JON with EAP 6.0.1
Environment
- Red Hat JBoss Enterprise Application Platform (EAP)
- 6.0.1
- Red Hat JBoss Operations Network (JON)
- 3.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.