FUSCFG Configuration Parameters
To configure the FUSCFG interface, you have to specify the required parameters.
See the following tables for the required parameters.
Common Configuration Parameter
The
CONFIG parameter is required for all FUSCFG configurations.
| Parameter | Description |
|---|---|
CONFIG
|
Defines the name of the Platform Server configuration entry.
This parameter is required. Valid values can be up to 24 characters. This parameter must match the
The special configuration name called
|
Cross Memory Configuration Parameters
Three parameters are required to configure the Platform Server clients for cross memory communications to the Platform Server started task.
| Parameter | Description |
|---|---|
STCNAME
|
Defines the name of the Platform Server started task.
Valid values can be up to 8 characters. The Platform Server started task must be running on the same server as the client. |
AUDPATH1
|
Defines the name of the Platform Server AUDPATH1 VSAM file.
This file is created in Defining the Audit VSAM dataset. This name is also defined in the Platform Server started task JCL on the AUDPATH1 DD statement. If this parameter is not defined, the Platform Server does not attempt to allocate AUDPATH1, and uses an existing allocation if there is one. |
AUDPATH2
|
Defines the name of the Platform Server AUDPATH2 VSAM file.
This file is created in Defining the Audit VSAM dataset. This name is also defined in the Platform Server started task JCL on the AUDPATH2 DD statement. If this parameter is not defined, the Platform Server does not attempt to allocate AUDPATH2, and uses an existing allocation if there is one. |
SNA Configuration Parameters
Two parameters are required to configure the Platform Server clients for SNA communications to the Platform Server started task. Only one parameter is optional.
| Parameter | Description |
|---|---|
LUNAME
|
Defines the name by which the Platform Server started task is known within an SNA network.
This is a required parameter. This name is typically the APPLID that is defined to VTAM for the Platform Server started task. This information is defined in Defining VTAM Resources for Systems Using SNA. |
ACB
|
Defines the name of the ACB that the Platform Server client uses to communicate with the started task.
This is a required parameter. This name is typically 6 characters or less, and has a suffix of a two-digit number from 00 to 99. Therefore, multiple clients can communicate with the Platform Server started task using the same ACB prefix. This information is defined in Defining VTAM Resources for Systems Using SNA. Note: The name defined by the
ACB parameter must not include the two digit suffix.
|
MODENAME
|
Defines the SNA mode name that is used when setting up SNA sessions.
This is an optional parameter. Typically, the default values are defined when creating the Platform Server started task, and Platform Server ACB definitions are adequate. |
TCP Configuration Parameters
Two parameters are required to configure the Platform Server clients for TCP communications to the Platform Server started task. Only one parameter is optional.
| Parameter | Description |
|---|---|
IPADDR |
Defines the IP address of the mainframe in dotted decimal format.
This is a required parameter. This is typically the IP address of TCP running on the z/OS LPAR that the Platform Server started task is running on. The
|
IPNAME
|
Defines the IP name of the mainframe.
This is a required parameter. This name must be defined in a host configuration file, or by a DNS server. This is typically the IP name of TCP running on the z/OS LPAR that the Platform Server started task is running on. The
|
TCPIPJOBNAME
|
Defines the name of the TCP/IP started task that is running on the same mainframe as the Platform Server REXX exec, ISPF user, or batch job.
This is a required parameter. To communicate with TCP/IP, the client has to know the TCP/IP job name. Typically, the value is
|
IPPORT |
Defines the
IPPORT on which the Platform Server started task is listening for connection requests.
This is an optional parameter. The default value is
|