This document describes how to administer the EntireX RPC Server for CICS Socket Listener, using the Command Central command-line interface. It covers the following topics:
Administering the RPC Server for CICS Socket Listener using the Command Central GUI is described under Administering the RPC Server for CICS Socket Listener using the Command Central GUI. The core Command Central documentation is provided separately and is also available under Guides for Tools Shared by Software AG Products on the Software AG documentation website.
The following table lists the parameters to include when creating an EntireX RPC instance, using the Command Central create instances
commands.
Command | Parameter | Value | Description |
---|---|---|---|
sagcc create instances |
node_alias |
name |
Required. Specifies the alias name of the installation in which the runtime component is installed. |
type |
RpcServerCicsSocketListener |
Required. EntireXCore instance type of RPC server. Must be "RpcServerCicsSocketListener ".
|
|
product |
EntireXCore |
Required. Must be set to "EntireXCore ".
|
|
instance.name |
name |
Required. Name of the runtime component, for example "MyRpcServer". | |
install.service |
true | false |
Optional. Register Windows Service for automatic startup. Default is false . If this parameter is true , the RPC server can be controlled by the Windows Service Control Manager.
|
|
server.address |
class/server/service |
Required. The case-sensitive RPC server address has the format: CLASS/SERVER/SERVICE .
|
|
server.adminport |
1025-65535 |
Required. The administration port in range from 1025 to 65535. | |
broker.transport |
ssl | tcp |
Transport over TCP or SSL. Default is TCP .
|
|
broker.host |
name |
Required. EntireX Broker host name or IP address. | |
broker.port |
1025-65535 |
Required. Port number in range from 1025 to 65535. | |
broker.user |
user |
Optional. The user ID for secured access to the broker. | |
broker.password |
password |
Optional. The password for secured access to the broker. | |
cics.sl.transport |
ssl | tcp |
Required. Use TCP or SSL to communicate with CICS Socket Listener. | |
cics.sl.host |
name |
Required. Host name or IP address where the CICS Socket Listener is running. See Using the Broker ID in Applications in the RPC Programming documentation. | |
cics.sl.port |
1-65535 |
Required. TCP or SSL port number (1-65535) of the CICS Socket Listener. | |
cics.sl.transaction |
XRFE | transaction |
Required. Transaction ID (1-4 characters) defined for the RPC CICS RFE. Default is XRFE .
|
|
cics.sl.encoding |
cp037 | codepage |
Required. Specify the appropriate EBCDIC encoding used by your CICS installation. Default is codepage cp037 with full Latin-1 character set.
|
|
cics.sl.user |
user |
Optional. The user ID (max. 8 characters) for access to CICS as defined in your underlying mainframe security system (e.g. RACF). | |
cics.sl.password |
password |
Optional. Password (max. 8 characters) as defined in your underlying mainframe security system (e.g. RACF). | |
pass.ticket |
true | false |
Optional. Use pass ticket instead of password. See note. | |
cics.sl.application.name |
application_name |
Optional. Required if pass ticket is to be used instead of a password. Application name (1-8 characters) as defined in your underlying mainframe security system (e.g. RACF). See note. | |
cics.sl.secured.signonkey |
key_name |
Optional. Required if pass ticket is to be used instead of a password. Secured signon key as defined in your underlying mainframe security system. Must be exactly 16 characters long. See note. |
Note:
PassTicket is supported only when the CICS Socket Listener (remote connector) on z/OS is used.
See Preparing for CICS Socket Listener and EntireX CICS Socket Listener in the z/OS Installation documentation.
To create a new instance for an installed EntireX of the type "RpcServerCicsSocketListener", with name "MyRpcServer", with server address "RPC/SRV1/CALLNAT", using administration port 5757, with broker host name "localhost", listening on broker port 1971, transmitting CICS request with the transport over "tcp", to host "cicsHost", via port "5822", with transaction ID "XRFE" and encoding "cp037", in the installation with alias name "local":
sagcc create instances local EntireXCore type=RpcServerCicsSocketListener instance.name=MyRpcServer server.address=RPC/SRV1/CALLNAT
server.adminport=5757 broker.host=localhost broker.port=1971 cics.sl.transport=TCP cics.sl.host=cicsHost cics.sl.port=5822
cics.sl.transaction=XRFE cics.sl.encoding=cp037 |
Information about the creation job - including the job ID - is displayed.
Here you can administer the parameters of the RPC Server for CICS Socket Listener. Any changes to parameters will be used the next time you start the RPC server.
Here you can administer the parameters used for communication between the RPC Server for CICS Socket Listener and EntireX Broker.
Parameter | Value | Description |
---|---|---|
BrokerTransport |
TCP | SSL |
Transport over TCP or SSL. Default is TCP .
|
BrokerHost |
name |
Required. EntireX Broker host name or IP address. |
BrokerPort |
1025-65535 |
Required. Port number in range from 1025 to 65535. |
BrokerUser |
user |
Optional. The user ID for secured access to the broker. |
BrokerPassword |
password |
Optional. The password for secured access to the broker. |
BrokerEncoding |
codepage |
Required. Encoding used for the communication between the RPC server and EntireX Broker. |
BrokerSslTrustStore |
filename |
Optional. Specifies the location of SSL trust store. |
BrokerSslVerifyServer |
true | false |
Optional. The RPC server as SSL client checks the identity of the broker as SSL server. |
Command | Parameter | Description |
---|---|---|
sagcc get configuration data |
node_alias |
Required. Specifies the alias name of the installation in which the runtime component is installed. |
componentid |
Required. The component identifier. The prefix is "EntireXCore-RpcServerCicsSocketListener- ".
|
|
instanceid |
Required. Must be "BROKER ".
|
|
-o file |
Optional. Specifies the file where you want the output written. |
To display the Broker parameters of the RPC Server for CICS Socket Listener "MyRpcServer" in the installation with alias name "local":
sagcc get configuration data local EntireXCore-RpcServerCicsSocketListener-MyRpcServer BROKER |
To store the Broker parameters in the file broker.json in the current working directory:
sagcc get configuration data local EntireXCore-RpcServerCicsSocketListener-MyRpcServer BROKER -o broker.json |
Resulting output file in JSON format:
{ "BrokerHost":"localhost", "BrokerPort":"1971", "BrokerTransport":"TCP", "BrokerUser":"testuser", "BrokerPassword":"", "BrokerEncoding":"Cp1252", "BrokerSslTrustStore":"", "BrokerSslVerifyServer":"true" }
Command | Parameter | Description |
---|---|---|
sagcc update configuration data |
node_alias |
Required. Specifies the alias name of the installation in which the runtime component is installed. |
componentid |
Required. The component identifier. The prefix is "EntireXCore-RpcServerCicsSocketListener- ".
|
|
instanceid |
Required. Must be "BROKER ".
|
|
-i file |
Optional. Specifies the file from where you want the input read. |
To load the Broker parameters of the RPC Server for CICS Socket Listener "MyRpcServer" in the installation with alias name "local" from the file broker.json in the current working directory:
sagcc update configuration data local EntireXCore-RpcServerCicsSocketListener-MyRpcServer BROKER -i broker.json |
See Example 2 above for sample input file.
Here you can modify the CICS-specific configuration parameters. As a prerequisite, the CICS Socket Listener must be installed. See Preparing for CICS Socket Listener.
Parameter | Value | Description |
---|---|---|
CicsSocketListenerTransport |
ssl | tcp |
Required. Use TCP or SSL to communicate with CICS Socket Listener. |
CicsSocketListenerHost |
name |
Required. Host name or IP address where the CICS Socket Listener is running. See Using the Broker ID in Applications in the RPC Programming documentation. |
CicsSocketListenerPort |
1-65535 |
Required. TCP or SSL port number (1-65535) of the CICS Socket Listener. |
CicsSocketListenerTransaction |
XRFE | transaction |
Required. Transaction ID (1-4 characters) defined for the RPC CICS RFE. Default is XRFE .
|
CicsSocketListenerEncoding |
cp037 | codepage |
Required. Specify the appropriate EBCDIC encoding used by your CICS installation. Default is codepage cp037 with full Latin-1 character set.
|
CicsSocketListenerSslTrustStore |
file_path |
Optional. Specifies the location of the SSL trust store. |
CicsSocketListenerVerifyServer |
true | false |
Optional. The RPC server as SSL client checks the identity of CICS Socket Listener as SSL server. |
CicsSocketListenerTimeout |
20 | n |
Optional. Timeout (in seconds) for the CICS Socket Listener as SSL server. Default is 20 seconds. |
CicsSocketListenerUser |
user |
Optional. The user ID (max. 8 characters) for access to CICS as defined in your underlying mainframe security system (e.g. RACF). |
CicsSocketListenerPassword |
password |
Optional. Password (max. 8 characters) as defined in your underlying mainframe security system (e.g. RACF). |
CicsSocketListenerPassTicket |
true | false |
Optional. Use pass ticket instead of password. See note. |
CicsSocketListenerApplicationName |
application_name |
Optional. Required if pass ticket is to be used instead of a password. Application name (1-8 characters) as defined in your underlying mainframe security system (e.g. RACF). See note. |
CicsSocketListenerSecuredSignonKey |
key_name |
Optional. Required if pass ticket is to be used instead of a password. Secured signon key as defined in your underlying mainframe security system. Must be exactly 16 characters long. See note. |
Note:
PassTicket is supported only when the CICS Socket Listener (remote connector) on z/OS is used.
See Preparing for CICS Socket Listener and EntireX CICS Socket Listener in the z/OS Installation documentation.
Command | Parameter | Description |
---|---|---|
sagcc get configuration data |
node_alias |
Required. Specifies the alias name of the installation in which the runtime component is installed. |
componentid |
Required. The component identifier. The prefix is "EntireXCore-RpcServerCicsSocketListener- ".
|
|
instanceid |
Required. Must be "CICS_SOCKET_LISTENER ".
|
|
-o file |
Optional. Specifies the file where you want the output written. |
To display the CICS Socket Listener specific parameters of the RPC Server for CICS Socket Listener "MyRpcServer" in the installation with alias name "local":
sagcc get configuration data local EntireXCore-RpcServerCicsSocketListener-MyRpcServer CICS_SOCKET_LISTENER |
To store the CICS Socket Listener specific parameters in the file cics.json in the current working directory:
sagcc get configuration data local EntireXCore-RpcServerCicsSocketListener-MyRpcServer CICS_SOCKET_LISTENER -o cics.json |
Resulting output file in JSON format:
{ "CicsSocketListenerTransport": "TCP", "CicsSocketListenerHost": "ibm2", "CicsSocketListenerPort": "1234", "CicsSocketListenerEncoding": "cp037", "CicsSocketListenerSslTrustStore": "", "CicsSocketListenerSslVerifyServer": "true", "CicsSocketListenerTimeout": "20", "CicsSocketListenerUser": "", "CicsSocketListenerPassTicket": "", "CicsSocketListenerApplicationName": "", "CicsSocketListenerSecuredSignonKey": "", "CicsSocketListenerTransaction": "XRFE" }
Command | Parameter | Description |
---|---|---|
sagcc update configuration data |
node_alias |
Required. Specifies the alias name of the installation in which the runtime component is installed. |
componentid |
Required. The component identifier. The prefix is "EntireXCore-RpcServerCicsSocketListener- ".
|
|
instanceid |
Required. Must be "CICS_SOCKET_LISTENER ".
|
|
-i file |
Optional. Specifies the file from where you want the input read. |
To modify the CICS Socket Listener parameters, get the file cics.json with the get
command.
Edit the parameters in this file, and update the RPC Server for CICS Socket Listener "MyRpcServer" in the installation with
alias name "local" with the following command:
sagcc get configuration data local EntireXCore-RpcServerCicsSocketListener-MyRpcServer CICS_SOCKET_LISTENER -i cics.json |
See Example 2 above for sample input file.
Here you can administer the configuration file of the RPC Server for CICS Socket Listener. Any changes will take effect after the next restart.
Command | Parameter | Description |
---|---|---|
sagcc get configuration data |
node_alias |
Required. Specifies the alias name of the installation in which the runtime component is installed. |
componentid |
Required. The component identifier. The prefix is "EntireXCore-RpcServerCicsSocketListener- ".
|
|
instanceid |
Required. Must be "CONFIGURATION ".
|
|
-o file |
Optional. Specifies the file where you want the output written. |
To display the configuration file of the RPC Server for CICS Socket Listener "MyRpcServer" in the installation with alias name "local":
sagcc get configuration data local EntireXCore-RpcServerCicsSocketListener-MyRpcServer CONFIGURATION |
To store the contents of the configuration file in the text file configuration.txt in the current working directory:
sagcc get configuration data local EntireXCore-RpcServerCicsSocketListener-MyRpcServer CONFIGURATION -o configuration.txt |
Command | Parameter | Description |
---|---|---|
sagcc update configuration data |
node_alias |
Required. Specifies the alias name of the installation in which the runtime component is installed. |
componentid |
Required. The component identifier. The prefix is "EntireXCore-RpcServerCicsSocketListener- ".
|
|
instanceid |
Required. Must be "CONFIGURATION ".
|
|
-i file |
Optional. Specifies the file from where you want the input read. |
To load the contents of configuration file configuration.json in the current working directory:
sagcc update configuration data local EntireXCore-RpcServerCicsSocketListener-MyRpcServer CONFIGURATION -i configuration.json |
Here you can administer margins of monitored key performance indicators (KPIs) available for the RPC Server for CICS Socket Listener: Active Workers and Busy Workers.
Key performance indicators (KPIs) enable you to monitor the health of your RPC Server for CICS Socket Listener. The following KPIs help you administer, troubleshoot, and resolve performance issues:
KPI | Setting |
---|---|
Absolute number of Active Workers | entirex.generic.kpi.1.max=20 |
Critical alert relative to maximum | entirex.generic.kpi.1.critical=0.95 |
Marginal alert relative to maximum | entirex.generic.kpi.1.marginal=0.80 |
Absolute number of Busy Workers | entirex.generic.kpi.2.max=20 |
Critical alert relative to maximum | entirex.generic.kpi.2.critical=0.95 |
Marginal alert relative to maximum | entirex.generic.kpi.2.marginal=0.80 |
Do not change the other properties!
Command | Parameter | Description |
---|---|---|
sagcc get configuration data |
node_alias |
Required. Specifies the alias name of the installation in which the runtime component is installed. |
componentid |
Required. The component identifier. The prefix is "EntireXCore-RpcServerCicsSocketListener- ".
|
|
instanceid |
Required. Must be "EXX-MONITORING-KPIS ".
|
|
-o file |
Optional. Specifies the file where you want the output written. |
To display the monitoring KPI properties of RPC Server for CICS Socket Listener "MyRpcServer" in the installation with alias name "local" on stdout:
sagcc get configuration data local EntireXCore-RpcServerCicsSocketListener-MyRpcServer MONITORING-KPI |
To store the monitoring KPI properties in the file my.properties in the current working directory:
sagcc get configuration data local EntireXCore-RpcServerCicsSocketListener-MyRpcServer MONITORING-KPI -o my.properties |
Resulting output file in text format:
entirex.entirex.spm.version=10.5.0.0.473 entirex.generic.kpi.1.critical=0.95 entirex.generic.kpi.1.id=\#1 entirex.generic.kpi.1.marginal=0.80 entirex.generic.kpi.1.max=20 entirex.generic.kpi.1.name=Active Workers entirex.generic.kpi.1.unit= entirex.generic.kpi.1.value=0 entirex.generic.kpi.2.critical=0.95 entirex.generic.kpi.2.id=\#2 entirex.generic.kpi.2.marginal=0.80 entirex.generic.kpi.2.max=20 entirex.generic.kpi.2.name=Busy Workers entirex.generic.kpi.2.unit= entirex.generic.kpi.2.value=0
Command | Parameter | Description |
---|---|---|
sagcc update configuration data |
node_alias |
Required. Specifies the alias name of the installation in which the runtime component is installed. |
componentid |
Required. The component identifier. The prefix is "EntireXCore-RpcServerCicsSocketListener- ".
|
|
instanceid |
Required. Must be "EXX-MONITORING-KPIS ".
|
|
-i file |
Optional. Specifies the file from where you want the input read. |
To load the contents of file my.properties in the current working directory:
sagcc update configuration data local EntireXCore-RpcServerCicsSocketListener-MyRpcServer MONITORING-KPI -i my.properties |
Here you can administer the parameters defining the registration name, the administration port and the behavior of the RPC Server for CICS Socket Listener.
Parameter | Value | Description |
---|---|---|
ServerAddress |
class/server/service |
Required. The case-sensitive RPC server address has the format: CLASS/SERVER/SERVICE .
|
ServerAdminport |
1025-65535 |
Required. The administration port in range from 1025 to 65535. |
ReconnectionAttempts |
n |
Required. Number of reconnection attempts to the broker. When the number of attempts is reached and a connection to the broker is not possible, the RPC Server stops. |
WorkerScalability |
true | false |
You can either have a fixed or dynamic number of workers. Default is dynamic (true ). For more information see Worker Models.
|
FixNumber |
1-255 |
Required. Fixed number of workers. Must be a number in range from 1 to 255. |
MinWorkers |
1-255 |
Required. Minimum number of workers. Must be a number in range from 1 to 255. |
MaxWorkers |
1-255 |
Required. Maximum number of workers. Must be a number in range from 1 to 255. |
Command | Parameter | Description |
---|---|---|
sagcc get configuration data |
node_alias |
Required. Specifies the alias name of the installation in which the runtime component is installed. |
componentid |
Required. The component identifier. The prefix is "EntireXCore-RpcServerCicsSocketListener- ".
|
|
instanceid |
Required. Must be "SERVER ".
|
|
-o file |
Optional. Specifies the file where you want the output written. |
To display the server parameters of RPC Server for CICS Socket Listener "MyRpcServer" in the installation with alias name "local" on stdout:
sagcc get configuration data local EntireXCore-RpcServerCicsSocketListener-MyRpcServer SERVER |
To store the server parameters in the file server.json in the current working directory:
sagcc get configuration data local EntireXCore-RpcServerCicsSocketListener-MyRpcServer SERVER -o server.json |
Resulting output file in JSON format:
{ "ServerAddress":"RPC/SRV1/CALLNAT", "ServerAdminport":"4711", "ReconnectionAttempts":"15", "WorkerScalability":"true", "FixNumber":"5", "MinWorkers":"1", "MaxWorkers":"10" }
Command | Parameter | Description |
---|---|---|
sagcc update configuration data |
node_alias |
Required. Specifies the alias name of the installation in which the runtime component is installed. |
componentid |
Required. The component identifier. The prefix is "EntireXCore-RpcServerCicsSocketListener- ".
|
|
instanceid |
Required. Must be "SERVER ".
|
|
-i file |
Optional. Specifies the file from where you want the input read. |
To load the server parameters from the file server.json in the current working directory:
sagcc update configuration data local EntireXCore-RpcServerCicsSocketListener-MyRpcServer SERVER -i server.json |
See Example 2 above for sample input file.
Here you can set the trace level of the RPC Server for CICS Socket Listener.
Parameter | Value | Description |
---|---|---|
TraceLevel |
0 | 1 | 2 | 3 |
One of the following levels: 0 - None - No trace output (default). 1 - Standard - Minimal trace output. 2 - Advanced - Detailed trace output. 3 - Support - Support diagnostic. Use only when requested by Software AG support. |
Command | Parameter | Description |
---|---|---|
sagcc get configuration data |
node_alias |
Required. Specifies the alias name of the installation in which the runtime component is installed. |
componentid |
Required. The component identifier. The prefix is "EntireXCore-RpcServerCicsSocketListener- ".
|
|
instanceid |
Required. Must be "TRACE ".
|
|
-o file |
Optional. Specifies the file where you want the output written. |
To display the trace level of RPC Server for CICS Socket Listener "MyRpcServer" in the installation with alias name "local" on stdout:
sagcc get configuration data local EntireXCore-RpcServerCicsSocketListener-MyRpcServer TRACE |
To store the trace level in the file trace.json in the current working directory:
sagcc get configuration data local EntireXCore-RpcServerCicsSocketListener-MyRpcServer TRACE -o trace.json |
Resulting output file in JSON format:
{ "TraceLevel":"0" }
Command | Parameter | Description |
---|---|---|
sagcc update configuration data |
node_alias |
Required. Specifies the alias name of the installation in which the runtime component is installed. |
componentid |
Required. The component identifier. The prefix is "EntireXCore-RpcServerCicsSocketListener- ".
|
|
instanceid |
Required. Must be "TRACE ".
|
|
-i file |
Optional. Specifies the file from where you want the input read. |
To load the trace level parameters from the file trace.json in the current working directory:
sagcc update configuration data local EntireXCore-RpcServerCicsSocketListener-MyRpcServer TRACE -i trace.json |
See Example 2 above for sample input file.
The following table lists the parameters to include, when listing all EntireX instances, using the Command Central list inventory
commands.
Command | Parameter | Description |
---|---|---|
sagcc list inventory components |
node_alias |
Required. Specifies the alias name of the installation in which the runtime component is installed. |
componentid |
Required. The component identifier. The prefix is "EntireXCore-RpcServerCicsSocketListener- ".
|
To list inventory components of instance EntireX in the installation with alias name "local":
sagcc list inventory components local EntireXCore* |
A list of all EntireX RPC Server runtime components will be displayed.
The following table lists the parameters to include when displaying the state of an EntireX component, using the Command Central
get monitoring
commands.
Command | Parameter | Description |
---|---|---|
sagcc get monitoring state |
node_alias |
Required. Specifies the alias name of the installation in which the runtime component is installed. |
componentid |
Required. The component identifier. The prefix is "EntireXCore-RpcServerCicsSocketListener- ".
|
To display state information about the RPC Server for CICS Socket Listener:
sagcc get monitoring state local EntireXCore-RpcServerCicsSocketListener-MyRpcServer |
Runtime status and runtime state will be displayed.
Runtime status indicates whether a runtime component is running or not. Examples of a runtime status are ONLINE
or STOPPED
.
Runtime state indicates the health of a runtime component by providing key performance indicators (KPIs) for the component. Each KPI provides information about the current use, marginal use, critical use and maximum use.
The following table lists the parameters to include when starting an EntireX RPC Server for CICS Socket Listener, using the
Command Central exec lifecycle
commands.
Command | Parameter | Description |
---|---|---|
sagcc exec lifecycle start |
node_alias |
Required. Specifies the alias name of the installation in which the runtime component is installed. |
componentid |
Required. The component identifier. The prefix is "EntireXCore-RpcServerCicsSocketListener- ".
|
To start the RPC Server for CICS Socket Listener "MyRpcServer" in the installation with alias name "local":
sagcc exec lifecycle start local EntireXCore-RpcServerCicsSocketListener-MyRpcServer |
Information about the job - including the job ID - will be displayed.
The following table lists the parameters to include when stopping an EntireX RPC Server for CICS Socket Listener, using the
Command Central exec lifecycle
commands.
Command | Parameter | Description |
---|---|---|
sagcc exec lifecycle stop |
node_alias |
Required. Specifies the alias name of the installation in which the runtime component is installed. |
componentid |
Required. The component identifier. The prefix is "EntireXCore-RpcServerCicsSocketListener- ".
|
To stop the RPC Server for CICS Socket Listener "MyRpcServer" in the installation with alias name "local":
sagcc exec lifecycle stop local EntireXCore-RpcServerCicsSocketListener-MyRpcServer |
Information about the job - including the job ID - will be displayed.
Here you can administer the log files of the RPC Server for CICS Socket Listener.
The following table lists the parameters to include when displaying or modifying parameters of the RPC server,
using the Command Central list
commands.
Command | Parameter | Description |
---|---|---|
sagcc list diagnostics logs |
node_alias |
Required. Specifies the alias name of the installation in which the runtime component is installed. |
componentid |
Required. The component identifier. The prefix is "EntireXCore-RpcServerCicsSocketListener- ".
|
To list the log files of RPC Server for CICS Socket Listener "MyRpcServer" in the installation with alias name "local" on stdout:
sagcc list diagnostics logs local EntireXCore-RpcServerCicsSocketListener-MyRpcServer |
Command | Parameter | Description |
---|---|---|
sagcc get diagnostics logs |
node_alias |
Required. Specifies the alias name of the installation in which the runtime component is installed. |
componentid |
Required. The component identifier. The prefix is "EntireXCore-RpcServerCicsSocketListener- ".
|
|
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 content in the current working directory:
sagcc get diagnostics logs local EntireXCore-RpcServerCicsSocketListener-MyRpcServer server.log tail |
To create a zip file myfile.zip of the logs:
sagcc get diagnostics logs local EntireXCore-RpcServerCicsSocketListener-MyRpcServer export -o myfile.zip |
Here you can temporarily change the trace level of a running RPC server.
The following 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 RPC server.
Note:
If you want to set the trace level permanently, see Trace Level under Configuring an RPC Server Instance.
Command | Parameter | Description |
---|---|---|
sagcc 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. | |
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 trace level of the RPC Server for CICS Socket Listener "MyRpcServer" in the installation with alias name "local" in JSON format on stdout:
sagcc exec administration component local EntireXCore-RpcServerCicsSocketListener-MyRpcServer Trace load tracelevel=? -f json |
To display the current trace level of the RPC Server for CICS Socket Listener "MyRpcServer" in the installation with alias name "local" in XML format on stdout:
sagcc exec administration component local EntireXCore-RpcServerCicsSocketListener-MyRpcServer Trace load tracelevel=? -f xml |
Command | Parameter | Description |
---|---|---|
sagcc 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 component identifier. The prefix is "EntireXCore-RpcServerCicsSocketListener- ".
|
|
Trace |
Required. Specifies what is to be administered. | |
update tracelevel |
Required. Update temporarily the trace level of a running RPC server. | |
-f xml|json |
Required. Specifies XML or JSON as output format. |
To change the current trace level of the running RPC Server with the name "MyRpcServer" in the installation with alias name "local":
sagcc exec administration component local EntireXCore-RpcServerCicsSocketListener-MyRpcServer Trace update tracelevel=2 -f
json |
The following table lists the parameters to include when deleting an EntireX RPC Server instance, using the Command Central
delete instances
commands.
Command | Parameter | Description |
---|---|---|
sagcc delete instances |
node_alias |
Required. Specifies the alias name of the installation in which the runtime component is installed. |
componentid |
Required. The component identifier. The prefix is "EntireXCore-RpcServerCicsSocketListener- ".
|
To delete an instance of an EntireX RPC Server for CICS Socket Listener with the name "MyRpcServer" in the installation with alias name "local":
sagcc delete instances local EntireXCore-RpcServerCicsSocketListener-MyRpcServer
|
Information about the deletion job - including the job ID - is displayed.