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

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

Summary

Details

Page properties
Content
... ... @@ -5,17 +5,14 @@
5 5  == Introduction ==
6 6  
7 7  == Linux ==
8 -
9 9  === Vérification de présence des drivers VirtIO au démarrage ===
10 10  
11 11  ==== CentOS / RHEL 5 ====
12 12  
13 -{{code}}
14 -mkinitrd -f --allow-missing --with=xen-vbd --preload=xen-vbd --with=xen-platform-pci --preload=xen-platform-pci \
12 + {{code}}mkinitrd -f --allow-missing --with=xen-vbd --preload=xen-vbd --with=xen-platform-pci --preload=xen-platform-pci \
15 15   --with=virtio_blk --preload=virtio_blk \
16 16   --with=virtio_pci --preload=virtio_pci \
17 - --with=virtio_console --preload=virtio_console /boot/initramfs-$(uname -r).img $(uname -r)
18 -{{/code}}
15 + --with=virtio_console --preload=virtio_console /boot/initramfs-$(uname -r).img $(uname -r){{/code}}
19 19  
20 20  ==== CentOS / RHEL 6 et 7 ====
21 21  
... ... @@ -32,16 +32,3 @@
32 32  {{/code}}
33 33  
34 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 -