6760 ServerNet/DA Manual

Glossary
6760 ServerNet/DA Manual424879-003
Glossary-58
NSR-Y processor
NSR-Y processor. See HP NonStop™ System RISC Model Y processor (NSR-Y
processor).
null object type. A placeholder object type for the Subsystem Control Facility (SCF)
NAMES and VERSION commands, which do not require explicit specification of a
particular object type.
null string. In C and C++ programs, a character string that begins with a null character.
This term is synonymous with “empty string.”
OBEY file. See command file.
object. One or more of the devices, lines, processes, and files in a subsystem; any entity
subject to independent reference or control by one or more subsystems. In the
Subsystem Control Facility (SCF), each object has an object type
and an object name.
object file. A file generated by a compiler, binder, or linker that contains machine
instructions and other information needed to construct the executable code spaces and
initial data for a process. The file can be a complete program that is ready for
immediate execution, or it can be incomplete and require binding or linking with other
object files before execution.
object name. A unique name for a Subsystem Control Facility (SCF) object within a
subsystem.
object-name template. A name that stands for more than one Subsystem Control Facility
(SCF) object. Such a name includes one or more wild-card characters, such as *
(asterisk) and ? (question mark). See also wild-card character
.
object type. The category of Subsystem Control Facility (SCF) objects to which a specific
SCF object belongs; for example, a specific disk has the object type DISK and a
specific terminal may have the object type SU. Each subsystem has a set of object
types for the objects it manages.
obsolescent. An indication that a feature or facility exists for compatibility with older
versions or drafts of a standard. Obsolescent features or facilities should not be used,
because they might be removed from future versions of a standard and therefore might
not be portable.
ODP. See Optical Disk Process (ODP).
offline. (1) Used to describe tasks that are performed outside of the control of an application
or computer system. (2) Used to describe tasks that require system resources to be
shut down. Contrast with online
.
offline change. Any change that requires system resources to be shut down. Offline
changes are usually performed during a planned outage. Contrast with online change
.