Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

evmchmgr(1m) [hpux 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)

Check Out this Related Man Page

evminfo(1)						      General Commands Manual							evminfo(1)

NAME
evminfo - provide information about EVM SYNOPSIS
verify_option verify_file]) DESCRIPTION
The command writes selected information about the EVM environment to its standard output stream. The options determine the information to be displayed. Options Reads the EVM channel configuration file, and writes a list of all the configured event channels. To review the events available for retrieval through a particular set of channels, use the command. Writes a string that can be used as the first two components (by convention the vendor and product components) of a system event name. This option enables script writers to refer to system events in a way that is independent of the host system. Use the option, if you are writing a script that may be used on other platforms that support EVM, and whose system events may have a different prefix. Checks the syntax of the EVM configuration file specified by verify_option. Valid values for verify_option are to verify the EVM daemon, EVM logger, or EVM channel configuration files respectively. If a verify_file is specified, the named file is checked instead of the component's standard configuration file. RETURN VALUES
The following exit values are returned: Successful completion. An error occurred. EXAMPLES
o In the following example, the command lists the names of all event channels configured in the EVM channel configuration file, and then retrieves events from two of the listed channels. o This example illustrates using in a shell script. It determines the first two components of the names of system events in the host sys- tem. The script then uses to monitor system events. o The following example checks the syntax of the EVM daemon configuration file. FILES
Location of the EVM channel configuration file Location of the EVM daemon configuration file Location of the EVM logger configuration file SEE ALSO
Commands evmget(1), evmpost(1), evmshow(1), evmsort(1), evmwatch(1), evmd(1M), evmchmgr(1M), evmlogger(1M), evmreload(1M). Files evmchannel.conf(4), evmdaemon.conf(4), evmlogger.conf(4). Event Management EVM(5). EVM Events EvmEvent(5). Event Filter EvmFilter(5). evminfo(1)
Man Page