Skip to content

Reinstall Master Hook

Supported Versions Last Updated
1.16.03 & higher 2014/08/19

Reboot

Script Description Variables
openvz_reinstall_pre.php Hook will run before the openvz virtual server is reinstalled

 Various:

$params[KEY]=VALUE

openvz_reinstall_post.php Hook will run after the openvz virtual server is reinstalled

 Various:

$params[KEY]=VALUE

xenpv_reinstall_pre.php Hook will run before the xen pv virtual server is reinstalled

 Various:

$params[KEY]=VALUE

xenpv_reinstall_post.php Hook will run after the xen pv virtual server is reinstalled

 Various:

$params[KEY]=VALUE

xenhvm_reinstall_pre.php Hook will run before the xen hvm virtual server is reinstalled

 Various:

$params[KEY]=VALUE

xenhvm_reinstall_post.php Hook will run after the xen hvm virtual server is reinstalled

 Various:

$params[KEY]=VALUE

kvm_reinstall_pre.php Hook will run before the kvm virtual server is reinstalled

 Various:

$params[KEY]=VALUE

kvm_reinstall_post.php Hook will run after the kvm virtual server is reinstalled

 Various:

$params[KEY]=VALUE

Back to top