Statistics
| Branch: | Tag: | Revision:

root / man / gnt-os.sgml @ f3044516

History | View | Annotate | Download (3.9 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 e0897adf Michael Hanselmann
  <!ENTITY dhdate      "<date>June 08, 2010</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 c56f51ef René Nussbaumer
      <year>2010</year>
26 a8083063 Iustin Pop
      <holder>Google Inc.</holder>
27 a8083063 Iustin Pop
    </copyright>
28 a8083063 Iustin Pop
    &dhdate;
29 a8083063 Iustin Pop
  </refentryinfo>
30 a8083063 Iustin Pop
  <refmeta>
31 a8083063 Iustin Pop
    &dhucpackage;
32 a8083063 Iustin Pop
33 a8083063 Iustin Pop
    &dhsection;
34 e0897adf Michael Hanselmann
    <refmiscinfo>Ganeti 2.2</refmiscinfo>
35 a8083063 Iustin Pop
  </refmeta>
36 a8083063 Iustin Pop
  <refnamediv>
37 a8083063 Iustin Pop
    <refname>&dhpackage;</refname>
38 a8083063 Iustin Pop
39 e0897adf Michael Hanselmann
    <refpurpose>Instance operating system administration</refpurpose>
40 a8083063 Iustin Pop
  </refnamediv>
41 a8083063 Iustin Pop
  <refsynopsisdiv>
42 a8083063 Iustin Pop
    <cmdsynopsis>
43 a8083063 Iustin Pop
      <command>&dhpackage; </command>
44 a8083063 Iustin Pop
45 a8083063 Iustin Pop
      <arg choice="req">command</arg>
46 a8083063 Iustin Pop
      <arg>arguments...</arg>
47 a8083063 Iustin Pop
    </cmdsynopsis>
48 a8083063 Iustin Pop
  </refsynopsisdiv>
49 a8083063 Iustin Pop
  <refsect1>
50 a8083063 Iustin Pop
    <title>DESCRIPTION</title>
51 a8083063 Iustin Pop
52 a8083063 Iustin Pop
    <para>
53 a8083063 Iustin Pop
      The <command>&dhpackage;</command> is used for managing the list
54 a8083063 Iustin Pop
      of available operating system flavours for the instances in the
55 e0897adf Michael Hanselmann
      Ganeti cluster.
56 a8083063 Iustin Pop
    </para>
57 a8083063 Iustin Pop
58 a8083063 Iustin Pop
  </refsect1>
59 a8083063 Iustin Pop
  <refsect1>
60 a8083063 Iustin Pop
    <title>COMMANDS</title>
61 a8083063 Iustin Pop
62 a8083063 Iustin Pop
    <cmdsynopsis>
63 a8083063 Iustin Pop
      <command>list</command>
64 a8083063 Iustin Pop
    </cmdsynopsis>
65 a8083063 Iustin Pop
66 a8083063 Iustin Pop
    <para>
67 a8083063 Iustin Pop
      Gives the list of available/supported OS to use in the
68 a8083063 Iustin Pop
      instances. When creating the instance you can give the OS-name
69 a8083063 Iustin Pop
      as an option.
70 a8083063 Iustin Pop
    </para>
71 a8083063 Iustin Pop
72 a8083063 Iustin Pop
    <cmdsynopsis>
73 a8083063 Iustin Pop
      <command>diagnose</command>
74 a8083063 Iustin Pop
    </cmdsynopsis>
75 a8083063 Iustin Pop
76 a8083063 Iustin Pop
    <para>
77 a8083063 Iustin Pop
      This command will help you see why an installed OS is not
78 a8083063 Iustin Pop
      available in the cluster. The <command>list</command> command
79 a8083063 Iustin Pop
      shows only the OS-es that the cluster sees available on all
80 a8083063 Iustin Pop
      nodes. It could be that some OS is missing from a node, or is
81 a8083063 Iustin Pop
      only partially installed, and this command will show the details
82 a8083063 Iustin Pop
      of all the OSes and the reasons they are or are not valid.
83 a8083063 Iustin Pop
    </para>
84 a8083063 Iustin Pop
85 c56f51ef René Nussbaumer
    <cmdsynopsis>
86 ae5b1530 Iustin Pop
      <command>info</command>
87 ae5b1530 Iustin Pop
    </cmdsynopsis>
88 ae5b1530 Iustin Pop
89 ae5b1530 Iustin Pop
    <para>
90 ae5b1530 Iustin Pop
      This command will list detailed information about each OS
91 ae5b1530 Iustin Pop
      available in the cluster, including its validity status, the
92 ae5b1530 Iustin Pop
      supported API versions, the supported parameters (if any) and
93 ae5b1530 Iustin Pop
      their documentations, etc.
94 ae5b1530 Iustin Pop
    </para>
95 ae5b1530 Iustin Pop
96 ae5b1530 Iustin Pop
    <cmdsynopsis>
97 c56f51ef René Nussbaumer
      <command>modify</command>
98 c56f51ef René Nussbaumer
      <arg>-H <replaceable>HYPERVISOR</replaceable><arg>:<arg choice="plain" rep="repeat">option=<replaceable>value</replaceable></arg></arg></arg>
99 c56f51ef René Nussbaumer
      <arg choice="req"><replaceable>OS</replaceable></arg>
100 c56f51ef René Nussbaumer
    </cmdsynopsis>
101 c56f51ef René Nussbaumer
102 c56f51ef René Nussbaumer
    <para>
103 c56f51ef René Nussbaumer
      This command will allow you to modify OS parameters. At the moment
104 c56f51ef René Nussbaumer
      we just support per-os-hypervisor settings. You can run modify
105 c56f51ef René Nussbaumer
      <option>-H</option> with the same syntax as in
106 c56f51ef René Nussbaumer
      <command>gnt-cluster init</command> to override default hypervisor
107 c56f51ef René Nussbaumer
      parameters of the cluster for specified
108 c56f51ef René Nussbaumer
      <replaceable>OS</replaceable> argument.
109 c56f51ef René Nussbaumer
    </para>
110 c56f51ef René Nussbaumer
111 c56f51ef René Nussbaumer
    <para>
112 c56f51ef René Nussbaumer
      Note: The <replaceable>OS</replaceable> doesn't have to exists.
113 c56f51ef René Nussbaumer
      This allows preseeding the settings for
114 c56f51ef René Nussbaumer
      <replaceable>OS</replaceable>es not yet known to
115 c56f51ef René Nussbaumer
      <command>gnt-os</command>.
116 c56f51ef René Nussbaumer
    </para>
117 c56f51ef René Nussbaumer
118 a8083063 Iustin Pop
  </refsect1>
119 a8083063 Iustin Pop
120 a8083063 Iustin Pop
  &footer;
121 a8083063 Iustin Pop
122 a8083063 Iustin Pop
</refentry>
123 a8083063 Iustin Pop
124 a8083063 Iustin Pop
<!-- Keep this comment at the end of the file
125 a8083063 Iustin Pop
Local variables:
126 a8083063 Iustin Pop
mode: sgml
127 a8083063 Iustin Pop
sgml-omittag:t
128 a8083063 Iustin Pop
sgml-shorttag:t
129 a8083063 Iustin Pop
sgml-minimize-attributes:nil
130 a8083063 Iustin Pop
sgml-always-quote-attributes:t
131 a8083063 Iustin Pop
sgml-indent-step:2
132 a8083063 Iustin Pop
sgml-indent-data:t
133 a8083063 Iustin Pop
sgml-parent-document:nil
134 a8083063 Iustin Pop
sgml-default-dtd-file:nil
135 a8083063 Iustin Pop
sgml-exposed-tags:nil
136 a8083063 Iustin Pop
sgml-local-catalogs:nil
137 a8083063 Iustin Pop
sgml-local-ecat-files:nil
138 a8083063 Iustin Pop
End:
139 a8083063 Iustin Pop
-->