Parameter | Description |
---|---|
<ZSID> | Signals the beginning of a z/Server definition and assigns an ID to this server definition. |
ZSJOB | The STC ID specifies the target z/Server scheduler being redirected to. For a default installation this is TAURISPF. This is the value typed in the Scheduler Name field in the New Connection dialog box when adding a new Micro Focus z/Server connection in the Remote Systems view. This is ignored if DEFAULT is used as the Scheduler Name. |
ZSGIVESOCK | If the z/Server holder initialization parameter (ZSERVER FEATURE=HOLDER) is specified then the ZSGIVESOCKET parameter configures
MFA to pass z/Server traffic directly to the z/Server scheduler without using the redirect mechanism. By default, this parameter
is disabled (N). You can enable by specifying ZSGIVESOCKET=Y.
Note: If ZSGIVESOCKET is enabled the ZSIPADDRESS, ZSPORT, and ZSCEAPORT parameters are no longer required.
|
ZSIPADDRESS | The internet host name or IP address where the z/Server scheduler is running. Typically this is the same IP address of the machine that is hosting both MFA and z/Server. |
ZSPORT | The STC scheduler port of the target STC scheduler being redirected to. A default installation has the value 1200. |
ZSCEAPORT | The target CEA scheduler port being redirected to. A default installation has the value 1250. |
ZSDEFAULT | The default configuration. If you type DEFAULT in the Scheduler Name field of the New Connection dialog box then these are the details that are returned. |
<END> | Signals the end of this target server definition. |
You can have multiple configuration blocks defining multiple z/Server schedulers:
<ZSID=ZSRVDEF> ZSJOB=TAURHLD ZSIPADDRESS=127.0.0.1 ZSPORT=1200 ZSCEAPORT=1250 ZSDEFAULT=Y <END> <ZSID=ZSN> ZSJOB=TAURHLF ZSIPADDRESS=127.0.0.1 ZSPORT=2200 ZSCEAPORT=2250 <END>
If you type TAURHLF in the Scheduler Name field of the New Connection dialog box, then you get the information from the ZSJOB=TAURHLF block.
No default z/Server Scheduler configured.
Unable to find matching server details for z/Server Scheduler named Scheduler Name.
If you omit the ZSCEAPORT from a block, then the default value of 1250 is used as the target CEA scheduler port.
You can only have one ZSPORT per block. If you have multiple z/Server schedulers on different ports then you need to have separate configuration blocks for each scheduler.
You must update the MFA SERVERS member to contain a definition for the scheduler started by the holder, for example:
<ZSID=ZSN> ZSJOB=TAURISP3 ZSGIVESOCK=Y ZSIPADDRESS=CSIMVS.MICROFOCUS.COM ZSPORT=7000 ZSDEFAULT=Y <END>