User`s guide
Reference 87
NUMFILE
Number of files opened by all VPS processes.
512…8192
NUMFLOCK
Number of file locks created by all VPS processes.
50…200 – 60…220
NUMPTY
Number of pseudo-terminals. For example, ssh
session,
screen, xterm application consumes
pseudo-terminal resource.
4…64
NUMSIGINFO
Number of siginfo structures (essentially this
parameter limits size of signal delivery queue).
256…512
DCACHESIZE
Total size of dentry and inode structures locked
in memory. As example, application, first opening
the
/etc/passwd file, locks entries
corresponding to
etc and passwd inodes. If a
second application opens the
/etc/shadow file –
only entry corresponding to
shadow is charged,
because
etc is charged already.
184320…3932160-
196608…4194304
PHYSPAGES
Total size of RAM used by processes. This is
accounting-only parameter currently. It shows the
usage of RAM by VPS. For memory pages used by
several different VPSs (mappings of shared
libraries, for example), only a fraction of a page is
charged to each VPS. The sum of the
physpages
usage for all VPSs corresponds to the total number
of pages used in the system by all accounted users.
Not limited
NUMIPTENT
The number of IP packet filtering entries.
12…128
Network-related parameters allow you to set bandwidth management parameters, hostname and
IP addresses that Virtual Private Server can use as well as to indicate those
iptables modules
that can be loaded to the VPS:
HOSTNAME
If this parameter is specified, then vzctl will set the hostname to its value
upon the next VPS start. This parameter can be omitted. In this case, VPS
administrator should configure the hostname manually.
IP_ADDRESS
This is the list of IP addresses, which can be used on VPS network
interfaces. This list is an argument of the VPS start call and it is impossible
to assign IP address from inside the VPS if the address is not in the list. Any
IP address assigned from within VPS will be visible only within the VPS.
NAMESERVER
DNS server IP address for VPS. More than one server may be specified in
space-separated format.
SEARCHDOMAIN
DNS search domains for VPS. More than one domain may be specified.
NETDEV
The names of physical network adapters that have been moved from the
Hardware Node to the given VPS.
IPTABLES
Overrides the IPTABLES parameter from the global configuration file.
Managing OpenVZ Scripts
This section provides information on OpenVZ scripts used to automate and perform some
operations and procedures within your system.