Expand Configuration and Management Manual (G06.24+)

Subsystem Control Facility (SCF) Commands
Expand Configuration and Management Manual523347-008
15-23
Example
MSG48 { ON | OFF }
enables (ON) or disables (OFF) the reporting of event message 48 to the EMS
collector, $0. Event message 48 is equivalent to console message 48. This is a
critical message. It means a change in processor status has occurred at the
indicated system. The default value is OFF.
MSG49 { ON | OFF }
enables (ON) or disables (OFF) the reporting of event message 49 to the EMS
collector, $0. Event message 49 is equivalent to console message 49. This is a
critical message. It means that the local $NCP has not received a status message
from $NCP at the indicated system for three time periods. The default value is
OFF.
Example
The following SCF command changes the maximum number of $NCP connect
requests to 10 and enables the reporting of event message 43 to the EMS collector,
$0:
-> ALTER PROCESS $NCP, MAXCONNECTS 10, MSG43 ON
DELETE ENTRY Command
The DELETE ENTRY command applies only to the network control process ($NCP).
The command removes system names from the network routing table (NRT) if the
systems are not connected within the network. DELETE ENTRY is a sensitive
command.
The DELETE ENTRY command has the following syntax:
* | system-number | \system-name
is the name or number of the system being deleted from the NRT. An asterisk (*)
specifies that all entries in the NRT should be deleted.
Considerations
An attempt to delete a system that is connected within the network results in the return
of an error message. To disconnect a system, use the ABORT PATH command
described earlier in this section.
DELETE ENTRY $NCP.{ * | system-number | \system-name }