Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The following illustrates the output of a user-friendly format of the Universal Brokers defined in the UEC database.

<pre>
uecload -port 8778 -userid joe -pwd akkSdiq -list -broker_name "*"
</pre>
Panel
Html bobswift

Command Line Options

Anchor
1136269
1136269
The command line options used in this example are:

...

The following illustrates the output of a Universal Broker defined in the UEC database in a format suitable for use within a broker definition file.

html-bobswift
Panel
<pre>
uecload -port 8778 -userid joe -pwd akkSdiq -level audit -export -broker_name mybroker1
</pre>

Command Line Options

Anchor
1136269
1136269
The command line options used in this example are:

...

The following illustrates the export of an events file into CSV format.

html-bobswift
Panel
<pre>
uecload -port 8778 -userid joe -pwd akkSdiq -level audit -export EVENTS -stime "*-5" -etime "*" -format CSV -deffile events.csv
</pre>


Note
titleNote

The double quotation marks ( " ) are required only with UNIX.

...

The following figure illustrates the deletion of a Universal Broker defined in the UEC database. Specifically, Universal Broker mybroker1 is deleted from use of UEC.

html-bobswift
Panel
<pre>
uecload -port 8778 -userid joe -pwd akkSdiq -level audit -delete -broker_name mybroker1
</pre>

Command Line Options

Anchor
1136269
1136269
The command line options used in this example are:

...

The following figure illustrates the addition of a group of Universal Broker definitions specified within a definition file in the UEC database. The name sample_deffile represents the name of the created file.

html-bobswift
Panel
<pre>
uecload -port 8778 -userid joe -pwd akkSdiq -level audit -add -deffile sample_deffile
</pre>

Command Line Options

Anchor
1136269
1136269
The command line options used in this example are:

...

The following figure is the definition file to be used for this example.

<pre> &lt;BROKERDEF&gt;
<BROKERDEF>
broker_name mybroker1
broker_host localhost
broker_port 7887
broker_desc "This is a description of broker1."
groups "Group 1, Group 2,Group  3"
&lt;BROKERDEF&gt; &lt;BROKERDEF&gt;
<BROKERDEF>
<BROKERDEF>
broker_name mybroker2
broker_host 127.0.0.1
broker_port 7887
broker_desc "This is a description of broker2."
groups "Group 1, Group 2, Group 3"
&lt;BROKERDEF&gt; &lt;BROKERDEF&gt;
<BROKERDEF>
<BROKERDEF>
broker_name mybroker3
broker_host 10.20.30.40
broker_port 7887
broker_desc "This is a description of broker3."
groups "Group 1, Group 2, Group 3"
&lt;BROKERDEF&gt; </pre>
<BROKERDEF>
Panel
Html bobswift

Add Existing Universal Brokers to a Broker Group

The following illustrates the addition of existing Universal Brokers to a Broker group.

html-bobswift
Panel
<pre>
uecload -port 8778 -userid joe -pwd akkSdiq -add -deffile brokers -groups "Test 1, Test 2, Test 3"
</pre>

Command Line Options

Anchor
1136269
1136269
The command line options used in this example are:

...