Previous Topic: $NWRUNCM Procedure

Next Topic: $NWVPDSO Procedure


$NWSOLCT Procedure

This procedure is used to solicit secondary end errors and engineering change level data from a PU that supports such requests. Secondary end errors include: link test statistics, summary error data, communications adapter error statistics, and EC level data. Any or all of these summaries can be requested. You can also obtain this data by selecting any of the first five options for option 1 of the NEWS Device Support menu.

$NWSOLCT      NODE=network_name 
            [ REPORT={ LINK | SUMMARY | COMMS | EC | ALL }]
            [ RESET={ YES | NO } ]
            [ RESPONSE={ LOG | USER | BOTH } ]
            [ LINK=link_name |
              SSCP=SSCP_name ]
NODE=aaaaaaaa

Specifies the network name of the device to which the request is sent.

REPORT={ LINK | SUMMARY | COMMS | EC | ALL }

Specifies the type of data required:

LINK

Specifies link test statistics.

SUMMARY

Specifies summary error data.

COMMS

Specifies communications adapter error statistics.

EC

Specifies engineering change level data.

ALL

Specifies all of the above.

RESET={ YES | NO }

Indicates whether the counters in the controller are reset after solicitation.

RESPONSE={ LOG | USER | BOTH }

Indicates where the responses are delivered.

LOG

Indicates response data is sent to CNMPROC.

USER

Indicates response data is returned to the requesting procedure.

BOTH

Indicates response data is delivered to CNMPROC and the requesting procedure.

LINK

Specifies the name of the link to the region on the system in which the node name is located.

SSCP

Specifies the name of the SSCP controlling the node.

Example: $NWSOLCT Procedure

$NWSOLCT NODE=TSTC01

This example requests link test statistics, summary error data, communication adapter error statistics, and EC level data to be sent to controller TSTC01, and in the results being processed by CNMPROC.

Notes: