Real Time Information Director User Documentation

RTID Management
Hewlett-Packard Company 4 529618 - 001
}
Director Management Client
The Director provides a built-in command line management client that can be used to
exercise the management functions described in this document. The name of the
management client class is “MBeanClient.
Because the management interface is based on JMX, it should be possible to use any
JMX management client to invoke the Director management functions.
Use the following syntax, all on one line, to invoke the management client. The client
does not use a properties file; rather, during Director startup, the management bean
determines the current domain and serve name and registers itself with that instance of
NonStop WLS. You specify connection parameters, as well as management directives,
on the command line:
java MBeanClient –url <ipaddress:port> -server <servername> -user
<username> -password <password> -at <numberoftags> –get <counter name
list> -load <class name list> -log <log level> -mode
<sourcename=option> <sourcename=option>… -schema <table names> -
statistics -wt <numberoftags> -quota <maxnumberofhandlers>
Where:
-url <ipaddress:port>
The URL consists of the IP address and port.
If you omit this parameter, the URL is localhost:7001 by default.
Example:
java MBeanClient -url 127.0.0.1:7001
-server <servername>
The server name is that of the WebLogic Server to which you want to connect.
If you omit this parameter, the server name is 'rtidServer' by default.
Example:
java MBeanClient -url 127.0.0.1:7001 -server myServer
-user [user name]
A valid user name who access to the WebLogic Server.
If you omit this parameter, the user name 'weblogic' by default.
Example:
java MBeanClient -url 127.0.0.1:7001 -server myServer -user rtidAdmin