NIO CommKit Host Interface Installation and System Administration Manual

DKDAEMON(1M) DKDAEMON(1M)
E-23 CommKit Host Interface, Release 4.0
Prog: Illegal Receive Buffer Size Value Specified
The Value passed to the –w windowsize command line option was not a legal power of 2.
Prog: Illegal Number of Outstanding Blocks Value Specified
The Value passed to the -b urpblocks command line option was not within the inclusive range of 1
to 7.
Prog: Illegal Log Level verbosity Specified
The Value passed to the -v verbosity command line option was not within the inclusive range of 1 to
99.
Prog: Cannot open "logfile" as log file
dkdaemon could not open logfile as its logging file.
Prog: Unable to chdir(Directory), errno = Code
Error Code was returned when dkdaemon attempted to chdir(2) to Directory. Find out why
Directory does not exist or what is wrong with it.
Prog: Unable to fork, errno = Code
Error Code was returned when dkdaemon attempted to fork(2) itself into the background.
Status and error messages written to the log file are used to audit events that may be of interest to the
administrator and do not necessarily suggest an error. Errors are identified with the word ERROR and tend
to be localized to a client subsystem.
acct_start: ERROR on open("acctfile"), errno Code
Error Code was returned when dkdaemon attempted to open acctfile as the accounting file. The
process continues with accounting mode disabled.
acct_start: Accounting Started to "acctfile"
The dkdaemon accounting routines successfully opened acctfile as the accounting file.
acct_start: Accounting Disabled
Accounting mode was shut off either as requested or as a result of a previously logged error. If
accounting is desired, dkdaemon must be manually restarted.
acct_write: ERROR write Got expect Length, errno Code
A write to the accounting file returned Got when Length was expected. Code is significant only when
Got is –1. Any error writing to the accounting file will disable accounting mode.
dkhsstart: ERROR open(Device), errno=Code
Error Code was returned when dkdaemon tried to open Device as a dkhs(7) controlling channel
device.
dkhsstart: Unit interface: channels Chans, Ver protocol, Rbuf windowsize, NurpB urpblocks
Audit of dkdaemon attempts to program physical host interface board interface with channels
channels, call processing protocol version protocol, per-channel receive buffer size windowsize and
a default of urpblocks URP blocks per transmit window. This message is logged before the
programming attempt and does not suggest success or failure.
dkhsstart: ERROR dkhs Unit interface can’t DKDAEMON, errno=Code
Error Code was returned when dkdaemon attempted to start dkhs(7) interface interface with the
DKDAEMON ioctl(2). This happens when two dkdaemon processes both attempt to start a single
interface.
dkhsopen: ERROR open(Device), errno=Code
Error Code was returned when dkdaemon tried to open Device in response to an I_LINK request
from one of its client subsystems.