Open System Services Management and Operations Guide (H06.06+)

Glossary
Open System Services Management and Operations Guide527191-004
Glossary-4
OSS
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
point in its execution. A save file contains an image of the process, data for the
process, and the status of the process at the time the save file was created.
A save file can be created through an Inspect SAVE command at any time. A save file
called a saveabend file can be created by the DMON debug monitor when a process’s
SAVEABEND attribute is set and the process terminates abnormally.
small OSS file. A regular file that is smaller than approximately 2 gigabytes. Contrast with
large OSS file.