Difference between revisions of "Man/vzeventd.8"

From OpenVZ Virtuozzo Containers Wiki
< Man
Jump to: navigation, search
(Automated import of articles *** existing text overwritten ***)
(Automated import of articles *** existing text overwritten ***)
Line 64: Line 64:
 
<td width="78%">
 
<td width="78%">
  
<p>Run /usr/lib/vzctl/scripts/vzevent-stop. This script
+
<p>Run /usr/libexec/vzctl/scripts/vzevent-stop. This script
 
takes care of removing ARP and routing records for the given
 
takes care of removing ARP and routing records for the given
 
CT from CT0.</p></td></tr>
 
CT from CT0.</p></td></tr>
Line 93: Line 93:
 
<td width="78%">
 
<td width="78%">
  
<p>Run /usr/lib/vzctl/scripts/vzevent-reboot. This script
+
<p>Run /usr/libexec/vzctl/scripts/vzevent-reboot. This
takes care of rebooting a given CT.</p></td></tr>
+
script takes care of rebooting a given CT.</p></td></tr>
 
</table>
 
</table>
  
Line 145: Line 145:
  
 
<p style="margin-left:11%; margin-top: 1em">Copyright (C)
 
<p style="margin-left:11%; margin-top: 1em">Copyright (C)
2010-2011, Parallels, Inc. Licensed under GNU GPL.</p>
+
2010-2013, Parallels, Inc. Licensed under GNU GPL.</p>
  
 
== AUTHOR ==
 
== AUTHOR ==

Revision as of 01:52, 3 May 2013

NAME

vzeventd − the OpenVZ events daemon.

SYNOPSIS

vzeventd

[−v] [−d]

vzeventd

−h

DESCRIPTION

This daemon takes care of events sent by the OpenVZ kernel (via a netlink socket) and performs required actions associated with those events, by running specific scripts. Every event received contains a container ID, which is passed to the script as VEID environment variable.

Current list of known events and associated vzeventd actions are:

start

Ignore.

stop

Run /usr/libexec/vzctl/scripts/vzevent-stop. This script takes care of removing ARP and routing records for the given CT from CT0.

mount

Ignore.

umount

Ignore.

reboot

Run /usr/libexec/vzctl/scripts/vzevent-reboot. This script takes care of rebooting a given CT.

OPTIONS

−v

Increase verbosity (can be used multiple times).

−d

Debug mode (do not daemonize, run in foreground).

-h

Display help and exit.

EXIT STATUS

Returns 0 upon success.

LICENSE

Copyright (C) 2010-2013, Parallels, Inc. Licensed under GNU GPL.

AUTHOR

This manual page was initially written by Thorsten Schifferdecker <tsd@debian.systs.org> for the Debian GNU/Linux system (but may be used by others).