This document applies to EntireX brokers under UNIX and Windows and covers the following topics:
See also Introduction and Administering EntireX Broker using the Command Central GUI.
This table lists the parameters to include when creating an EntireX Broker instance, using the Command Central create instances
command.
Command | Parameter | Value | Description |
---|---|---|---|
create instances |
node_alias |
name |
Required. Specifies the alias name of the installation in which the runtime component is installed. |
product |
EntireXBroker |
Required. Must be set to "EntireXBroker ".
|
|
instance.name |
name |
Required. Name of broker. | |
tcp.port |
1025-65535 |
Required if SSL port is not set; optional if SSL port is set. TCP port number in range from 1025 to 65535. | |
ssl.port |
1025-65535 |
Required if TCP port is not set; optional if TCP port is set. SSL port number in range from 1025 to 65535. | |
autostart |
yes|no |
Enables/disables autostart. Default is no (disabled).
|
|
security |
yes|no |
Enables/disables security. Default is no (disabled).
|
To create a new instance of EntireXBroker, with name "MyBroker", listening on port 4711, in the installation with alias name "local":
sagcc create instances local EntireXBroker instance.name=MyBroker tcp.port=4711
Information about the creation job - including the job ID - is displayed.
Here you can administer the following parameters of the EntireX Broker. The newly configured parameters will be used the next time you start the EntireX Broker.
Here you can administer the EntireX Broker Application Monitoring parameters. See Application Monitoring.
Parameter | Value | Description |
---|---|---|
Enabled |
true | false |
Enable/disable application monitoring in EntireX Broker. Default is false (disabled).
|
CollectorHost |
appmondc-host |
Required. The host name on which the Application Monitoring Data Collector accepts the monitoring data. |
CollectorPort |
appmondc-port |
Required. The TCP/IP port on which the Application Monitoring Data Collector accepts the monitoring data. |
If Enabled=true
is set, the Application Monitoring will be switched on with the next broker start.
This table lists the parameters to include when displaying the application monitoring parameters of a broker, using the Command
Central get configuration data
command.
Command | Parameter | Description |
---|---|---|
get configuration data |
node_alias |
Required. Specifies the alias name of the installation in which the runtime component is installed. |
componentid |
Required. The EntireX Broker component identifier. The prefix is "EntireXBroker- ".
|
|
instanceid |
Required. Must be "APPLICATION-MONITORING ".
|
|
-o file |
Optional. Specifies the file where you want the output written. |
To display the application monitoring parameters of the EntireX Broker with the name "MyBroker" in the installation with alias name "local":
sagcc get configuration data local EntireXBroker-MyBroker APPLICATION-MONITORING
To store the application monitoring parameters of the EntireX Broker with the name "MyBroker" in the installation with alias name "local" in the file appmon.json in the current working directory:
sagcc get configuration data local EntireXBroker-MyBroker APPLICATION-MONITORING -o appmon.json
This table lists the parameters to include when updating the application monitoring parameters of a broker, using the Command
Central update configuration data
command.
Command | Parameter | Description |
---|---|---|
update configuration data |
node_alias |
Required. Specifies the alias name of the installation in which the runtime component is installed. |
componentid |
Required. The EntireX Broker component identifier. The prefix is "EntireXBroker- ".
|
|
instanceid |
Required. Must be "APPLICATION-MONITORING ".
|
|
-i file |
Optional. Specifies the file from where you want the input read. |
To load the application monitoring parameters from the file appmon.json of the current working directory for the EntireX Broker with the name "MyBroker" in the installation with alias name "local":
sagcc update configuration data local EntireXBroker-MyBroker APPLICATION-MONITORING -i appmon.json
Here you can administer the attribute file of a broker. See the Broker Attributes documentation for details of individual attributes.
This table lists the parameters to include when displaying the attributes of a broker, using the Command Central get configuration data
command.
Command | Parameter | Description |
---|---|---|
get configuration data |
node_alias |
Required. Specifies the alias name of the installation in which the runtime component is installed. |
componentid |
Required. The EntireX Broker component identifier. The prefix is "EntireXBroker- ".
|
|
instanceid |
Required. Must be "ATTRIBUTE-FILE ".
|
|
-o file |
Optional. Specifies the file where you want the output written. |
To display the attributes of the EntireX Broker with the name "MyBroker" in the installation with alias name "local":
sagcc get configuration data local EntireXBroker-MyBroker ATTRIBUTE-FILE
To store the content of the attribute file of the EntireX Broker with the name "MyBroker" in the installation with alias name "local" in the file myAttributeFile.txt in the current working directory:
sagcc get configuration data local EntireXBroker-MyBroker ATTRIBUTE-FILE -o myAttributeFile.txt
This table lists the parameters to include when updating the attributes of a broker, using the Command Central update configuration data
command.
Command | Parameter | Description |
---|---|---|
update configuration data |
node_alias |
Required. Specifies the alias name of the installation in which the runtime component is installed. |
componentid |
Required. The EntireX Broker component identifier. The prefix is "EntireXBroker- ".
|
|
instanceid |
Required. Must be "ATTRIBUTE-FILE ".
|
|
-i file |
Optional. Specifies the file from where you want the input read. |
To load the content of the EntireX Broker attribute file myAttributeFile.txt from the current working directory into the attribute file of the EntireX Broker with the name "MyBroker" in the installation with alias name "local":
sagcc update configuration data local EntireXBroker-MyBroker ATTRIBUTE-FILE -i myAttributeFile.txt
Here you can control the start behavior of an EntireX Broker. If Enabled=true
is set, the broker starts automatically with the next system start.
This table lists the parameters to include when displaying the autostart parameter of a broker, using the Command Central
get configuration data
command.
Command | Parameter | Description |
---|---|---|
get configuration data |
node_alias |
Required. Specifies the alias name of the installation in which the runtime component is installed. |
componentid |
Required. The EntireX Broker component identifier. The prefix is "EntireXBroker- ".
|
|
instanceid |
Required. Must be "BROKER-AUTOSTART ".
|
|
-o file |
Optional. Specifies the file where you want the output written. |
To display the autostart parameters of the EntireX Broker with the name "MyBroker" in the installation with alias name "local":
sagcc get configuration data local EntireXBroker-MyBroker BROKER-AUTOSTART
To store the autostart parameters of the EntireX Broker with the name "MyBroker" in the installation with alias name "local" in the file autostart.json in the current working directory:
sagcc get configuration data local EntireXBroker-MyBroker BROKER-AUTOSTART -o autostart.json
This table lists the parameters to include when updating the autostart parameter of a broker, using the Command Central update configuration data
command.
Command | Parameter | Description |
---|---|---|
update configuration data |
node_alias |
Required. Specifies the alias name of the installation in which the runtime component is installed. |
componentid |
Required. The EntireX Broker component identifier. The prefix is "EntireXBroker- ".
|
|
instanceid |
Required. Must be "BROKER-AUTOSTART ".
|
|
-i file |
Optional. Specifies the file from where you want the input read. |
To load the autostart parameters from the file autostart.json of the current working directory into the attribute file of the EntireX Broker with the name "MyBroker" in the installation with alias name "local":
sagcc update configuration data local EntireXBroker-MyBroker BROKER-AUTOSTART -i autostart.json
Key performance indicators (KPIs) enable you to monitor the health of your broker. Here you can administer margins of monitored KPIs available for the broker: Clients, Servers and Conversations.
The following KPIs help you administer, troubleshoot, and resolve performance issues:
KPI | Setting |
---|---|
Absolute number of Clients | "entirex.broker.kpi.1.max=200" |
Critical alert relative to maximum | "entirex.broker.kpi.1.critical=0.95" |
Marginal alert relative to maximum | "entirex.broker.kpi.1.marginal=0.80" |
Absolute number of Servers | "entirex.broker.kpi.2.max=50" |
Critical alert relative to maximum | "entirex.broker.kpi.2.critical=0.95" |
Marginal alert relative to maximum | "entirex.broker.kpi.2.marginal=0.80" |
Absolute number of Conversations | "entirex.broker.kpi.3.max=1000" |
Critical alert relative to maximum | "entirex.broker.kpi.3.critical=0.95" |
Marginal alert relative to maximum | "entirex.broker.kpi.3.marginal=0.80" |
Do not change the other properties!
This table lists the parameters to include when displaying the monitoring KPI parameters of a broker, using the Command Central
get configuration data
command.
Command | Parameter | Description |
---|---|---|
get configuration data |
node_alias |
Required. Specifies the alias name of the installation in which the runtime component is installed. |
componentid |
Required. The EntireX Broker component identifier. The prefix is "EntireXBroker- ".
|
|
instanceid |
Required. Must be "MONITORING-KPI ".
|
|
-o file |
Optional. Specifies the file where you want the output written. |
To display the monitoring KPI properties of the EntireX Broker with the name "MyBroker" in the installation with alias name "local":
sagcc get configuration data local EntireXBroker-MyBroker MONITORING-KPI
To store the monitoring KPI properties of the EntireX Broker with the name "MyBroker" in the installation with alias name "local" in the file my.properties in the current working directory.
sagcc get configuration data local EntireXBroker-MyBroker MONITORING-KPI -o my.properties
This table lists the parameters to include when updating the monitoring KPI parameters of a broker, using the Command Central
update configuration data
command.
Command | Parameter | Description |
---|---|---|
update configuration data |
node_alias |
Required. Specifies the alias name of the installation in which the runtime component is installed. |
componentid |
Required. The EntireX Broker component identifier. The prefix is "EntireXBroker- ".
|
|
instanceid |
Required. Must be "MONITORING-KPI ".
|
|
-i file |
Optional. Specifies the file from where you want the input read. |
To load the content of the my.properties file from the current working directory into the spm.properties of EntireX Broker with name = "MyBroker" in the installation with alias name "local":
sagcc update configuration data local EntireXBroker-MyBroker MONITORING-KPI -i my.properties
Here you can administer the EntireX Broker persistent store parameters. See Broker-specific Attributes for description of the persistent store parameters. The new parameters will be used with the next broker start.
Parameter | Value | Description |
---|---|---|
Enabled |
true | false |
Enable/disable the persistent store in EntireX Broker. Default is false (disabled). See Concepts of Persistent Messaging.
|
PStore |
COLD | HOT |
Defines the status of the persistent store at broker startup, including the condition of persistent units of work (UOWs):COLD - Default. Persistent UOWs are not restored during initialization, and the persistent store is considered empty. HOT - Persistent UOWs are restored to their prior state during initialization.
|
PStoreType |
CTREE | ADABAS |
The type of persistent store driver required:CTREE - Default. c-tree database.ADABAS - Adabas database.
|
PStoreAdabasDBID |
dbid |
Required for type ADABAS . The ID of the Adabas database where the persistent store resides.
|
PStoreAdabasFNR |
fnr |
Required for type ADABAS . The file number of the broker persistent store file.
|
This table lists the parameters to include when displaying the persistent store parameters of a broker, using the Command
Central get configuration data
command.
Command | Parameter | Description |
---|---|---|
get configuration data |
node_alias |
Required. Specifies the alias name of the installation in which the runtime component is installed. |
componentid |
Required. The EntireX Broker component identifier. The prefix is "EntireXBroker- ".
|
|
instanceid |
Required. Must be "BROKER-PSTORE ".
|
|
-o file |
Optional. Specifies the file where you want the output written. |
To display the persistent store properties of the EntireX Broker with the name "MyBroker" in the installation with alias name "local":
sagcc get configuration data local EntireXBroker-MyBroker BROKER-PSTORE
To store the persistent store parameters of the EntireX Broker with the name "MyBroker" in the installation with alias name "local" in the file pstore.json in the current working directory:
sagcc get configuration data local EntireXBroker-MyBroker BROKER-PSTORE -o pstore.json
This table lists the parameters to include when updating the persistent store parameters of a broker, using the Command Central
update configuration data
command.
Command | Parameter | Description |
---|---|---|
update configuration data |
node_alias |
Required. Specifies the alias name of the installation in which the runtime component is installed. |
componentid |
Required. The EntireX Broker component identifier. The prefix is "EntireXBroker- ".
|
|
instanceid |
Required. Must be "BROKER-PSTORE ".
|
|
-i file |
Optional. Specifies the file from where you want the input read. |
To load the parameters described in the pstore.json file from the current working directory into the attribute file of the EntireX Broker with the name "MyBroker" in the installation with alias name "local":
sagcc update configuration data local EntireXBroker-MyBroker BROKER-PSTORE -i pstore.json
Here you can administer the EntireX Broker SSL port configuration. See SSL/TLS-specific Attributes for description of parameters. The new parameters will be used with the next broker start.
Parameter | Value | Description |
---|---|---|
Enabled |
true | false |
Enable/disable the SSL port. Default is false (disabled).
|
Port |
1025 - 65535 |
Required. The port number in range from 1025 to 65535. |
KeyFile |
filename |
Required. The name of file that contains the broker's private key. |
KeyPasswdEncrypted |
encrypted password |
Required. The encrypted password used to protect the private key. |
KeyStore |
filename |
Required. The location of the store containing SSL certificate; may contain the private key. |
TrustStore |
filename |
Required. The location of the store containing certificates of trust Certificate Authorities (or CAs). |
ClientTrustStore |
filename |
Required. The location of the trust store used by the platform manager. |
This table lists the parameters to include when displaying the SSL parameters of a broker, using the Command Central get configuration data
command.
Command | Parameter | Description |
---|---|---|
get configuration data |
node_alias |
Required. Specifies the alias name of the installation in which the runtime component is installed. |
componentid |
Required. The EntireX Broker component identifier. The prefix is "EntireXBroker- ".
|
|
instanceid |
Required. Must be "SSL ".
|
|
-o file |
Optional. Specifies the file where you want the output written. |
To display the SSL parameters of the EntireX Broker with the name "MyBroker" in the installation with alias name "local":
sagcc get configuration data local EntireXBroker-MyBroker SSL
To store the SSL parameters of the EntireX Broker with the name "MyBroker" in the installation with alias name "local" in the file ssl.json in the current working directory:
sagcc get configuration data local EntireXBroker-MyBroker SSL -o ssl.json
Command | Parameter | Description |
---|---|---|
update configuration data |
node_alias |
Required. Specifies the alias name of the installation in which the runtime component is installed. |
componentid |
Required. The EntireX Broker component identifier. The prefix is "EntireXBroker- ".
|
|
instanceid |
Required. Must be "SSL ".
|
|
-i file |
Optional. Specifies the file from where you want the input read. |
To load the SSL parameters described in the ssl.json file from the current working directory into the attribute file of the EntireX Broker with the name "MyBroker" in the installation with alias name "local":
sagcc update configuration data local EntireXBroker-MyBroker SSL -i ssl.json
Here you can administer the EntireX Broker TCP port configuration. See TCP/IP-specific Attributes for description of parameters. The new parameters will be used with the next broker start.
Parameter | Value | Description |
---|---|---|
Enabled |
true | false |
Enable/disable the TCP port. Default is true (enabled).
|
Port |
1025 - 65535 |
Required. The port number in range from 1025 to 65535. |
This table lists the parameters to include when displaying TCP parameters of a broker, using the Command Central get configuration data
command.
Command | Parameter | Description |
---|---|---|
get configuration data |
node_alias |
Required. Specifies the alias name of the installation in which the runtime component is installed. |
componentid |
Required. The EntireX Broker component identifier. The prefix is "EntireXBroker- ".
|
|
instanceid |
Required. Must be "TCP ".
|
|
-o file |
Optional. Specifies the file where you want the output written. |
To display the TCP parameters of the EntireX Broker with the name "MyBroker" in the installation with alias name "local":
sagcc get configuration data local EntireXBroker-MyBroker TCP
To store the TCP parameters of the EntireX Broker with the name "MyBroker" in the installation with alias name "local" in the file tcp.json in the current working directory:
sagcc get configuration data local EntireXBroker-MyBroker TCP -o tcp.json
This table lists the parameters to include when updating TCP parameters of a broker, using the Command Central update configuration data
command.
Command | Parameter | Description |
---|---|---|
update configuration data |
node_alias |
Required. Specifies the alias name of the installation in which the runtime component is installed. |
componentid |
Required. The EntireX Broker component identifier. The prefix is "EntireXBroker- ".
|
|
instanceid |
Required. Must be "TCP ".
|
|
-i file |
Optional. Specifies the file from where you want the input read. |
To load the parameters described in the tcp.json file from the current working directory into the attribute fileof the EntireX Broker with the name "MyBroker" in the installation with alias name "local":
sagcc update configuration data local EntireXBroker-MyBroker TCP -i tcp.json
Here you can administer the EntireX Security configuration. See Security-specific Attributes for description of parameters. The new parameters will be used with the next broker start.
Parameter | Value | Description |
---|---|---|
Enabled |
true | false |
Enable/disable EntireX Broker Security. Default is false (disabled).
|
AuthType |
OS | LDAP |
Authentication Type. Operating System - Default. Authentication is performed against the local operating system. LDAP - Authentication and authorization are performed against the LDAP repository. |
LdapUrl |
ldap://HostName[:PortNumber] |
Required for authentication type LDAP: URL of the LDAP repository. |
LdapDn |
string |
Required for authentication type LDAP: The distinguished name of user for authenticated access to the LDAP server. Default value: cn=admin,dc=software-ag,dc=de |
This table lists the parameters to include when displaying security parameters of a broker, using the Command Central get configuration data
command.
Command | Parameter | Description |
---|---|---|
get configuration data |
node_alias |
Required. Specifies the alias name of the installation in which the runtime component is installed. |
componentid |
Required. The EntireX Broker component identifier. The prefix is "EntireXBroker- ".
|
|
instanceid |
Required. Must be "BROKER-SECURITY ".
|
|
-o file |
Optional. Specifies the file where you want the output written. |
To display the broker security parameters of the EntireX Broker with the name "MyBroker" in the installation with alias name "local":
sagcc get configuration data local EntireXBroker-MyBroker BROKER-SECURITY
To store the security parameters of the EntireX Broker with the name "MyBroker" in the installation with alias name "local" in the file security.json in the current working directory:
sagcc get configuration data local EntireXBroker-MyBroker BROKER-SECURITY -o security.json
This table lists the parameters to include when updating security parameters of a broker, using the Command Central update configuration data
command.
Command | Parameter | Description |
---|---|---|
update configuration data |
node_alias |
Required. Specifies the alias name of the installation in which the runtime component is installed. |
componentid |
Required. The EntireX Broker component identifier. The prefix is "EntireXBroker- ".
|
|
instanceid |
Required. Must be "BROKER-SECURITY ".
|
|
-i file |
Optional. Specifies the file from where you want the input read. |
To load the parameters described in the security.json file from the current working directory into the attribute fileof the EntireX Broker with the name "MyBroker" in the installation with alias name "local":
sagcc update configuration data local EntireXBroker-MyBroker BROKER-SECURITY -i security.json
Here you can administer the EntireX Broker trace configuration. The new trace level will be used with the next broker start. See also Changing the Trace Level Temporarily.
Parameter | Value | Description |
---|---|---|
TraceLevel |
0 | 1 | 2 | 3 | 4 |
One of the following levels:0 - Default. No tracing.1 - Incoming request, outgoing replies, resource usage and conversion errors if SAGTRPC is used.2 - All of trace level 1, plus all main routines executed.3 - All of trace level 2, plus all routines executed.4 - All of trace level 3, plus EntireX Broker ACI control block displays.
|
This table lists the parameters to include when displaying the trace level of a broker, using the Command Central get configuration data
command.
Command | Parameter | Description |
---|---|---|
get configuration data |
node_alias |
Required. Specifies the alias name of the installation in which the runtime component is installed. |
componentid |
Required. The EntireX Broker component identifier. The prefix is "EntireXBroker- ".
|
|
instanceid |
Required. Must be "BROKER-TRACELEVEL ".
|
|
-o file |
Optional. Specifies the file where you want the output written. |
To display the broker tracelevel parameters of the EntireX Broker with the name "MyBroker" in the installation with alias name "local":
sagcc get configuration data local EntireXBroker-MyBroker BROKER-TRACELEVEL
To store the trace level parameters of the EntireX Broker with the name "MyBroker" in the installation with alias name "local" In the file trace.json of the current working directory:
sagcc get configuration data local EntireXBroker-MyBroker BROKER-TRACELEVEL -o trace.json
This table lists the parameters to include when updating the trace level of a broker, using the Command Central update configuration data
command.
Command | Parameter | Description |
---|---|---|
update configuration data |
node_alias |
Required. Specifies the alias name of the installation in which the runtime component is installed. |
componentid |
Required. The EntireX Broker component identifier. The prefix is "EntireXBroker- ".
|
|
instanceid |
Required. Must be "BROKER-TRACELEVEL ".
|
|
-i file |
Optional. Specifies the file from where you want the input read. |
To load the parameters described in the trace.json file from the current working directory into the attribute file of the EntireX Broker with the name "MyBroker" in the installation with alias name "local":
sagcc update configuration data local EntireXBroker-MyBroker BROKER-TRACELEVEL -i trace.json
This table lists the parameters to include, when listing all EntireX instances, using the Command Central list inventory components
command.
Command | Parameter | Description |
---|---|---|
list inventory components |
node_alias |
Required. Specifies the alias name of the installation in which the runtime component is installed. |
componentid |
Required. The EntireX Broker component identifier. The prefix is "EntireXBroker- ".
|
To list inventory components of instance EntireX Broker in the installation with alias name "local":
sagcc list inventory components local EntireXBroker*
A list of all EntireX Broker runtime components will be displayed.
This table lists the parameters to include when displaying the state of an EntireX component, using the Command Central get monitoring state
command.
Command | Argument | Description |
---|---|---|
sagcc get monitoring state |
componentid |
Required. The EntireX Broker component identifier. The prefix is "EntireXBroker- ".
|
To display state information about the EntireX Broker "MyBroker" in the installation with alias name "local":
sagcc get monitoring state local EntireXBroker-MyBroker
This table lists the parameters to include when starting an EntireX component, using the Command Central exec lifecycle
command.
Command | Parameter | Description |
---|---|---|
exec lifecycle |
node_alias |
Required. Specifies the alias name of the installation in which the runtime component is installed. |
componentid |
Required. The EntireX Broker component identifier. The prefix is "EntireXBroker- ".
|
To start the EntireX Broker component "MyBroker" in the installation with alias name "local":
sagcc exec lifecycle start local EntireXBroker-MyBroker
Information about the job - including the job ID - will be displayed.
This table lists the parameters to include when stopping an EntireX component, using the Command Central exec lifecycle
command.
Command | Parameter | Description |
---|---|---|
exec lifecycle |
node_alias |
Required. Specifies the alias name of the installation in which the runtime component is installed. |
componentid |
Required. The EntireX Broker component identifier. The prefix is "EntireXBroker- ".
|
To stop the EntireX Broker component MyBroker, in the installation with alias name "local":
sagcc exec lifecycle stop local EntireXBroker-MyBroker
Information about the job - including the job ID - will be displayed.
This table lists the parameters to include when restarting an EntireX component, using the Command Central exec lifecycle
command.
Command | Parameter | Description |
---|---|---|
exec lifecycle |
node_alias |
Required. Specifies the alias name of the installation in which the runtime component is installed. |
componentid |
Required. The EntireX Broker component identifier. The prefix is "EntireXBroker- ".
|
To restart the EntireX Broker component "MyBroker" in the installation with alias name "local":
sagcc exec lifecycle restart local EntireXBroker-MyBroker
Information about the job - including the job ID - will be displayed.
Here you can view, get the content of, or download the EntireX Broker log files. This table lists the parameters to include
when displaying or modifying parameters of an EntireX component, using the Command Central list diagnostics logs
command.
Command | Parameter | Description |
---|---|---|
list diagnostics logs |
node_alias |
Required. Specifies the alias name of the installation in which the runtime component is installed. |
componentid |
Required. The EntireX Broker component identifier. The prefix is "EntireXBroker- ".
|
To list the log files of the EntireX Broker with the name "MyBroker" in the installation with alias name "local":
sagcc list diagnostics logs local EntireXBroker-MyBroker
Command | Parameter | Description |
---|---|---|
get diagnostics logs |
node_alias |
Required. Specifies the alias name of the installation in which the runtime component is installed. |
componentid |
Required. The EntireX Broker component identifier. The prefix is "EntireXBroker- ".
|
|
full | tail | head |
Optional. Shows full log file content, or only tail or head. | |
export -o file |
Optional. Creates a zip file of the logs. |
To list the tail of the log file MyBroker.log of the EntireX Broker with the name "MyBroker" in the installation with alias name "local":
sagcc get diagnostics logs local EntireXBroker-MyBroker MYBROKER.log tail
To create and download a zip file myfile.zip of the logs of the EntireX Broker with the name "MyBroker" in the installation with alias name "local".
sagcc get diagnostics logs local EntireXBroker-MyBroker export -o myfile.zip
Here you can view and control EntireX Broker Services. This table lists the parameters to include when displaying or modifying
parameters of a broker, using the Command Central list administration
command. This section covers the following topics:
Command | Parameter | Description |
---|---|---|
list administration |
component |
Specifies that a component will be administered. |
node_alias |
Required. Specifies the alias name of the installation in which the runtime component is installed. | |
componentid |
Required. The EntireX Broker component identifier. The prefix is "EntireXBroker- ".
|
|
Services |
Required. Specifies what is to be administered. | |
listServices |
Required. List all services. | |
-f xml|json |
Required. Specifies XML or JSON as output format. |
To display a list of services of the running EntireX Broker with the name "MyBroker" in the installation with alias name "local".broker in JSON format:
sagcc list administration component local EntireXBroker-MyBroker Services listServices -f json
To store a list of services of the EntireX Broker with the name "MyBroker" in the installation with alias name "local" in JSON format in the file services.json of the current working directory:
sagcc list administration component local EntireXBroker-MyBroker Services listServices -o services.json
Command | Parameter | Description |
---|---|---|
exec administration |
component |
Specifies that a component will be administered. |
node_alias |
Required. Specifies the alias name of the installation in which the runtime component is installed. | |
componentid |
Required. The EntireX Broker component identifier. The prefix is "EntireXBroker- ".
|
|
Services |
Required. Specifies what is to be administered. | |
stopService |
Required. Stop a service. | |
serviceName |
Required. Name of a service to stop in format class/server/service |
|
-f xml|json |
Required. Specifies XML or JSON as output format. |
To stop all servers of the service RPC/SRV1/CALLNAT of the EntireX Broker with the name "MyBroker" in the installation with alias name "local":
sagcc exec administration component local EntireXBroker-MyBroker Services stopService serviceName=RPC/SRV1/CALLNAT -f text
Command | Parameter | Description |
---|---|---|
list administration |
component |
Specifies that a component will be administered. |
node_alias |
Required. Specifies the alias name of the installation in which the runtime component is installed. | |
componentid |
Required. The EntireX Broker component identifier. The prefix is "EntireXBroker- ".
|
|
Services |
Required. Specifies what is to be administered. | |
listServers |
Required. List all servers. | |
serviceName |
Required. Shows only servers of this service. Format: class/server/service |
|
-f xml|json |
Required. Specifies XML or JSON as output format. |
To display a list of servers of the current service of the EntireX Broker with the name "MyBroker" in the installation with alias name "local" in XML format:
sagcc list administration component local EntireXBroker-MyBroker Services listServers serviceName=RPC/SRV1/CALLNAT -f xml
To store a list of servers in JSON format in the file services.json of the current working directory:
sagcc list administration component local EntireXBroker-MyBroker Services listServers serviceName=RPC/SRV1/CALLNAT -o server.json
Here you can temporarily change the trace level of a running EntireX Broker. This table lists the parameters to include when
displaying or modifying parameters of an EntireX component, using the Command Central exec administration
command. The change is effective immediately; there is no need to restart the EntireX Broker.
Note:
If you want to set the trace level permanently, see Trace under Configuring a Broker Instance.
Command | Parameter | Description |
---|---|---|
exec administration |
component |
Required. Specifies that a component will be administered. |
node_alias |
Required. Specifies the alias name of the installation in which the runtime component is installed. | |
componentid |
Required. The EntireX Broker component identifier. The prefix is "EntireXBroker- ".
|
|
Trace |
Required. Specifies what is to be administered. | |
load tracelevel=? |
Required. Get the trace level. | |
-f xml|json |
Required. Specifies XML or JSON as output format. |
To display the current tracelevel of the running EntireX Broker with the name "MyBroker" in the installation with alias name "local" in JSON format on stdout:
sagcc get administration component local EntireXBroker-MyBroker Trace load -f json
To display the current trace level of the running EntireX Broker with the name "MyBroker" in the installation with alias name "local" in XML format on stdout:
sagcc get administration component local EntireXBroker-MyBroker Trace load -f xml
Command | Parameter | Description |
---|---|---|
exec administration |
component |
Required. Specifies that a component will be administered. |
node_alias |
Required. Specifies the alias name of the installation in which the runtime component is installed. | |
componentid |
Required. The EntireX Broker component identifier. The prefix is "EntireXBroker- ".
|
|
Trace |
Required. Specifies what is to be administered. | |
update tracelevel |
Required. Update temporarily the trace level of a running broker. | |
-f xml|json |
Required. Specifies XML or JSON as output format. |
To change the current trace level of the running EntireX Broker with the name "MyBroker" in the installation with alias name "local":
sagcc exec administration component local EntireXBroker-MyBroker Trace update tracelevel=2 -f json
This table lists the parameters to include when deleting an EntireX Broker instance, using the Command Central delete instances
command.
Command | Parameter | Description |
---|---|---|
delete instances |
node_alias |
Required. Specifies the alias name of the installation in which the runtime component is installed. |
componentid |
Required. The EntireX Broker component identifier. The prefix is "EntireXBroker- ".
|
To delete an instance of an EntireX Broker with the name "MyBroker" in the installation with alias name "local":
sagcc delete instances local EntireXBroker-MyBroker
Information about the deletion job - including the job ID - is displayed.
If you have already defined a broker and an empty list is returned or you receive an unexpected message such as "connection refused", one possible cause is that the Broker Administration Service is not running and needs to be restarted.
Windows
Select the broker instance with Administration Tools > Services > Software AG EntireX Broker Admin 10.3 <installation_number>, and from the context menu choose then or
UNIX
In directory <inst_root>/EntireX/bin, execute the following commands:
sagexx stop
and
sagexx start
or
sagexx restart