Using configuration sample files shipped with Parallels Server Bare Metal. These files are used when a new Container is being created (for details, see
Creating and Configuring New Containers
). Currently, the following configuration sample files are provided:
Any sample configuration file can also be applied to an existing Container. You would do this if, for example, you want to upgrade or downgrade the overall resources configuration of a particular Container:
# pctl set 101 --applyconfig basic --save
This command applies all the parameters from the
ve-basic.conf-sample
file to Container 101.
When you install Parallels Server Bare Metal on your server, the default Container samples are put to the
/etc/vz/conf
directory. They have the following format:
ve-<
name
>.conf-sample
(for example,
ve-basic.conf-sample
). In this connection you should keep in mind the following when working with Container samples:
-
When you create a Container using the
pctl create
command utility and base it on some Container sample, this sample is taken from the
/etc/vz/conf
directory.