<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title />
	
	<link>http://www.virtualistic.nl</link>
	<description />
	<lastBuildDate>Mon, 08 Mar 2010 07:47:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/virtualistic" /><feedburner:info uri="virtualistic" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>You cut the power to your ESXi with VMFS running on a RAIDAdapter with WriteCache on without a BBU What happens next?</title>
		<link>http://feedproxy.google.com/~r/virtualistic/~3/Bzc0DrLmgJg/526</link>
		<comments>http://www.virtualistic.nl/archives/526#comments</comments>
		<pubDate>Fri, 05 Mar 2010 10:46:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[VMWare]]></category>

		<guid isPermaLink="false">http://www.virtualistic.nl/archives/526</guid>
		<description><![CDATA[I&#8217;ve been quite busy the last couple of weeks with building my own ESXi production machine.    After reading a lot about the different RAID/storage solutions and how dangerous enabling Write cache on a BBU-Less RAID     controller is, I decided it was time for a little experiment…
  
Ingredients [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been quite busy the last couple of weeks with building my own ESXi production machine.    <br />After reading a lot about the different RAID/storage solutions and how dangerous enabling Write cache on a BBU-Less RAID     <br />controller is, I decided it was time for a little experiment…</p>
<p>  <span id="more-526"></span>
<p><strong>Ingredients</strong>     <br /><img title="swechef1" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; margin-left: 0px; margin-right: 0px; border-right-width: 0px" height="195" alt="swechef1" src="http://www.virtualistic.nl/index.php?feedimage=wp-content/uploads/media/ac77ca9c3b25_9D55/swechef1.jpg" width="244" align="right" border="0" />     <br />Take the following ingredients     <br />1 <a href="http://www.google.nl/search?hl=nl&amp;source=hp&amp;q=hp+ml110+g5" target="_blank">HP ML 110 G5</a>     <br />1 <a href="http://www.redbooks.ibm.com/abstracts/tips0054.html#BR10i" target="_blank">IBM ServeRaid BR10i</a>     <br />1 ESXi 4.0 U1     <br />1 SBS 2008 VM     <br />1 SBS 2008 VM Installing </p>
<p>Why on earth would I put an <a href="http://www.redbooks.ibm.com/abstracts/tips0054.html#BR10i" target="_blank">IBM ServeRaid BR10i</a> inside a HP ML 110 G5? Well, maybe because I&#8217;m all about love, peace and happiness or maybe it&#8217;s because I got it from work because they use REAL RAID adapters there, nobody will ever know!     <br /><img title="esxiproject-raidstatus-warning" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="133" alt="esxiproject-raidstatus-warning" src="http://www.virtualistic.nl/index.php?feedimage=wp-content/uploads/media/ac77ca9c3b25_9D55/esxiprojectraidstatuswarning.jpg" width="444" border="0" />     <br />Anyway, I played with the ServeRaid BR 10i for a while. As you can see the Adapter works great in ESXi. The status of the RAID     <br />is being show in the VSphere client without any extras installed. (+1 for the CIM clients)     <br />The first time I tried to upload a ISO to my Datastore using the <a href="http://www.veeam.com/vmware-esxi-fastscp.html" target="_blank">Excellent VEEAM FastSCP</a>, I almost fell off my chair. With a tortoiselike speed of 3-4 MB/s, my ISO was being dragged over the network.     <br />So off to the VMWare Community website, where I found <a href="http://communities.vmware.com/message/1302854" target="_blank">this thread</a> which talks about using the <a href="http://www.virtualistic.nl/virtualistic-downloads-section" target="_blank">LSI util</a> to enable the WriteCache     <br />option of the <a href="http://www.redbooks.ibm.com/abstracts/tips0054.html#BR10i" target="_blank">ServeRaid 10BRi</a> (which is a rebranded LSI adapter). I&#8217;ve compiled the util so that it can be used on ESXi, You     <br />can <a href="http://www.virtualistic.nl/virtualistic-downloads-section" target="_blank">find it here</a>!</p>
<p><strong>Enabling WriteCache</strong>     <br />You can enable the WriteCache of the LSI Adapter by doing the following:     <br />After downloading the tool, use a tool like WinSCP to copy the lsiutil to your ESXi machine     <br />Enter the console of your ESXi Machine or use SSH     <br />chmod +x lsutil     <br />./lsiutil     <br />Then choose the following options     <br /><strong>1      <br />21       <br />32</strong>     <br />Enable write caching:&#160; [Yes or No,]     <br /><strong>Type Yes      <br /></strong>Leave the rest default     <br />Press 0 3 times to exit the util     <br />After changing these options you can start the tool again and if everything went according to plan the Volume Settings should be set to write caching enabled!</p>
<p>I rebooted the ESXi machine to check if the settings would stick and they did! </p>
<p><strong>SCOTTY,HOW FAST CAN SHE GO?</strong>     <br />I started FastSCP again and uploaded the same ISO to my datastore, the upload speed changed from <strong>3-4 </strong>to<strong> 22-23 MB/s</strong> !!!!!!!!     <br />An <strong>6x</strong> speed increase, again I fell of my chair but was more than happy to get up this time! </p>
<p><strong>THE RISK</strong>     <br />After reading <a href="http://communities.vmware.com/message/1302854" target="_blank">the thread</a> I mentioned earlier, I began to doubt my actions. What would happen to the VMFS and my VM&#8217;s if the power would be cut from my ESXi?     <br />I didn&#8217;t sleep very well that night, even though my ESXi machine is behind a UPS the question kept haunting my mind. </p>
<p><strong>TAKE THE POLL</strong>     <br />So I decided to bite the bullet and test this scenario. I&#8217;m very curious what you think would happen so please take the poll below BEFORE watching the video below.     <br />With <strong>corrupt</strong> I mean the VM is damaged in a way that you cannot access the vmdk files any longer. With <strong>crashed</strong> I mean the VM won&#8217;t boot because Windows crashed.   <script type="text/javascript" charset="utf-8" src="http://static.polldaddy.com/p/2795979.js"></script> <noscript> 	<a href="http://answers.polldaddy.com/poll/2795979/">You have a ESXi with VMFS on a RAID controller without a BBU but with WriteCache ENABLED. What happens when you cut the power?</a><span style="font-size:9px;"><a href="http://www.polldaddy.com">poll</a></span> </noscript>  </p>
<p><strong>THE EVIDENCE</strong>   <br />Now without further ado, I present the video:   <br /> <object width="400" height="300"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=9800154&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00adef&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=9800154&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00adef&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="300"></embed></object>
<p><a href="http://vimeo.com/9800154">Running VM&#8217;s on ESXi with a ServeRaid 10BRi LSI RAID with writecache on without BBU and then cutting the power</a> from <a href="http://vimeo.com/user2440043">Virtualistic.nl</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
</p>
<p><em><strong>If this post helped you out, help me out keeping this site alive and visit some of my sponsors on the left or right.. Thanks..!       <br /></strong></em>TAGS VMWare, ESXi, RAIDController, BBU, Performance, BR10i, LSI, LSIUtil</p>

<p><a href="http://feedads.g.doubleclick.net/~a/AAfRNFm3pzQO3U7iinhHGG6uTh8/0/da"><img src="http://feedads.g.doubleclick.net/~a/AAfRNFm3pzQO3U7iinhHGG6uTh8/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/AAfRNFm3pzQO3U7iinhHGG6uTh8/1/da"><img src="http://feedads.g.doubleclick.net/~a/AAfRNFm3pzQO3U7iinhHGG6uTh8/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/virtualistic/~4/Bzc0DrLmgJg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.virtualistic.nl/archives/526/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.virtualistic.nl/archives/526</feedburner:origLink></item>
		<item>
		<title>How to remove ^M at the end of each line in Linux</title>
		<link>http://feedproxy.google.com/~r/virtualistic/~3/g4VhQUHR4HY/524</link>
		<comments>http://www.virtualistic.nl/archives/524#comments</comments>
		<pubDate>Thu, 25 Feb 2010 10:30:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.virtualistic.nl/archives/524</guid>
		<description><![CDATA[When working with files that have been transferred from Windows to Linux ^M characters may show at the end of each line, making the file useless. Here’s how to fix that..
 
It has been said that you can avoid this by making sure to use the ASCII mode when you transfer files to Linux. If [...]]]></description>
			<content:encoded><![CDATA[<p>When working with files that have been transferred from Windows to Linux ^M characters may show at the end of each line, making the file useless. Here’s how to fix that..</p>
<p> <span id="more-524"></span>
<p>It has been said that you can avoid this by making sure to use the ASCII mode when you transfer files to Linux. If you are unable to avoid it, you can use the following to get rid of the ^M at the end of each line:   <br />Open the file using “VI”    <br />Now do the following:    <br /><strong>:%s/.$// &lt;enter&gt;</strong> this will remove the last character at the end of each line!    <br /><strong>:wq!</strong> to write and exit the editor!    <br />All set..!    <br /><em>If this post helped you out, help me out keeping this site alive and visit some of my sponsors on the left or right.. Thanks..!     <br /></em>TAGS: remove, ^M, Linux, VI,</p>

<p><a href="http://feedads.g.doubleclick.net/~a/M005sOQdd55AVEi7_PN2lfsxIwg/0/da"><img src="http://feedads.g.doubleclick.net/~a/M005sOQdd55AVEi7_PN2lfsxIwg/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/M005sOQdd55AVEi7_PN2lfsxIwg/1/da"><img src="http://feedads.g.doubleclick.net/~a/M005sOQdd55AVEi7_PN2lfsxIwg/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/virtualistic/~4/g4VhQUHR4HY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.virtualistic.nl/archives/524/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.virtualistic.nl/archives/524</feedburner:origLink></item>
		<item>
		<title>Script to get the App-V applications on a computer</title>
		<link>http://feedproxy.google.com/~r/virtualistic/~3/9fWu0rd5lFo/520</link>
		<comments>http://www.virtualistic.nl/archives/520#comments</comments>
		<pubDate>Fri, 19 Feb 2010 10:06:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SoftGrid/App-V]]></category>

		<guid isPermaLink="false">http://www.virtualistic.nl/archives/520</guid>
		<description><![CDATA[If you choose to run the lightweight version of the App-V infrastructure you miss out on some nice management features. I’ve been using some scripts to help soften the pain..
 
 In a future blogpost I’ll show an easy way to remove an application from a Terminal Server when running the Lightweight version of App-v. [...]]]></description>
			<content:encoded><![CDATA[<p>If you choose to run the <a href="http://www.microsoft.com/systemcenter/appv/infrastructure.mspx" target="_blank">lightweight version of the App-V infrastructure</a> you miss out on some nice management features. I’ve been using some scripts to help soften the pain..</p>
<p> <span id="more-520"></span>
<p><img title="pwrshell_lg" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="36" alt="pwrshell_lg" src="http://www.virtualistic.nl/index.php?feedimage=wp-content/uploads/media/ScripttogettheAppVapplicationlistofacomp_9BF9/pwrshell_lg.png" width="50" border="0" /> In a future blogpost I’ll show an easy way to remove an application from a Terminal Server when running the Lightweight version of App-v. The first thing I wanted to know was, what are the exact names of the App-v applications listed on a computer or a server?&#160; <br />So I created a small powershell script that lists the Applications that the App-V client knows of. Besides having Powershell installed on your machine, you need permissions to access the registry of the computer you are querying.     <br />So go-ahead,give it a try in your test environment(use at your own risk!) and visit the <a href="http://www.virtualistic.nl/virtualistic-downloads-section" target="_blank">Virtualistic Download section</a> to download the script.    <br /><strong><em>If this post helped you out, help me out keeping this site alive and visit some of my sponsors on the left or right.. Thanks..!       <br /></em></strong>    <br />TAGS App-V, Application List, Script, Powershell    </p>

<p><a href="http://feedads.g.doubleclick.net/~a/FKs9XFcS-iB6Amayq5GKdOUhyK0/0/da"><img src="http://feedads.g.doubleclick.net/~a/FKs9XFcS-iB6Amayq5GKdOUhyK0/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/FKs9XFcS-iB6Amayq5GKdOUhyK0/1/da"><img src="http://feedads.g.doubleclick.net/~a/FKs9XFcS-iB6Amayq5GKdOUhyK0/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/virtualistic/~4/9fWu0rd5lFo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.virtualistic.nl/archives/520/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.virtualistic.nl/archives/520</feedburner:origLink></item>
		<item>
		<title>How to sequence Yammer for App-V</title>
		<link>http://feedproxy.google.com/~r/virtualistic/~3/K3lYyj5mP-8/504</link>
		<comments>http://www.virtualistic.nl/archives/504#comments</comments>
		<pubDate>Mon, 08 Feb 2010 10:05:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SoftGrid/App-V]]></category>

		<guid isPermaLink="false">http://www.virtualistic.nl/archives/504</guid>
		<description><![CDATA[To please the web 2.0 lovers in our organization (yeah you know who you are ) I was asked to have a look at sequencing the Yammer desktop application with App-V…
 
 The Yammer desktop application is an Adobe Air application. So after you downloaded the Yammer.air package, download Adobe Air.     [...]]]></description>
			<content:encoded><![CDATA[<p>To please the <a href="http://en.wikipedia.org/wiki/Web_2.0" target="_blank">web 2.0</a> lovers in our organization (yeah you know who you are ) I was asked to have a look at sequencing the <a href="https://www.yammer.com/company/desktop" target="_blank">Yammer</a> desktop application with App-V…</p>
<p> <span id="more-504"></span>
<p><img src="http://www.virtualistic.nl/index.php?feedimage=wp-content/uploads/2008/09/sftlogo-thumb.jpg" /> The Yammer desktop application is an Adobe Air application. So after you downloaded the <a href="https://www.yammer.com/company/desktop" target="_blank">Yammer.air</a> package, download <a href="http://get.adobe.com/air/" target="_blank">Adobe Air</a>.     <br />As I always say when doing a How-To: By no means, is this THE way to sequence this application, just the way I did it. Your mileage may vary. Use at your own risk etc. etc. etc. (BTW I think you can also use this tutorial for the most part if you are running a Terminal Server environment)     <br />Fasten your seatbelts, here we go:     <br />1) Make sure your App-V sequencer machine has a direct connection to the Internet (this will speed up the installation process somewhat). Place the Adobe Air installer and Yammer package on the sequencer machine before you start.     <br />2) Create a new App-V package, when in Monitoring mode, start the Adobe Air Installer. You can’t tell it where to install. Just let it do its thing.     <br /><img title="yamrinstall1" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="241" alt="yamrinstall1" src="http://www.virtualistic.nl/index.php?feedimage=wp-content/uploads/media/HowtosequenceYammer_D1C6/yamrinstall1.jpg" width="444" border="0" />     <br />3) Now double-click the Yammer.air package and select the “Adobe Air Application Installer”     <br /><img title="yamrinstall2" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="145" alt="yamrinstall2" src="http://www.virtualistic.nl/index.php?feedimage=wp-content/uploads/media/HowtosequenceYammer_D1C6/yamrinstall2.jpg" width="444" border="0" />     </p>
<p>4) Install the package to your asset drive. (NOTE: The installer dumps a folder called “Yammer” behind the installation path so you don’t have to)     <br />5) Now comes the tricky part: Yammer needs to <strong>authorize</strong> itself for <strong>each</strong> user. If I would start Yammer during the monitoring phase, the authorization process would take place <strong>inside</strong> the package which would..well uh, not be a good thing.     <br />6) So stop the monitoring phase and finish the rest of the wizards as you would (ab)normally do. (<strong>Don’t start the Yammer Application after you’ve created the shortcut</strong>)    <br />7) After you’ve completed the wizards, make sure to delete the following folders from your <strong>Files</strong> and the <strong>VFS Tab</strong>: (Basically the whole <strong>APPDATA</strong> Folder)    <br /><img title="yamrinstall5" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="420" alt="yamrinstall5" src="http://www.virtualistic.nl/index.php?feedimage=wp-content/uploads/media/HowtosequenceYammer_D1C6/yamrinstall5.jpg" width="444" border="0" />&#160; <br />8 ) Now when you run the App-v package and start the Yammer application for the first time, you need to authorize it.     <br /><img title="yamrinstall3" style="border-top-width: 0px; display: block; border-left-width: 0px; float: none; border-bottom-width: 0px; margin-left: auto; margin-right: auto; border-right-width: 0px" height="341" alt="yamrinstall3" src="http://www.virtualistic.nl/index.php?feedimage=wp-content/uploads/media/HowtosequenceYammer_D1C6/yamrinstall3.jpg" width="285" border="0" />&#160; <br />Yammer places some files in your     <br />%appdata%\Adobe\Air\ELS\Yammer.bla\ folder     <br /><img title="yamrinstall4" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="117" alt="yamrinstall4" src="http://www.virtualistic.nl/index.php?feedimage=wp-content/uploads/media/HowtosequenceYammer_D1C6/yamrinstall4_thumb.jpg" width="221" border="0" />     </p>
</p>
<p>It then opens IE and takes you to the Yammer website where you have to authorize the application. Copy-paste the code in the box under step 2 to complete the authorization process.     <br />9) The files in your %appdata%\..\yammer folder are now signed. If you have redirected your users&#8217; %appdata% to their home directory, you are done for the most part.&#160; <br />If you haven’t, you need to make sure that these signature files are saved for that user and the files need to be in place the next time you start the desktop application or else the authorization process will restart. (so start scripting!)     <br /><strong>EULA AND DISABLE ADOBE AIR UPDATES</strong>     <br />If you don’t want to your users to see the Adobe EULA screen or Adobe Air Updates do the following:     <br />Place 2 empty files called: <strong>eulaAccepted</strong> and <strong>updateDisabled</strong> in the     <br />%appdata%\Adobe\Air folder of your users.     </p>
<p><strong>DISABLE YAMMER UPDATES      <br /></strong>To disable Yammer.air updates you need to edit and distribute a file called: config.xml which should be located in the     <br />My Documents\Yammer\YammerDesktop folder of your users.     <br />Open the config.xml and change &lt;updates&gt;true&lt;/updates&gt; to &lt;updates&gt;false&lt;/updates&gt;     <br />That’s all for now guys. I hope you found this How-To useful..!     <br /><em>If this post helped you out, help me out keeping this site alive and visit some of my sponsors on the left or right.. Thanks..!</em>     <br />TAGS: App-V, How-to, Sequence, Yammer, Adobe AIR</p>

<p><a href="http://feedads.g.doubleclick.net/~a/L12cTOwcPEGIvgoeArQFeppMmv0/0/da"><img src="http://feedads.g.doubleclick.net/~a/L12cTOwcPEGIvgoeArQFeppMmv0/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/L12cTOwcPEGIvgoeArQFeppMmv0/1/da"><img src="http://feedads.g.doubleclick.net/~a/L12cTOwcPEGIvgoeArQFeppMmv0/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/virtualistic/~4/K3lYyj5mP-8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.virtualistic.nl/archives/504/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.virtualistic.nl/archives/504</feedburner:origLink></item>
		<item>
		<title>How to run Citrix Secure Gateway (CSG) on another port than 443</title>
		<link>http://feedproxy.google.com/~r/virtualistic/~3/ROw7ZbQahqc/498</link>
		<comments>http://www.virtualistic.nl/archives/498#comments</comments>
		<pubDate>Mon, 25 Jan 2010 18:25:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SBC]]></category>

		<guid isPermaLink="false">http://www.virtualistic.nl/archives/498</guid>
		<description><![CDATA[Let us pretend, that we have the Citrix Secure Gateway (CSG from now on) running on port 443 and you need that port for something else (Microsoft OWA) for example..how are we going to accomplish this..?
 
A few years back, Patrick Rouse wrote an excellent 2-part article on How To Install and Configure Citrix Web [...]]]></description>
			<content:encoded><![CDATA[<p>Let us pretend, that we have the Citrix Secure Gateway (CSG from now on) running on port 443 and you need that port for something else (Microsoft OWA) for example..how are we going to accomplish this..?</p>
<p> <span id="more-498"></span>
<p>A few years back, Patrick Rouse wrote an excellent 2-part article on How To Install and Configure Citrix Web Interface 4.6 and Citrix Secure Gateway on the same server:    <br /><a href="http://www.virtualizationadmin.com/articles-tutorials/terminal-services/general/install-configure-citrix-web-interface-secure-gateway-part1.html" target="_blank">part 1</a>     <br /><a href="http://www.virtualizationadmin.com/articles-tutorials/terminal-services/security/install-configure-citrix-web-interface-secure-gateway-part2.html" target="_blank">part 2</a>     <br />If you follow these articles to a tee, you will end up with a working CSG/WI environment.     <br />But one day, your brilliant co-worker needs port 443 to test another application from the outside and has already put his hand on the &quot;off&quot; switch of your CSG server. Instead of following your first instinct:     <br /><img title="kick_to_grin" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="310" alt="kick_to_grin" src="http://www.virtualistic.nl/index.php?feedimage=wp-content/uploads/media/HowtorunCitrixSecureGatewayCSGonanotherp_1111D/kick_to_grin.jpg" width="399" border="0" /> </p>
<p>Let&#8217;s try to get the CSG to relocate to another port:    <br />First start the CSG configuration tool and go trough the options and pause here:     <br /><img title="csg_port_nr" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="242" alt="csg_port_nr" src="http://www.virtualistic.nl/index.php?feedimage=wp-content/uploads/media/HowtorunCitrixSecureGatewayCSGonanotherp_1111D/csg_port_nr.jpg" width="415" border="0" /> </p>
<p>Pick a port number that you know will work for you!    <br />Then finish all the follow-up screens which will restart the CSG services at the end. </p>
<p>Next up is to alter the 443 port forward settings in your firewall and change them to your newly appointed port. </p>
<p>One may think that was all she wrote&#8230; <img title="all_she_wrote" style="border-top-width: 0px; display: block; border-left-width: 0px; float: none; border-bottom-width: 0px; margin-left: auto; margin-right: auto; border-right-width: 0px" height="159" alt="all_she_wrote" src="http://www.virtualistic.nl/index.php?feedimage=wp-content/uploads/media/HowtorunCitrixSecureGatewayCSGonanotherp_1111D/all_she_wrote.jpg" width="106" border="0" />     <br />But if you try to login to your WI, everything will look fine at first. You login, see a list of your apps but when you try to start an application you&#8217;ll probably get the following error: </p>
<p><strong>There is no Citrix SSL server configured on the specified address</strong> </p>
<p>Ok, now what?    <br />Go to the folder where you installed the Web Interface (C:\Inetpub\wwwroot\Citrix\XenApp\conf or similar)     <br />and open the <strong>WebInterface.conf</strong> file with notepad and start a search for: <strong>CSG_ServerPort</strong>     <br />Heyyyyy, that&#8217;s not the correct port! Change the portnumber to your newly chosen port, save the file, do a iisreset and you should be good to go!     <br /><em>If this post helped you out, help me out keeping this site alive and visit some of my sponsors on the left or right.. Thanks..!</em>     <br />TAGS: How to, Run, CSG on different port, no Citrix SSL server configured on the specified address, 443     </p>

<p><a href="http://feedads.g.doubleclick.net/~a/Z4ckHvO6GUAq6CcZAIQbeOqiIOU/0/da"><img src="http://feedads.g.doubleclick.net/~a/Z4ckHvO6GUAq6CcZAIQbeOqiIOU/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/Z4ckHvO6GUAq6CcZAIQbeOqiIOU/1/da"><img src="http://feedads.g.doubleclick.net/~a/Z4ckHvO6GUAq6CcZAIQbeOqiIOU/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/virtualistic/~4/ROw7ZbQahqc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.virtualistic.nl/archives/498/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.virtualistic.nl/archives/498</feedburner:origLink></item>
		<item>
		<title>App-V 4.5 SP1 and early Christmas boobytraps</title>
		<link>http://feedproxy.google.com/~r/virtualistic/~3/nJjUlRLdLk8/489</link>
		<comments>http://www.virtualistic.nl/archives/489#comments</comments>
		<pubDate>Wed, 16 Dec 2009 13:23:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SoftGrid/App-V]]></category>

		<guid isPermaLink="false">http://www.virtualistic.nl/archives/489</guid>
		<description><![CDATA[As you may have read, we migrated from SoftGrid to App-V 4.5 SP1 a few weeks backs. What seemed as a flawless victory (take your pick) at first, turned out to be a swamp from which it was hard to escape…
 
I was pretty stoked after the first day. the helpdesk hadn’t been swarmed on, [...]]]></description>
			<content:encoded><![CDATA[<p>As you may have <a href="http://www.virtualistic.nl/archives/408" target="_blank">read</a>, we migrated from SoftGrid to App-V 4.5 SP1 a few weeks backs. What seemed as a <a href="http://www.urbandictionary.com/define.php?term=flawless%20victory&amp;page=2" target="_blank">flawless victory</a> (take your pick) at first, turned out to be a swamp from which it was hard to escape…</p>
<p> <span id="more-489"></span>
<p>I was pretty stoked after the first day. the helpdesk hadn’t been swarmed on, the App-V Streaming server did not crash and there were no flames coming out of the Terminal Servers. (As an sysadmin you quickly learn to be happy with the small things in life)    </p>
<p>The second day, the weather changed and so did my luck.     <br /><img title="App-V swamp" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="309" alt="App-V swamp" src="http://www.virtualistic.nl/index.php?feedimage=wp-content/uploads/media/AppV4.5SP1andearlyChristmasboobytraps_A927/cyswamp.jpg" width="412" border="0" />     <br />Our Helpdesk started receiving reports from a few users that they were unable to start a certain application they got kicked from.&#160; The App would throw a Dr Watson error and simply not start. Sometimes it would help if the user logged off and on and by chance landed on another server (which makes sense).&#160; <br />The “getting kicked out” part, was something we had even before we ever worked with SoftGrid but unable to login to this App was new)     </p>
<p>The first thing I did was make a complete new package with the newest sequencer out there. (the current Package worked without issue during testing but I wasn’t taking any chances).     <br />The next day, the Helpdesk still reported similar issues with this app. I started turning over rocks in the App-V forums and the MS KB’s but no luck until I found this <a href="http://support.microsoft.com/kb/974278" target="_blank">KB</a>. YES!!! There were actual fixes for applications that all of a sudden would not start:     </p>
<p>In some scenarios, an application may not start, and you receive a DLL error or a &quot;File Not Found&quot; error. This issue is most likely to occur on a multiprocessor computer.     <br />or     <br />A virtual application that calls the RegQueryMultipleValues function may experience unexpected errors or cannot start. For example, you receive error messages when you start or shutdown the Trapeze application. Then, the application does not work correctly</p>
<p>But OH NO….this is the hotfix 006 for App-V 4.5 <strong>CU1</strong> where is the hotfix for 4.5 <strong>SP1 WTF?</strong> It’s not there, now what? Wow dude that means I’m stuck!     <br /><img title="help Microsoft, I&#39;m Stuck with SP1" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="470" alt="help Microsoft, I&#39;m Stuck with SP1" src="http://www.virtualistic.nl/index.php?feedimage=wp-content/uploads/media/AppV4.5SP1andearlyChristmasboobytraps_A927/ohnowait_thumb.jpg" width="418" border="0" />     </p>
<p>As some people really started to get annoyed, I deployed this “older/newer” App-V 4.5 CU1 with hotfix006 on a couple of servers and tested as much as I could. I then pointed the critical apps to these servers so see what would happen with this “older/newer” App-V Client.     <br />Because the signs were good I then sat down with our IT manager and tried explaining this whole new Microsoft concept of a “older-client-with-a-newer-hotfix-which-turns-it into-a-newer-client-compared-to-what-we-have”.     <br />Long story short: I decided to jump off what was left of my 4.5 SP1 ship and started swimming towards the 4.5 CU1 with hotfix006 shore.     <br />It’s beyond me why Microsoft has chosen a path where customers are forced to choose between two clients within one product and then leave everybody in the dark about what the future holds for both clients. I thought installing the latest greatest version would be a safe bet..forget about it!     </p>
<p>I made sure to leave <a href="http://social.technet.microsoft.com/Forums/en/appvclients/thread/26b99138-6d33-4954-a684-54a37fc8d609" target="_blank">my feedback</a> on the Microsoft App-V forum hoping that someday, upgrading mission critical software doesn’t make you feel like when you were a little kid around Christmas.     <br />You would get this (what you thought to be) awesome toy which in turn would die on you after a couple of days as a way of saying thanks for your enthusiasm…     <br /><em>If this post helped you out, help me out keeping this site alive and visit some of my sponsors on the left or right.. Thanks..!      <br /></em>TAGS: App-V SP1, upgrade, App-V CU1 hotfix, Self-Referential Mapping found,     </p>

<p><a href="http://feedads.g.doubleclick.net/~a/Jqy-EEXWaApcAffmKddBdaxXvHk/0/da"><img src="http://feedads.g.doubleclick.net/~a/Jqy-EEXWaApcAffmKddBdaxXvHk/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/Jqy-EEXWaApcAffmKddBdaxXvHk/1/da"><img src="http://feedads.g.doubleclick.net/~a/Jqy-EEXWaApcAffmKddBdaxXvHk/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/virtualistic/~4/nJjUlRLdLk8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.virtualistic.nl/archives/489/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.virtualistic.nl/archives/489</feedburner:origLink></item>
		<item>
		<title>Bouke’s VMWare Performance Troubleshooting presentation online now!</title>
		<link>http://feedproxy.google.com/~r/virtualistic/~3/EsOmo01OSKY/488</link>
		<comments>http://www.virtualistic.nl/archives/488#comments</comments>
		<pubDate>Mon, 14 Dec 2009 08:17:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[VMWare]]></category>

		<guid isPermaLink="false">http://www.virtualistic.nl/archives/488</guid>
		<description><![CDATA[Bouke Groenescheij made an awesome presentation about Performance Troubleshooting in VMWare which he presented
 
last friday at the Dutch VMUG 2009. Bouke has been kind enough to put his presentation online. You can find it here!
]]></description>
			<content:encoded><![CDATA[<p><a target="_blank" href="http://www.jume.nl">Bouke</a> Groenescheij made an awesome presentation about Performance Troubleshooting in VMWare which he presented</p>
<p> <span id="more-488"></span>
<p>last friday at the Dutch VMUG 2009. <a target="_blank" href="http://www.jume.nl">Bouke</a> has been kind enough to put his presentation online. You can find it <a href="http://jume.nl/blog" target="_blank">here</a>!</p>

<p><a href="http://feedads.g.doubleclick.net/~a/JAPiaPW_wFWFHSJXjjSIyzTbr-4/0/da"><img src="http://feedads.g.doubleclick.net/~a/JAPiaPW_wFWFHSJXjjSIyzTbr-4/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/JAPiaPW_wFWFHSJXjjSIyzTbr-4/1/da"><img src="http://feedads.g.doubleclick.net/~a/JAPiaPW_wFWFHSJXjjSIyzTbr-4/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/virtualistic/~4/EsOmo01OSKY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.virtualistic.nl/archives/488/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.virtualistic.nl/archives/488</feedburner:origLink></item>
		<item>
		<title>VMUG 2009 Video Blog</title>
		<link>http://feedproxy.google.com/~r/virtualistic/~3/XLDqd7BbU4A/454</link>
		<comments>http://www.virtualistic.nl/archives/454#comments</comments>
		<pubDate>Fri, 11 Dec 2009 09:02:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[VMWare]]></category>

		<guid isPermaLink="false">http://www.virtualistic.nl/?p=454</guid>
		<description><![CDATA[Videoblogging from the VMUG 2009 today (This post will be updated during the day) and starting with:
Raw footage from the opening of VMUG 2009 by Viktor vd Berg. (video will show up as soon as Vimeo is done with it about 15 minutes   )

VMUG 2009 Opening video by Viktor vd Berg from Virtualistic.nl [...]]]></description>
			<content:encoded><![CDATA[<p>Videoblogging from the VMUG 2009 today (This post will be updated during the day) and starting with:<br />
Raw footage from the opening of VMUG 2009 by Viktor vd Berg. <span id="more-454"></span>(video will show up as soon as Vimeo is done with it about 15 minutes <img src='http://www.virtualistic.nl/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  )<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="300" 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://vimeo.com/moogaloop.swf?clip_id=8115028&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00adef&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="400" height="300" src="http://vimeo.com/moogaloop.swf?clip_id=8115028&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00adef&amp;fullscreen=1" allowfullscreen="true" allowscriptaccess="always"></embed></object></p>
<p><a href="http://vimeo.com/8115028">VMUG 2009 Opening video by Viktor vd Berg</a> from <a href="http://vimeo.com/user2440043">Virtualistic.nl</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p>Following keynote of Richard Garsthagen..doing his missionary work&#8230;<br />
explaining the vision of VMWare in all areas.<br />
Shooting a small video of Richard<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="300" 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://vimeo.com/moogaloop.swf?clip_id=8115488&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00adef&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="400" height="300" src="http://vimeo.com/moogaloop.swf?clip_id=8115488&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00adef&amp;fullscreen=1" allowfullscreen="true" allowscriptaccess="always"></embed></object></p>
<p><a href="http://vimeo.com/8115488">Richard Garsthagen During VMUG 2009</a> from <a href="http://vimeo.com/user2440043">Virtualistic.nl</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p>Richard shows us the introduction of VM KB TV:<br />
<a href="http://blogs.vmware.com/kbtv">http://blogs.vmware.com/kbtv</a><br />
and as a last plug<br />
<a href="http://vmware.xfl.nl">http://vmware.xfl.nl</a> for technical dutch vmware webinars</p>
<p>10:50 Following Eric Sloof during a excellent session about EcoShell..sorry no video for this one, visit the VMUG next year <img src='http://www.virtualistic.nl/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
Hoping that all of Eric&#8217;s EcoShell tips also work on 3.5 <img src='http://www.virtualistic.nl/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Battery is almost dead..signing off for now..</p>
<p>11:55 Went to the Project VRC, some very surprising results in their second phase of testing. Keep a close eye on <a href="http://www.virtualrealitycheck.net/" target="_blank">the Project VRC </a>site for the results and comparison between Hyper-V, XEN Server and VSphere.  Jeroen told the audience that their VSI tool will receive an update to version 2.1 in the next week or so.</p>
<p>13:00 Lunch<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="300" 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://vimeo.com/moogaloop.swf?clip_id=8117426&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00adef&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="400" height="300" src="http://vimeo.com/moogaloop.swf?clip_id=8117426&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00adef&amp;fullscreen=1" allowfullscreen="true" allowscriptaccess="always"></embed></object></p>
<p><a href="http://vimeo.com/8117426">Lunch time at VMUG 2009</a> from <a href="http://vimeo.com/user2440043">Virtualistic.nl</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p>13:30 Currently following Viktor and his session about VMWare distributed Virtual Switches.</p>
<p>14: 15 Viktor is already wrapping up his session..I&#8217;m really looking forward to the next session from <a href="http://www.jume.nl/" target="_blank"><a target="_blank" href="http://www.jume.nl">Bouke</a></a>: Performance Troubleshooting HOWTO.  I was amazed to see that some employees from VMWare did not know who <a target="_blank" href="http://www.jume.nl">Bouke</a> was.  In my opinion <a target="_blank" href="http://www.jume.nl">Bouke</a> should have been a vExpert even before there ever was a vExpert title..! (so please take notice for the upcoming vExpert elections VMWare!)<br />
14:56 <a target="_blank" href="http://www.jume.nl">Bouke</a>&#8217;s session is kick-ass!<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="300" 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://vimeo.com/moogaloop.swf?clip_id=8119373&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00adef&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="400" height="300" src="http://vimeo.com/moogaloop.swf?clip_id=8119373&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00adef&amp;fullscreen=1" allowfullscreen="true" allowscriptaccess="always"></embed></object></p>
<p><a href="http://vimeo.com/8119373">Final Minutes of <a target="_blank" href="http://www.jume.nl">Bouke</a>&#8217;s session at VMUG 2009</a> from <a href="http://vimeo.com/user2440043">Virtualistic.nl</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p>16:00 Following Luc Dekens in session about PowerCLI and the SDK. </p>
<p>16:18 Thanks to the guys at <a href="http://www.vmguru.nl/" target="_blank">VMGuru</a> for plugging my site</p>
<p>16:30 Luc&#8217;s demo video&#8217;s are not playing as planned..he&#8217;s kicking Firefox around without result so far..battery almost empty so saving a little juice in case I need it later on.<br />
16:40 somebody downloaded videolan player through his phone..watching video&#8217;s now <img src='http://www.virtualistic.nl/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>

<p><a href="http://feedads.g.doubleclick.net/~a/fcYW2it4DI7Yzl_-apchFheaVDs/0/da"><img src="http://feedads.g.doubleclick.net/~a/fcYW2it4DI7Yzl_-apchFheaVDs/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/fcYW2it4DI7Yzl_-apchFheaVDs/1/da"><img src="http://feedads.g.doubleclick.net/~a/fcYW2it4DI7Yzl_-apchFheaVDs/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/virtualistic/~4/XLDqd7BbU4A" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.virtualistic.nl/archives/454/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.virtualistic.nl/archives/454</feedburner:origLink></item>
		<item>
		<title>Live Blogging at VMUG 2009</title>
		<link>http://feedproxy.google.com/~r/virtualistic/~3/7MPEdzHa024/451</link>
		<comments>http://www.virtualistic.nl/archives/451#comments</comments>
		<pubDate>Wed, 09 Dec 2009 20:09:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[VMWare]]></category>

		<guid isPermaLink="false">http://www.virtualistic.nl/?p=451</guid>
		<description><![CDATA[If everything goes to plan, the VMUG event will provide us with wireless internet so that live blogging will be possible. My plan is to make a videoblog of the event and post these during the day (or whenever possible because it&#8217;s going to be a very busy day for all bloggers!)
If this post helped [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="vmuglg" src="http://www.virtualistic.nl/index.php?feedimage=wp-content/uploads/media/VMUG2009Dontmissit_8045/vmug_lg.png" alt="" width="150" height="58" />If everything goes to plan, the <a href="http://www.vmug.nl/cms/index.php?option=com_content&amp;view=article&amp;id=87&amp;Itemid=49" target="_blank">VMUG event </a>will provide us with wireless internet so that live blogging will be possible. My plan is <span id="more-451"></span>to make a videoblog of the event and post these during the day (or whenever possible because it&#8217;s going to be a very busy day for all bloggers!)<br />
<em>If this post helped you out, help me out keeping this site alive and visit some of my sponsers on the left or right..<br />
Thanks..!<br />
</em>TAGS: VMUG, 2009,  live blog</p>

<p><a href="http://feedads.g.doubleclick.net/~a/xaXMSvh9IFXvEoidsu_q8SRlbAg/0/da"><img src="http://feedads.g.doubleclick.net/~a/xaXMSvh9IFXvEoidsu_q8SRlbAg/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/xaXMSvh9IFXvEoidsu_q8SRlbAg/1/da"><img src="http://feedads.g.doubleclick.net/~a/xaXMSvh9IFXvEoidsu_q8SRlbAg/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/virtualistic/~4/7MPEdzHa024" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.virtualistic.nl/archives/451/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.virtualistic.nl/archives/451</feedburner:origLink></item>
		<item>
		<title>Poll:VMWare Workstation topheavy or feature-rich?</title>
		<link>http://feedproxy.google.com/~r/virtualistic/~3/MANG6Glhn3A/448</link>
		<comments>http://www.virtualistic.nl/archives/448#comments</comments>
		<pubDate>Tue, 08 Dec 2009 13:55:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[VMWare]]></category>

		<guid isPermaLink="false">http://www.virtualistic.nl/archives/448</guid>
		<description><![CDATA[I recently upgraded our App-v&#160; sequencer stations which run VMWare Workstation. Before I started the upgrade something occurred to me
 
I copied the 6.5.3 Workstation executable next to the 5.5.3 executable and my eye was drawn to the file size of both files:     
Wow! 6.5.3 is about 5.5 times the size [...]]]></description>
			<content:encoded><![CDATA[<p>I recently upgraded our App-v&#160; sequencer stations which run VMWare Workstation. Before I started the upgrade something occurred to me</p>
<p> <span id="more-448"></span>
<p>I copied the 6.5.3 Workstation executable next to the 5.5.3 executable and my eye was drawn to the file size of both files:    <br /><a href="http://www.virtualistic.nl/wp-content/uploads/media/PollVMWareWorkstationtopheavyorfeatureri_D1C8/vmworkssize.jpg"><img title="vmworkssize" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="40" alt="vmworkssize" src="http://www.virtualistic.nl/index.php?feedimage=wp-content/uploads/media/PollVMWareWorkstationtopheavyorfeatureri_D1C8/vmworkssize_thumb.jpg" width="418" border="0" /></a> </p>
<p>Wow! 6.5.3 is about <strong>5.5</strong> times the size compared to Workstation 5.5.3!     <br />But has Workstation become 5 times better when you compare it to the 5.5 days? In other words: has VMWare Workstation grown up to become a donut-eating-Oprah-watching-fat-lady over the years or is it just an 5.5 times increase of features..you decide!     <br /><script type="text/javascript" charset="utf-8" src="http://static.polldaddy.com/p/2355737.js"></script><noscript> <a href="http://answers.polldaddy.com/poll/2355737/">VMWare Workstation: Topheavy or Feature-rich?</a><span style="font-size:9px;">(<a href="http://www.polldaddy.com">polls</a>)</span> </noscript>  <br /><em>If this post helped you out, help me out keeping this site alive and visit some of my sponsors on the left or right.. Thanks..!</em><noscript></noscript></p>

<p><a href="http://feedads.g.doubleclick.net/~a/jFZ7s8MAmcwOltI072rp7wdc_9s/0/da"><img src="http://feedads.g.doubleclick.net/~a/jFZ7s8MAmcwOltI072rp7wdc_9s/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/jFZ7s8MAmcwOltI072rp7wdc_9s/1/da"><img src="http://feedads.g.doubleclick.net/~a/jFZ7s8MAmcwOltI072rp7wdc_9s/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/virtualistic/~4/MANG6Glhn3A" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.virtualistic.nl/archives/448/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.virtualistic.nl/archives/448</feedburner:origLink></item>
	</channel>
</rss>
