evmstart(8) System Manager's Manual evmstart(8)NAME
evmstart - Starts the Event Manager
SYNOPSIS
/usr/sbin/evmstart
OPTIONS
None
OPERANDS
None
DESCRIPTION
This shell script starts the EVM daemon. It is intended for use by the system startup scripts, but it can also be used to restart EVM if
it has been terminated for any reason.
EXIT VALUES
The following exit values are returned: Successful completion An error occurred
FILES
Executable file
SEE ALSO
Commands: evmchmgr(8), evmd(8), evmlogger(8), evmreload(8), evmstop(8)
Event Management: EVM(5)
delim off
evmstart(8)
Check Out this Related Man Page
evmd(1M)evmd(1M)NAME
evmd - Event Manager daemon
SYNOPSIS DESCRIPTION
The Event Manager (EVM) daemon, receives events from posting clients and distributes them to subscribing clients that have indicated that
they are interested in receiving the events. The daemon is a critical system facility that is started automatically when the system tran-
sitions to run level 2, and which should not be terminated. The daemon in turn starts the event logger, and the channel manager,
On startup, the daemon reads its configuration file, the authorization file, and the event template files stored under the directory. If
these files are modified while the daemon is running, the command must be used or a signal must be sent to instruct the daemon to reconfig-
ure itself.
The system administrator can control access to events by modifying the EVM authorization file,
As a daemon, does not have a standard output. Any error messages are written to the file
The EVM daemon is monitored by the Essential Services Monitor daemon, which automatically restarts if it terminates unexpectedly. See
esmd(1M) for more information.
RETURN VALUES
The following exit values are returned:
Successful completion.
An error occurred.
WARNINGS
The daemon rejects any attempt by a posting client to post an event that has one or more of the following problems:
o The event is not registered.
o The event contains invalid item values.
o The posting client is not authorized to post such an event.
FILES
Default directory for event template files
Default location for event filter files.
Filter files must have the suffix Error log file for UNIX domain socket established for connection between the EVM daemon and the
local clients
Daemon process id saved by
Lock file established to prevent multiple invocations of the daemon
Default location of the EVM daemon configuration file
Default location of the EVM daemon authorization file
SEE ALSO
Commands
esmd(1M), evmchmgr(1M), evmlogger(1M), evmreload(1M), evmstart(1M), evmstop(1M).
Files
evm.auth(4), evmdaemon.conf(4), evmtemplate(4).
Event Management
EVM(5).
Event Connection
EvmConnection(5).
EVM Events
EvmEvent(5).
Event Filter
EvmFilter(5).
evmd(1M)