<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Hypervisor.fr &#187; veeam</title>
	<atom:link href="http://www.hypervisor.fr/?feed=rss2&#038;tag=veeam" rel="self" type="application/rss+xml" />
	<link>http://www.hypervisor.fr</link>
	<description>French Bare-Metal weblog</description>
	<lastBuildDate>Wed, 26 Jun 2024 22:42:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>No snapshot = No backup</title>
		<link>http://www.hypervisor.fr/?p=4830</link>
		<comments>http://www.hypervisor.fr/?p=4830#comments</comments>
		<pubDate>Tue, 18 Jun 2013 20:53:23 +0000</pubDate>
		<dc:creator>NiTRo</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[veeam]]></category>
		<category><![CDATA[powershell]]></category>

		<guid isPermaLink="false">http://www.hypervisor.fr/?p=4830</guid>
		<description><![CDATA[Aussi invraisemblable que cela puisse paraître, il peut arriver que vous ayez besoin d’empêcher le backup sur une VM sans être en mesure de l&#8217;exclure, ou le faire exclure, de l&#8217;outil de backup. Aux grands maux, les grands remèdes : on empêche les snapshots en PowerCLI (et à chaud).
Get-VM nobackup&#124;Get-View&#124;?{-not $_.Config.Template -and $_.Runtime.ConnectionState -eq &#34;connected&#34;}&#124;%{$_.ReconfigVM((New-Object [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Aussi invraisemblable que cela puisse paraître, il peut arriver que vous ayez besoin d’empêcher le backup sur une VM sans être en mesure de l&#8217;exclure, ou le faire exclure, de l&#8217;outil de backup. Aux grands maux, les grands remèdes : <a href="http://www.virtuallyghetto.com/2010/10/how-to-control-maximum-number-of-vmware.html" target="_blank">on empêche les snapshots</a> en PowerCLI (et à chaud).</p>
<pre class="brush: powershell; title: ; notranslate">Get-VM nobackup|Get-View|?{-not $_.Config.Template -and $_.Runtime.ConnectionState -eq &quot;connected&quot;}|%{$_.ReconfigVM((New-Object VMware.Vim.VirtualMachineConfigSpec -Property @{extraconfig=@((New-Object VMware.Vim.optionvalue -Property @{Key=&quot;snapshot.maxSnapshots&quot;; Value=&quot;0&quot;}))}))}</pre>
<p>Ça pique mais ça marche :</p>
<blockquote><p>A general system error occurred: Exceeded the maximum number of permitted snapshots</p></blockquote>
<p style="text-align: center;"><a href="http://files.hypervisor.fr/img/nobackup.png" target="_blank"><img class="aligncenter" src="http://files.hypervisor.fr/img/nobackup.png" alt="" width="416" height="274" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hypervisor.fr/?feed=rss2&amp;p=4830</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>VDDK m&#8217;as tué</title>
		<link>http://www.hypervisor.fr/?p=4460</link>
		<comments>http://www.hypervisor.fr/?p=4460#comments</comments>
		<pubDate>Mon, 26 Nov 2012 23:58:31 +0000</pubDate>
		<dc:creator>NiTRo</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[veeam]]></category>
		<category><![CDATA[Bullshit]]></category>
		<category><![CDATA[vadp]]></category>
		<category><![CDATA[vddk]]></category>

		<guid isPermaLink="false">http://www.hypervisor.fr/?p=4460</guid>
		<description><![CDATA[Symantec s&#8217;est mangé une bonne déculottée public par Veeam après avoir FUDé via twitter au sujet d&#8217;un potentiel bug dans l&#8217;API de backup de vSphere 5.1 :
Any vendor claiming support for #vStorage 5.1 API, CANNOT perform consistent backups
Réponse bien précise de veeam :

Our development team wasn’t able to fix these issues but they did realize [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Symantec s&#8217;est mangé <a href="http://www.veeam.com/blog/symantec-admits-all-its-vmware-backup-customers-are-in-danger.html" target="_blank">une bonne déculottée public par Veeam</a> après avoir <a href="https://twitter.com/backupexec/status/271255847508783105" target="_blank">FUDé via twitter</a> au sujet <a href="http://kb.vmware.com/kb/2039931" target="_blank">d&#8217;un potentiel bug dans l&#8217;API de backup de vSphere 5.1</a> :</p>
<blockquote><p>Any vendor claiming support for #vStorage 5.1 API, CANNOT perform consistent backups</p></blockquote>
<p>Réponse bien précise de veeam :</p>
<blockquote>
<p style="text-align: justify;">Our development team wasn’t able to fix these issues but they did realize that separating <strong>the VDDK calls into a separate process monitored by a watchdog process will help to dramatically increase overall reliability</strong>. In case this process hangs, we simply kill the process without affecting the job. With an alternative architecture not featuring such isolation, VDDK code hang will cause they whole backup and restore “job” to hang just as the VMware KB article explains.</p>
<p>Additionally, Veeam sets extra timeouts on some critical VDDK calls to avoid possible deadlocks.</p></blockquote>
<p>Conclusion :</p>
<blockquote>
<p style="text-align: justify;">In short, <strong>Veeam customers are immune to VDDK issues</strong> while Symantec customers need to go back and verify the recoverability all of their VMware VM backups, as per Symantec’s own tweet.</p>
</blockquote>
<p style="text-align: justify;">Ça fait mal.</p>
<p style="text-align: justify;"><img class="aligncenter" src="http://go.veeam.com/rs/veeam/images/logo_virt_lovers_free_products.png" alt="" width="235" height="41" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hypervisor.fr/?feed=rss2&amp;p=4460</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Veeam backup v6</title>
		<link>http://www.hypervisor.fr/?p=3561</link>
		<comments>http://www.hypervisor.fr/?p=3561#comments</comments>
		<pubDate>Tue, 17 Jan 2012 00:19:25 +0000</pubDate>
		<dc:creator>NiTRo</dc:creator>
				<category><![CDATA[Kb]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[veeam]]></category>

		<guid isPermaLink="false">http://www.hypervisor.fr/?p=3561</guid>
		<description><![CDATA[MAJ 09/02/2011 : le patch 3 fraîchement disponible corrige enfin les derniers gros bugs de la v6, mais pas tous&#8230;

If you plan to use Direct SAN access mode, are running a localized version of Microsoft Windows, or are upgrading from a previous version of Veeam Backup &#38; Replication, consider installing the patch.

Vous n&#8217;avez sans doutes pas pu passer [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">MAJ 09/02/2011 : le patch 3 fraîchement disponible corrige enfin les derniers gros bugs de la v6, <a href="http://www.veeam.com/kb_articles.html/KB1374" target="_blank">mais pas tous&#8230;</a></p>
<blockquote>
<p style="text-align: justify;"><a href="http://www.veeam.com/kb_articles.html/KB1442" target="_blank">If you plan to use <strong>Direct SAN access mode</strong>, are running a localized version of Microsoft Windows, or are <strong>upgrading from a previous version</strong> of Veeam Backup &amp; Replication, consider installing the patch</a>.</p>
</blockquote>
<p style="text-align: justify;">Vous n&#8217;avez sans doutes pas pu passer à coté du lancement de la version 6 de Veeam Backup &amp; Replication tant la <a href="http://www.veeam.com/veeam_backup_6_0_whats_new_wn.pdf">liste de nouvelles features est impressionnante</a>. La capacité à faire un <strong>failback</strong> sur les jobs de réplication, le support d&#8217;<strong>Hyper-V</strong> (avec &#8220;CBT&#8221; via un driver &#8220;made in&#8221; Veeam) et le <strong>changement d&#8217;architecture</strong> (proxy/server/repository) étant les 3 changements majeurs.</p>
<p style="text-align: justify;">Attention toute fois, la v6 souffre encore de quelques bugs (plusieurs patch successifs ont été mis à dispo par le support veeam) qui en <a href="http://forums.veeam.com/viewtopic.php?f=2&amp;t=10160&amp;sid=39379b773796911b54c673a65122fa93">ont même découragé certains</a>, nous y avons d&#8217;ailleurs dédié un short link : <a href="http://vm.lc/v6">vm.lc/v6</a></p>
<p style="text-align: justify;">N&#8217;hésitez pas à utiliser <a href="http://www.hypervisor.fr/?p=2020" target="_blank">notre script de linked clone</a> pour tester vos upgrades.</p>
<p style="text-align: justify;">Comme toujours, c&#8217;est dans les petits détails que l&#8217;on peut juger de la finition d&#8217;un produit :</p>
<p style="text-align: center;"><a href="http://files.hypervisor.fr/img/veeam_job_v5.png"><img class="aligncenter" src="http://files.hypervisor.fr/img/veeam_job_v5.png" alt="" width="479" height="244" /></a></p>
<p style="text-align: left;"><a href="http://files.hypervisor.fr/img/veeam_job_v6_0.png"><img class="aligncenter" src="http://files.hypervisor.fr/img/veeam_job_v6_0.png" alt="" width="512" height="193" /></a></p>
<p style="text-align: justify;">Avec le nouveau report de la v6, adieu les taux de transferts cosmique qui plaisait tant aux commerciaux&#8230;</p>
<p style="text-align: justify;">Et pour inaugurer notre nouveau slogant &#8220;There&#8217;s A One-liner For That&#8221;, en voici un qui aura sa place dans vos taches planifiés pour &#8220;retry&#8221; un job &#8220;failed&#8221; :</p>

<div class="wp_syntax"><div class="code"><pre class="powershell" style="font-family:monospace;">Get<span style="color: pink;">-</span>VBRJob<span style="color: pink;">|?</span><span style="color: #000000;">&#123;</span><span style="color: #000080;">$_</span>.GetLastResult<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span> <span style="color: #FF0000;">-eq</span> <span style="color: #800000;">&quot;Failed&quot;</span><span style="color: #000000;">&#125;</span><span style="color: pink;">|%</span><span style="color: #000000;">&#123;</span>Start<span style="color: pink;">-</span>VBRJob <span style="color: #000080;">$_</span> <span style="color: pink;">-</span>RetryBackup <span style="color: pink;">-</span>RunAsync<span style="color: #000000;">&#125;</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.hypervisor.fr/?feed=rss2&amp;p=3561</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>VeeaM legacy VBK naming convention</title>
		<link>http://www.hypervisor.fr/?p=3319</link>
		<comments>http://www.hypervisor.fr/?p=3319#comments</comments>
		<pubDate>Tue, 13 Sep 2011 21:59:07 +0000</pubDate>
		<dc:creator>NiTRo</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[veeam]]></category>

		<guid isPermaLink="false">http://www.hypervisor.fr/?p=3319</guid>
		<description><![CDATA[Lors d&#8217;une des montées de version de veeam backup (v4 &#62; v5 à vue de nez), la convention de nomage des fichiers vbk a changé du mode &#60;nom du job&#62;.vbk à &#60;nom du job&#62;yyyy-MM-ddThhmmss.vbk, ce qui ne manque pas de poser certains problèmes à ceux qui veulent faire du rsync. Car le nom de l&#8217;archive [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Lors d&#8217;une des montées de version de veeam backup (v4 &gt; v5 à vue de nez), <strong>la convention de nomage des fichiers vbk</strong> a changé du mode <strong>&lt;nom du job&gt;.vbk</strong> à <strong>&lt;nom du job&gt;yyyy-MM-ddThhmmss.vbk</strong>, ce qui ne manque pas de poser certains problèmes à ceux qui veulent faire du rsync. Car le nom de l&#8217;archive principale changeant à chaque job,  rsync resynchronise à chaque fois la totalité des fichiers.</p>
<p style="text-align: justify;"><a href="http://forums.veeam.com/viewtopic.php?f=2&amp;t=5403&amp;hilit=name+VBK&amp;start=45#p25895" target="_blank">Il a bien été question d&#8217;utiliser le mode fuzzy de rsync</a> mais la solution idéale vient du support de veeam et c&#8217;est avec leur accord que nous publions le workaround :</p>
<blockquote style="text-align: justify;">
<p style="text-align: justify;">Please note this is not officially supported by Veeam so use at your own risk and make sure to backup your registry.</p>
<p>Here is the registry change that needs to be done:</p>
<p>1. HKEY_LOCAL_MACHINE\SOFTWARE\VeeaM\Veeam Backup and Replication<br />
2. Create DWORD = DisableVBKRename<br />
3. Set Value = 1<br />
4. Restart Veeam Backup Server</p>
<p>You will also need 5.0.1.198 or newer installed.</p>
<p>A few things to note:</p>
<p>There is an issue where having DisableVBKRename dword in place will only work for new jobs or jobs you do &#8220;Delete from disk&#8221;/&#8221;Remove from backups&#8221; to remove the historical data from our DB. If you do Delete from disk/Remove from backups in the backups pane on the left and then do &#8220;Perform Full&#8221; on the job, it will append the timestamp again. If you do Delete from disk/Remove from backups  and then just do Right Click -&gt; Start job, it will name it correctly without the time stamp.</p>
<p>You can make it use the new naming style by going into Backups and doing &#8220;Remove from backups&#8221; to remove historical data and then on the next scheduled job run or doing Right Click -&gt; Start Job, it will start using the new naming convention. The issue is that if you ever do &#8220;Perform Full Backup&#8221; at any time, it will use the 5.x style naming and append a timestamp, rather than following the old 4.x style, even with the registry key in.</p>
<p>NOTE: As of 5.0.2.224 (and newer), this fix will not break should you attempt a new full backup &#8212; in fact, all you need to do is perform a full after rebooting the Veeam server, and the naming scheme will take effect.</p>
</blockquote>
<p style="text-align: justify;">Nous avons pu constater qu&#8217;un simple redémarrage du service veeam backup suffisait à rendre la modification effective.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hypervisor.fr/?feed=rss2&amp;p=3319</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Seul l&#8217;application-level quiescing est supporté pour la VCDB</title>
		<link>http://www.hypervisor.fr/?p=3249</link>
		<comments>http://www.hypervisor.fr/?p=3249#comments</comments>
		<pubDate>Fri, 26 Aug 2011 21:40:42 +0000</pubDate>
		<dc:creator>NiTRo</dc:creator>
				<category><![CDATA[Kb]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[snapshot]]></category>
		<category><![CDATA[VCDB]]></category>
		<category><![CDATA[vCenter]]></category>
		<category><![CDATA[veeam]]></category>

		<guid isPermaLink="false">http://www.hypervisor.fr/?p=3249</guid>
		<description><![CDATA[Pour un patch, test ou une modification quelconque, sachez que le &#8220;quiesced&#8221; snapshot n&#8217;est pas supporté par VMware :
Currently, VMware does not support quiesced snapshot of virtual machines running the vCenter Server database.
[...]
If quiesced snapshots are created by backup software to back up the virtual machine data, either use:

A backup solution that provides application-level quiescing.
Backup Agents in [...]]]></description>
			<content:encoded><![CDATA[<p>Pour un patch, test ou une modification quelconque, sachez que <a href="http://kb.vmware.com/kb/2003674" target="_blank">le &#8220;quiesced&#8221; snapshot n&#8217;est pas supporté par VMware</a> :</p>
<blockquote><p>Currently, <strong>VMware does not support quiesced snapshot of virtual machines running the vCenter Server database</strong>.</p>
<p>[...]</p>
<p>If quiesced snapshots are created by backup software to back up the virtual machine data, either use:</p>
<ul>
<li>A backup solution that provides application-level quiescing.</li>
<li>Backup Agents in the guest operating system.</li>
</ul>
</blockquote>
<p>Il est donc recommandé d&#8217;utiliser un produit comme <a href="http://www.veeam.com/vmware-esx-backup.htm" target="_blank">veeam backup</a> pour faire un backup de votre VCDB avant de tout exploser <img src='http://www.hypervisor.fr/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>De toute façon, les snapshots c&#8217;est mal : <a href="http://www.vmdamentals.com/?p=332" target="_blank">Performance impact when using VMware snapshots</a></p>
<p style="text-align: center;"><a href="http://www.vmdamentals.com/?p=332"><img class="  aligncenter" title="Performance impact when using VMware snapshots" src="http://www.xs4all.nl/~kruimpie/VMdamentals/Snapshots/Snapshot-impact-average-iops.PNG" alt="" width="404" height="268" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hypervisor.fr/?feed=rss2&amp;p=3249</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>/!\ Veeam Backup 5.0.2 et restore points &gt;14j /!\</title>
		<link>http://www.hypervisor.fr/?p=2842</link>
		<comments>http://www.hypervisor.fr/?p=2842#comments</comments>
		<pubDate>Thu, 07 Apr 2011 00:45:25 +0000</pubDate>
		<dc:creator>NiTRo</dc:creator>
				<category><![CDATA[VMware]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[veeam]]></category>

		<guid isPermaLink="false">http://www.hypervisor.fr/?p=2842</guid>
		<description><![CDATA[MAJ 11/04/2011 : La version 5.0.2.230 annule et remplace la version buggée
La version 5.0.2.224 de Veeam Backup &#38; Replication est sortie le 1er avril mais ce n&#8217;est pas pour cela qu&#8217;elle contient un bug lié à la nouvelle feature &#8220;Deleted VMs retention period&#8221; qui a pour effet de supprimer tous vos restore points vieux de plus de 14j [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><em><span style="color: #ff0000;">MAJ 11/04/2011</span> : La version 5.0.2.230 annule et remplace la version buggée</em></p>
<p style="text-align: justify;">La version 5.0.2.224 de Veeam Backup &amp; Replication est sortie le 1er avril mais ce n&#8217;est pas pour cela qu&#8217;elle contient un bug lié à la nouvelle feature &#8220;Deleted VMs retention period&#8221; qui a pour effet de supprimer tous vos restore points vieux de plus de 14j :</p>
<blockquote>
<p style="text-align: justify;">New “Deleted VMs retention period” feature is behaving incorrectly, causing backup files older than specified amount of days to be deleted even if they contain VMs which had not been deleted from infrastructure.</p>
</blockquote>
<p><a href="http://www.veeam.com/forums/viewtopic.php?f=2&amp;t=7081" target="_blank"><strong>Le workaround ainsi que les détails sont dispo sur le forum de Veeam.</strong></a></p>
<p style="text-align: justify;">Voici l&#8217;extrait de cette feature qui reste néanmoins très intéressante (quand le problème sera réglé) :</p>
<blockquote>
<p style="text-align: justify;"><strong>Automated retention for removed and deleted VMs</strong>. Data belonging to removed or deleted VMs will now be automatically cleaned up from backup files according to new UI retention setting in days. Previously, it was necessary to remove such VMs from backup manually to explicitly confirm that VM data is no longer needed.</p>
</blockquote>
<p style="text-align: justify;">
]]></content:encoded>
			<wfw:commentRss>http://www.hypervisor.fr/?feed=rss2&amp;p=2842</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Veeam Backup &#8211; Support for rotated media</title>
		<link>http://www.hypervisor.fr/?p=2755</link>
		<comments>http://www.hypervisor.fr/?p=2755#comments</comments>
		<pubDate>Thu, 24 Mar 2011 20:03:03 +0000</pubDate>
		<dc:creator>NiTRo</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[veeam]]></category>

		<guid isPermaLink="false">http://www.hypervisor.fr/?p=2755</guid>
		<description><![CDATA[Cette histoire date de début 2010 mais puisque nous avons du chercher un peu trop longtemps pour la retrouver, avec ce post cela n&#8217;arrivera plus.
Tout commence avec la technique de sauvegarde de Veaam Backup : le Synthetic Backup aka &#8220;reversed incremental&#8220;. Imaginez le principe de la sauvegarde incrémentale à l&#8217;envers, c&#8217;est à dire que le backup [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Cette histoire date de début 2010 mais puisque nous avons du chercher un peu trop longtemps pour la retrouver, avec ce post cela n&#8217;arrivera plus.</p>
<p style="text-align: justify;">Tout commence avec la technique de sauvegarde de Veaam Backup : le <a href="http://www.veeam.com/blog/veeam-synthetic-backup-explained.html" target="_blank">Synthetic Backup</a> aka &#8220;<strong>reversed incremental</strong>&#8220;. Imaginez le principe de la <strong>sauvegarde incrémentale à l&#8217;envers</strong>, c&#8217;est à dire que <strong>le backup full est toujours le plus &#8220;up to date&#8221;</strong> et que les incrémentales vous permettent de remonter dans le temps. C&#8217;est donc beaucoup plus simple en cas de restauration du dernier backup (majorité des cas) et surtout en cas de backup sur bande car l’élément à backuper est toujours le même : la full (.vbk).</p>
<blockquote>
<p style="text-align: justify;">Veeam Backup &#8220;injects&#8221; the changes into the full recovery file (.VBK) and then also saves any data replaced during this process into the reversed incremental changes file (.VRB)</p>
<p style="text-align: justify;">The .VBK file also has the most current modified date as it gets updated after each backup cycle.</p>
</blockquote>
<p style="text-align: justify;">Par contre, même si l&#8217;on force la politique de rétention à &#8220;1&#8243;, si un backup est déjà présent lors de l’exécution du job, un fichier .vrb (reversed incremental) est créé, alimenté durant toute la durée du backup et supprimé une fois le job terminé. L’inconvénient dans l&#8217;histoire c&#8217;est que si vous vous servez du même volume pour accueillir tous vos backup et que plusieurs job sont exécutés simultanément, <strong>il faudra prévoir l&#8217;espace &#8220;perdu&#8221; pour les fichiers .vrb temporaires</strong>.</p>
<p style="text-align: justify;">Si l&#8217;on ne dispose pas de cet espace, on est évidement tenté de supprimer le fichier .vbk et laisser le job refaire une full. Dans la version 3 de Veeam Backup, il était tout à fait possible de procéder ainsi mais ce comportement à été modifié dans la version 4 : le job refuse de se lancer sans le .vbk précédent (à moins que l&#8217;on supprime manuellement le backup via la console) :</p>
<p style="text-align: center;"><a href="http://www.hypervisor.fr/wp-content/uploads/2011/03/veeam_vbk.png" title="veeam_vbk" rel="lightbox[2755]"><img class="aligncenter size-full wp-image-2756" title="veeam_vbk" src="http://www.hypervisor.fr/wp-content/uploads/2011/03/veeam_vbk.png" alt="" width="374" height="125" /></a></p>
<p style="text-align: justify;">C&#8217;est dans le &#8220;release notes&#8221; de la version 4.1.1 que l&#8217;on trouve une partie de la parade:</p>
<blockquote>
<p style="text-align: justify;"><strong>Support for rotated media</strong>. Veeam Backup can now be instructed to automatically re-create full backup file if it is missing from the backup storage to better support scenarios with rotated media as backup target. This behavior can be enabled with a registry mod.</p>
</blockquote>
<p style="text-align: justify;">Et le &#8220;registry mod&#8221; le voici (pour la v4) :</p>

<div class="wp_syntax"><div class="code"><pre class="reg" style="font-family:monospace;"><span style="color: #000000;">&#91;</span><span style="color: #800000;">HKEY_LOCAL_MACHINE</span>\SOFTWARE\VeeaM\Veeam Backup and FastSCP<span style="color: #000000;">&#93;</span>
<span style="color: #0000FF;">&quot;ForceCreateMissingVBK&quot;</span><span style="color: #000000;">=</span><span style="color: #0000FF;">dword:00000001</span></pre></div></div>

<p>Ou si vous êtes en v5 :</p>

<div class="wp_syntax"><div class="code"><pre class="reg" style="font-family:monospace;"><span style="color: #000000;">&#91;</span><span style="color: #800000;">HKEY_LOCAL_MACHINE</span>\SOFTWARE\VeeaM\Veeam Backup and Replication<span style="color: #000000;">&#93;</span>
<span style="color: #0000FF;">&quot;ForceCreateMissingVBK&quot;</span><span style="color: #000000;">=</span><span style="color: #0000FF;">dword:00000001</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.hypervisor.fr/?feed=rss2&amp;p=2755</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>1er sponsor d&#8217;Hypervisor.fr</title>
		<link>http://www.hypervisor.fr/?p=2503</link>
		<comments>http://www.hypervisor.fr/?p=2503#comments</comments>
		<pubDate>Sat, 04 Dec 2010 21:48:06 +0000</pubDate>
		<dc:creator>NiTRo</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[veeam]]></category>

		<guid isPermaLink="false">http://www.hypervisor.fr/?p=2503</guid>
		<description><![CDATA[Comme vous avez pu le remarquer, notre petit blog a l&#8217;honneur d&#8217;accueillir veeam comme premier sponsor. Cela signifie pour nous une certaine reconnaissance et c&#8217;est d&#8217;autant plus vrai lorsque c&#8217;est un tel acteur qui l&#8217;accorde.
Nous espérons que ce lien vous permettra de découvrir/redécouvrir les produits/offres/avantages de veeam.
N&#8217;hésitez pas à nous faire part de vos réactions [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Comme vous avez pu le remarquer, notre petit blog a l&#8217;honneur d&#8217;accueillir <a href="http://www.veeam.com" target="_blank">veeam</a> comme <strong>premier sponsor</strong>. Cela signifie pour nous une certaine reconnaissance et c&#8217;est d&#8217;autant plus vrai lorsque c&#8217;est un tel acteur qui l&#8217;accorde.</p>
<p style="text-align: justify;">Nous espérons que ce lien vous permettra de découvrir/redécouvrir les produits/offres/avantages de veeam.</p>
<p style="text-align: justify;">N&#8217;hésitez pas à nous faire part de vos réactions et commentaires liés à ce changement.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hypervisor.fr/?feed=rss2&amp;p=2503</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Instant VM Recovery de Veeam Backup 5 : l&#8217;idée ++</title>
		<link>http://www.hypervisor.fr/?p=2411</link>
		<comments>http://www.hypervisor.fr/?p=2411#comments</comments>
		<pubDate>Sun, 24 Oct 2010 19:05:32 +0000</pubDate>
		<dc:creator>NiTRo</dc:creator>
				<category><![CDATA[Test]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[veeam]]></category>

		<guid isPermaLink="false">http://www.hypervisor.fr/?p=2411</guid>
		<description><![CDATA[MAJ 29/07/2011 : En creusant un peu plus le sujet VSS, nous étions passés à coté de la feature &#8220;Connection-free operation&#8221; qui mérite une certaine attention :

Runtime processes for guest processing (also known as the Veeam VSS agent) no longer require a direct network connection between the backup server and the processed VM. This allows you to [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><em><span style="color: #ff0000;">MAJ 29/07/2011</span> : En creusant un peu plus le sujet <a href="http://www.veeam.com/vmware_and_microsoft_vss_wp.pdf" target="_blank">VSS</a>, nous étions passés à coté de la feature &#8220;Connection-free operation&#8221; qui mérite une certaine attention :</em></p>
<blockquote>
<p style="text-align: justify;">Runtime processes for guest processing (also known as the Veeam VSS agent) no longer require a direct network connection between the backup server and the processed VM. <strong>This allows you to process VMs that are behind firewalls or located in a DMZ or other network that the backup server cannot access</strong>.</p>
</blockquote>
<p style="text-align: justify;">Sortie il y a à peine quelques jours, <a href="http://www.veeam.com/veeam_backup_5_0_whats_new_wn.pdf" target="_blank">la liste des nouveautés de Veeam Backup &amp; Replication v5</a> est hallucinante. Instant VM Recovery mise à part, voici nos préférées :</p>
<ul>
<li><strong>Universal Application-Item Recovery</strong> *</li>
<li><strong>SureBackup Recovery Verification</strong> **</li>
<li><strong>Guest File System Indexing</strong> ***</li>
<li>VM-level retention</li>
<li>ZFS support</li>
<li>VM search (Restore)</li>
<li>Datastore-based jobs</li>
<li>Continuous job schedule</li>
</ul>
<p><em>* Connecteurs applicatifs pour une restauration d&#8217;objet type AD, Exchange ou SQL<br />
** Test/validation de restauration dans un environnement cloisonné<br />
*** Catalogue d&#8217;index des fichiers contenu dans les backup</em></p>
<p style="text-align: justify;">Ce qui frappe le plus dans cette liste c&#8217;est le nombre de &#8220;petites bonnes idées&#8221; qui fait de Veeam Backup un produit encore plus différent des solutions de backup traditionnelles. Consultez le <a href="http://www.veeam.com/veeam_backup_5_0_user_guide_pg.pdf" target="_blank">User Guide de la v5</a> si vous avez encore des doutes <img src='http://www.hypervisor.fr/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://hypervisor.free.fr/veeam5/restore_list.png" title="restore_list" rel="lightbox[2411]"><img class="aligncenter size-full wp-image-2412" title="restore_list" src="../wp-content/uploads/2010/10/restore_list.png" alt="" width="231" height="142" /></a></p>
<p style="text-align: justify;">Revenons sur Instant VM Recovery qui nous a clairement marqué par son ingéniosité : vous avez la possibilité de <strong>démarrer la VM directement depuis l&#8217;archive de backup</strong> ! Vous pouvez ainsi valider <strong>instantanément </strong>si la VM (ou le restore point) que vous voulez restaurer est le bon.  Le tout grâce à <strong>un service NFS qui présente à l&#8217;ESX un datastore contenant la VM</strong> :</p>
<p style="text-align: justify;"><a href="http://hypervisor.free.fr/veeam5/IR_NFSSvc.png" title="IR_NFSSvc" rel="lightbox[2411]"><img class="aligncenter size-full wp-image-2413" title="IR_NFSSvc" src="../wp-content/uploads/2010/10/IR_NFSSvc.png" alt="" width="501" height="111" /></a></p>
<p style="text-align: justify;">Et si le stockage qui héberge le fichier est trop lent, vous pouvez rediriger (grâce à un simple snapshot) les I/O sur un datastore plus rapide. Surpuissant !</p>
<p style="text-align: center;"><a href="http://hypervisor.free.fr/veeam5/IR_redirect.png" title="IR_redirect_s" rel="lightbox[2411]"><img class="aligncenter size-full wp-image-2429" title="IR_redirect_s" src="http://www.hypervisor.fr/wp-content/uploads/2010/10/IR_redirect_s.png" alt="" width="511" height="198" /></a></p>
<p style="text-align: justify;">Voici une video issue de notre test :</p>
<p style="text-align: center;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="323" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://www.dailymotion.com/swf/video/xfcuby?additionalInfos=0" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="323" src="http://www.dailymotion.com/swf/video/xfcuby?additionalInfos=0" allowscriptaccess="always" allowfullscreen="true"></embed></object><br />
<strong><a href="http://hypervisor.free.fr/veeam5/veeam_ir.avi">Veeam Backup &amp; Replication 5.0 &#8211; Instant VM Recovery (avi)</a><br />
</strong></p>
<p style="text-align: justify;">Veeam réussi clairement à garder sa philosophie &#8220;proche des utilisateurs&#8221; pour le développement des ses produits. Ce qui explique, en autre, le succès de cette petite boite qui a pondu, fin 2006, l&#8217;un des outils les plus populaire pour VI3 : FastSCP.</p>
<p style="text-align: left;"><strong><img class="aligncenter" src="http://www.veeam.com/images/management_and_data_protection.png" alt="" width="255" height="35" /></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hypervisor.fr/?feed=rss2&amp;p=2411</wfw:commentRss>
		<slash:comments>5</slash:comments>
<enclosure url="http://hypervisor.free.fr/veeam5/veeam_ir.avi" length="4649650" type="video/x-msvideo" />
		</item>
		<item>
		<title>Restaurer une liste de VM sous Veeam Backup en PowerShell</title>
		<link>http://www.hypervisor.fr/?p=2278</link>
		<comments>http://www.hypervisor.fr/?p=2278#comments</comments>
		<pubDate>Fri, 23 Jul 2010 16:04:36 +0000</pubDate>
		<dc:creator>NiTRo</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[powershell]]></category>
		<category><![CDATA[veeam]]></category>

		<guid isPermaLink="false">http://www.hypervisor.fr/?p=2278</guid>
		<description><![CDATA[La GUI de Veeam B&#38;R ne permet de restaurer qu&#8217;une VM à la fois :

C&#8217;est là que les cmdlet VBK entrent en jeu (présentes depuis la version 4.0), et plus particulièrement Set-VBRRestoreVM (la liste de toutes les cmdlet est dans le userguide) mais pour lister les VM disponibles dans un backup importé, il faut ruser [...]]]></description>
			<content:encoded><![CDATA[<p>La GUI de Veeam B&amp;R ne permet de restaurer qu&#8217;une VM à la fois :</p>
<p><a href="http://hypervisor.free.fr/img/vbk/vbk_job_gui.png" title="vbk_job_gui" rel="lightbox[2278]"><img class="aligncenter size-medium wp-image-2280" title="vbk_job_gui" src="http://www.hypervisor.fr/wp-content/uploads/2010/07/vbk_job_gui-300x189.png" alt="vbk_job_gui" width="300" height="189" /></a></p>
<p style="text-align: justify;">C&#8217;est là que les cmdlet VBK entrent en jeu (présentes depuis la version 4.0), et plus particulièrement Set-VBRRestoreVM (la liste de toutes les cmdlet est dans le userguide) mais pour lister les VM disponibles dans un backup importé, il faut ruser car le &#8220;job&#8221; n&#8217;existe pas (Get-VBRJob ne renvoi que les jobs de backup) :</p>

<div class="wp_syntax"><div class="code"><pre class="powershell" style="font-family:monospace;">Get<span style="color: pink;">-</span>VBRJobRestorePoints job_imported <span style="color: pink;">*|</span>select ObjectName</pre></div></div>

<p>Il faut ensuite choisir une &#8220;destination&#8221; au sens Veeam (host, datasore, ressourcepool, path) :</p>

<div class="wp_syntax"><div class="code"><pre class="powershell" style="font-family:monospace;">Get<span style="color: pink;">-</span>VBRJobDestination esx.vmware.local datastore</pre></div></div>

<p>Et lancer la commande qui restaure les VM :</p>

<div class="wp_syntax"><div class="code"><pre class="powershell" style="font-family:monospace;">Get<span style="color: pink;">-</span>VBRJobRestorePoints job_imported <span style="color: pink;">*|%</span><span style="color: #000000;">&#123;</span>Set<span style="color: pink;">-</span>VBRRestoreVM <span style="color: #000080;">$_</span> <span style="color: #000000;">&#40;</span>Get<span style="color: pink;">-</span>VBRJobDestination esx.vmware.local datastore<span style="color: #000000;">&#41;</span> thin<span style="color: #000000;">&#125;</span></pre></div></div>

<p>Exemple en images :</p>
<p><a href="http://hypervisor.free.fr/img/vbk/vbk_job_cmd.png" title="vbk_job_cmd" rel="lightbox[2278]"><img class="aligncenter size-medium wp-image-2282" title="vbk_job_cmd" src="http://www.hypervisor.fr/wp-content/uploads/2010/07/vbk_job_cmd-300x148.png" alt="vbk_job_cmd" width="300" height="148" /></a></p>
<p><a href="http://hypervisor.free.fr/img/vbk/vbk_job_cmd.png"></a><a href="http://hypervisor.free.fr/img/vbk/vbk_job_run.png" title="vbk_job_run" rel="lightbox[2278]"><img class="aligncenter size-medium wp-image-2283" title="vbk_job_run" src="http://www.hypervisor.fr/wp-content/uploads/2010/07/vbk_job_run-300x148.png" alt="vbk_job_run" width="300" height="148" /></a></p>
<p>Vous pouvez évidement jouer sur le filtre de nom des RestorePoints (dans notre cas, 1 full par VM) :</p>
<p><a href="http://hypervisor.free.fr/img/vbk/vbk_job_filter.png" title="vbk_job_filter" rel="lightbox[2278]"><img class="aligncenter size-medium wp-image-2286" title="vbk_job_filter" src="http://www.hypervisor.fr/wp-content/uploads/2010/07/vbk_job_filter-300x148.png" alt="vbk_job_filter" width="300" height="148" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hypervisor.fr/?feed=rss2&amp;p=2278</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Veeam Backup 4.1.2 &#8220;sera&#8221; dispo 1 semaine après vSphere 4.1 &#8211; MAJ</title>
		<link>http://www.hypervisor.fr/?p=2219</link>
		<comments>http://www.hypervisor.fr/?p=2219#comments</comments>
		<pubDate>Mon, 05 Jul 2010 23:56:08 +0000</pubDate>
		<dc:creator>NiTRo</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[veeam]]></category>

		<guid isPermaLink="false">http://www.hypervisor.fr/?p=2219</guid>
		<description><![CDATA[MAJ 10/08/2010 : A peine plus tard que prévue, la version 4.1.2 est disponible depuis le 04/08/2010.

Si l&#8217;on en croit le message d&#8217;un des PM de Veeam sur le forum officiel, la version actuelle supporterai déjà le (très imminent) vCenter 4.1 mais pas ESX 4.1 en connexion standalone. Veeam prévois une version supportée 1 semaine [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><em><em><span style="color: #ff0000;">MAJ 10/08/2010</span> : A peine plus tard que prévue, <a href="http://www.veeam.com/veeam_backup_4_1_2_release_notes_rn.pdf">la version 4.1.2</a> est disponible depuis le 04/08/2010.<br />
</em></em></p>
<p style="text-align: justify;">Si l&#8217;on en croit <a href="http://www.veeam.com/forums/viewtopic.php?f=2&amp;t=4739" target="_blank">le message d&#8217;un des PM de Veeam</a> sur le forum officiel, la version actuelle supporterai déjà le (très imminent) vCenter 4.1 mais pas ESX 4.1 en connexion standalone. Veeam prévois une version supportée 1 semaine après l&#8217;arrivée de vSphere 4.1</p>
<p>Merci à <a href="http://twitter.com/lamw/status/17824787280" target="_blank">William Lam pour son tweet</a>.</p>
<p style="text-align: center;"><a href="http://twitter.com/hyperviz0r"><img class="aligncenter" src="http://www.boisestate.edu/news/grfx/Twitter_128x128.png" alt="" width="128" height="128" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hypervisor.fr/?feed=rss2&amp;p=2219</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Veeam, NTFS &amp; fragmentation</title>
		<link>http://www.hypervisor.fr/?p=1102</link>
		<comments>http://www.hypervisor.fr/?p=1102#comments</comments>
		<pubDate>Sun, 13 Sep 2009 15:45:57 +0000</pubDate>
		<dc:creator>NiTRo</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[VCB]]></category>
		<category><![CDATA[veeam]]></category>

		<guid isPermaLink="false">http://www.hypervizor.fr/?p=1102</guid>
		<description><![CDATA[La fragmentation d&#8217;un filesystem peut avoir plus de conséquences que des performances dégradées. Nous en avons fait les frais avec une partition de 3To très fragmentée qui provoquait des erreurs aléatoires sur des jobs veeam backup :


C&#8217;est une kb Microsoft qui nous a mis sur la voie :

A heavily fragmented file in an NTFS volume [...]]]></description>
			<content:encoded><![CDATA[<p>La fragmentation d&#8217;un filesystem peut avoir plus de conséquences que des performances dégradées. Nous en avons fait les frais avec une partition de 3To très fragmentée qui provoquait des erreurs aléatoires sur des jobs veeam backup :</p>
<p><a href="http://www.hypervizor.fr/wp-content/uploads/2009/09/veeam_temp_1.jpg" title="veeam_error" rel="lightbox[1102]"><img class="aligncenter size-medium wp-image-1105" title="veeam_error" src="http://www.hypervizor.fr/wp-content/uploads/2009/09/veeam_temp_1-300x220.jpg" alt="" width="300" height="220" /></a></p>
<p style="text-align: center;">
<p style="text-align: left;">C&#8217;est une <a href="http://support.microsoft.com/kb/967351">kb Microsoft</a> qui nous a mis sur la voie :</p>
<blockquote>
<p style="text-align: left;">A heavily fragmented file in an NTFS volume may not grow beyond a certain size</p>
</blockquote>
<blockquote>
<p style="text-align: left;">The limit can also be reached  by a sparse file.   This size limit is usually   between 40 gigabytes (GB) and 90 GB for a very fragmented file.</p>
</blockquote>
<p style="text-align: center;"><a href="http://www.hypervizor.fr/wp-content/uploads/2009/09/veeam_error_defrag_1.jpg" title="veeam_error_defrag_1" rel="lightbox[1102]"><img class="alignnone size-thumbnail wp-image-1106" title="veeam_error_defrag_1" src="http://www.hypervizor.fr/wp-content/uploads/2009/09/veeam_error_defrag_1-150x150.jpg" alt="" width="150" height="150" /> </a><a href="http://www.hypervizor.fr/wp-content/uploads/2009/09/veeam_error_defrag_2.jpg" title="veeam_error_defrag_2" rel="lightbox[1102]"><img class="alignnone size-thumbnail wp-image-1107" title="veeam_error_defrag_2" src="http://www.hypervizor.fr/wp-content/uploads/2009/09/veeam_error_defrag_2-150x150.jpg" alt="" width="150" height="150" /></a></p>
<p style="text-align: left;">Après un bon defrag, plus de problèmes :</p>
<p style="text-align: left;"><a href="http://www.hypervizor.fr/wp-content/uploads/2009/09/veeam_error_defrag_3.jpg" title="veeam_error_defrag_3" rel="lightbox[1102]"><img class="aligncenter size-medium wp-image-1108" title="veeam_error_defrag_3" src="http://www.hypervizor.fr/wp-content/uploads/2009/09/veeam_error_defrag_3-300x220.jpg" alt="" width="300" height="220" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hypervisor.fr/?feed=rss2&amp;p=1102</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
