IPX/SPX Configuration and Management Manual
Managing NonStop™ IPX/SPX With the Subsystem
Control Facility (SCF)
IPX/SPX Configuration and Management Manual—425731-001
3-6
Object-Name Templates and Wildcards
Object-Name Templates and Wildcards
Normally, an SCF command line must include an object type and an object name.
However, for some commands, the NonStop™ IPX/SPX subsystem accepts object-name
templates. In an object-name template, you can use one object name to cause multiple
objects of a given type to respond to a single command.
Object-name templates allow you to specify multiple objects with either a single
wildcard character or with text and one or more wildcard characters. With NonStop™
IPX/SPX, you can use the asterisk (*) and the question mark (?) as wildcard characters
in object-name templates. You can use both of these wildcard characters in any valid
combination. (You cannot use an object-name template to specify the PROCESS object
itself, however.)
You can use object-name templates for the PROCESS object in the following SCF
commands:
ABORT
DELETE
INFO
LISTOPENS
NAMES
START
STATUS
STATS
STOP
VERSION
SCF Command Overview
This subsection contains the following:
•
Entering SCF Commands on this page
•
Sensitive and Nonsensitive SCF Commands on page 3-8
•
SCF Online Help on page 3-8
•
Specifying Processes, LIF Names, and Filter Protocols in SCF Commands on
page 3-8
Individual commands are described following the above subsections, under SCF
Command Descriptions, beginning on page 3-9.
* Use an asterisk to represent a character string of undefined length. For example,
$ZNV* selects all PROCESS objects whose names begin with $ZNV.
? Use the question mark to represent a single unknown character in a specific
position. For example, $ZNV? selects all PROCESS objects whose names begin
with $ZNV followed by a single letter or digit.