Initial commit.
[ganeti-local] / man / ganeti.sgml
1 <!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
2
3   <!-- Fill in your name for FIRSTNAME and SURNAME. -->
4   <!-- Please adjust the date whenever revising the manpage. -->
5   <!ENTITY dhdate      "<date>June 16, 2007</date>">
6   <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
7        allowed: see man(7), man(1). -->
8   <!ENTITY dhsection   "<manvolnum>7</manvolnum>">
9   <!ENTITY dhucpackage "<refentrytitle>ganeti</refentrytitle>">
10   <!ENTITY dhpackage   "ganeti">
11
12   <!ENTITY debian      "<productname>Debian</productname>">
13   <!ENTITY gnu         "<acronym>GNU</acronym>">
14   <!ENTITY gpl         "&gnu; <acronym>GPL</acronym>">
15   <!ENTITY footer SYSTEM "footer.sgml">
16 ]>
17
18 <refentry>
19   <refentryinfo>
20     <copyright>
21       <year>2006</year>
22       <year>2007</year>
23       <holder>Google Inc.</holder>
24     </copyright>
25     &dhdate;
26   </refentryinfo>
27   <refmeta>
28     &dhucpackage;
29
30     &dhsection;
31     <refmiscinfo>ganeti 1.2</refmiscinfo>
32   </refmeta>
33   <refnamediv>
34     <refname>&dhpackage;</refname>
35
36     <refpurpose>cluster-based virtualization management</refpurpose>
37
38   </refnamediv>
39   <refsynopsisdiv>
40     <screen>
41 # gnt-cluster init cluster1.example.com
42 # gnt-node add node2.example.com
43 # gnt-os add -o debian-etch -p /srv/ganeti/os/debian-etch
44 # gnt-instance add -n node2.example.com -o debian-etch -s 128 -m 8 \
45 &gt; -t plain instance1.example.com
46     </screen>
47   </refsynopsisdiv>
48   <refsect1>
49     <title>DESCRIPTION</title>
50
51     <para>
52       The ganeti software manages physical nodes and virtual instances
53       of a cluster based on a virtualization software. The current
54       version (1.2) supports Xen 3.0.
55     </para>
56
57   </refsect1>
58   <refsect1>
59     <title>Quick start</title>
60
61     <para>
62       First you must install the software on all the cluster nodes,
63       either from sources or (if available) from a package. The next
64       step is to create the initial cluster configuration, using
65       <computeroutput>gnt-cluster init</computeroutput>.
66     </para>
67
68     <para>
69       Then you can add other nodes, or start creating instances.
70     </para>
71
72   </refsect1>
73
74   &footer;
75
76 </refentry>
77
78 <!-- Keep this comment at the end of the file
79 Local variables:
80 mode: sgml
81 sgml-omittag:t
82 sgml-shorttag:t
83 sgml-minimize-attributes:nil
84 sgml-always-quote-attributes:t
85 sgml-indent-step:2
86 sgml-indent-data:t
87 sgml-parent-document:nil
88 sgml-default-dtd-file:nil
89 sgml-exposed-tags:nil
90 sgml-local-catalogs:nil
91 sgml-local-ecat-files:nil
92 End:
93 -->