Open System Services Porting Guide (G06.24+, H06.03+)

Table Of Contents
Glossary
Open System Services Porting Guide520573-006
Glossary-8
open file description
open file description. A data structure within an HP NonStop Expand network node that
contains information about the access of a process or of a group of processes to a file.
An open file description records such attributes as the file offset, file status, and file
access modes. An open file description is associated with only one open file but can be
associated with one or more file descriptors.
open system. A system with interfaces that conform to international computing standards
and therefore appear the same regardless of the system’s manufacturer. For example,
the OSS environment on HP NonStop systems conforms to international standards
such as ISO/IEC IS 9945-1:1990 (ANSI/IEEE Std. 1003.1-1990, also known as
POSIX.1), national standards such as FIPS 151-2, and portions of industry
specifications such as the X/Open Portability Guide Version 4 (XPG4).
Open System Services (OSS). An open system environment available for interactive or
programmatic use with the HP NonStop operating system. Processes that run in the
OSS environment use the OSS application program interface; interactive users of the
OSS environment use the OSS shell for their command interpreter. Synonymous with
Open System Services (OSS) environment. Contrast with Guardian.
Open System Services (OSS) environment. The HP NonStop Open System Services
(OSS) application program interface (API), tools, and utilities.
Open System Services (OSS) Monitor. A Guardian utility that accepts requests through an
interactive interface named the Subsystem Control Facility (SCF).
Open System Services (OSS) signal. A signal model defined in the POSIX.1 specification
and available to TNS processes and TNS/R native processes in the OSS environment.
OSS signals can be sent between processes.
OSS. See Open System Services (OSS).
OSS environment. See Open System Services (OSS) environment.
OSS Monitor. See Open System Services (OSS) Monitor
.
OSS personality. See Open System Services (OSS) environment
.
OSS process ID (PID). The unique identifier that represents a process during the lifetime of
the process and during the lifetime of the process group of that process. See also PID.
OSS signal. See Open System Services (OSS) signal.
parent process. The process that created a given process, or (if that process has stopped)
a process that has inherited a given process. See also child process
.
pathname. In the OSS file system and Network File System (NFS), the string of characters
that uniquely identifies a file within its file system. A pathname can be either relative or
absolute. See also ISO/IEC IS 9945-1:1990 (ANSI/IEEE Std. 1003.1-1990 or
POSIX.1), Clause 2.2.2.57.