After the installation of Entire Operations or Entire Output
Management, you have to create a Natural text object SATBKR
in the
library SYSSATU
, as described in this section.
You have to customize the text object SATBKR
to contain
the required parameter definitions for System Automation Tools.
For each EntireX Broker which is to be accessed with Broker Security
and/or SSL, you need one section of parameter definitions in
SATBKR
. Each section has the following format:
BROKER-ATTRIBUTES BROKER-ID=broker-id USERID=user-id CPW=ciphered-password SSL-TRUST-STORE=SSL-trust-store
For Brokers without Broker Security and without SSL, you do not need
an entry in SATBKR
.
The individual parameters are described below.
For example definitions, see the text object SATBKREX
in the library SYSSATU
, which can be used as a template for
SYSBKR
.
Note:
No additional definitions are required in the invoking Entire
Systems Management products. Broker Security and SSL support is fully
transparent for their node definitions.
If you are installing System Automation Tools for the first time,
create SATBKR
as follows:
Invoke Natural and log on to the library
SYSSATU
.
Issue the command EDIT SATBKREX
.
Issue the command SAVE SATBKR
.
Parameter | Explanation |
---|---|
BROKER-ID |
Corresponds to the parameter
BROKER-ID specified in the EntireX Broker attribute file.
For information on the maximum length of the
broker-id is the name of the
EntireX Broker under which the service is started, for example,
If Entire Operations or Entire Output Management is
executed in a UNIX or a Windows environment, for
broker-id the following syntax can be used:
Note: |
USER-ID |
Corresponds to the parameter
USER-ID specified in the EntireX Broker attribute file.
user-id is the user ID for the mainframe or the UNIX server. |
CPW |
For Broker Security:
The password for the user-id, in ciphered format. To cipher a password, use the utility
UNIX: Open a console (shell) window: Windows: Open a DOS (command prompt) window:
Note: |
SSL-TRUST-STORE |
Optional, for SSL communication: The SSL Trust Store, as described in the EntireX Broker documentation. SSL communication will be used only if this parameter is specified. |