This documentation is written for system administrators and network administrators who manage BEA Tuxedo and BEA WebLogic Enterprise systems using SNMP network managers.
You can print a copy of this documentation from a Web browser, one file at a time, by using the File—>Print option on your Web browser. You can use the PDF files to print an entire document or a portion of a document. Click the PDF Files link near the top of this page and select the document to print.
The following documentation conventions are used in the BEA SNMP Agent documentation.
Convention
|
Item
|
Ctrl+Tab
|
Keys you press simultaneously.
|
italics
|
Emphasis and book titles.
|
monospace text
|
Code samples, commands and their options, data structures and their members, data types, directories, and filenames and their extensions. Monospace text also indicates text that you enter from the keyboard.
Examples:
#include <iostream.h> void main ( ) the pointer psz
chmod u+w *
\tux\data\ap
.doc
tux.doc
BITMAP
float
|
monospace italic text
|
Variables in code.
Example:
String CustomerName;
|
UPPERCASE TEXT
|
Device names, environment variables, and logical operators.
Examples:
LPT1
SIGNON
OR
|
{ }
|
A set of choices in a syntax line.
|
[ ]
|
Optional items in a syntax line. Example:
buildobjclient [-v] [-o name ] [-f file-list]... [-l file-list]...
|
|
|
Separates mutually exclusive choices in a syntax line.
|
...
|
Indicates one of the following in a command line:
- An argument can be repeated several times in a command line.
- The statement omits additional optional arguments.
- You can enter additional parameters, values, or other information.
|
. . .
|
Indicates the omission of items from a code example or from a syntax line.
|
|