WildFly CLI - Navigate Domain Topology: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
 
Line 12: Line 12:
</pre>
</pre>


However, is we "drill down" step by step, we can only navigate the structure of the local host, not of the remote hosts.
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>
 
 
__Referenced by:__\\
[{INSERT com.ecyrd.jspwiki.plugin.ReferringPagesPlugin WHERE max=20, maxwidth=50}]

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