Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

evmstop(8) [osf1 man page]

evmstop(8)						      System Manager's Manual							evmstop(8)

NAME
evmstop - Stops the Event Manager SYNOPSIS
/usr/sbin/evmstop OPTIONS
None OPERANDS
None DESCRIPTION
This shell script stops EVM, and brings down the daemon. It is intended for use by the system shutdown scripts. Since EVM is required to be running for many system functions to operate correctly, this command should not be used under normal circumstances. EXIT VALUES
The following exit values are returned: Successful completion An error occurred FILES
Executable file Daemon process id used by evmstop SEE ALSO
Commands: evmchmgr(8), evmd(8), evmlogger(8), evmreload(8), evmstart(8), kill(1) Event Management: EVM(5) delim off evmstop(8)

Check Out this Related Man Page

evmchmgr(1M)															      evmchmgr(1M)

NAME
evmchmgr - Event Manager channel manager SYNOPSIS
config_file] log_file] DESCRIPTION
The EVM channel manager is started automatically by the EVM daemon, and usually should not be run as a stand-alone program. It reads a set of channel definitions from the channel configuration file and executes the commands defined as the monitor and cleanup functions for any channel, at the configured intervals. A channel is not required to be configured with either of these periodic functions. However, the channel manager ignores any channels which do not have either of these functions. By default, the channel manager reads its configuration from the file. To specify a different configuration file, use the command. If the channel configuration file is changed while the channel manager is running, use the command to instruct the channel manager to reconfigure itself. The channel manager reconfigures itself when is run, or upon receipt of a signal. Options Sets the configuration file to config_file. The default configuration file is Sets message output to log_file. The default is When the channel manager starts, it renames any previous message file by appending to its name, and creates a new file. RETURN VALUES
The following exit values are returned: Successful completion. An error occurred. FILES
Default channel configuration file Default channel manager log file SEE ALSO
Commands kill(1), evmd(1M), evmreload(1M), evmstart(1M), evmstop(1M). Files evmchannel.conf(4). Event Management EVM(5). EVM Events EvmEvent(5). Event Filter EvmFilter(5). evmchmgr(1M)
Man Page