Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

evmchmgr(8) [osf1 man page]

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

NAME
evmchmgr - Event Manager channel manager SYNOPSIS
/usr/sbin/evmchmgr [-c config_file] [-l log_file] OPTIONS
Sets the configuration file to config_file. The default is /etc/evmchannel.conf. Sets message output to log_file. The default is stderr. When the channel manager starts it renames any previous message file by appending .old to its name, and creates a new file. OPERANDS
None 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. There is no requirement for any channel to be configured with either of the periodic functions; the channel manager ignores any channels which have neither. By default, the channel manager reads its configuration from /etc/evmchannel.conf. The -c flag can be used to override this. If the chan- nel configuration file is changed while the channel manager is running, the evmreload -c command should be used to instruct it to reconfig- ure itself. The channel manager reconfigures itself when evmreload -c is run, or upon receipt of a SIGHUP signal. EXIT VALUES
The following exit values are returned: Successful completion An error occurred FILES
Executable file Default channel configuration file Default channel manager log file SEE ALSO
Commands: evmd(8), evmreload(8), evmstart(8), evmstop(8), kill(1) Files: evmchannel.conf(4) Event Management: EVM(5) EVM Events: EvmEvent(5) Event Filter: EvmFilter(5) delim off evmchmgr(8)

Check Out this Related Man Page

evmreload(1M)															     evmreload(1M)

NAME
evmreload - reload Event Manager configuration files SYNOPSIS
DESCRIPTION
The command posts control events that instruct EVM resident components to reload their configuration files. Use the command to cause EVM to begin using the new configuration at any time that a configuration file has been changed. If no options are specified, the daemon, the channel manager, and the logger all reload their configurations. Reconfigure the daemon at any time that its configuration file or that an event template database has changed. Reconfigure the logger at any time that its configuration file has changed. Reconfigure the channel manager at any time that its configuration file has changed. Resident EVM components also reload their configuration files on receipt of a signal. If an activity monitor is specified in the EVM daemon configuration file, all counts and timers associated with the monitor are reset. Options Reconfigures the EVM channel manager. Reconfigures the EVM daemon. Reconfigures the EVM logger. Syntax checks the event template files and reports errors, but does not make any changes effective. If a daemon reconfiguration is requested, the reconfiguration request is sent even if there are errors in any template file. If errors exist in the template file, there is no guarantee that the new configuration is accepted. Notes The command uses the command to check for errors in configuration files before sending a reload request to EVM. If errors are found, they are reported to and no reconfiguration request is sent. This check does not find all possible errors, however, so be sure to check for errors reported by the EVM components themselves. To do this, run the following command: RETURN VALUES
The following exit values are returned: Successful completion. An error occurred. EXAMPLES
o The following command causes the EVM daemon to reconfigure itself. o The following command causes the EVM logger to reconfigure itself. o The following command causes the EVM channel manager to reconfigure itself. o The following command causes a syntax check of the daemon configuration file without any reconfiguration actually occurring. o The following command reconfigures both the EVM daemon and the EVM logger. o The following command reconfigures the EVM daemon, the EVM logger, and the EVM channel manager. o The following command reconfigures the EVM daemon, the EVM logger, and the EVM channel manager even if there are errors in the template file. WARNINGS
You must be to run this command. SEE ALSO
Commands evmpost(1), evmchmgr(1M), evmd(1M), evminfo(1), evmlogger(1M). Files evmchannel.conf(4), evmdaemon.conf(4), evmlogger.conf(4). Event Management EVM(5). EVM Events EvmEvent(5). evmreload(1M)
Man Page