Last modified by Equipe Opération on 06 - 11 - 2019

From version 1.1
edited by Equipe Opération
on 21 - 08 - 2019
Change comment: There is no comment for this version
To version 2.2
edited by Equipe Opération
on 06 - 11 - 2019
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,13 +1,15 @@
1 +{{box cssClass="floatinginfobox" title="**Table des matières**" width="60%"}}
2 +{{toc start="2" depth="6" numbered="true" scope="page"/}}
3 +{{/box}}
1 1  
2 -~== Introduction ==
5 +== Introduction ==
3 3  
7 +== Linux ==
4 4  
5 -~== Linux ==
9 +=== Vérification de présence des drivers VirtIO au démarrage ===
6 6  
7 -~=== Vérification de présence des drivers VirtIO au démarrage ===
11 +==== CentOS / RHEL 5 ====
8 8  
9 -~==== CentOS / RHEL 5 ====
10 -
11 11  {{code}}
12 12  mkinitrd -f --allow-missing --with=xen-vbd --preload=xen-vbd --with=xen-platform-pci --preload=xen-platform-pci \
13 13   --with=virtio_blk --preload=virtio_blk \
... ... @@ -15,7 +15,7 @@
15 15   --with=virtio_console --preload=virtio_console /boot/initramfs-$(uname -r).img $(uname -r)
16 16  {{/code}}
17 17  
18 -~==== CentOS / RHEL 6 et 7 ====
20 +==== CentOS / RHEL 6 et 7 ====
19 19  
20 20  {{code}}
21 21  mkinitrd -f --allow-missing --with=xen-blkfront --preload=xen-blkfront --with=virtio_blk --preload=virtio_blk \
... ... @@ -22,7 +22,7 @@
22 22   --with=virtio_pci --preload=virtio_pci --with=virtio_console --preload=virtio_console /boot/initramfs-$(uname -r).img $(uname -r)
23 23  {{/code}}
24 24  
25 -~==== Base Debian & Ubuntu ====
27 +==== Base Debian & Ubuntu ====
26 26  
27 27  {{code}}
28 28  echo -e 'xen-blkfront\nvirtio_blk\nvirtio_pci\nvirtio_console' >> /etc/initramfs-tools/modules
... ... @@ -29,4 +29,17 @@
29 29  mkinitramfs -o /boot/initrd.img-$(uname -r)
30 30  {{/code}}
31 31  
32 -~== Windows ==
34 +== Windows ==
35 +
36 +== VMWare ==
37 +
38 +=== Changed Block Tracking ===
39 +
40 +Lors de l'activation de la sauvegarde utilisant CBT, il vous est nécessaire de ne pas avoir de snapshot effectués dans la machine, sinon l'erreur suivante surviendra :
41 +
42 +
43 +(% class="MsoNormal" style="margin-bottom:12.0pt;line-height:13.5pt;background: white" %)
44 +(% style="color:#242c3b; font-family:~"Verdana~",sans-serif; font-size:9.0pt; mso-fareast-font-family:~"Times New Roman~"" %)The virtual machine must have had no (zero) snapshots when changed block tracking was enabled
45 +
46 +(% class="MsoNormal" style="margin-bottom:12.0pt;line-height:13.5pt;background: white" %)
47 +