WildFly CLI - Navigate Domain Topology: Difference between revisions

From NovaOrdis Knowledge Base
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=
!!!JBoss7 CLI Navigate Domain Topology
 
!!!Internal
 
|[JBoss7 CLI Procedures]
 
 
!!!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, 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