PRM man pages : sysmngr(8)
NAME
sysmngr - PRM system manager
SYNOPSIS
sysmngr [ -a aclfile ] [ -Dlev ] [ -l logfile ] ncfile
DESCRIPTION
sysmngr manages a collection of nodes and allocates them to
jobs. The list of nodes to manage is specified in ncfile.
This file contains one node entry per line in the following
format:
hostname architecture-type
hostname architecture-type
....
Each host must be running a nodemngr(1). Currently permit-
ted values for architecture-type are sun3, sun4, and hp700.
If sysmngr is started by PRM_startup(8), the node configura-
tion file is automatically generated.
OPTIONS
-a aclfile
Read Access Control List (ACL) from aclfile. sysmngr
uses the ACL to determine whether a host is authorized
to use its nodes. The ACL file contains one host entry
per line, specified as a symbolic host name or an
Internet address in the '.' notation. If the -a option
is not present on the command line, sysmngr expects the
ACL information to reside in the default ACL file,
smacl.default.
-Dlev
Debug level. Print debugging information. More informa-
tion is printed at larger values of lev. -D1 and -D are
equivalent.
-l logfile
Log messages to file logfile. Default logfile is
/tmp/sysmngr_log.pid where pid is the process identif-
ier.
FILES
smacl.default Default ACL file
/tmp/sysmngr_log.pid system manager's log file
SEE ALSO
jobmngr(1), PRM_startup(8), nodemngr(8)