NIO CommKit Host Interface Installation and System Administration Manual

DKITRC(1M) DKITRC(1M)
E-28 CommKit Host Interface, Release 4.0
NAME
dkitrc – rc shell for host interface software
SYNOPSIS
dkitrc { start | stop }
DESCRIPTION
dkitrc is executed automatically during init state transitions with an argument of either start or stop. Its
function is to start/stop the host interface in an appropriate fashion for the prevailing init state.
When invoked with an argument of start, the dkitrc script invokes dkdevs(1M) to create appropriate special
files and then starts a dkdaemon(1M) process to initialize the host interface. Following the startup of the
dkdaemon(1M) process, dkitrc starts a dkserver(1M) process.
If invoked with an argument of stop, dkitrc stops the dkdaemon(1M) and dkserver(1M) processes.
FILES
/etc/init.d directory in which this resides
/etc/rc0.d/K15dkitrc linked to /etc/init.d/dkitrc
/etc/rc1.d/K80dkitrc linked to /etc/init.d/dkitrc
/etc/rc2.d/S15dkitrc linked to /etc/init.d/dkitrc
SEE ALSO
dkdaemon(1M), dkdevs(1M), dkserver(1M), dktli(7).
init(1M), in the UNIX System V System Administrator’s Reference Manual