This content has been marked as final.
Show 1 reply
-
1. Re: How do I get list of all hosts from JBoss Domain Controller including the host in which is host controller is down?
yersan Jan 14, 2020 4:31 AM (in response to balamv)As soon as an slave Host Controller is stopped, it is gets unregistered. From the point of view of the domain controller, there is no such host controller in the domain, so you won't be able to list it.
:read-children-names(child-type=host) will only return registered host controllers.