WildFly CLI - Navigate Domain Topology: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * WildFly Operations !!!JBoss7 CLI Navigate Domain Topology !!!Internal |[JBoss7 CLI Procedures] !!!Overview The domain cont...") |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
=Internal= | =Internal= | ||
* [[WildFly Operations#Subjects|WildFly Operations]] | * [[WildFly CLI Operations#Subjects|WildFly CLI Operations]] | ||
=Overview= | |||
The domain controller exposes access to all registered host controller representations via CLI: | The domain controller exposes access to all registered host controller representations via CLI: | ||
<pre> | |||
cd host | cd host | ||
ls | ls | ||
</pre> | |||
However, | However, if we attempt to navigate down step by step, we can only access the structure of the local host, not of the remote hosts. | ||
We get access to remote server instances like this: | We get access to remote server instances like this: | ||
<pre> | |||
cd /host=r4/server=ri4 | cd /host=r4/server=ri4 | ||
</pre> | |||
Latest revision as of 19:15, 16 February 2016
Internal
Overview
The domain controller exposes access to all registered host controller representations via CLI:
cd host ls
However, if we attempt to navigate down step by step, we can only access the structure of the local host, not of the remote hosts.
We get access to remote server instances like this:
cd /host=r4/server=ri4