FUSNODE
You can use the FUSNODE exec to display information on enabled NODE definitions.
Required Parameters
This exec does not has required parameters.
Optional Parameters
The following table lists the optional parameters of the FUSSCMD exec:
| Parameter | Description |
|---|---|
| CONFIG | CFG | Defines the configuration file used by the
FUSNODE exec.
If this parameter is not defined, the Platform Server REXX uses the default configuration. |
| NODE | Defines the NODE definition on which detailed information is to be displayed.
If this parameter is not specified, a list of enabled NODE definitions is displayed. |
| INIHOLD | Modifies the defined NODE definition to turn on the Initiator Hold flag.
This indicates that initiator requests to this node will not be dispatched. The NODE parameter must be defined. |
| INITREL | Modifies the defined NODE definition to reset the Initiator Hold flag.
This indicates that Initiator requests to this node will be dispatched. The NODE parameter must be defined. |
| RESPHOLD | Modifies the defined NODE definition to turn on the Responder Hold flag.
This indicates that the responder requests from this node will be rejected with a recoverable error. The NODE parameter must be defined. |
| RESPREL | Modifies the defined NODE definition to reset the Responder Hold flag.
This indicates that the responder requests from this node will be accepted. The NODE parameter must be defined. |
Return Codes
The following table lists the return codes of the FUSNODE exec:
| Return Code | Description |
|---|---|
0
|
Indicates that the Platform Server has successfully displayed the message. |
5
|
Indicates that the NODE was not enabled. |
| Any other return code | Indicates a network error occurred when processing a request. |
Example
The following is an example of using the FUSNODE exec to display information on enabled NODE definitions:
FUSNODE N=TESTNODE
The output of this example is as follows:
ONode Name...........= TESTNODE IP Address..........= 192.192.100.10 IP.Port.............= 46464 STATUS..............= Normal SSL.................= No Protocol............= *Default Parallel............= YES Cont.Winners........= 00005 Cont.Losers.........= 00005 Encrypt.............= NONE retncode===> 0 utput