Does JON provides rolling restart of server groups in EAP6

Solution Verified - Updated -

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 of over 48,000 articles and solutions.

Current Customers and Partners

Log in for full access

Log In
Close

Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.