CZATRECV receiver parameter reference
The receiver uses the following parameters:
Parameter | Description |
---|---|
DEFINE | Identifies the start of the TCP/IP receiver parameter list |
RECEIVER | Identifies the start of TCP/IP listener parameters The receiver defines a TCP/IP connection on a specific IP address and port. The parameters associated with the receiver define the necessary parameters for TCP/IP. |
CZATLVMR CZATLVMS | The name of the listener module that handles the incoming connections to the receiver:
|
DESC | Description of the listener in free-form text of up to 60 characters |
LISTENER(assignedListenerName) | Name of the listener that you designate |
SERVICE (CZATSVMR) | TCP/IP API service module CZATSVRM is specifically designed for z/VM TCP/IP connections. |
IPV4 (localIPv4) | IPv4 address for the receiver, such as 127.0.0.1 |
PORT (assignedListenerPort) | Port number of the receiver that you designate If you do not specify a port, the default port number is 8192. |
MAXCONNECT (50) | Maximum number of connections for the TCP/IP listeners This default value is 50. Do not change the value unless you are instructed to do so by BMC Support. |
WAITSTACK(10) | Number of messages that can be backlogged The default value is 10. Do not change the value unless you are instructed to do so by BMC Support. |
TCPIPSTACK (tcpIpProc) | Name of your installation's TCP/IP PROC |
TRANSACTION (CZATTVMR) | Name of the transaction to forward RACFVM SMF records to the BMC AMI Defender agent |
TPARMS | Transaction parameters follow this statement. |
CZ1INST(instanceName) | An instance of the agent |
END_DEFINE | End of definitions This parameter stops the processing of all parameters. |