- moved here from sysv/
[util-vserver.git] / linuxconf / newvserver.8
1 .TH "newvserver" "8" "0.1.0" "Jacques Gelinas <jack@solucorp.qc.ca>" "System Administration"
2 .SH "NAME"
3 .LP 
4 newvserver \- The newvserver is an interactive tool to create new vservers.
5 .SH "SYNTAX"
6 .LP 
7 newvserver [ options ]
8
9 .SH "DESCRIPTION"
10 .LP 
11 newvserver \- The newvserver creates new vservers interactivly. It provides
12 a graphical user interface as well as a text user interface. You can
13 configure most aspect of the vserver (name, description, hostname, IP number,
14 root password, ...), select a source and then perform the creation.
15
16 A vserver may be created by cloning another one, cloning the root server
17 or by performing a minimal installation from a distribution CD (RedHat
18 supported so far).
19
20 .SH "Default values"
21 .LP
22 The file /etc/vservers/newvserver.defaults is sourced to get default
23 input value for many fields. If you are creating many vservers
24 (you will :-) ), you may want to edit this file and enter suitable
25 values such as your domain name, IP network, etc...
26
27
28 .SH "OPTIONS"
29 .LP 
30 .TP
31 .I --help:
32 Presents a summary of the options.
33 .TP
34 .I --name:
35 Set the name of the new vserver.
36 .TP
37 .I --desc:
38 Set the description.
39 .TP
40 .I --unify 1/0:
41 Turn on unification on and off.
42 .TP
43 .I --hostname:
44 Set the host name of the new vserver
45 .TP
46 .I --ip:
47 Set the IP number(s)
48 .TP
49 .I --ondev:
50 Install the IP numbers as IP aliases on device.
51 .TP
52 .I --clone:
53 Create the vserver from another one or a distribution CD.
54 .TP
55 The distribution CD are identified by special strings:
56     #rh8.0m: RedHat 8 minimal
57     #rh8.0f: RedHat 8 complete first CD
58     #rh7.3m: RedHat 7.3 minimal
59     #rh7.3f: RedHat 7.3 complete first CD
60     #rh7.2m: RedHat 7.2 minimal
61     #rh7.2f: RedHat 7.2 complete first CD
62
63 .SH "FILES"
64 .LP 
65 \fI/etc/vservers/*.conf\fP 
66 .P
67 \fI/etc/vservers/*.sh\fP 
68 .P
69 \fI/etc/vservers/newvserver.defaults\fP 
70 .P
71 \fI/vservers/*\fP 
72
73 .SH "AUTHORS"
74 .LP 
75 This Man page was written by Jacques Gelinas.
76 .SH "SEE ALSO"
77 .LP 
78 vserver(8)
79 vserver\-stat(8)
80 distrib-info(8)
81 vbuild(8)
82