Real Time Information Director User Documentation

RTID Management
Hewlett-Packard Company 5 529618 - 001
-password [password]
Password for the user who access to the WebLogic Server.
If you omit this parameter, the password is 'weblogic' by default.
Example:
java MBeanClient -url 127.0.0.1:7001 -server myServer -user rtidAdmin -password
mypassword
-at <numberoftags>
Use this option to specify the maximum number of XML start tags permitted in an input
document. If the number of start tags in a document exceeds the threshold, the Director
rejects the document with an InvalidInputException.
The number of tags is a long value. By default there is no limit on the number of tags.
Note: This option provides one way to prevent the Director from receiving documents
too large to be valid. Another way to limit the size of a document posted to the Director
is to use the WLS MaxPostSize attribute, as described in the BEA documentation.
Example:
java MBeanClient -url 127.0.0.1:7001 -server myServer -user rtidAdmin -password
mypassword -at 500000
-get <counter name list>
Use this option to get the counter values specified in the <counter name list>. Specify the
counter names as a sequence, with spaces between the names. The requested counters are
fetched from the server and displayed on the console. (The definitions of the counters are
provided later in this guide.)
-load <class name list>
Use this option to load the document metadata classes specified in the <class names list>.
Specify the class names as a sequence, with spaces between the names.
-log <log level>
Use this option to set the Director log level. <log level> is a string. Valid values are
“INFO”, “ERROR”, “WARNING” and “DEBUG”. The default value is “INFO.”
-schema <table names>