<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>vKnowledge</title>
	<atom:link href="http://vknowledge.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://vknowledge.wordpress.com</link>
	<description>Technical Virtualization Knowledge</description>
	<lastBuildDate>Thu, 29 Nov 2012 06:56:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='vknowledge.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>vKnowledge</title>
		<link>http://vknowledge.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://vknowledge.wordpress.com/osd.xml" title="vKnowledge" />
	<atom:link rel='hub' href='http://vknowledge.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Veeam Backup &amp; Replication version 6 is available</title>
		<link>http://vknowledge.wordpress.com/2011/11/30/veeam-backup-replication-version-6-is-available/</link>
		<comments>http://vknowledge.wordpress.com/2011/11/30/veeam-backup-replication-version-6-is-available/#comments</comments>
		<pubDate>Wed, 30 Nov 2011 07:57:42 +0000</pubDate>
		<dc:creator>Ted Steenvoorden</dc:creator>
				<category><![CDATA[vSphere]]></category>

		<guid isPermaLink="false">https://vknowledge.wordpress.com/?p=241</guid>
		<description><![CDATA[Veeam has released the next version of their Backup &#38; Replication software and is now available for download. You can get an overview of the new features here. You can download the new version here.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vknowledge.wordpress.com&#038;blog=8826875&#038;post=241&#038;subd=vknowledge&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Veeam has released the next version of their Backup &amp; Replication software and is now available for download. </p>
<p><img style="margin:0 5px;" src="http://www.veeam.com/images/new_big_diagram.png" width="381" height="182"></p>
<p>You can get an overview of the new features <a href="http://www.veeam.com/veeam_backup_6_0_whats_new_wn.pdf">here</a>. </p>
<p>You can download the new version <a href="http://www.veeam.com/vmware-esx-backup.html">here</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vknowledge.wordpress.com/241/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vknowledge.wordpress.com/241/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vknowledge.wordpress.com&#038;blog=8826875&#038;post=241&#038;subd=vknowledge&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://vknowledge.wordpress.com/2011/11/30/veeam-backup-replication-version-6-is-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/aa78680758496ac5cddd2fc6c7688c90?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Ted Steenvoorden</media:title>
		</media:content>

		<media:content url="http://www.veeam.com/images/new_big_diagram.png" medium="image" />
	</item>
		<item>
		<title>Bulk creation of Veeam Backup Jobs</title>
		<link>http://vknowledge.wordpress.com/2011/10/18/bulk-creation-of-veeam-backup-jobs/</link>
		<comments>http://vknowledge.wordpress.com/2011/10/18/bulk-creation-of-veeam-backup-jobs/#comments</comments>
		<pubDate>Tue, 18 Oct 2011 13:32:48 +0000</pubDate>
		<dc:creator>Ted Steenvoorden</dc:creator>
				<category><![CDATA[vSphere]]></category>

		<guid isPermaLink="false">https://vknowledge.wordpress.com/2011/10/18/bulk-creation-of-veeam-backup-jobs/</guid>
		<description><![CDATA[&#160; I needed to make 50+ backup jobs in a Veeam environment and decided to create a PowerShell script to automate this repetitive work. Please find below the script I made to set most of the options within a Veeam backup job. The scripts accepts to parameters: the backup location (e.g. d:\backups) and the backup [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vknowledge.wordpress.com&#038;blog=8826875&#038;post=240&#038;subd=vknowledge&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>&nbsp;</p>
<p>I needed to make 50+ backup jobs in a Veeam environment and decided to create a PowerShell script to automate this repetitive work. Please find below the script I made to set most of the options within a Veeam backup job. The scripts accepts to parameters: the backup location (e.g. d:\backups) and the backup job name. </p>
<p><font size="2" face="Courier New"># *****************************************************<br /># This script creates a basic backup job<br /># Usage&nbsp; : createbackup &lt;backup job location&gt; &lt;backup job name&gt;<br /># Author : Ted Steenvoorden<br /># Version: 1.0<br /># Date&nbsp;&nbsp; : 18-10-2011<br /></font></p>
<p><font size="2" face="Courier New"># *****************************************************<br /></font>
<p><font size="2" face="Courier New">$vbrserver = Get-VBRServer | Where {$_.Type -eq &#8220;Local&#8221;}<br />$vbrjobname = $args[1]<br />$vbrfolder = $args[0]<br />$vbrobjects = &#8220;server1&#8243;</font></p>
<p><font size="2" face="Courier New">Add-VBRBackupJob -Name $vbrjobname -Type VDDK -Server $vbrserver -Folder $vbrfolder -Objects $vbrobjects</font></p>
<p><font size="2" face="Courier New"># Set Job options</font></p>
<p><font size="2" face="Courier New">$job = Get-VBRJob | where {$_.name -eq $vbrjobname} <br />$options = Get-VBRJobOptions $job<br />$options.VDDKMode = &#8220;san&#8221;<br />$options.FailoverToNetworkMode = $false<br />$options.Algorithm = &#8220;Syntethic&#8221;<br />$options.RunManually = $false<br />Set-VBRJobOptions -job $job -options $options</font></p>
<p><font size="2" face="Courier New"># Set Job VSS options</font></p>
<p><font size="2" face="Courier New">$vssoptions = Get-VBRJobVSSOptions $job<br />$Credentials = New-Object -TypeName Veeam.Backup.Common.CCredentials -ArgumentList &#8220;username&#8221;,&#8221;password&#8221;,0,0<br />$vssoptions.Credentials = $Credentials<br />$vssoptions.Enabled = $true<br />Set-VBRJobVSSOptions -job $job -options $vssoptions</font></p>
<p><font size="2" face="Courier New"># Set Job scheduling options</font></p>
<p><font size="2" face="Courier New">$schedule = Get-VBRJobScheduleOptions $job <br />$schedule.OptionsDaily.Enabled = $true<br />$schedule.OptionsDaily.Kind = &#8220;SelectedDays&#8221;<br />$schedule.OptionsDaily.Time = &#8220;19:30:00&#8243;<br />$schedule.RetryTimes = &#8220;1&#8243;<br />Set-VBRJobScheduleOptions -Job $job -Options $schedule<br /></font></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vknowledge.wordpress.com/240/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vknowledge.wordpress.com/240/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vknowledge.wordpress.com&#038;blog=8826875&#038;post=240&#038;subd=vknowledge&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://vknowledge.wordpress.com/2011/10/18/bulk-creation-of-veeam-backup-jobs/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/aa78680758496ac5cddd2fc6c7688c90?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Ted Steenvoorden</media:title>
		</media:content>
	</item>
		<item>
		<title>Bulk changes on Veeam Backup Jobs with Powershell</title>
		<link>http://vknowledge.wordpress.com/2011/10/07/bulk-changes-on-veeam-backup-jobs-with-powershell/</link>
		<comments>http://vknowledge.wordpress.com/2011/10/07/bulk-changes-on-veeam-backup-jobs-with-powershell/#comments</comments>
		<pubDate>Fri, 07 Oct 2011 08:40:00 +0000</pubDate>
		<dc:creator>Ted Steenvoorden</dc:creator>
				<category><![CDATA[Veeam]]></category>

		<guid isPermaLink="false">https://vknowledge.wordpress.com/2011/10/07/bulk-changes-on-veeam-backup-jobs-with-powershell/</guid>
		<description><![CDATA[Recently I had to make some changes on backup objects in Veeam backup jobs. These changes consisted of disabling Guest file system indexing for most backup objects. Since these needed to be changed on 100+ backup objects I decided to make a PowerShell script using the Veeam Backup &#38; Replication powershell support. The following scripts [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vknowledge.wordpress.com&#038;blog=8826875&#038;post=237&#038;subd=vknowledge&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Recently I had to make some changes on backup objects in Veeam backup jobs. These changes consisted of disabling Guest file system indexing for most backup objects. Since these needed to be changed on 100+ backup objects I decided to make a PowerShell script using the Veeam Backup &amp; Replication powershell support.</p>
<p>The following scripts disables Guest file system indexing mode for all backup objects in all backup jobs.</p>
<p><span style="font-family:Courier New;"># ***************************************************<br />
# This script sets the Guest file system indexing mode to<br />
# disabled for all backup objects within all backup jobs<br />
# Author : Ted Steenvoorden<br />
# Version: 1.0<br />
# Date   : 06-10-2011<br />
#<br />
# ***************************************************</span></p>
<p>$jobs = Get-VBRJob | where {$_.jobtargettype -eq &#8220;Backup&#8221;} | sort name</p>
<p><span style="font-family:Courier New;">foreach ($job in $jobs)<br />
{<br />
$jobobjects = Get-VBRJobObject $job </span></p>
<p><span style="font-family:Courier New;">foreach ($jobobject in $jobobjects)<br />
{<br />
$vssoptions = get-VBRJobObjectVssOprions -Object $jobobject<br />
$vssoptions.GuestFSIndexingType = &#8220;none&#8221;<br />
Set-VBRJobObjectVssOprions -object $jobobject -options $vssoptions<br />
}<br />
}<br />
</span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vknowledge.wordpress.com/237/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vknowledge.wordpress.com/237/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vknowledge.wordpress.com&#038;blog=8826875&#038;post=237&#038;subd=vknowledge&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://vknowledge.wordpress.com/2011/10/07/bulk-changes-on-veeam-backup-jobs-with-powershell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/aa78680758496ac5cddd2fc6c7688c90?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Ted Steenvoorden</media:title>
		</media:content>
	</item>
		<item>
		<title>Veeam Backup &amp; Replication v6 coming soon!</title>
		<link>http://vknowledge.wordpress.com/2011/08/29/veeam-backup-replication-v6-coming-soon/</link>
		<comments>http://vknowledge.wordpress.com/2011/08/29/veeam-backup-replication-v6-coming-soon/#comments</comments>
		<pubDate>Mon, 29 Aug 2011 19:42:04 +0000</pubDate>
		<dc:creator>Ted Steenvoorden</dc:creator>
				<category><![CDATA[vSphere]]></category>

		<guid isPermaLink="false">https://vknowledge.wordpress.com/2011/08/29/veeam-backup-replication-v6-coming-soon/</guid>
		<description><![CDATA[Veeam has released some more information on Veeam Backup &#38; Replication v6 in a short video. You can find the video here: The new release, coming later this year, includes: Enterprise scalability: Enhanced distributed architecture streamlines deployment and maintenance of remote office/branch office (ROBO) and large installations. Also speeds up backup, replication and restore over [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vknowledge.wordpress.com&#038;blog=8826875&#038;post=233&#038;subd=vknowledge&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Veeam has released some more information on Veeam Backup &amp; Replication v6 in a short video. You can find the video here:</p>
<p><a href="http://go.veeam.com/v6-backup-replication?ad=large"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;margin:0 5px;" title="image" src="http://vknowledge.files.wordpress.com/2011/08/image.png?w=381&#038;h=163" alt="image" width="381" height="163" border="0" /></a></p>
<p>The new release, coming later this year, includes:</p>
<ul>
<li><strong>Enterprise scalability:</strong> Enhanced distributed architecture streamlines deployment and maintenance of remote office/branch office (ROBO) and large installations. Also speeds up backup, replication and restore over WANs.</li>
<li><strong>Advanced replication:</strong> Accelerates replication by 10X, streamlines failover and provides real failback with delta sync.</li>
<li><strong>Multi-hypervisor support:</strong> Reduces the cost and complexity of managing multi-hypervisor environments with new support for Windows Server Hyper-V and Microsoft Hyper-V Server within Veeam’s existing data protection infrastructure (one install and one console).</li>
<li><strong>Numerous enhancements, including 1-Click File Restore:</strong> Extends Veeam′s existing file-level recovery with delegated, web-based restore directly to the original virtual machine (VM), without requiring a direct network connection or in-guest agent.</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vknowledge.wordpress.com/233/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vknowledge.wordpress.com/233/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vknowledge.wordpress.com&#038;blog=8826875&#038;post=233&#038;subd=vknowledge&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://vknowledge.wordpress.com/2011/08/29/veeam-backup-replication-v6-coming-soon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/aa78680758496ac5cddd2fc6c7688c90?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Ted Steenvoorden</media:title>
		</media:content>

		<media:content url="http://vknowledge.files.wordpress.com/2011/08/image.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>Release Week!</title>
		<link>http://vknowledge.wordpress.com/2011/08/25/release-week/</link>
		<comments>http://vknowledge.wordpress.com/2011/08/25/release-week/#comments</comments>
		<pubDate>Thu, 25 Aug 2011 19:28:05 +0000</pubDate>
		<dc:creator>Ted Steenvoorden</dc:creator>
				<category><![CDATA[vSphere]]></category>

		<guid isPermaLink="false">https://vknowledge.wordpress.com/2011/08/25/release-week/</guid>
		<description><![CDATA[This week a lot of exciting new technology products have been released from VMware and Citrix. The following product have been released: VMware ESXi 5.0, you can download it here. VMware vCenter 5.0, you can download it here. VMware Data Recovery 2.0, you can download it here. Citrix XenDesktop 5.5, you can download it here. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vknowledge.wordpress.com&#038;blog=8826875&#038;post=231&#038;subd=vknowledge&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>This week a lot of exciting new technology products have been released from VMware and Citrix. The following product have been released:</p>
<ul>
<li>VMware ESXi 5.0, you can download it <a href="http://downloads.vmware.com/d/info/datacenter_cloud_infrastructure/vmware_vsphere/5_0">here</a>.
<li>VMware vCenter 5.0, you can download it <a href="http://downloads.vmware.com/d/info/datacenter_cloud_infrastructure/vmware_vsphere/5_0">here</a>.
<li>VMware Data Recovery 2.0, you can download it <a href="http://downloads.vmware.com/d/info/datacenter_cloud_infrastructure/vmware_vsphere/5_0">here</a>.
<li>Citrix XenDesktop 5.5, you can download it <a href="http://www.citrix.com/English/ps2/products/subfeature.asp?contentID=2300411&amp;ntref=dlpromo3">here</a>.
<li>Citrix XenApp 6.5, you can download it <a href="http://www.citrix.com/English/ps2/products/subfeature.asp?contentID=2300407&amp;ntref=dlpromo3">here</a>.</li>
</ul>
<p>So, start download and explore these new technologies.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vknowledge.wordpress.com/231/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vknowledge.wordpress.com/231/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vknowledge.wordpress.com&#038;blog=8826875&#038;post=231&#038;subd=vknowledge&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://vknowledge.wordpress.com/2011/08/25/release-week/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/aa78680758496ac5cddd2fc6c7688c90?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Ted Steenvoorden</media:title>
		</media:content>
	</item>
		<item>
		<title>VMware View Bootcamp</title>
		<link>http://vknowledge.wordpress.com/2011/07/18/vmware-view-bootcamp/</link>
		<comments>http://vknowledge.wordpress.com/2011/07/18/vmware-view-bootcamp/#comments</comments>
		<pubDate>Mon, 18 Jul 2011 07:21:01 +0000</pubDate>
		<dc:creator>Ted Steenvoorden</dc:creator>
				<category><![CDATA[vSphere]]></category>

		<guid isPermaLink="false">https://vknowledge.wordpress.com/2011/07/18/vmware-view-bootcamp/</guid>
		<description><![CDATA[Do you want to know more of VMware View? Or are you looking for more information on a certain aspect of VMware View? Starting tomorrow VMware will start with the VMware View bootcamp, a series of nine online presentations with a new presentation released every day. In this nine-part bootcamp, we will show you how [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vknowledge.wordpress.com&#038;blog=8826875&#038;post=230&#038;subd=vknowledge&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Do you want to know more of VMware View? Or are you looking for more information on a certain aspect of VMware View? Starting tomorrow VMware will start with the VMware View bootcamp, a series of nine online presentations with a new presentation released every day. </p>
<p><em>In this nine-part bootcamp, we will show you how to get started and successfully roll out and deploy your virtual desktops and applications. We will have sessions covering everything from storage and networking best practices to PCoIP tuning and optimizing your base image. We will also touch on VMware&#8217;s new security server for PCoIP and how you can take advantage of powershell to write your own scripts for View.</em>
<p><em>Every day we will publish a new video for you to view. We will lock the discussions for the video each night and move on to the next video.</em>
<p><em>At the end of this bootcamp, you will have a good understanding of the VMware View solution, how to roll it out and how to optimize View in your environment. We are also providing a free e-book of all the presentations included in this bootcamp series-so be sure to register today.</em>
<p>For more information or accessing the VMware View Bootcamp, click <a href="http://communities.vmware.com/community/vmtn/desktop/view/bootcamp">here</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vknowledge.wordpress.com/230/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vknowledge.wordpress.com/230/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vknowledge.wordpress.com&#038;blog=8826875&#038;post=230&#038;subd=vknowledge&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://vknowledge.wordpress.com/2011/07/18/vmware-view-bootcamp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/aa78680758496ac5cddd2fc6c7688c90?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Ted Steenvoorden</media:title>
		</media:content>
	</item>
		<item>
		<title>Next version of Veeam Backup &amp; Replicator announced</title>
		<link>http://vknowledge.wordpress.com/2011/05/17/next-version-of-veeam-backup-replicator-announced/</link>
		<comments>http://vknowledge.wordpress.com/2011/05/17/next-version-of-veeam-backup-replicator-announced/#comments</comments>
		<pubDate>Tue, 17 May 2011 06:00:05 +0000</pubDate>
		<dc:creator>Ted Steenvoorden</dc:creator>
				<category><![CDATA[vSphere]]></category>

		<guid isPermaLink="false">https://vknowledge.wordpress.com/2011/05/17/next-version-of-veeam-backup-replicator-announced/</guid>
		<description><![CDATA[Veeam has announced the upcoming version of their flagship product Backup and Replicator. One major new feature of the product will be support for Microsoft Hyper-V. By adding Hyper-V support this well used product in VMware environments will also be availabe to Microsoft Hyper-V users. Veeam expects multi-hypervisor environments will quickly becoming the norm, not [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vknowledge.wordpress.com&#038;blog=8826875&#038;post=229&#038;subd=vknowledge&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Veeam has announced the upcoming version of their flagship product Backup and Replicator. One major new feature of the product will be support for Microsoft Hyper-V. By adding Hyper-V support this well used product in VMware environments will also be availabe to Microsoft Hyper-V users. Veeam expects multi-hypervisor environments will quickly becoming the norm, not the exception. By extending support to Hyper-V, Veeam is providing: </p>
<p>· <b>2-in-1 backup and replication for Hyper-V:</b> Veeam’s solution includes replication, which provides near-continuous data protection (near-CDP) and enables the best possible recovery time and recovery point objectives (RTOs and RPOs). </p>
<p>· <b>Changed block tracking for Hyper-V:</b> Veeam’s new hypervisor support includes technology for changed block tracking to enable fast, frequent and efficient backup and replication of all VMs, including those running on Cluster Shared Volumes (CSV). </p>
<p>· <b>Built-in deduplication and compression:</b> Included at no extra charge, these capabilities minimize consumption of network bandwidth and backup storage. </p>
<p>This next version of Veeam backup and replicator will be available to customers in the fourth quarter of 2011. </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vknowledge.wordpress.com/229/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vknowledge.wordpress.com/229/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vknowledge.wordpress.com&#038;blog=8826875&#038;post=229&#038;subd=vknowledge&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://vknowledge.wordpress.com/2011/05/17/next-version-of-veeam-backup-replicator-announced/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/aa78680758496ac5cddd2fc6c7688c90?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Ted Steenvoorden</media:title>
		</media:content>
	</item>
		<item>
		<title>Released: VMware ESXi 4.1 build 381591</title>
		<link>http://vknowledge.wordpress.com/2011/04/30/released-vmware-esxi-4-1-build-381591/</link>
		<comments>http://vknowledge.wordpress.com/2011/04/30/released-vmware-esxi-4-1-build-381591/#comments</comments>
		<pubDate>Sat, 30 Apr 2011 06:21:20 +0000</pubDate>
		<dc:creator>Ted Steenvoorden</dc:creator>
				<category><![CDATA[vSphere]]></category>

		<guid isPermaLink="false">https://vknowledge.wordpress.com/2011/04/30/released-vmware-esxi-4-1-build-381591/</guid>
		<description><![CDATA[VMware has released VMware ESX(i) 4.1 build 381591. This build resolves security issues and other issues. To see the complete list go to http://kb.vmware.com/kb/1035108<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vknowledge.wordpress.com&#038;blog=8826875&#038;post=228&#038;subd=vknowledge&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>VMware has released VMware ESX(i) 4.1 build 381591. This build resolves security issues and other issues. To see the complete list go to <a title="http://kb.vmware.com/kb/1035108" href="http://kb.vmware.com/kb/1035108">http://kb.vmware.com/kb/1035108</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vknowledge.wordpress.com/228/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vknowledge.wordpress.com/228/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vknowledge.wordpress.com&#038;blog=8826875&#038;post=228&#038;subd=vknowledge&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://vknowledge.wordpress.com/2011/04/30/released-vmware-esxi-4-1-build-381591/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/aa78680758496ac5cddd2fc6c7688c90?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Ted Steenvoorden</media:title>
		</media:content>
	</item>
		<item>
		<title>Upcoming announcement from Veeam software</title>
		<link>http://vknowledge.wordpress.com/2011/04/29/upcoming-announcement-from-veeam-software/</link>
		<comments>http://vknowledge.wordpress.com/2011/04/29/upcoming-announcement-from-veeam-software/#comments</comments>
		<pubDate>Fri, 29 Apr 2011 05:57:52 +0000</pubDate>
		<dc:creator>Ted Steenvoorden</dc:creator>
				<category><![CDATA[vSphere]]></category>

		<guid isPermaLink="false">https://vknowledge.wordpress.com/2011/04/29/upcoming-announcement-from-veeam-software/</guid>
		<description><![CDATA[Something is going on at Veaam Software. They will announce the next big thing at may 16th. Check it out at http://go.veeam.com/next-big-thing.html<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vknowledge.wordpress.com&#038;blog=8826875&#038;post=227&#038;subd=vknowledge&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Something is going on at Veaam Software. They will announce the next big thing at may 16th.</p>
<p><a href="http://vknowledge.files.wordpress.com/2011/04/image.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;margin:0 5px;" title="image" border="0" alt="image" src="http://vknowledge.files.wordpress.com/2011/04/image_thumb.png?w=432&#038;h=184" width="432" height="184"></a></p>
<p>Check it out at <a title="http://go.veeam.com/next-big-thing.html" href="http://go.veeam.com/next-big-thing.html">http://go.veeam.com/next-big-thing.html</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vknowledge.wordpress.com/227/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vknowledge.wordpress.com/227/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vknowledge.wordpress.com&#038;blog=8826875&#038;post=227&#038;subd=vknowledge&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://vknowledge.wordpress.com/2011/04/29/upcoming-announcement-from-veeam-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/aa78680758496ac5cddd2fc6c7688c90?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Ted Steenvoorden</media:title>
		</media:content>

		<media:content url="http://vknowledge.files.wordpress.com/2011/04/image_thumb.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>Understanding the Citrix Product Portfolio</title>
		<link>http://vknowledge.wordpress.com/2011/02/21/understanding-the-citrix-product-portfolio/</link>
		<comments>http://vknowledge.wordpress.com/2011/02/21/understanding-the-citrix-product-portfolio/#comments</comments>
		<pubDate>Mon, 21 Feb 2011 09:13:09 +0000</pubDate>
		<dc:creator>Ted Steenvoorden</dc:creator>
				<category><![CDATA[Citrix]]></category>

		<guid isPermaLink="false">https://vknowledge.wordpress.com/2011/02/21/understanding-the-citrix-product-portfolio/</guid>
		<description><![CDATA[For a customers I am currently designing a new infrastructure based on the latest Citrix products. Citrix product portfolio currently consists of many products and all these products can be quite overwhelming. It may be hard to understand the function of all these products and their relationship witch each other. In this blog article I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vknowledge.wordpress.com&#038;blog=8826875&#038;post=222&#038;subd=vknowledge&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>For a customers I am currently designing a new infrastructure based on the latest Citrix products. Citrix product portfolio currently consists of many products and all these products can be quite overwhelming. It may be hard to understand the function of all these products and their relationship witch each other. In this blog article I will try to explain the major components of the Citrix portfolio and their relationship.</p>
<p><strong>Citrix XenApp.</strong> Citrix XenApp is Citrix oldest product and is a server based computing solution. Citrix XenApp is formerly known as Citrix WinFrame Server, Citrix MetaFrame Server and Citrix Presentation Server. Server based computing is the practice of hosting a server operating system on a centralized server and using session based technology to let users connect to applications or desktops session on the server. Session based technology is a capability of Windows server to create multiple sessions on single instance of the operating system. Presentation virtualization, which is one of the core virtualization technologies, makes it possible to connect to a session from any location and many devices. To accomplish this, Citrix uses their proprietary presentation layer protocol called Independent Computing Architecture (ICA). With server based computing a central server can be used by multiple users. With the release of Citrix XenDesktop, Citrix positions XenApp as an application delivery solution, however Citrix XenDesktop can also deliver desktops.</p>
<p><strong>Citrix XenDesktop.</strong> Citrix XenDesktop is a relatively new product and is a desktop virtualization solution. Desktop virtualization is the practice of hosting a desktop operating system within a virtual machine (VM) running on a centralized server. Using presentation virtualization a user can connect to the desktop from any remote location. To accomplish this, Citrix uses their proprietary presentation layer protocol called Independent Computing Architecture (ICA). Citrix XenDesktop is a hypervisor independent product and runs on Citrix XenServer, VMware vSphere and Microsoft Hyper-V. With desktop virtualization a central desktop virtual machine can be used by only one user. Citrix positions Citrix XenDesktop as a desktop delivery solution.</p>
<p><strong>Citrix XenServer.</strong> Citrix XenServer is a type 1 (bare metal) virtualization solution. It’s a server-side hypervisor that allows you run multiple virtual machines on a single physical server, with each virtual machine sharing the resources of that one physical server. Citrix XenServer can host Citrix XenDesktop virtual machines and Citrix XenApp virtual server machines.</p>
<p><strong>Citrix XenClient.</strong> Citrix XenClient is also a type 1 (bare metal) virtualization solution. It’s a client-side hypervisor that allows you run multiple virtual machines on a single physical client device, with each virtual machine sharing the resources of that one client device. Citrix XenClient can extend the benefits of desktop virtualization to laptop users by allowing to transfer the virtual desktop machine to the client device for offline usage.</p>
<p><strong>Citrix Provisioning services. </strong>Citrix Provisioning Services is a deployment solution. Citrix Provisioning Services enables you to stream a single server or desktop image to create multiple instances on one or more servers in a data center. This facility greatly reduces the amount of storage required compared to other methods. Citrix Provisioning Services can be used to deploy instances of XenApp servers or XenDesktop virtual machines.</p>
<p><strong>Citrix Web Interface. </strong>Citrix Web Interface is a web based portal solution. Citrix Web Interface provides users with access to content, XenApp applications and XenDesktop virtual desktops through a graphical presentation on a Web Interface. With a click of the mouse, a user can access his resources.</p>
<p><a href="http://vknowledge.files.wordpress.com/2011/02/image.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;margin:0 5px;" title="image" src="http://vknowledge.files.wordpress.com/2011/02/image_thumb.png?w=333&#038;h=274" border="0" alt="image" width="333" height="274" /></a></p>
<p>To enumerate the resources available to an user, Citrix Web Interface interacts with a XenApp or XenDestop environment. To deliver resources to the client device, Citrix Web Interface depends on de Citrix Online plugin. Using the Citrix Online plugin and Citrix Web Interface XenApp applications can also be dynamically presented in the users start menu on the client device.</p>
<p><strong>Citrix Receiver.</strong> Citrix Receiver is an universal client technology that delivers desktops and applications as an on-demand service to users on any device, anywhere. These desktops and applications are provided by Citrix XenDesktop or Citrix XenApp. It does this by providing all the necessary client software to the user device to connect to these desktops or applications. These pieces of client software are called Citrix Receiver plugins. The Citrix Receiver client downloads all necessary plugins and maintains any updates to these plugins or configuration of the plugins. Citrix Receiver is available for Windows, MacOS, iOS (iPhone and iPad) and ChromeOS.</p>
<p><strong>Citrix Merchandising Server. </strong>Citrix Merchandising Server allows you to ‘merchandise’ applications and desktops everywhere. Merchandising Server provides distribution of the Citrix Receiver client and plug-ins to your end users. By providing a two click installation through a web interface, users can install the Citrix Receiver.</p>
<p><a href="http://vknowledge.files.wordpress.com/2011/02/image1.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;margin:0 5px;" title="image" src="http://vknowledge.files.wordpress.com/2011/02/image_thumb1.png?w=325&#038;h=265" border="0" alt="image" width="325" height="265" /></a></p>
<p>Citrix Merchandising Server and Citrix Receiver for Windows work together to streamline the installation and management of application delivery to the user desktops.</p>
<p><strong>Citrix Dazzle. </strong>Citrix Dazzle is a plugin for a client device, which can be delivered by Citrix Receiver, and provides an enterprise application store. This enterprise application store allows users to select for themselves the resources that they need. The simple and intuitive user experience draws on familiar concepts such as stores and subscription that users will recognize from buying music and other products on the Internet. Once users have selected and subscribed to their resources, shortcuts are added to the Windows Start menu, just like locally installed applications. The Dazzle self-service model means that users no longer need to contact IT when they want access to an application. The Citrix Dazzle plugin connects to Citrix Web Interface to enumerated and aggregated the published XenApp applications and XenDesktop desktops available to the user.</p>
<p><strong>Citrix Self Service.</strong> Citrix Self Service is a plugin for a client device, which can be delivered by Citrix Receiver, and is a rebranded version of the Citrix Dazzle plugin. It extends the function of the Dazzle enterprise application store by integrating with the new Citrix Delivery Services component, which provides services for user authentication and resource enumeration.</p>
<p><a href="http://vknowledge.files.wordpress.com/2011/02/image2.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;margin:0 5px;" title="image" src="http://vknowledge.files.wordpress.com/2011/02/image_thumb2.png?w=336&#038;h=216" border="0" alt="image" width="336" height="216" /></a></p>
<p>Citrix Self Service plugin no longer requires Citrix Web Interface to enumerate and aggregate the resources available to an user.</p>
<p><strong>Citrix Delivery Services. </strong>Citrix Delivery Services is an authentication solution for Citrix Receiver. It authenticates users of Citrix Receiver with the Citrix Self-service Plug-in to XenDesktop sites and XenApp farms. The resources available are enumerated and aggregated by Delivery Services into stores that are displayed in the self-service view of Citrix Receiver. The Delivery Services database records details of users&#8217; subscriptions and resource shortcuts to enable application synchronization. Citrix Delivery Services has been made to extend the functions of the Citrix Self Service plugin.</p>
<p><strong>Citrix App Request.</strong> Citrix App Request is a Citrix Delivery Services snap-in that enables the self-service application request feature in Citrix Receiver. With Citrix App Request configured, end users can use Citrix Receiver for Windows version 2.1 or higher to search for applications available from a Citrix XenApp farm and then request access by clicking a Request button. A workflow-based approval process then emails the user request to a manager. A link in the email directs the manager to approve or deny the request. The manager&#8217;s response triggers a workflow that processes the response by sending an email to the requestor and updating the Receiver interface. Users can view approved and pending requests in the Receiver window.</p>
<p><strong>Citrix Access Gateway. </strong>Citrix Access Gateway is security solution to secure publish applications and desktops to the internet and make them accessible from everywhere. It does this by providing authentication, authorization and network access protection services. The most typical deployment configuration is to locate the Access Gateway appliance in the demilitarized zone (DMZ). Citrix Access Gateway typically connects to a Citrix Web Interface to present XenApp applications and XenDesktop desktops to the user.<strong> </strong></p>
<p><strong>Citrix Edgesight.</strong> Citrix EdgeSight is a performance and availability management solution for XenDesktop, XenApp and endpoint systems. EdgeSight monitors applications, devices, sessions, license usage, and the network in real time, allowing users to quickly analyze, resolve, and proactively prevent problems. <strong> </strong></p>
<p><strong></strong></p>
<p>I hope this article give some more information and understanding of the major components of the Citrix portfolio and their relationship.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vknowledge.wordpress.com/222/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vknowledge.wordpress.com/222/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vknowledge.wordpress.com&#038;blog=8826875&#038;post=222&#038;subd=vknowledge&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://vknowledge.wordpress.com/2011/02/21/understanding-the-citrix-product-portfolio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/aa78680758496ac5cddd2fc6c7688c90?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Ted Steenvoorden</media:title>
		</media:content>

		<media:content url="http://vknowledge.files.wordpress.com/2011/02/image_thumb.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://vknowledge.files.wordpress.com/2011/02/image_thumb1.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://vknowledge.files.wordpress.com/2011/02/image_thumb2.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
	</channel>
</rss>
