<?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>www.r2dtop.com</title>
	<atom:link href="http://www.r2dtop.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.r2dtop.com</link>
	<description>Doing different but Better!</description>
	<lastBuildDate>Sat, 08 Dec 2012 13:38:19 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Import VM failed with Xenserver 6.1 ?</title>
		<link>http://www.r2dtop.com/import-vm-failed-with-xenserver-6-1/</link>
		<comments>http://www.r2dtop.com/import-vm-failed-with-xenserver-6-1/#comments</comments>
		<pubDate>Sat, 08 Dec 2012 13:37:32 +0000</pubDate>
		<dc:creator>ArjanB</dc:creator>
				<category><![CDATA[Xenserver]]></category>
		<category><![CDATA[Transfer VM]]></category>

		<guid isPermaLink="false">http://www.r2dtop.com/?p=543</guid>
		<description><![CDATA[Big chance that you have upgraded an older Xenserver environment to version 6.1 The solution to this problem is quite simple actually. First delete the hidden transfer VM in Xencenter.. <a href="http://www.r2dtop.com/import-vm-failed-with-xenserver-6-1/" class="readmore">Lees meer</a>]]></description>
				<content:encoded><![CDATA[<p>Big chance that you have upgraded an older Xenserver environment to version 6.1</p>
<p>The solution to this problem is quite simple actually.</p>
<p>First delete the hidden transfer VM in Xencenter (you need to enable hidden objects in view)</p>
<p>If there are multiple transfer VM&#8217;s, do not worry about deleting them all, we will add the right one back.</p>
<p>Then open a console on the poolmaster (any memberserver will also do)</p>
<p>Type the following command  &#8221;/opt/xensource/packages/files/transfer-vm/install-transfer-vm.sh&#8221;</p>
<p>And voila ! the transfer VM is back and this time it works fine !</p>
]]></content:encoded>
			<wfw:commentRss>http://www.r2dtop.com/import-vm-failed-with-xenserver-6-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Citrix Provisioning Server on Xenserver 6.1</title>
		<link>http://www.r2dtop.com/citrix-provisioning-server-on-xenserver-6-1/</link>
		<comments>http://www.r2dtop.com/citrix-provisioning-server-on-xenserver-6-1/#comments</comments>
		<pubDate>Sun, 07 Oct 2012 19:37:16 +0000</pubDate>
		<dc:creator>ArjanB</dc:creator>
				<category><![CDATA[PVS]]></category>
		<category><![CDATA[Xenserver]]></category>

		<guid isPermaLink="false">http://www.r2dtop.com/?p=510</guid>
		<description><![CDATA[Last week Citrix released Xenserver 6.1, the latest version of one of the best hypervisors out there. This week I got the opportunity to setup/upgrade my Xenserver pool to this.. <a href="http://www.r2dtop.com/citrix-provisioning-server-on-xenserver-6-1/" class="readmore">Lees meer</a>]]></description>
				<content:encoded><![CDATA[<p>Last week Citrix released Xenserver 6.1, the latest version of one of the best hypervisors out there.<br />
This week I got the opportunity to setup/upgrade my Xenserver pool to this version.</p>
<p>The pool upgrade did not work out for me (another story), so I decided to setup a fresh installation.<br />
In Xenserver 6.1 the xstools used in Windows virtual machines has changed.</p>
<p><img src="http://www.r2dtop.com/wp-content/uploads/2012/10/xstools.png" alt="" width="568" height="396" /></p>
<p>There is now the possibility to install the “normal” (installwizard.msi) version and the “legacy” (xenlegacy.exe) version.<br />
By default you will install the normal version provided by the autorun when the ISO is activated in the VM.</p>
<p>When using the normal drivers some functionality has been removed, this is where the problem begins for Citrix Provisioning Services.</p>
<p><strong>The driver lacks support for VSS and PVS !</strong></p>
<p>So when you create a new VM that should be hosted by PVS, you must install the legacy driver.<br />
Also you need to “switch” the VM to a different supported mode by Xenserver.<br />
<strong>This is not done automatically</strong><br />
To do this you need the UUID of the VM and use the CLI of Xenserver to enter the following command:</p>
<p>xe vm-param-set uuid=platform:device_id=0001</p>
<p><strong>Failure in entering this command will result in a BSOD !</strong></p>
<p>If you already installed the “normal” xstools, you really have to be carefull in removing them before installing the legacy client .</p>
<p><strong>Removing the “normal” client the “wrong” way will result in a BSOD ! </strong></p>
<p>The correct way to remove the client is explained in the following Citrix article: <a title="CTX135099" href="http://support.citrix.com/article/CTX135099" target="_blank"> CTX135099</a></p>
<p>My personal experience with removal of the client has almost always resulted in a BSOD on reboot. So make sure you create a snapshot before trying this stuff !</p>
<p>So what about already existing Xenapp en Xendesktop images with the older XSTOOLS ?<br />
We all know it is a pain to remove and reinstall them in combination with PVS.</p>
<p><strong>In my case I had a Xenapp image with older xstools from Xenserver 6.0.2.</strong></p>
<p><img src="http://www.r2dtop.com/wp-content/uploads/2012/10/old-xstools.png" alt="null" /></p>
<p>Well they should work normally, but you also need to switch the VM to the supported mode with the CLI command:<br />
xe vm-param-set uuid= platform:device_id=0001</p>
<p><img src="http://www.r2dtop.com/wp-content/uploads/2012/10/platformswitch.png" alt="" width="451" height="272" /></p>
<p><strong>How to query the current platform id ?</strong><br />
Type the following command:</p>
<p>xe vm-param-get uuid=param-name=platform</p>
<p>and you will get something like<br />
<img src="http://www.r2dtop.com/wp-content/uploads/2012/10/platform-id.png" alt="" width="515" height="76" /></p>
<p>&nbsp;</p>
<p>A default VM does not have the value <strong>device_id=0001</strong> but <strong>device_id=0002</strong></p>
<p><strong></strong><img src="http://www.r2dtop.com/wp-content/uploads/2012/10/platform-id2.png" alt="" width="511" height="70" /></p>
<p>&nbsp;</p>
<p>So i guess it cannot hurt to switch this parameter back if you change the legacy tools for the original tools.<br />
The documentation does not give any information about this.</p>
<p>&nbsp;</p>
<p><strong>So to be sure i made a little diagram:</strong><br />
<img src="http://www.r2dtop.com/wp-content/uploads/2012/10/listxstools.png" alt="" width="592" height="365" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.r2dtop.com/citrix-provisioning-server-on-xenserver-6-1/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Protected: VUEM part 1 (the introduction)</title>
		<link>http://www.r2dtop.com/vuem-part-1-the-introduction/</link>
		<comments>http://www.r2dtop.com/vuem-part-1-the-introduction/#comments</comments>
		<pubDate>Fri, 14 Sep 2012 19:27:33 +0000</pubDate>
		<dc:creator>ArjanB</dc:creator>
				<category><![CDATA[Vuem]]></category>

		<guid isPermaLink="false">http://www.r2dtop.com/?p=384</guid>
		<description><![CDATA[There is no excerpt because this is a protected post.]]></description>
				<content:encoded><![CDATA[<form action="http://www.r2dtop.com/wp-login.php?action=postpass" method="post">
<p>This post is password protected. To view it please enter your password below:</p>
<p><label for="pwbox-384">Password: <input name="post_password" id="pwbox-384" type="password" size="20" /></label> <input type="submit" name="Submit" value="Submit" /></p>
</form>
]]></content:encoded>
			<wfw:commentRss>http://www.r2dtop.com/vuem-part-1-the-introduction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Error In metadata Volume Operation For SR Pre-Hotfix</title>
		<link>http://www.r2dtop.com/error-in-metadata-volume-operation-for-sr-pre-hotfix/</link>
		<comments>http://www.r2dtop.com/error-in-metadata-volume-operation-for-sr-pre-hotfix/#comments</comments>
		<pubDate>Fri, 08 Jun 2012 10:33:53 +0000</pubDate>
		<dc:creator>ArjanB</dc:creator>
				<category><![CDATA[Xenserver]]></category>

		<guid isPermaLink="false">http://www.r2dtop.com/?p=462</guid>
		<description><![CDATA[Recently i suddently got serious issues on a SR that contains lots of VM&#8217;s Snapshots did not get created anymore, now my backup system is depending on this, so i.. <a href="http://www.r2dtop.com/error-in-metadata-volume-operation-for-sr-pre-hotfix/" class="readmore">Lees meer</a>]]></description>
				<content:encoded><![CDATA[<p>Recently i suddently got serious issues on a SR that contains lots of VM&#8217;s</p>
<p>Snapshots did not get created anymore, now my backup system is depending on this, so i took some time to dive into this issue.</p>
<p>I found a forum post on the citrix forums from 19 October 2012 describing the same issue. (http://forums.citrix.com/thread.jspa?threadID=295713&#038;start=0&#038;tstart=0)</p>
<p>Errors are like this:<br />
Error code: SR_BACKEND_FAILURE_181<br />
Error parameters: , Error in Metadata volume operation for SR. opterr=VDI delete operation failed for parameters: /dev/VG_XenStorage-</p>
<p>Now i am not going into the time it takes Citrix to fix this, but i guess anyone with Xenserver 6.0 and Xenserver 6.0.2 can get this issue.<br />
After looking into the forum on Page 3 i found a practical workaround that fixes the problem for now.</p>
<p><strong>My temporary FIX until Citrix published a real hotfix, continue at own risk !</strong><br />
See Official Citrix article regarding this issue here: http://support.citrix.com/article/CTX131660</p>
<p>First you need to exactly know what you are doing, because if done wrong <strong>YOU CAN LOOSE VM&#8217;S</strong></p>
<p>Tools needed (if on a windows machine):<br />
-Xencenter<br />
-WinSCP<br />
-Good nerves <img src='http://www.r2dtop.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Open up a winscp session to your Xenserver host (if in a pool, the pool master)<br />
Open the file /opt/xensource/sm/srmetadata.py (backup this file first!)</p>
<p>Change the file according to the post on the forum:</p>
<p>go to line 472<br />
add<br />
sr_info = sr_info.replace(&#8216;&#038;&#8217;,'+&#8217;)<br />
go to line 492<br />
add this line:<br />
vdi_info = vdi_info.replace(&#8216;&#038;&#8217;,'+&#8217;)</p>
<p>Now in Xenserver 6.0.2 i did this somewhat different</p>
<p>go to line 472<br />
<strong>replace</strong> all text with<br />
sr_info = sr_info.replace(&#8216;&#038;&#8217;,'+&#8217;)</p>
<p>go to line 491<br />
<strong>replace</strong> all text with<br />
vdi_info = vdi_info.replace(&#8216;&#038;&#8217;,'+&#8217;)</p>
<p>Save the file and it should then be possible to make snapshots again.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.r2dtop.com/error-in-metadata-volume-operation-for-sr-pre-hotfix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Important stuff (for R2DTOP users)</title>
		<link>http://www.r2dtop.com/important-stuff-for-r2dtop-users/</link>
		<comments>http://www.r2dtop.com/important-stuff-for-r2dtop-users/#comments</comments>
		<pubDate>Sat, 21 Apr 2012 10:49:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://test.r2dtop.com/?p=265</guid>
		<description><![CDATA[First of all you will need the latest version of the Citrix Receiver: CitrixReceiverEnterprise &#160; For Webmail: https://webmail.r2dtop.com/owa &#160; For logging in: https://portal.r2dtop.com]]></description>
				<content:encoded><![CDATA[<p>First of all you will need the latest version of the Citrix Receiver:</p>
<p><a href="http://test.r2dtop.com/wp-content/uploads/2012/04/CitrixReceiverEnterprise.exe">CitrixReceiverEnterprise</a></p>
<p>&nbsp;</p>
<p>For Webmail:</p>
<p><a title="Webmail" href="https://webmail.r2dtop.com/owa" target="_blank">https://webmail.r2dtop.com/owa</a></p>
<p>&nbsp;</p>
<p>For logging in:</p>
<p><a title="Portal" href="https://portal.r2dtop.com" target="_blank">https://portal.r2dtop.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.r2dtop.com/important-stuff-for-r2dtop-users/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Xenserver 6 Virtual Machine “Crash and Hang” issue</title>
		<link>http://www.r2dtop.com/xenserver-6-virtual-machine-crash-and-hang-issue/</link>
		<comments>http://www.r2dtop.com/xenserver-6-virtual-machine-crash-and-hang-issue/#comments</comments>
		<pubDate>Wed, 11 Apr 2012 20:40:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://test.r2dtop.com/?p=83</guid>
		<description><![CDATA[Yesterday I had a Virtual machine that was suddently crashed. It’s was a Windows 2008 R2 Virtual Machine under Xenserver 6.0 and trying to fix things through XenCenter was quite.. <a href="http://www.r2dtop.com/xenserver-6-virtual-machine-crash-and-hang-issue/" class="readmore">Lees meer</a>]]></description>
				<content:encoded><![CDATA[<p>Yesterday I had a Virtual machine that was suddently crashed.<br />
It’s was a Windows 2008 R2 Virtual Machine under Xenserver 6.0 and trying to fix things through XenCenter was quite a deadend.</p>
<p>The server console could not be accessed from XenCenter, there was only a blank whitescreen and when the VM was being forced to shutdown it complained about “Another operation involving the object is currently in progress class: VM”.</p>
<p>There’s some discussion in the Citrix forums regarding this problem on this thread.</p>
<p>Feeling a bit worried that Xenserver was not able to (force) shutdown this Virtual Machine and all other options like restarting the toolstack on all Xenservers did not help. Even forcing the Xenserver to reboot on the CLI did not work, because the Xenserver wants to shutdown all VM’s before doing the reboot.</p>
<p>Finally i resorted in the method described below:</p>
<p>1 – “xe vm-list” to get the uuid of the VM that is hung<br />
2 – “list_domains” to list the domain uuid’s so you can determine the domain # of the VM above by matching the uuids from this output with the uuid for your VM from the previous command.<br />
3 – “/opt/xensource/debug/destroy_domain -domid XX” where XX is the domain number from the previous command<br />
4 – “xe vm-reboot uuid=XXXX –force” where XXXX is the uuid from the first vm-list command for your VM. (name-label may work but didn’t work this time for me so I used the uuid)</p>
<p>Well that did the trick !</p>
]]></content:encoded>
			<wfw:commentRss>http://www.r2dtop.com/xenserver-6-virtual-machine-crash-and-hang-issue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Desktops on the move&#8230;</title>
		<link>http://www.r2dtop.com/desktops-on-the-move/</link>
		<comments>http://www.r2dtop.com/desktops-on-the-move/#comments</comments>
		<pubDate>Wed, 11 Apr 2012 20:30:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://test.r2dtop.com/?p=81</guid>
		<description><![CDATA[Computers zijn erg belangrijk en bijna niet meer weg te denken in het bedrijfsleven. De afhankelijkheid ervan in het bedrijfsleven is enorm toegenomen de laatste jaren. Steeds meer bedrijven schakelen.. <a href="http://www.r2dtop.com/desktops-on-the-move/" class="readmore">Lees meer</a>]]></description>
				<content:encoded><![CDATA[<p>Computers zijn erg belangrijk en bijna niet meer weg te denken in het bedrijfsleven. De afhankelijkheid ervan in het bedrijfsleven is enorm toegenomen de laatste jaren.</p>
<p>Steeds meer bedrijven schakelen steeds vaker over op “het nieuwe werken”, waardoor het niet meer van belang zou moeten zijn waar de werknemer zich bevind, maar wel dat hij zijn werkzaamheden kan doen. Beschikking hebben over applicaties en databases is dan wel een minimum.</p>
<p>Het lastige van een vaste computer is het feit dat hij niet (echt) vervoerbaar is. Bovendien zit deze computer vaak “vast” aan een eigen gebouwd netwerk en heeft daardoor niet alle gegevens bij zich als je hem toch zou meenemen. Een gedeeltelijke oplossing werd gevonden in het vervangen van deze desktop voor een laptop. immers deze is wel vervoerbaar en makkelijk in te zetten, maar de beschikking over alle data bleef een probleem.</p>
<p>Maar door het gebruik van laptops kwam er in feite een andere uitdaging bij, namelijk die van decentralisatie van data. Men nam namelijk ineens de belangrijke bestanden mee op de laptop. Een ware nachtmerrie voor systeembeheerders, immers is er geen controle meer over de data en zaken als backup en beveiliging van de data werden onzichtbaar.</p>
<p>Het veilig stellen van deze vaak essentiele informatie die op een harddisk staat was ineens een uitdaging geworden. Denk hierbij bijvoorbeeld aan diefstal / beschadiging / eigen fouten.</p>
<p>Gelukkig zijn er voor deze uitdaging ook goede oplossingen te verzinnen. Een van de oplossingen die steeds vaker toegepast wordt is het blijven werken op een overal benaderbare desktop. Deze desktop wordt dan aangeboden vanuit een centrale omgeving waar alles goed geregeld is.</p>
<p>Meer weten ?</p>
<p>neem contact op met ons bedrijf via info@r2dtop.com</p>
]]></content:encoded>
			<wfw:commentRss>http://www.r2dtop.com/desktops-on-the-move/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HDX Mediastream Flash Redirection and Internet Explorer 9</title>
		<link>http://www.r2dtop.com/hdx-mediastream-flash-redirection-and-internet-explorer-9/</link>
		<comments>http://www.r2dtop.com/hdx-mediastream-flash-redirection-and-internet-explorer-9/#comments</comments>
		<pubDate>Fri, 06 Apr 2012 09:01:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://test.r2dtop.com/?p=5</guid>
		<description><![CDATA[Not having a working flash redirection in a Xenapp 6.5 server ? You probably have upgraded the Internet Explorer to version 9. Currently internet explorer 9 is not supported in.. <a href="http://www.r2dtop.com/hdx-mediastream-flash-redirection-and-internet-explorer-9/" class="readmore">Lees meer</a>]]></description>
				<content:encoded><![CDATA[<p>Not having a working flash redirection in a Xenapp 6.5 server ?<br />
You probably have upgraded the Internet Explorer to version 9.<br />
Currently internet explorer 9 is not supported in combination with Flash redirection, so the server defaults to server rendering.</p>
<p>To get Flash Redirection working again in Internet Explorer 9 you need to add a registry key in:</p>
<p>HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Citrix\HdxMediaStreamForFlash\Server\PseudoServer</p>
<p><img class="alignnone" title="Flash 1" src="http://www.r2dtop.com/wp-content/uploads/2012/03/Flashredirection2.png" alt="" width="865" height="368" /></p>
<p>&nbsp;</p>
<p>add a value IEBrowserMaximumMajorVersion=dword:00000009 and it works again !</p>
<p>&nbsp;</p>
<p><img class="alignnone" title="flash2" src="http://www.r2dtop.com/wp-content/uploads/2012/03/Flashredirection1.png" alt="" width="465" height="372" /></p>
<p>Other things to check:</p>
<p>Check flashversions on server and on client<br />
Policy to enable flash</p>
<p>The new HDX monitor 2.0 (downloadable at http://hdx.citrix.com/hdx-monitor) still will say that IE9 is not supported. (even when it works..)</p>
<p><img class="alignnone" title="flash3" src="http://www.r2dtop.com/wp-content/uploads/2012/03/Flashredirection3.png" alt="" width="1332" height="827" /></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.r2dtop.com/hdx-mediastream-flash-redirection-and-internet-explorer-9/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
