<?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>ArchY.net &#187; XenServer 5</title>
	<atom:link href="http://www.archy.net/category/citrix/xenserver-5/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.archy.net</link>
	<description>Virtualization trend to the max</description>
	<lastBuildDate>Sun, 25 Jul 2010 05:00:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Adding local storage to XenServer 5.5</title>
		<link>http://www.archy.net/2009/05/21/adding-local-storage-to-xenserver-55/</link>
		<comments>http://www.archy.net/2009/05/21/adding-local-storage-to-xenserver-55/#comments</comments>
		<pubDate>Thu, 21 May 2009 16:32:43 +0000</pubDate>
		<dc:creator>Stephane THIRION</dc:creator>
				<category><![CDATA[Citrix]]></category>
		<category><![CDATA[XenServer]]></category>
		<category><![CDATA[XenServer 5]]></category>
		<category><![CDATA[XenServer 5.5]]></category>
		<category><![CDATA[Bios]]></category>
		<category><![CDATA[Dell 2950]]></category>
		<category><![CDATA[Local Storage]]></category>
		<category><![CDATA[Raid1]]></category>
		<category><![CDATA[SATAu]]></category>

		<guid isPermaLink="false">http://www.archy.net/?p=415</guid>
		<description><![CDATA[BE AWARE !! To follow instructions in this blog post you have to know linux shell and XenServer command line usage. You can wipe data if you don&#8217;t understand what you&#8217;re trying to do. Try in a TEST environment before making any change in production. Today I had to add two 500Gb SATAu hard drive [...]]]></description>
			<content:encoded><![CDATA[<p><span style="color: #ff0000;"><strong>BE AWARE !!</strong> To follow instructions in this blog post you have to know linux shell and XenServer command line usage. You can wipe data if you don&#8217;t understand what you&#8217;re trying to do. Try in a TEST environment before making any change in production.</span></p>
<p>Today I had to add two 500Gb SATAu hard drive to my XenServer. Plug this two hot plug drive in this Dell 2950 III was the easy part, configure the new RAID1 in the Perc 6i controller wasn&#8217;t so easy&#8230; This bios is very annoying and after 2 hours we found the good menu and where to create the new volume&#8230;</p>
<p>Once this step done, and after 16Gb of memory more, XenServer started without any problem, the drive wasn&#8217;t available through the XenCenter so I though I had to mount it or something like that.</p>
<p>So here comes the few steps to add a local storage to your XenServer 5.5 :</p>
<p>Type : <em><span style="color: #ff9900;">fdisk -l</span></em></p>
<p>you&#8217;ll see the listÂ of allÂ volumes and hard drives, then :</p>
<p>Type : <em><span style="color: #ff9900;">pvcreate /dev/sdb</span></em></p>
<p><em><span style="color: #ff9900;">sdb</span></em> is my new volume</p>
<p>and then to configure it as a local storage :</p>
<p>Type : <em><span style="color: #ff9900;">xe sr-create type=lvm content-type=user device-config:device=/dev/disk/by-id/scsi-SATA_ST3320620AS_5QF7QZZL name-label=&#8221;LOCAL SR&#8221;</span></em></p>
<p><em><span style="color: #ff9900;">scsi-SATA_ST3320620AS_5QF7QZZL</span></em> is the name of my volume, you&#8217;ll have to change this value with your own, and <em><span style="color: #ff9900;">name-label</span></em> is the name you want to give to your local storage.</p>
<p>and this is it !</p>
<p><em>Remark : If your XenServer is a pool, you need to put it off, follow above steps and put back the XenServer in your pool.</em></p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a  href="http://www.archy.net/2009/06/24/error-the-metaframe-servers-reported-that-the-alternate-address-cannot-be-found/" rel="bookmark" class="crp_title">ERROR: The MetaFrame servers reported that the alternate address cannot be found.</a></li><li><a  href="http://www.archy.net/2009/05/14/vmware-workstation-nat-problem-on-windows-7-rc-build-7100/" rel="bookmark" class="crp_title">Vmware Workstation NAT problem on Windows 7 RC Build 7100</a></li><li><a  href="http://www.archy.net/2009/05/17/citrix-xenserver-55-beta-1/" rel="bookmark" class="crp_title">Citrix XenServer 5.5 Beta 1</a></li><li><a  href="http://www.archy.net/2009/05/31/windows-server-2008-sp2-what%e2%80%99s-in-it-for-terminal-servers/" rel="bookmark" class="crp_title">Windows Server 2008 SP2: Whatâ€™s in it for Terminal Servers?</a></li><li><a  href="http://www.archy.net/2010/03/03/citrix-online-plug-in-ssl-error-61-you-have-not-chosen-to-trust/" rel="bookmark" class="crp_title">Citrix Online Plug-in for Mac, SSL Error 61: You have not chosen to trust&#8230;</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.archy.net/2009/05/21/adding-local-storage-to-xenserver-55/feed/</wfw:commentRss>
		<slash:comments>68</slash:comments>
		</item>
		<item>
		<title>Citrix XenServer 5.5 Beta 1</title>
		<link>http://www.archy.net/2009/05/17/citrix-xenserver-55-beta-1/</link>
		<comments>http://www.archy.net/2009/05/17/citrix-xenserver-55-beta-1/#comments</comments>
		<pubDate>Sun, 17 May 2009 11:42:50 +0000</pubDate>
		<dc:creator>Stephane THIRION</dc:creator>
				<category><![CDATA[Citrix]]></category>
		<category><![CDATA[XenServer 5]]></category>
		<category><![CDATA[XenServer 5.5]]></category>
		<category><![CDATA[Citrix XenServer]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[XenCenter 5.5]]></category>
		<category><![CDATA[XenServer 5.5 Beta1]]></category>
		<category><![CDATA[Xenserver 5.5 Network issue]]></category>

		<guid isPermaLink="false">http://www.archy.net/?p=381</guid>
		<description><![CDATA[[Issues at the end of this post...] Here it is ! Full of promizes, and full of new options we are all waiting for. Let me tell you first, this is BETA release from Citrix, so don&#8217;t complain to me or to Citrix if you crash your production servers, you have to run test and [...]]]></description>
			<content:encoded><![CDATA[<p>[Issues at the end of this post...]</p>
<p>Here it is ! Full of promizes, and full of new options we are all waiting for. Let me tell you first, this is BETA release from Citrix, so don&#8217;t complain to me or to Citrix if you crash your production servers, you have to run test and wait for the final new release.</p>
<p>You can access the whole stuff from your MyCitrix account in Tech/Beta preview of XenServer. You have to download the two isos files, the proper license file and XenCenter (there is a new 5.5 version).</p>
<p style="text-align: center;"><a  href="http://www.archy.net/wp-content/uploads/2009/05/snap000041.jpg" class="thickbox no_icon" rel="gallery-381" title="snap000041"><img class="size-medium wp-image-382  aligncenter" title="snap000041" src="http://www.archy.net/wp-content/uploads/2009/05/snap000041-300x200.jpg" alt="snap000041" width="300" height="200" /></a></p>
<p><span id="more-381"></span></p>
<p>To perfom this update just boot on the CD you just download and follow the instruction on the screen, this is what I did in the next video :</p>
<p style="text-align: center;"><script type="text/javascript" src="http://www.archy.net/wp-content/plugins/pb-embedflash/js/swfobject.js"></script><span class="embedflash" id="swfid7d967bd8632c3ddbb92064401bdc7492"><small>(Please open the article to see the flash file or player.)</small></span><script type="text/javascript">
				var flashvars = {}; var params = {}; var attributes = {};params.allowfullscreen = "true"; params.allowscriptaccess = "always";
				swfobject.embedSWF("http://www.archy.net/wp-content/uploads/2009/05/xenserver-upgrade.swf","swfid7d967bd8632c3ddbb92064401bdc7492","425","355","9.0.0","http://www.archy.net/wp-content/plugins/pb-embedflash/swf/expressInstall.swf",flashvars,params,attributes);
		</script></p>
<p>Once it&#8217;s done, just reboot and you did it !</p>
<p>Now let&#8217;s me show you some of the new things I saw, I will come back later on it with a full report, it&#8217;s sunday and I&#8217;m suppose to stop to geeking around during the week end <img src='http://www.archy.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>

<a  href="http://www.archy.net/2009/05/17/citrix-xenserver-55-beta-1/snap000041/" title="snap000041"><img width="150" height="150" src="http://www.archy.net/wp-content/uploads/2009/05/snap000041-150x150.jpg" class="attachment-thumbnail" alt="snap000041" title="snap000041" /></a>
<a  href="http://www.archy.net/2009/05/17/citrix-xenserver-55-beta-1/snap00005-2/" title="snap00005"><img width="150" height="150" src="http://www.archy.net/wp-content/uploads/2009/05/snap00005-150x150.jpg" class="attachment-thumbnail" alt="snap00005" title="snap00005" /></a>
<a  href="http://www.archy.net/2009/05/17/citrix-xenserver-55-beta-1/snap000061/" title="snap000061"><img width="150" height="150" src="http://www.archy.net/wp-content/uploads/2009/05/snap000061-150x150.jpg" class="attachment-thumbnail" alt="snap000061" title="snap000061" /></a>
<a  href="http://www.archy.net/2009/05/17/citrix-xenserver-55-beta-1/snap000071/" title="snap000071"><img width="150" height="150" src="http://www.archy.net/wp-content/uploads/2009/05/snap000071-150x150.jpg" class="attachment-thumbnail" alt="snap000071" title="snap000071" /></a>
<a  href="http://www.archy.net/2009/05/17/citrix-xenserver-55-beta-1/snap00008-2/" title="snap00008"><img width="150" height="150" src="http://www.archy.net/wp-content/uploads/2009/05/snap00008-150x150.jpg" class="attachment-thumbnail" alt="snap00008" title="snap00008" /></a>
<a  href="http://www.archy.net/2009/05/17/citrix-xenserver-55-beta-1/snap00009-2/" title="snap00009"><img width="150" height="150" src="http://www.archy.net/wp-content/uploads/2009/05/snap00009-150x150.jpg" class="attachment-thumbnail" alt="snap00009" title="snap00009" /></a>
<a  href="http://www.archy.net/2009/05/17/citrix-xenserver-55-beta-1/snap00010/" title="snap00010"><img width="150" height="150" src="http://www.archy.net/wp-content/uploads/2009/05/snap00010-150x150.jpg" class="attachment-thumbnail" alt="snap00010" title="snap00010" /></a>
<a  href="http://www.archy.net/2009/05/17/citrix-xenserver-55-beta-1/snap00011-2/" title="snap00011"><img width="150" height="150" src="http://www.archy.net/wp-content/uploads/2009/05/snap00011-150x150.jpg" class="attachment-thumbnail" alt="snap00011" title="snap00011" /></a>
<a  href="http://www.archy.net/2009/05/17/citrix-xenserver-55-beta-1/snap00013/" title="snap00013"><img width="150" height="150" src="http://www.archy.net/wp-content/uploads/2009/05/snap00013-150x150.jpg" class="attachment-thumbnail" alt="snap00013" title="snap00013" /></a>
<a  href="http://www.archy.net/2009/05/17/citrix-xenserver-55-beta-1/snap00014/" title="snap00014"><img width="150" height="150" src="http://www.archy.net/wp-content/uploads/2009/05/snap00014-150x150.jpg" class="attachment-thumbnail" alt="snap00014" title="snap00014" /></a>
<a  href="http://www.archy.net/2009/05/17/citrix-xenserver-55-beta-1/snap00015/" title="snap00015"><img width="150" height="150" src="http://www.archy.net/wp-content/uploads/2009/05/snap00015-150x150.jpg" class="attachment-thumbnail" alt="snap00015" title="snap00015" /></a>
<a  href="http://www.archy.net/2009/05/17/citrix-xenserver-55-beta-1/snap00017/" title="snap00017"><img width="150" height="150" src="http://www.archy.net/wp-content/uploads/2009/05/snap00017-150x150.jpg" class="attachment-thumbnail" alt="snap00017" title="snap00017" /></a>
<a  href="http://www.archy.net/2009/05/17/citrix-xenserver-55-beta-1/snap00018/" title="snap00018"><img width="150" height="150" src="http://www.archy.net/wp-content/uploads/2009/05/snap00018-150x150.jpg" class="attachment-thumbnail" alt="snap00018" title="snap00018" /></a>
<a  href="http://www.archy.net/2009/05/17/citrix-xenserver-55-beta-1/snap00019/" title="snap00019"><img width="150" height="150" src="http://www.archy.net/wp-content/uploads/2009/05/snap00019-150x150.jpg" class="attachment-thumbnail" alt="snap00019" title="snap00019" /></a>
<a  href="http://www.archy.net/2009/05/17/citrix-xenserver-55-beta-1/snap00020/" title="snap00020"><img width="150" height="150" src="http://www.archy.net/wp-content/uploads/2009/05/snap00020-150x150.jpg" class="attachment-thumbnail" alt="snap00020" title="snap00020" /></a>
<a  href="http://www.archy.net/2009/05/17/citrix-xenserver-55-beta-1/snap00021/" title="snap00021"><img width="150" height="150" src="http://www.archy.net/wp-content/uploads/2009/05/snap00021-150x150.jpg" class="attachment-thumbnail" alt="snap00021" title="snap00021" /></a>
<a  href="http://www.archy.net/2009/05/17/citrix-xenserver-55-beta-1/snap00022/" title="snap00022"><img width="150" height="150" src="http://www.archy.net/wp-content/uploads/2009/05/snap00022-150x150.jpg" class="attachment-thumbnail" alt="snap00022" title="snap00022" /></a>
<a  href="http://www.archy.net/2009/05/17/citrix-xenserver-55-beta-1/snap00023/" title="snap00023"><img width="150" height="150" src="http://www.archy.net/wp-content/uploads/2009/05/snap00023-150x150.jpg" class="attachment-thumbnail" alt="snap00023" title="snap00023" /></a>
<a  href="http://www.archy.net/2009/05/17/citrix-xenserver-55-beta-1/snap00024/" title="snap00024"><img width="150" height="150" src="http://www.archy.net/wp-content/uploads/2009/05/snap00024-150x150.jpg" class="attachment-thumbnail" alt="snap00024" title="snap00024" /></a>
<a  href="http://www.archy.net/2009/05/17/citrix-xenserver-55-beta-1/snap00025/" title="snap00025"><img width="150" height="150" src="http://www.archy.net/wp-content/uploads/2009/05/snap00025-150x150.jpg" class="attachment-thumbnail" alt="snap00025" title="snap00025" /></a>
<a  href="http://www.archy.net/2009/05/17/citrix-xenserver-55-beta-1/snap00026/" title="snap00026"><img width="150" height="150" src="http://www.archy.net/wp-content/uploads/2009/05/snap00026-150x150.jpg" class="attachment-thumbnail" alt="snap00026" title="snap00026" /></a>
<a  href="http://www.archy.net/2009/05/17/citrix-xenserver-55-beta-1/snap00028/" title="snap00028"><img width="150" height="150" src="http://www.archy.net/wp-content/uploads/2009/05/snap00028-150x150.jpg" class="attachment-thumbnail" alt="snap00028" title="snap00028" /></a>

<p>Edit : later in the afternoon&#8230;</p>
<p><strong>First issue</strong> : The network didn&#8217;t work at all on the new XenServer 5.5 Beta 1. I wasn&#8217;t able to ping it and wasn&#8217;t able to ping from it. Weird behave, it looks like the system doesn&#8217;t have the parameters showing in the console recorded in the network configuration file. First try was the good, just reconfigure the network management card with the same parameters as before, so the configuration will be record again in the filesystem.<br />
<strong><span style="color: #ff0000;">BUT I DIDN&#8217;T LAST&#8230;.</span></strong><br />
I had to browse a bit Citrix&#8217;s support to find out I had to editÂ a file :</p>
<p>/etc/sysconfig/network-scripts/ifcfg-eth0 and add : ETHTOOL_OPTS=&#8221;speed 100 duplex full&#8221;</p>
<p>I think it finaly did the trick&#8230; I will wait for tomorow to tell you it was good.</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a  href="http://www.archy.net/2009/06/14/upgrade-xenserver-5-5-beta-1-to-5-5/" rel="bookmark" class="crp_title">Upgrade XenServer 5.5 beta 1 to 5.5</a></li><li><a  href="http://www.archy.net/2009/01/19/vmware-workstation-nat-problem-on-windows-7/" rel="bookmark" class="crp_title">Vmware Workstation NAT problem on Windows 7 Beta</a></li><li><a  href="http://www.archy.net/2009/05/14/vmware-workstation-nat-problem-on-windows-7-rc-build-7100/" rel="bookmark" class="crp_title">Vmware Workstation NAT problem on Windows 7 RC Build 7100</a></li><li><a  href="http://www.archy.net/2009/02/16/windows-mobile-65-beta/" rel="bookmark" class="crp_title">Windows Mobile 6.5 Beta 1</a></li><li><a  href="http://www.archy.net/2009/04/17/quick-installation-citrix-xenserver-5/" rel="bookmark" class="crp_title">Quick installation : Citrix XenServer 5</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.archy.net/2009/05/17/citrix-xenserver-55-beta-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick installation : Citrix XenServer 5</title>
		<link>http://www.archy.net/2009/04/17/quick-installation-citrix-xenserver-5/</link>
		<comments>http://www.archy.net/2009/04/17/quick-installation-citrix-xenserver-5/#comments</comments>
		<pubDate>Fri, 17 Apr 2009 20:00:28 +0000</pubDate>
		<dc:creator>Stephane THIRION</dc:creator>
				<category><![CDATA[Citrix]]></category>
		<category><![CDATA[XenServer 5]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[guru]]></category>
		<category><![CDATA[Quick Install]]></category>
		<category><![CDATA[XenServer]]></category>

		<guid isPermaLink="false">http://www.archy.net/?p=122</guid>
		<description><![CDATA[This is another video, and this one is about XenServer 5. This installation is not very handy when you&#8217;re not familliar with linux / unix setup. They key to use are simple, forget your mouse, and use Tab, Space, Arrows and Enter. Edit 17 April 2009 : I&#8217;ve add the &#8220;normal&#8221; installation, and if you [...]]]></description>
			<content:encoded><![CDATA[<p>This is another video, and this one is about XenServer 5. This installation is not very handy when you&#8217;re not familliar with linux / unix setup.</p>
<p>They key to use are simple, forget your mouse, and use Tab, Space, Arrows and Enter.</p>
<p>Edit 17 April 2009 : I&#8217;ve add the &#8220;normal&#8221; installation, and if you want to try to install Citrix XenServer 5 on a VMWare, you have to configure the CPU emulation this way :</p>
<p style="text-align: center;"><a  href="http://www.archy.net/wp-content/uploads/2008/11/snap0001.jpg" class="thickbox no_icon" rel="gallery-122" title="snap0001"><img class="size-medium wp-image-340  aligncenter" title="snap0001" src="http://www.archy.net/wp-content/uploads/2008/11/snap0001-225x300.jpg" alt="snap0001" width="225" height="300" /></a></p>
<p>Click on <strong><em>continue reading</em></strong> to watch the video</p>
<p><span id="more-122"></span></p>
<p style="text-align: center;"><script type="text/javascript" src="http://www.archy.net/wp-content/plugins/pb-embedflash/js/swfobject.js"></script><span class="embedflash" id="swfidc79fa8dfa1832df044d25e70dc7a7d52"><small>(Please open the article to see the flash file or player.)</small></span><script type="text/javascript">
				var flashvars = {}; var params = {}; var attributes = {};params.allowfullscreen = "true"; params.allowscriptaccess = "always";
				swfobject.embedSWF("http://www.archy.net/wp-content/uploads/2009/04/installxenserver5.swf","swfidc79fa8dfa1832df044d25e70dc7a7d52","425","355","9.0.0","http://www.archy.net/wp-content/plugins/pb-embedflash/swf/expressInstall.swf",flashvars,params,attributes);
		</script></p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a  href="http://www.archy.net/2008/12/08/update-citrix-edgesight-501-to-sp1/" rel="bookmark" class="crp_title">Update Citrix Edgesight 5.01 to SP1</a></li><li><a  href="http://www.archy.net/2009/08/10/vmware-workstation-nat-problem-on-windows-7-rtm/" rel="bookmark" class="crp_title">Vmware Workstation NAT problem on Windows 7 RTM</a></li><li><a  href="http://www.archy.net/2008/11/25/citrix-active-application-monitoring-5-quick-installation/" rel="bookmark" class="crp_title">Citrix Active Application Monitoring 5 &#8211; Quick Installation</a></li><li><a  href="http://www.archy.net/2009/02/26/quick-installation-xendesktop-3/" rel="bookmark" class="crp_title">Quick Installation Xendesktop 3</a></li><li><a  href="http://www.archy.net/2009/05/20/new-toy/" rel="bookmark" class="crp_title">New toy&#8230;</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.archy.net/2009/04/17/quick-installation-citrix-xenserver-5/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>JTDC#1 JournÃ©e technique Doctor-Citrix.com</title>
		<link>http://www.archy.net/2009/04/17/jtdc1-journee-technique-doctor-citrixcom/</link>
		<comments>http://www.archy.net/2009/04/17/jtdc1-journee-technique-doctor-citrixcom/#comments</comments>
		<pubDate>Fri, 17 Apr 2009 19:45:00 +0000</pubDate>
		<dc:creator>chavers</dc:creator>
				<category><![CDATA[Presentation Server 4]]></category>
		<category><![CDATA[Presentation Server 4.5]]></category>
		<category><![CDATA[Provisioning Server 5]]></category>
		<category><![CDATA[XenApp 5]]></category>
		<category><![CDATA[XenApp Plugin]]></category>
		<category><![CDATA[XenDesktop 3]]></category>
		<category><![CDATA[XenServer 5]]></category>

		<guid isPermaLink="false">http://www.archy.net/?p=335</guid>
		<description><![CDATA[Bonjour, Nous sommes heureux de vous inviter le 13 Juin 2009 Ã  la premiÃ¨re JTDC (JournÃ©e Technique Doctor-Citrix). Cette journÃ©e se veut entre un Pubforum et un KTE Citrix, Autant dire que se sera une journÃ©e trÃ¨s IT, pour les IT par des IT. Les inscriptions sont libre, gratuite et non rÃ©servÃ© au membres du [...]]]></description>
			<content:encoded><![CDATA[<p>Bonjour,</p>
<p>Nous sommes heureux de vous inviter le 13 Juin 2009 Ã  la premiÃ¨re JTDC (JournÃ©e Technique Doctor-Citrix). Cette journÃ©e se veut entre un <a  title="pubforum" href="http://www.pubforum.info/welcome/" target="_blank">Pubforum</a> et un <a  title="KTE" href="http://www.citrix.fr/podcast/2006/11/le-support-technique-vu-par-la-caisse-depargne/" target="_blank">KTE Citrix</a>, Autant dire que se sera une journÃ©e trÃ¨s IT, pour les IT par des IT.</p>
<p>Les inscriptions sont libre, gratuite et non rÃ©servÃ© au membres du forum,<a  title="inscription" href="http://www.doctor-citrix.com/actu/evenement/207-jtdc1.html" target="_blank"> il vous suffit de remplir ce formulaire</a>. Cette rencontre se passera en rÃ©gion parisienne, pour le moment la ville de Noisy le grand (siÃ¨ge de la soc Chavers) est retenu. Le nombre de place de cette salle Ã©tant limitÃ© Ã  25 personnes, il est possible que ce lieu change (Paris &amp; Petite couronne). C&#8217;est pourquoi l&#8217;emplacement exacte ne sera donnÃ©e qu&#8217;a la fin des inscriptions le 23 Mai. Le cocktail<sup>(1)</sup> sera simple: 50% de XA<sup>(2)</sup>, 20% de XS<sup>(2)</sup> et 10% de XD<sup>(2)</sup>.</p>
<p>Menu<sup>(3)</sup>:</p>
<p><span id="more-335"></span></p>
<ol>
<li>10h00 Accueil, petit cafÃ©.</li>
<li>10h20 Introduction et prÃ©sentation des orateurs.</li>
<li>10h30 Rappel du fonctionnement CPS/XA (DS, DC, IMA&#8230;)</li>
<li>11h15 Impressions, best practice, truc &amp; astuces par ThinIsFat (doctor-citrix).</li>
<li>12h30 Buffet gratuit.</li>
<li>13h30 Outils Citrix (dsmaint, dscheck) par Pierre Marmignon (citrixtools.net)</li>
<li>14h30 XenSever, fonctionnement, truc &amp; astuces par Chavers (doctor-citrix).</li>
<li>16h00 Pause.</li>
<li>16h30 XenDesktop / VDI par Vincent Branger (infralys.com)</li>
<li>17h30 Tours de table avec les participants.</li>
</ol>
<p>Cette journÃ©e sera filmÃ© par PatriceÂ  Jacques-Gustave (tescitrixoupas.net) et mis en ligne sur citrixtools.net.</p>
<p><em><sup>(1)</sup>Pas d&#8217;alcool que du Citrix. </em><em><sup>(2)</sup>XA : XenApp XS: XenServer XD: XenDesktop. <sup>(3)</sup>Comme pour le lieu, le niveau des presentations sera en fonction de l&#8217;auditoire. </em></p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a  href="http://www.archy.net/2010/06/03/frankfurt-2010-pubforum/" rel="bookmark" class="crp_title">Frankfurt 2010 &#8211; PubForum</a></li><li><a  href="http://www.archy.net/2010/01/03/exit-2009-2010-is-here/" rel="bookmark" class="crp_title">Exit 2009, 2010 is here !</a></li><li><a  href="http://www.archy.net/2009/07/21/edgesight-making-citrix-stats-work-for-you/" rel="bookmark" class="crp_title">Edgesight &#8211; Making Citrix Stats work for you</a></li><li><a  href="http://www.archy.net/2010/05/11/citrix-summit-2010-day-1/" rel="bookmark" class="crp_title">Citrix Summit 2010 &#8211; Day 1</a></li><li><a  href="http://www.archy.net/2010/01/29/citrix-xenserver-5-5-update-2/" rel="bookmark" class="crp_title">Citrix XenServer 5.5 Update 2</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.archy.net/2009/04/17/jtdc1-journee-technique-doctor-citrixcom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Citrix XenServer Free, as in Virtual Infrastructure</title>
		<link>http://www.archy.net/2009/02/24/citrix-xenserver-free-as-in-virtual-infrastructure/</link>
		<comments>http://www.archy.net/2009/02/24/citrix-xenserver-free-as-in-virtual-infrastructure/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 10:05:17 +0000</pubDate>
		<dc:creator>Stephane THIRION</dc:creator>
				<category><![CDATA[Citrix]]></category>
		<category><![CDATA[XenServer 5]]></category>
		<category><![CDATA[Free]]></category>
		<category><![CDATA[XenServer]]></category>

		<guid isPermaLink="false">http://www.archy.net/?p=326</guid>
		<description><![CDATA[Big news from Simon Crosby, check it out : If you&#8217;re reading this, you already know the news: XenServer, our enterprise virtual infrastructure platform is now free (including resource pooling and live relo), and we have announced Citrix Essentials for XenServer, and Citrix Essentials for Hyper-V as our virtualization management portfolio that offers a rich [...]]]></description>
			<content:encoded><![CDATA[<p>Big news from Simon Crosby, check it out :</p>
<blockquote><p>If you&#8217;re reading this, you already know the news: XenServer, our enterprise virtual infrastructure platform is now free (including resource pooling and live relo), and we have announced Citrix Essentials for XenServer, and Citrix Essentials for Hyper-V as our virtualization management portfolio that offers a rich set of automated functions that drive the compatible virtualization layers beneath &#8211; the free Hyper-V hypervisor from Microsoft, and the free XenServer Enterprise virtual infrastructure platform from Citrix.Â  Finally, and most importanly, we announced a powerful go-to-market roadmap with Microsoft.</p>
<p>Response to our announcements has been extremely positive, from our partner Microsoft to our channel partners and resellers, and many many customers and users.Â  There are the expected nay-sayers too, but someone had to drink the only thing that you get free from our competitor &#8211; VMware koolaid.</p></blockquote>
<p>more on <a  href="http://community.citrix.com/blogs/citrite/simoncr/2009/02/23/Free%2C+as+in+Virtual+Infrastructure">http://community.citrix.com/blogs/citrite/simoncr/2009/02/23/Free%2C+as+in+Virtual+Infrastructure</a></p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a  href="http://www.archy.net/2009/09/06/weekly-twitts-for-2009-09-06/" rel="bookmark" class="crp_title">Weekly Twitts for 2009-09-06</a></li><li><a  href="http://www.archy.net/2010/03/10/citrix-xenapp-6-release-date/" rel="bookmark" class="crp_title">Citrix XenApp 6 release date !</a></li><li><a  href="http://www.archy.net/2010/04/01/citrix-xenserver-5-6-beta-project-midnight-ride/" rel="bookmark" class="crp_title">Citrix XenServer 5.6 Beta Project Midnight Ride</a></li><li><a  href="http://www.archy.net/2010/02/01/2010-01-26-tweets/" rel="bookmark" class="crp_title">2010-01-26 tweets</a></li><li><a  href="http://www.archy.net/2010/02/22/2010-02-16-tweets/" rel="bookmark" class="crp_title">2010-02-16 tweets</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.archy.net/2009/02/24/citrix-xenserver-free-as-in-virtual-infrastructure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
