Revision 727830bf docs/install.sgml

b/docs/install.sgml
184 184
      <para>
185 185
        Under Debian Etch or Sarge+backports you can install the
186 186
        relevant <literal>xen-linux-system</literal> package, which
187
        will pull in both the hypervisor and the relevant kernel.
187
        will pull in both the hypervisor and the relevant
188
        kernel. Also, if you are installing a 32-bit Etch, you should
189
        install the <computeroutput>lib6-xen</computeroutput> package
190
        (run <computeroutput>apt-get install
191
        libc6-xen</computeroutput>).
188 192
      </para>
189 193
      </formalpara>
190 194

  
......
254 258
        Ganeti will do it for you for every instance you set up.  If
255 259
        you have the DRBD utils installed and the module in your
256 260
        kernel you're fine. Please check that your system is
257
        configured to load the module at every boot.
261
        configured to load the module at every boot, and that it
262
        passes the following option to the module:
263
        <computeroutput>minor_count=64</computeroutput> (this will
264
        allow you to use up to 32 instances per node).
258 265
      </para>
259 266

  
260 267
      <formalpara><title>Debian</title>
......
269 276
apt-get install drbd0.7-module-source drbd0.7-utils
270 277
m-a update
271 278
m-a a-i drbd0.7
272
modprobe drbd
279
echo drbd minor_count=64 >> /etc/modules
280
modprobe drbd minor_count=64
273 281
      </screen>
274 282

  
275 283
    </sect2>
......
498 506
      </para>
499 507
      <screen>update-rc.d ganeti defaults 20 80</screen>
500 508

  
509
      <para>
510
        In order to automatically restart failed instances, you need
511
        to setup a cron job run the
512
        <computeroutput>ganeti-watcher</computeroutput> program. A
513
        sample cron file is provided in the source at
514
        <filename>docs/examples/ganeti.cron</filename> and you can
515
        copy that (eventually altering the path) to
516
        <filename>/etc/cron.d/ganeti</filename>
517
      </para>
518

  
501 519
    </sect2>
502 520

  
503 521
    <sect2>

Also available in: Unified diff