Skip to content
Snippets Groups Projects
ganeti.sgml 2.41 KiB
<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [

  <!-- Fill in your name for FIRSTNAME and SURNAME. -->
  <!-- Please adjust the date whenever revising the manpage. -->
  <!ENTITY dhdate      "<date>June 16, 2007</date>">
  <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
       allowed: see man(7), man(1). -->
  <!ENTITY dhsection   "<manvolnum>7</manvolnum>">
  <!ENTITY dhucpackage "<refentrytitle>ganeti</refentrytitle>">
  <!ENTITY dhpackage   "ganeti">

  <!ENTITY debian      "<productname>Debian</productname>">
  <!ENTITY gnu         "<acronym>GNU</acronym>">
  <!ENTITY gpl         "&gnu; <acronym>GPL</acronym>">
  <!ENTITY footer SYSTEM "footer.sgml">
]>

<refentry>
  <refentryinfo>
    <copyright>
      <year>2006</year>
      <year>2007</year>
      <holder>Google Inc.</holder>
    </copyright>
    &dhdate;
  </refentryinfo>
  <refmeta>
    &dhucpackage;

    &dhsection;
    <refmiscinfo>ganeti 1.2</refmiscinfo>
  </refmeta>
  <refnamediv>
    <refname>&dhpackage;</refname>

    <refpurpose>cluster-based virtualization management</refpurpose>

  </refnamediv>
  <refsynopsisdiv>
    <screen>
# gnt-cluster init cluster1.example.com
# gnt-node add node2.example.com
# gnt-os add -o debian-etch -p /srv/ganeti/os/debian-etch
# gnt-instance add -n node2.example.com -o debian-etch -s 128 -m 8 \
&gt; -t plain instance1.example.com
    </screen>
  </refsynopsisdiv>
  <refsect1>
    <title>DESCRIPTION</title>

    <para>
      The ganeti software manages physical nodes and virtual instances
      of a cluster based on a virtualization software. The current
      version (1.2) supports Xen 3.0.
    </para>

  </refsect1>
  <refsect1>
    <title>Quick start</title>

    <para>
      First you must install the software on all the cluster nodes,
      either from sources or (if available) from a package. The next
      step is to create the initial cluster configuration, using
      <computeroutput>gnt-cluster init</computeroutput>.
    </para>

    <para>
      Then you can add other nodes, or start creating instances.
    </para>

  </refsect1>

  &footer;

</refentry>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:2
sgml-indent-data:t
sgml-parent-document:nil
sgml-default-dtd-file:nil
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
-->