beautypg.com

Management model concepts, Management resources, Address – HP Integrity NonStop H-Series User Manual

Page 81: Management resources address

background image

Perform the following step to start CLI in non-GUI mode in the command prompt on Windows:Run
the jboss-cli.bat --connect --controller=<host>:<port> command from the bin
folder to connect to the Host Controller.

Perform the following step to start CLI in non-GUI mode in the OSS prompt of NonStop:

Run the jboss-cli.sh --connect --controller=<host>:<port> command at the OSS
prompt to connect to the Host Controller. Where, jboss-cli.sh is located in the bin folder of
<NSASJ_HOME>

.

Management model concepts

Managing is done using management resources. These resources are based on JBoss’ internal
management model which is hierarchical in nature and is organized as a tree. The subsequent
sections discuss the concepts of management model.

Management resources

The JBoss Application Server organizes the container into multiple manageable resources and
organizes the resources in a tree format. The tree structure is reflected in the configuration files like
domain.xml

and host.xml. Each node in the resources tree has a name of the format key =

value

. The key is the resource type in the context of its parent, and the value is the name of

the resource itself.

Address

A particular resource is identified by an unique address. The address comprise names of the nodes
which are to be traversed to arrive at the node of interest. The following example illustrates this:
In a domain configuration, the root element is always the domain itself. Within a domain, there
can be multiple hosts. In case of NSASJ, there is only one Host Controller by name master (See

“host.xml” (page 43)

). Thus, the root element has a management resource by name

host=master

as one of its child elements. In this case, in the context of the domain (which is the

parent), the child by name master is a resource of type host. Now, one of the child elements of
the host is the management element (see

“host.xml” (page 43)

). This can be seen as the child

of the host and the name of the element is core-service=management. Here the type of the
resource is core-service. So the address of the management element is
/host=master/core-service=management

.

Management model concepts

81

This manual is related to the following products: