Overview
Along with Parallels Server Bare Metal configuration files responsible for the Parallels Server Bare Metal system configuration, there are a number of scripts allowing you to customize the behavior of Containers and virtual machines in different ways. These are the following scripts:
Script Name
|
Description
|
/vz/private/
CT_ID
/scripts/
script_name
|
Container action scripts. These scripts allow you to run user-defined actions on particular events. The currently defined actions are
start
,
stop
,
mount
,
unmount
.
|
/etc/vz/conf/dists/scripts/
<
script
>
|
Scripts to be executed on performing certain Container-related operations (e.g., when adding a new IP address to the Container). These operations should be specified in the corresponding Linux distribution configuration file.
|
/etc/rc.d/init.d/vz
|
The Parallels Server Bare Metal start/stop script. This script is responsible for proper Parallels Server Bare Metal startup and shutdown procedures, including modules loading and Container start/stop procedures.
|
/etc/vmprivate/
VM_Name
/scripts/
script_name
|
Virtual machine actions scripts. These scripts allow you to run user-defined actions on particular events. The currently defined actions are
start
and
stop
.
|
|