NAME
ipcexecd - run the ipcexecd server

SYNOPSIS
ipcexecd [-p prefix] [-o file]

DESCRIPTION
The ipcexecd server checks in a public service port with the net-
name-server and waits for requests to start processes. Its full
path name must be used when it is started. It checks in ports with
the names <prefix>host-name. If no prefix argument is given
DEFAULT_PREFIX defined in <servers/ipcx_types.h> is used. The host
names are those found by gethostbyname(3n). The same port is
entered by a different name for each alias. This server must be
running on a target host before any calls to startserver for that
target will work.

The options are:

-p <prefix>
the prefix to be used on the names for the service port

-o <filename>
the file to which the output from any created processes will
be directed. The default is /dev/null.

SEE ALSO
ipcx(3), gethostbyname(3n), net_name_checkin(3)