Sponsored Content
Full Discussion: initscript again
Top Forums UNIX for Dummies Questions & Answers initscript again Post 49805 by kduffin on Saturday 10th of April 2004 09:31:01 PM
Old 04-10-2004
1. It appears that echo is just being used to throw a newline.
2. As for the kill -HUP. Take a look at a brief outlook from man -s 3head signal

SIGHUP 1 Exit Hangup (see termio(7I))

A Hangup tells most daemons to re-read their configuration files.

Keith
 

2 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

initscript

hi...my project requires me to open the initscript of any server or daemon like xinetd and understand all the init tags etc and the coding that i have no idea about....any suggestions on how to proceed??? (2 Replies)
Discussion started by: urwannabefriend
2 Replies

2. UNIX for Dummies Questions & Answers

initscript questions

can anyone tell me what the following mean..... 1. ! bash/bin and what is its significance... 2. what are runlevels like 1, 2, 3, 4....what do they mean??? this was picked up from the /etc/init.d/crond file......its an initscript. (5 Replies)
Discussion started by: urwannabefriend
5 Replies
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)
All times are GMT -4. The time now is 11:39 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy