Consulenze presso Eunet srl, via dell'Artigianato 15, 09122 Cagliari 070 753609 Lun - Ven 08:30-13:00 / 14.30-17.00

Ghetto-VCB restore, ripristino di un backup

Questa pagina traduce quanto riportato nella docuentazione ufficiale di ghettoVCB-restore. Nella stessa cartella che abbiamo creato per il ghettoVCB creiamo un file tipo "vm_to_restore". Accediamo in ssh all'host ESX* andiamo nella cartella indicata e diamo il comando

touch vm_to_restore

all'interno inseriamo il percorso di origine,dove sono i backup eseguiti con ghettoVCB, il datastore dove vogliamo ripristinare i salvataggi ed il formato del disco.

 

nano vm_to_restore

 

"/vmfs/volumes/storage-dove-sono-backup/vm-da-ripristinare/vm-da-ripristinare-2012-02-17_19-00-01;/vmfs/volumes/datastore-dove-ripristinare;3"

 

[CTRL X e CTRL V] tasto control e tasto x , poi tasto control e tasto v ,per salvare ed uscire. ricordate gli apici ad inzio e fine.

 l'ultimo valore ;3 è il formato che avrà il file ripristinato, come riportato sotto.

storage dove sono i backup riportati nel formato di ghetto nome-data_ora storage destinazione

formato disco del retore

1=ZEROEDTHICK

 2= 2GB SPARSE

 3=THIN

4=EAGERZEROEDTHICK

 esempio pratico:

[root@VM-Esx-01 ghettoVCB]# ./ghettoVCB-restore.sh -c vm_to_restore
################## Restoring VM:nome-server #####################

Start time: Tue Feb 21 10:52:31 CET 2012
Restoring VM from: "/vmfs/volumes/VmwareOpenfiler/nome-server/nome-server-2012-02-17_19-00-01"

Restoring VM to Datastore: "/vmfs/volumes/datastore1" using Disk Format: "thin"
Creating VM directory: "/vmfs/volumes/datastore1/nome-server-2012-02-17_19-00-01" ...
Copying "nome-server.vmx" file ...
Restoring VM's VMDK(s) ...
Updating VMDK entry in "nome-server.vmx" file ...
Destination disk format: VMFS thin-provisioned
Cloning disk '/vmfs/volumes/VmwareOpenfiler/nome-server/nome-server-2012-02-17_19-00-01/nome-server.vmdk'...
Clone: 100% done.
Registering nome-server ...
688
End time: Tue Feb 21 11:16:40 CET 2012
################## Completed restore for nome-server! #####################


Start time: Tue Feb 21 10:52:31 CET 2012
End time: Tue Feb 21 11:16:40 CET 2012
Duration : 24.15 Minutes


---------------------------------------------------------------------------------------------------------------

 

[root@VM-Esx-01 ghettoVCB]# ls -ls /vmfs/volumes/datastore1/nome-server-2012-02-17_19-00-01/
total 15457472
1024 -rw------- 1 root root 1223344 Feb 21 11:16 nome-server-0-ctk.vmdk
15456256 -rw------- 1 root root 20034846720 Feb 21 11:16 nome-server-0-flat.vmdk
64 -rw------- 1 root root 713 Feb 21 11:16 nome-server-0.vmdk
0 -rw-r--r-- 1 root root 0 Feb 21 11:16 nome-server.vmsd
64 -rw-r--r-- 1 root root 3002 Feb 21 11:16 nome-server.vmx
64 -rw-r--r-- 1 root root 266 Feb 21 11:16 nome-server.vmxf

Se andiamo nell'inventario delle macchine virtuali vediamo che è stata aggiunta la Virtual Machine apena ripristinata.

Un mio consiglio è quello di eseguire questo test saltuariamente per verificare che il processo backup e restore funzioni correttamente.

 

 

(0 Votes)