Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ups_mond(1m) [hpux man page]

ups_mond(1M)															      ups_mond(1M)

NAME
ups_mond - HP PowerTrust Uninterruptible Power System monitor daemon SYNOPSIS
configfile] DESCRIPTION
When it detects a loss of AC power for a period of time exceeding a configured limit, ensures file system integrity by shutting down HP-UX. To do this, uses the device special files specified in its configuration file by default) to monitor the state of each HP PowerTrust Unin- terruptible Power System (UPS) attached to the system. Use the option to specify a configuration file other than See ups_conf(4) for a description of the configuration file format. By default, is locked into memory (see plock(2)). That is, is not swappable. Although extreme caution is required, you can make swappable if all swap disks are powered by an uninterruptible power system (assured to have power when the primary power source fails). To make swappable, use the option. When is forced to shutdown the system, it executes the command with real-time priority (default behavior). can be configured to execute command with a timeshare (non-real-time) priority by using the option. is started by (see init(1M)) by means of an entry in the file (see inittab(4)). The entry uses the option to automatically restart if is terminated by the command (see kill(1)). This entry should follow the entry: so that is started after the system logging daemon It should also be run with real-time priority to assure its execution (see rtprio(1)). logs messages, and when appropriate invokes using the option, or For each configured UPS, can be instructed (in to log messages only, with- out taking or action. See MSG_ONLY in ups_conf(4). By default performs the and actions. Note that when the shutdown is performed, UPSs that have lost AC line voltage will be turned off once the shutdown_timeout_mins time has expired (see ups_conf(4)). By default the system will power on when the AC line voltage is restored. The kill_after_shutdown line can be added to to tell the UPS not to come back up when AC line voltage is restored (see ups_conf(4)). uses the message logging facility to log these occurrences (see syslog(3C)). Messages are written to the console if is unable to send them to Critical messages (see DIAGNOSTICS section) are also sent to the console. RETURN VALUE
returns the following values: zero(0) Successful Completion non-zero Error encountered. See ERRORS below. EXAMPLES
The entry in should be similar to this: DIAGNOSTICS
Messages resulting from normal operation: Messages resulting in exit of daemon: Messages for which might be run (depends on UPS configuration): Messages for which might be run (depends on UPS configuration): The above messages are followed by the following message: Messages that are only logged (no action is taken): Messages relating to Timer Controlled Power On and Off: ERRORS
returns the following error values: encountered an incorrect parameter. Insufficient privileges. must be started by a superuser. was interrupted (terminated) by or See signal(2) and kill(1). one(1) For all other error conditions. FILES
SEE ALSO
kill(1), init(1M), plock(2), signal(2), syslog(3C), inittab(4), ups_conf(4). ups_mond(1M)

Check Out this Related Man Page

syslog_evm.conf(4)					     Kernel Interfaces Manual						syslog_evm.conf(4)

NAME
syslog_evm.conf - EVM syslog subscription configuration file SYNOPSIS
facility.priority DESCRIPTION
The syslog_evm.conf file is a text file that specifies what syslog messages will be forwarded from the syslog daemon to the Event Manager, EVM,in the form of EVM events. Those syslog messages are posted to the EVM daemon evmd by syslogd if the syslogd forwarding function is turned on with the -e flag. Events are posted with the EVM name of sys.unix.syslog.facility-name. This configuration file is read every time syslogd starts, or is restarted by a SIGHUP signal. If the file does not exist, or if it exists but contains no subscription lines, no syslog messages will be posted to EVM. Each line in the file controls the forwarding of one syslog event. Lines beginning with the # character are considered comments and are ignored. Only one subscription per line is permitted. Mixing a subscription and a comment on the same line is not allowed. Each line has the format facility.priority[+]. Specifies the part of the system that generated the message. Legal values are the follow- ing: All messages. Messages generated by the kernel. Messages generated by user processes. Messages generated by the mail system. Mes- sages generated by system daemons. Messages generated by the authorization system. Messages generated internal to the syslog system. Messages generated by the line printer spooling system. Messages generated by the system news command. Messages generated by the UNIX to UNIX copy system. Messages generated by the system clock daemon. Messages generated by remote file systems. Available for local use. Indicates the priority of the message. If the priority is followed by a + character, events which are of the specified priority or higher are forwarded; otherwise only events which exactly match the priority are forwarded. The priority level must be one of the following: Forward messages of any priority. Forward messages of emergency priority. Forward messages of alert priority. Forward messages of critical priority. Forward messages of error priority. Forward messages of warn- ing priority. Forward messages of notice priority. Forward messages of information priority. Forward messages of debug priority. EXAMPLES
This example causes syslogd to forward events to EVM as follows: All messages of emergency priority are forwarded. All messages generated in the kernel which have a priority of info or greater are forwarded. All messages generated by users, by the mail subsystem or by the system daemons which have a priority of info or greater are forwarded. *.emerg kern.info+ user.notice+ mail.notice+ daemon.notice+ FILES
Location of the system logger configuration file. Location of the EVM syslog subscription configuration file. Location of the EVM logger configuration file. SEE ALSO
Commands: evmd(8), evmlogger(8), syslog(1), syslogd(8) Routines: syslog(3) Event Management: EVM(5) delim off syslog_evm.conf(4)
Man Page