Open System Services Management and Operations Guide (G06.29+, H06.07+)

Glossary
Open System Services Management and Operations Guide527191-005
Glossary-4
Open System Services (OSS) Monitor
Open System Services (OSS) Monitor. A Guardian utility that accepts commands
affecting OSS objects through an interactive Guardian interface named the Subsystem
Control Facility (SCF).
orphan file. A file with no corresponding inode in the PXINODE file.
orphan inode. An inode that appears in the PXINODE file but has no links in the PXLINK
file.
OSS. See Open System Services (OSS).
OSS environment. See Open System Services (OSS) environment.
OSS Monitor. See Open System Services (OSS) Monitor.
pathname. In the OSS environment, 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.
pathname component. See filename.
pathname resolution. In the OSS environment, the process of associating a single file with
a specified pathname.
pipe. An unnamed FIFO, created programmatically by invoking the pipe() function or
interactively with the shell pipe syntax character (|). A shell pipe redirects the standard
output of one process to become the standard input of another process. A
programmatic pipe is an interprocess communication mechanism.
relative pathname. A pathname that does not begin with a slash (/) character. A relative
pathname is resolved beginning with the current working directory. Contrast with
absolute pathname.
root. See root fileset
and root directory. See also super ID.
root directory. A directory associated with a process that the system uses for pathname
resolution when a pathname begins with a slash (/) character.
root fileset. The fileset with the device identifier of 0, normally containing the root directory
for the OSS file system in an HP NonStop S-series or NonStop NS-series system. HP
recommends that this fileset be named “root”.
root user. The user with the user name of root.
saveabend file. A file containing dump information needed by the system debugging tool on
a NonStop system. In UNIX systems, such files are usually called core files or core
dump files. A saveabend file is a special case of a save file. See also save file
.
save file. A file created through the Inspect or Debug product. A save file contains enough
information about a running process at a given time to restart the process at the same