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

Glossary
Open System Services Management and Operations Guide—527191-004
Glossary-3
Guardian
Guardian. An environment available for interactive or programmatic use with the HP
NonStop operating system. Processes that run in the Guardian environment usually
use the Guardian system procedure calls as their application program interface;
interactive users of the Guardian environment usually use the HP Tandem Advanced
Command Language (TACL) or another HP product’s command interpreter. Contrast
with Open System Services (OSS).
inode. A data structure that stores the location of a file.
large OSS file. A regular file that has a size greater than or equal to approximately
2 gigabytes. Contrast with small OSS file.
large file safe. An application or function that causes no loss of data or corruption of data
when it encounters a large OSS file. A large file safe application or function is not
required to process large OSS files with the same ability as when it processes small
files, but it must handle errors or warnings detected during file manipulation operations
and fail gracefully. Contrast with large file aware.
large file aware. An application or function that can process large OSS files in addition to
small OSS files. For example, it must be able to access large files as input and
generate large files as output. Contrast with large file safe.
link. A directory entry for a file.
mount. To make a fileset accessible to the users of a node.
mount point. A directory that contains a mounted fileset. The mounted fileset can be in a
different file system.
node. A uniquely identified computer system connected to one or more other computer
systems in a network.
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 usually use the OSS application program interface; interactive users
of the OSS environment usually 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 operating system Open
System Services (OSS) application program interface (API), tools, and utilities.
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.