gtpo1maxOperations

ZNDYN ADD-Create a SNA Resource Definition

Use this command to define the following network resources to the TPF system:

Requirements and Restrictions

Format




ALS
defines an ALS resource to the TPF system.

CDRM
defines a CDRM resource to the TPF system.

CTC
defines a CTC resource to the TPF system.

NCP
defines an NCP resource to the TPF system.

name
is the 1- to 8-character name of the resource.  The network ID and name of a resource must both begin with a letter (A-Z), @, #, or $. The remaining characters can be letters (A-Z), numbers (0-9), @, #, or $. 
Note:
 To specify an SNA network ID or resource name that contains dollar signs ($), you must type two consecutive dollar signs ($$) for each dollar sign in the network ID or resource name. For example, if the SNA resource name is $SNANAME, you must type $$SNANAME

SUBarea-s
is the subarea number for the resource, from 1-255.
Note:
If you are creating a network definition for a CTC resource, specify the subarea number of the CDRM resource that was previously created for that CTC resource.

VRILto-x
is the number of SNA polling intervals for the virtual route input list timeout value, from 0-255.
Note:
The SNA polling interval is defined by the SNAPOLL parameter in the SNAKEY macro.

VRTO-y
is the number of SNA polling intervals for the virtual route timeout value, from 0-65 535.
Note:
The SNA polling interval is defined by the SNAPOLL parameter in the SNAKEY macro.

WINsize-z
is the number of path information units (PIUs), from 1-255, that the TPF system can send across the link before requiring a virtual route pacing response. This is referred to as the virtual route pacing window.

Additional Information

Examples

An ALS resource is defined to the TPF system in the following example.

+--------------------------------------------------------------------------------+
|User:   ZNDYN ADD ALS-ALSTEST                                                   |
|                                                                                |
|System: NDYN0080I 13.29.41 ALSTEST RESOURCE ADDED SUCCESSFULLY                  |
+--------------------------------------------------------------------------------+

An NCP resource is defined to the TPF system in the following example. The size of the virtual route pacing window is set to 250 PIUs. The default values for the VRILTO and VRTO parameters are used.

+--------------------------------------------------------------------------------+
|User:   ZNDYN ADD NCP-NCP1 SUB-52 WIN-250                                       |
|                                                                                |
|System: NDYN0080I 13.30.53 NCP1 RESOURCE ADDED SUCCESSFULLY                     |
+--------------------------------------------------------------------------------+

Related Information