~ubuntu-branches/ubuntu/karmic/vzctl/karmic

« back to all changes in this revision

Viewing changes to man/vps.conf.5

  • Committer: Bazaar Package Importer
  • Author(s): Ola Lundqvist
  • Date: 2007-04-10 18:08:16 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070410180816-0uuzj9fnna7gmzxv
Tags: 3.0.16-4
Etch has been released which means that this version can be uploaded
to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.\" $Id: vps.conf.5,v 1.1.2.12 2005/10/17 11:42:41 igor Exp $
2
 
.TH vps.conf 5 "10 Aug 2005" "OpenVZ" "Virtual Private Server"
 
1
.TH vps.conf 5 "12 Sep 2006" "OpenVZ" "Virtual Environments"
3
2
.SH NAME
4
 
vps.conf \- configuration file for a Virtual Private Server.
 
3
vps.conf \- configuration file for a Virtual Environment.
5
4
.SH SYNOPSIS
6
5
/etc/vz/conf/XXX.conf
7
6
.SH DESCRIPTION
8
 
This is a configuration file for a VPS. It is stored as
9
 
\fB/etc/vz/conf/\fR\fIXXX\fB.conf\fR, where \fIXXX\fR
10
 
is the ID of the given VPS.
 
7
This is a configuration file for a VE. It is stored as
 
8
\fB/etc/vz/conf/\fR\fIveid\fB.conf\fR, where \fIveid\fR
 
9
is the ID of the given VE.
11
10
.PP
12
11
Configuration file consists of lines in the form
13
12
.PP
22
21
The meaning of each parameter is described in \fBvzctl(8)\fR, so here only
23
22
the appropriate \fBvzctl set\fR option is given.
24
23
.SS Miscellaneous parameters
 
24
.IP \fBNAME\fR="\fIvename\fR"
 
25
Corresponds to the \fB--name\fR option.
25
26
.IP \fBONBOOT\fR="\fByes\fR|\fBno\fR"
26
 
Specifies whether this VPS will be started during system bootup.
27
 
Default is \fBno\fR, meaning VPS will not be started
 
27
Specifies whether this VE will be started during system bootup.
 
28
Default is \fBno\fR, meaning VE will not be started
28
29
if \fBONBOOT\fR parameter is omitted.
29
30
Corresponds to the \fB--onboot\fR option.
30
31
.IP \fBOSTEMPLATE\fR="\fItmpl_name\fR"
36
37
.IP \fBDISABLED\fR="\fByes\fR|\fBno\fR"
37
38
Corresponds to the \fB--disabled\fR option.
38
39
.IP \fBORIGIN_SAMPLE\fR="\fIname\fR"
39
 
Name of VPS sample config VPS based on.
 
40
Name of VE sample config which the VE is based on.
40
41
.IP \fBCONFIG_CUSTOMIZED\fR="\fByes\fR|\fBno\fR"
41
 
Set to \fByes\fR if VPS config was modified.
 
42
Set to \fByes\fR if the VE config was modified.
42
43
.SS Resource management parameters
43
44
.IP \fBNUMPROC\fR
44
45
Corresponds to the \fB--numproc\fR options.
94
95
Corresponds to the \fB--capability\fR option
95
96
.SS Network related parameters
96
97
.IP \fBIP_ADDRESS\fR="\fIaddress\ [address]\fR"
97
 
Specifies the \fIaddress\fR the VPS will be assigned. Several addresses
 
98
Specifies the \fIaddress\fR the VE will be assigned. Several addresses
98
99
are divided by spaces.
99
100
Corresponds to the \fB--ipadd\fR option.
100
101
.IP \fBHOSTNAME\fR="\fIname\fR"
107
108
are divided by spaces.
108
109
.SH SEE ALSO
109
110
.BR vzctl (8),
110
 
.BR vz (5).
 
111
.BR vz.conf (5).
111
112
.SH LICENSE
112
 
Copyright (C) 2001-2006 by SWsoft. Licensed under GNU GPL.
 
113
Copyright (C) 2001-2007 by SWsoft. Licensed under GNU GPL.