FEPI INSTALL NODELIST

Define new nodes to FEPI.

FEPI INSTALL NODELIST

Read syntax diagramSkip visual syntax diagramFEPI INSTALL NODELIST(data-area) NODENUM(data-value) ACQUIREDACQSTATUS(cvda)RELEASEDPASSWORDLIST(data-area)INSERVICESERVSTATUS(cvda)OUTSERVICE
Notes:

Description

FEPI INSTALL NODELIST defines new nodes to FEPI. You may specify initial service and acquire states for these new nodes. A node cannot be used for a conversation until it has been acquired, put in service, and added to a pool so that it is connected to a target. The command completes when the nodes have been defined without waiting for the requested states to be achieved.

Options

ACQSTATUS(cvda)
specifies the initial acquire state of the nodes being defined. All nodes in the list have the same state. The relevant CVDA values are:
ACQUIRED
The z/OS® Communications Server ACB for the node is to be opened and ‘set logon start' is to be done.
RELEASED
The z/OS Communications Server ACB for the node is not to be opened.
NODELIST(data-area)
specifies a contiguous array of 8-character node names (that is, z/OS Communications Server application minor node names in the front-end) to be defined. Names must not contain null characters (X'00'), leading blanks, or embedded blanks.
NODENUM(fullword binary data-value)
specifies the number of names in NODELIST, in the range 1–256.
PASSWORDLIST(data-value)
specifies a contiguous array of 8-character passwords. They correspond one-to-one with the node names in NODELIST. The passwords are those that z/OS Communications Server requires to access the application minor nodes. They are not required if passwords are not used. You can use a value of 8 null characters (X'00') to indicate ‘no password'.
SERVSTATUS(cvda)
specifies the initial service state of the nodes being defined. All nodes in the list have the same state. The relevant CVDA values are:
INSERVICE
The nodes are in service and can be used in a conversation.
OUTSERVICE
The nodes are out of service and cannot be used for any conversation.

Conditions

INVREQ
RESP2 values:
11
FEPI not installed or not active.
110
SERVSTATUS value not valid.
111
ACQSTATUS value not valid.
119
The command failed for one or more items in the list.
131
NODENUM value out of range.
163
NODE name not valid.
173
NODE name already exists.
176
The z/OS Communications Server OPEN ACB failed.