Device Files - HP 9000 Installation And Configuration Manual

Hide thumbs Also See for 9000:
Table of Contents

Advertisement

Files, Utilities, and Daemons

Device Files

68
Device Files
The device files that are used by the ACC product are automatically
created as they are needed. If a daemon requires a device file that does
not exist, the daemon will create it. If an application program that makes
use of the ZCOM programmatic interface requires a device file that does
not exist, the ZCOM Interface library call that requires the device file
will create it.The following list shows the device files that are used by the
ACC product.
The major number for the following device files is dynamically allocated
upon system initialization, and can be determined using
% lsdev -d zcom0.
/dev/zmlog
This file is used by applications and utilities to send
messages to the logging mechanism zmlog.
The minor number is 0xf00000.
/dev/zmon
This file is used by the zmon utility.
The minor number is 0x200000.
/dev/zglobal
This file is used by application programs that make the
zinit() ZCOM Application Interface request.
The minor number is 0x100000.
/dev/zremote
This file is used by the znode utility.
The minor number is 0x300000.
/dev/zcom/pzlu00XXX
These files are used by programs that make the
zluopen() ZCOM Application Interface request. These
files are used for the select() functionality. The use of
these files is transparent to the user.
The number in the device file name is decimal, and the
minor number is the equivalent value in hex. For
example, the file pzlu00012 has minor number 0xc.
/dev/zmuxbYYsZZ or
/dev/zmuxBXXbYYsZZ
Appendix A

Advertisement

Table of Contents
loading

Table of Contents