Statistics
| Branch: | Tag: | Revision:

root / man / gnt-os.sgml @ d04aaa2f

History | View | Annotate | Download (2.7 kB)

1 a8083063 Iustin Pop
<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.2//EN" [
2 a8083063 Iustin Pop
3 a8083063 Iustin Pop
  <!-- Fill in your name for FIRSTNAME and SURNAME. -->
4 a8083063 Iustin Pop
  <!-- Please adjust the date whenever revising the manpage. -->
5 d3b4cf9f Iustin Pop
  <!ENTITY dhdate      "<date>February 12, 2009</date>">
6 a8083063 Iustin Pop
  <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
7 a8083063 Iustin Pop
       allowed: see man(7), man(1). -->
8 a8083063 Iustin Pop
  <!ENTITY dhsection   "<manvolnum>8</manvolnum>">
9 a8083063 Iustin Pop
  <!ENTITY dhucpackage "<refentrytitle>gnt-os</refentrytitle>">
10 a8083063 Iustin Pop
  <!ENTITY dhpackage   "gnt-os">
11 a8083063 Iustin Pop
12 a8083063 Iustin Pop
  <!ENTITY debian      "<productname>Debian</productname>">
13 a8083063 Iustin Pop
  <!ENTITY gnu         "<acronym>GNU</acronym>">
14 a8083063 Iustin Pop
  <!ENTITY gpl         "&gnu; <acronym>GPL</acronym>">
15 a8083063 Iustin Pop
  <!ENTITY footer SYSTEM "footer.sgml">
16 a8083063 Iustin Pop
]>
17 a8083063 Iustin Pop
18 a8083063 Iustin Pop
<refentry>
19 a8083063 Iustin Pop
  <refentryinfo>
20 a8083063 Iustin Pop
    <copyright>
21 a8083063 Iustin Pop
      <year>2006</year>
22 a8083063 Iustin Pop
      <year>2007</year>
23 d3b4cf9f Iustin Pop
      <year>2008</year>
24 d3b4cf9f Iustin Pop
      <year>2009</year>
25 a8083063 Iustin Pop
      <holder>Google Inc.</holder>
26 a8083063 Iustin Pop
    </copyright>
27 a8083063 Iustin Pop
    &dhdate;
28 a8083063 Iustin Pop
  </refentryinfo>
29 a8083063 Iustin Pop
  <refmeta>
30 a8083063 Iustin Pop
    &dhucpackage;
31 a8083063 Iustin Pop
32 a8083063 Iustin Pop
    &dhsection;
33 d3b4cf9f Iustin Pop
    <refmiscinfo>ganeti 2.0</refmiscinfo>
34 a8083063 Iustin Pop
  </refmeta>
35 a8083063 Iustin Pop
  <refnamediv>
36 a8083063 Iustin Pop
    <refname>&dhpackage;</refname>
37 a8083063 Iustin Pop
38 a8083063 Iustin Pop
    <refpurpose>instance operating system administration</refpurpose>
39 a8083063 Iustin Pop
  </refnamediv>
40 a8083063 Iustin Pop
  <refsynopsisdiv>
41 a8083063 Iustin Pop
    <cmdsynopsis>
42 a8083063 Iustin Pop
      <command>&dhpackage; </command>
43 a8083063 Iustin Pop
44 a8083063 Iustin Pop
      <arg choice="req">command</arg>
45 a8083063 Iustin Pop
      <arg>arguments...</arg>
46 a8083063 Iustin Pop
    </cmdsynopsis>
47 a8083063 Iustin Pop
  </refsynopsisdiv>
48 a8083063 Iustin Pop
  <refsect1>
49 a8083063 Iustin Pop
    <title>DESCRIPTION</title>
50 a8083063 Iustin Pop
51 a8083063 Iustin Pop
    <para>
52 a8083063 Iustin Pop
      The <command>&dhpackage;</command> is used for managing the list
53 a8083063 Iustin Pop
      of available operating system flavours for the instances in the
54 a8083063 Iustin Pop
      ganeti cluster.
55 a8083063 Iustin Pop
    </para>
56 a8083063 Iustin Pop
57 a8083063 Iustin Pop
  </refsect1>
58 a8083063 Iustin Pop
  <refsect1>
59 a8083063 Iustin Pop
    <title>COMMANDS</title>
60 a8083063 Iustin Pop
61 a8083063 Iustin Pop
    <cmdsynopsis>
62 a8083063 Iustin Pop
      <command>list</command>
63 a8083063 Iustin Pop
    </cmdsynopsis>
64 a8083063 Iustin Pop
65 a8083063 Iustin Pop
    <para>
66 a8083063 Iustin Pop
      Gives the list of available/supported OS to use in the
67 a8083063 Iustin Pop
      instances. When creating the instance you can give the OS-name
68 a8083063 Iustin Pop
      as an option.
69 a8083063 Iustin Pop
    </para>
70 a8083063 Iustin Pop
71 a8083063 Iustin Pop
    <cmdsynopsis>
72 a8083063 Iustin Pop
      <command>diagnose</command>
73 a8083063 Iustin Pop
    </cmdsynopsis>
74 a8083063 Iustin Pop
75 a8083063 Iustin Pop
    <para>
76 a8083063 Iustin Pop
      This command will help you see why an installed OS is not
77 a8083063 Iustin Pop
      available in the cluster. The <command>list</command> command
78 a8083063 Iustin Pop
      shows only the OS-es that the cluster sees available on all
79 a8083063 Iustin Pop
      nodes. It could be that some OS is missing from a node, or is
80 a8083063 Iustin Pop
      only partially installed, and this command will show the details
81 a8083063 Iustin Pop
      of all the OSes and the reasons they are or are not valid.
82 a8083063 Iustin Pop
    </para>
83 a8083063 Iustin Pop
84 a8083063 Iustin Pop
  </refsect1>
85 a8083063 Iustin Pop
86 a8083063 Iustin Pop
  &footer;
87 a8083063 Iustin Pop
88 a8083063 Iustin Pop
</refentry>
89 a8083063 Iustin Pop
90 a8083063 Iustin Pop
<!-- Keep this comment at the end of the file
91 a8083063 Iustin Pop
Local variables:
92 a8083063 Iustin Pop
mode: sgml
93 a8083063 Iustin Pop
sgml-omittag:t
94 a8083063 Iustin Pop
sgml-shorttag:t
95 a8083063 Iustin Pop
sgml-minimize-attributes:nil
96 a8083063 Iustin Pop
sgml-always-quote-attributes:t
97 a8083063 Iustin Pop
sgml-indent-step:2
98 a8083063 Iustin Pop
sgml-indent-data:t
99 a8083063 Iustin Pop
sgml-parent-document:nil
100 a8083063 Iustin Pop
sgml-default-dtd-file:nil
101 a8083063 Iustin Pop
sgml-exposed-tags:nil
102 a8083063 Iustin Pop
sgml-local-catalogs:nil
103 a8083063 Iustin Pop
sgml-local-ecat-files:nil
104 a8083063 Iustin Pop
End:
105 a8083063 Iustin Pop
-->