<?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>Daz's bits and bobs &#187; vsphere</title>
	<atom:link href="http://sigtar.com/tag/vsphere/feed/" rel="self" type="application/rss+xml" />
	<link>http://sigtar.com</link>
	<description>…bytes bits</description>
	<lastBuildDate>Mon, 26 Jul 2010 07:25:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Jumbo Frames on your vSphere ESXi box</title>
		<link>http://sigtar.com/2010/03/02/jumbo-frames-on-your-vsphere-esxi-box/</link>
		<comments>http://sigtar.com/2010/03/02/jumbo-frames-on-your-vsphere-esxi-box/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 07:44:25 +0000</pubDate>
		<dc:creator>Daz</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[Virtual]]></category>
		<category><![CDATA[9000]]></category>
		<category><![CDATA[esxi]]></category>
		<category><![CDATA[frames]]></category>
		<category><![CDATA[jumbo]]></category>
		<category><![CDATA[vsphere]]></category>

		<guid isPermaLink="false">http://sigtar.com/2010/03/02/jumbo-frames-on-your-vsphere-esxi-box/</guid>
		<description><![CDATA[Continuing on from this http://sigtar.com/2010/02/04/vsphere-and-multipathing-iscsi/
you may want to implement jumbo frames to your iSCSI backend&#8230;
Enable jumbo frames on your iSCSI target and switches then complete the following on the ESXi hosts (iSCSI initiators)&#8230;
This to list your current switch details and port group names&#8230;
esxcfg-vswitch -l 
The follownig to allow jumbo frames onto your vswtich (insert your vSwich in [...]


Related posts:<ol><li><a href='http://sigtar.com/2010/02/04/vsphere-and-multipathing-iscsi/' rel='bookmark' title='Permanent Link: vSphere and Multipathing iSCSI'>vSphere and Multipathing iSCSI</a> <small>This is just a quick reference to create a multiplathing...</small></li>
<li><a href='http://sigtar.com/2009/12/20/create-usb-install-for-esx-esxi/' rel='bookmark' title='Permanent Link: create usb install for esx / esxi'>create usb install for esx / esxi</a> <small>First format your usb / flash drive with FAT. Then...</small></li>
<li><a href='http://sigtar.com/2009/08/22/esx-network-utilization/' rel='bookmark' title='Permanent Link: ESX &#8211; network utilization'>ESX &#8211; network utilization</a> <small>One of the best articles i have found on this...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Continuing on from this http://sigtar.com/2010/02/04/vsphere-and-multipathing-iscsi/</p>
<p>you may want to implement jumbo frames to your iSCSI backend&#8230;</p>
<p>Enable jumbo frames on your iSCSI target and switches then complete the following on the ESXi hosts (iSCSI initiators)&#8230;</p>
<p>This to list your current switch details and port group names&#8230;</p>
<p><strong>esxcfg-vswitch -l </strong></p>
<p>The follownig to allow jumbo frames onto your vswtich (insert your vSwich in following)</p>
<p><strong>esxcfg-vswtich -m 9000 vSwitch0 </strong></p>
<p>Then delete and recreate your kernel port groups that you setup for iscsi, my commands looked like this&#8230; (repeat for each iscsi kernel port you have)</p>
<p><strong>esxcfg-vmknic -d iSCSI-1</strong></p>
<p><strong>esxcfg-vmknic -i 10.0.0.101 -n 255.255.0.0 -m 9000 iSCSI-1</strong></p>
<p>to confirm you have set the MTU (frame size) correctely, run the following&#8230;.</p>
<p><strong>esxcfg-vmknic -l </strong></p>
<p>you should see your iSCSI kernel ports with a MTU of 9000 all going well.</p>


<p>Related posts:<ol><li><a href='http://sigtar.com/2010/02/04/vsphere-and-multipathing-iscsi/' rel='bookmark' title='Permanent Link: vSphere and Multipathing iSCSI'>vSphere and Multipathing iSCSI</a> <small>This is just a quick reference to create a multiplathing...</small></li>
<li><a href='http://sigtar.com/2009/12/20/create-usb-install-for-esx-esxi/' rel='bookmark' title='Permanent Link: create usb install for esx / esxi'>create usb install for esx / esxi</a> <small>First format your usb / flash drive with FAT. Then...</small></li>
<li><a href='http://sigtar.com/2009/08/22/esx-network-utilization/' rel='bookmark' title='Permanent Link: ESX &#8211; network utilization'>ESX &#8211; network utilization</a> <small>One of the best articles i have found on this...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://sigtar.com/2010/03/02/jumbo-frames-on-your-vsphere-esxi-box/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vSphere and Multipathing iSCSI</title>
		<link>http://sigtar.com/2010/02/04/vsphere-and-multipathing-iscsi/</link>
		<comments>http://sigtar.com/2010/02/04/vsphere-and-multipathing-iscsi/#comments</comments>
		<pubDate>Thu, 04 Feb 2010 08:19:54 +0000</pubDate>
		<dc:creator>Daz</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[Virtual]]></category>
		<category><![CDATA[esxcli]]></category>
		<category><![CDATA[iscsi]]></category>
		<category><![CDATA[lefthand]]></category>
		<category><![CDATA[LUN]]></category>
		<category><![CDATA[MPIO]]></category>
		<category><![CDATA[nic]]></category>
		<category><![CDATA[swiscsi]]></category>
		<category><![CDATA[team]]></category>
		<category><![CDATA[vsphere]]></category>

		<guid isPermaLink="false">http://sigtar.com/?p=1084</guid>
		<description><![CDATA[This is just a quick reference to create a multiplathing iSCSI setup&#8230;
Create two virtual kernel switches, one called &#8220;iSCSI-1&#8243; and the other called &#8220;iSCSI-2&#8243; (and so on if you have more nics)
Then per kernel portgroup ensure that only one of the nics is active. For the &#8220;iSCSI-1&#8243; portgroup configure it to override the virtual switch [...]


Related posts:<ol><li><a href='http://sigtar.com/2010/03/02/jumbo-frames-on-your-vsphere-esxi-box/' rel='bookmark' title='Permanent Link: Jumbo Frames on your vSphere ESXi box'>Jumbo Frames on your vSphere ESXi box</a> <small>Continuing on from this http://sigtar.com/2010/02/04/vsphere-and-multipathing-iscsi/ you may want to implement...</small></li>
<li><a href='http://sigtar.com/2009/11/13/iscsi-in-opensolaris/' rel='bookmark' title='Permanent Link: OpenSolaris &#8211; iSCSI'>OpenSolaris &#8211; iSCSI</a> <small>Want iSCSI in opensolaris? Grab SUNWiscsitgt via package manager. enable...</small></li>
<li><a href='http://sigtar.com/2010/05/07/vmware-measuring-iscsi-write-performance/' rel='bookmark' title='Permanent Link: vmware &#8211; measuring iscsi write performance'>vmware &#8211; measuring iscsi write performance</a> <small>I picked this trick up off vmware support. If you&#8217;ve...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>This is just a quick reference to create a multiplathing iSCSI setup&#8230;</p>
<p>Create two virtual kernel switches, one called &#8220;iSCSI-1&#8243; and the other called &#8220;iSCSI-2&#8243; (and so on if you have more nics)</p>
<p>Then per kernel portgroup ensure that only one of the nics is active. For the &#8220;iSCSI-1&#8243; portgroup configure it to override the virtual switch settings and move nic 0 to active and nic 1 to <strong>unused</strong>. For the &#8220;iSCSI-2&#8243; portgroup configure it to override the virtual switch settings and move nic 1 to active and nic 0 to <strong>unused</strong>.</p>
<p>Now you have to run some esxcli commands to gel things together&#8230;. alt-f1 on the esxi console and type &#8220;unsupported&#8221; followed by your root password. The following is the command i have to run to get both my portgroups to work together on the iscsi hba&#8230;.  (you can check your vmk number from the networking config screen)</p>
<p><strong>esxcli swiscsi nic add -n vmk1 -d vmhba33<br />
esxcli swiscsi nic add -n vmk2 -d vmhba33</strong></p>
<p>For each target then change the path selection method to &#8220;round-robin&#8221;.</p>
<p>Go back to storage adapters and click &#8220;rescan&#8221;</p>
<p>If you want all future iSCSI targets to automatically use round-robin you must also run the following from commandline&#8230;   (this is for our HP Lefthand, your &#8220;storage array type&#8221; may be different. Its listed under your target details). Basically sets round robin as a default for this type of array. In general you should do this <em>first</em> before presenting any LUNs etc, else you may have to bounce your box.</p>
<p><strong>esxcli nmp satp setdefaultpsp &#8211;satp VMW_SATP_DEFAULT_AA &#8211;psp VMW_PSP_RR</strong></p>


<p>Related posts:<ol><li><a href='http://sigtar.com/2010/03/02/jumbo-frames-on-your-vsphere-esxi-box/' rel='bookmark' title='Permanent Link: Jumbo Frames on your vSphere ESXi box'>Jumbo Frames on your vSphere ESXi box</a> <small>Continuing on from this http://sigtar.com/2010/02/04/vsphere-and-multipathing-iscsi/ you may want to implement...</small></li>
<li><a href='http://sigtar.com/2009/11/13/iscsi-in-opensolaris/' rel='bookmark' title='Permanent Link: OpenSolaris &#8211; iSCSI'>OpenSolaris &#8211; iSCSI</a> <small>Want iSCSI in opensolaris? Grab SUNWiscsitgt via package manager. enable...</small></li>
<li><a href='http://sigtar.com/2010/05/07/vmware-measuring-iscsi-write-performance/' rel='bookmark' title='Permanent Link: vmware &#8211; measuring iscsi write performance'>vmware &#8211; measuring iscsi write performance</a> <small>I picked this trick up off vmware support. If you&#8217;ve...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://sigtar.com/2010/02/04/vsphere-and-multipathing-iscsi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vSphere &#8211; ctrl-alt-del greyed out</title>
		<link>http://sigtar.com/2009/09/30/vsphere-ctrl-alt-del-greyed-out/</link>
		<comments>http://sigtar.com/2009/09/30/vsphere-ctrl-alt-del-greyed-out/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 07:12:17 +0000</pubDate>
		<dc:creator>Daz</dc:creator>
				<category><![CDATA[Virtual]]></category>
		<category><![CDATA[ctrl-alt-del]]></category>
		<category><![CDATA[greyed out]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[vsphere]]></category>

		<guid isPermaLink="false">http://sigtar.com/?p=979</guid>
		<description><![CDATA[This bug has hit me. Looks like users with roles like vm user / power user cannot send &#8220;ctrl-alt-del&#8221; via the console even though they have the correct permissions. Our users cannot use ctrl-alt-ins as they are connected via RDP to a machine that has the console installed.
Found this : http://communities.vmware.com/thread/220683;jsessionid=480C8A2C9B9EACA9FF2BB4E1BECA2D53?start=15&#38;tstart=0
Looks like its a known bug and will be [...]


Related posts:<ol><li><a href='http://sigtar.com/2010/02/04/vsphere-and-multipathing-iscsi/' rel='bookmark' title='Permanent Link: vSphere and Multipathing iSCSI'>vSphere and Multipathing iSCSI</a> <small>This is just a quick reference to create a multiplathing...</small></li>
<li><a href='http://sigtar.com/2009/08/10/esx-4-vsphere-installation-issues/' rel='bookmark' title='Permanent Link: ESX 4 (vSphere) &#8211; installation issues'>ESX 4 (vSphere) &#8211; installation issues</a> <small>I&#8217;ve had a couple of installation issues with ESX4 One...</small></li>
<li><a href='http://sigtar.com/2010/03/02/jumbo-frames-on-your-vsphere-esxi-box/' rel='bookmark' title='Permanent Link: Jumbo Frames on your vSphere ESXi box'>Jumbo Frames on your vSphere ESXi box</a> <small>Continuing on from this http://sigtar.com/2010/02/04/vsphere-and-multipathing-iscsi/ you may want to implement...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>This bug has hit me. Looks like users with roles like vm user / power user cannot send &#8220;ctrl-alt-del&#8221; via the console even though they have the correct permissions. Our users cannot use ctrl-alt-ins as they are connected via RDP to a machine that has the console installed.</p>
<p>Found this : <a href="http://communities.vmware.com/thread/220683;jsessionid=480C8A2C9B9EACA9FF2BB4E1BECA2D53?start=15&amp;tstart=0">http://communities.vmware.com/thread/220683;jsessionid=480C8A2C9B9EACA9FF2BB4E1BECA2D53?start=15&amp;tstart=0</a></p>
<p>Looks like its a known bug and will be fixed in the upcoming VC4.0 update 1 sometime Q3 2009 :(</p>
<p>Luckily vSphere was setup in our pre-production environment - the machines i have running in production are still 3.5 with VC2.5.</p>


<p>Related posts:<ol><li><a href='http://sigtar.com/2010/02/04/vsphere-and-multipathing-iscsi/' rel='bookmark' title='Permanent Link: vSphere and Multipathing iSCSI'>vSphere and Multipathing iSCSI</a> <small>This is just a quick reference to create a multiplathing...</small></li>
<li><a href='http://sigtar.com/2009/08/10/esx-4-vsphere-installation-issues/' rel='bookmark' title='Permanent Link: ESX 4 (vSphere) &#8211; installation issues'>ESX 4 (vSphere) &#8211; installation issues</a> <small>I&#8217;ve had a couple of installation issues with ESX4 One...</small></li>
<li><a href='http://sigtar.com/2010/03/02/jumbo-frames-on-your-vsphere-esxi-box/' rel='bookmark' title='Permanent Link: Jumbo Frames on your vSphere ESXi box'>Jumbo Frames on your vSphere ESXi box</a> <small>Continuing on from this http://sigtar.com/2010/02/04/vsphere-and-multipathing-iscsi/ you may want to implement...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://sigtar.com/2009/09/30/vsphere-ctrl-alt-del-greyed-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ESX &#8211; network utilization</title>
		<link>http://sigtar.com/2009/08/22/esx-network-utilization/</link>
		<comments>http://sigtar.com/2009/08/22/esx-network-utilization/#comments</comments>
		<pubDate>Sat, 22 Aug 2009 10:31:33 +0000</pubDate>
		<dc:creator>Daz</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Virtual]]></category>
		<category><![CDATA[cisco]]></category>
		<category><![CDATA[etherchannel]]></category>
		<category><![CDATA[iscsi]]></category>
		<category><![CDATA[multiple paths]]></category>
		<category><![CDATA[port-channel]]></category>
		<category><![CDATA[vsphere]]></category>

		<guid isPermaLink="false">http://sigtar.com/?p=918</guid>
		<description><![CDATA[One of the best articles i have found on this subject is here : http://blog.scottlowe.org/2008/07/16/understanding-nic-utilization-in-vmware-esx/
There is some additional information here on setting up an etherchannel on the cisco side : http://blog.scottlowe.org/2006/12/04/esx-server-nic-teaming-and-vlan-trunking/
This can be handy if you need a single VM to use both physical nics in a load-balanced manner &#8211; both outbound and inbound. Of [...]


Related posts:<ol><li><a href='http://sigtar.com/2010/02/04/vsphere-and-multipathing-iscsi/' rel='bookmark' title='Permanent Link: vSphere and Multipathing iSCSI'>vSphere and Multipathing iSCSI</a> <small>This is just a quick reference to create a multiplathing...</small></li>
<li><a href='http://sigtar.com/2010/03/02/jumbo-frames-on-your-vsphere-esxi-box/' rel='bookmark' title='Permanent Link: Jumbo Frames on your vSphere ESXi box'>Jumbo Frames on your vSphere ESXi box</a> <small>Continuing on from this http://sigtar.com/2010/02/04/vsphere-and-multipathing-iscsi/ you may want to implement...</small></li>
<li><a href='http://sigtar.com/2009/11/13/iscsi-in-opensolaris/' rel='bookmark' title='Permanent Link: OpenSolaris &#8211; iSCSI'>OpenSolaris &#8211; iSCSI</a> <small>Want iSCSI in opensolaris? Grab SUNWiscsitgt via package manager. enable...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>One of the best articles i have found on this subject is here : <a href="http://blog.scottlowe.org/2008/07/16/understanding-nic-utilization-in-vmware-esx/">http://blog.scottlowe.org/2008/07/16/understanding-nic-utilization-in-vmware-esx/</a></p>
<p>There is some additional information here on setting up an etherchannel on the cisco side : <a href="http://blog.scottlowe.org/2006/12/04/esx-server-nic-teaming-and-vlan-trunking/">http://blog.scottlowe.org/2006/12/04/esx-server-nic-teaming-and-vlan-trunking/</a></p>
<p>This can be handy if you need a single VM to use both physical nics in a load-balanced manner &#8211; both outbound and <strong>inbound</strong>. Of course its not really that simple though. This will really only add a benefit if the VM is communicating to <em>multiple </em>destinations (using ip hash &#8211; a single destination from a single VM with one IP will always be limited to the same physical nic).</p>
<p><strong>switch(config)#int port-channel 1<br />
switch(config-if)#description NIC team for ESX server<br />
switch(config-if)#int gi0/1<br />
switch(config-if)#channel-group 1 mode on<br />
switch(config-if)#int gi0/2<br />
switch(config-if)#channel-group 1 mode on</strong></p>
<p>As per the article ensure you are using the same etherchannel method. The first command shows your current load-blance method, the 2nd command changes it to ip hash.</p>
<p><strong>show etherchannel load-balance<br />
port-channel load-balance src-dst-ip</strong></p>
<p>Another solution is to use multiple iSCSI paths. This is newly supported within vSphere, see this post on setting up multiple paths : <a href="http://goingvirtual.wordpress.com/2009/07/17/vsphere-4-0-with-software-iscsi-and-2-paths/">http://goingvirtual.wordpress.com/2009/07/17/vsphere-4-0-with-software-iscsi-and-2-paths/</a></p>
<p>Here is another good article on iSCSI within vSphere : <a href="http://www.delltechcenter.com/page/A+%E2%80%9CMultivendor+Post%E2%80%9D+on+using+iSCSI+with+VMware+vSphere">http://www.delltechcenter.com/page/A+“Multivendor+Post”+on+using+iSCSI+with+VMware+vSphere</a></p>
<p>Some important points on using EMC Clariion with vSphere : <a href="http://virtualgeek.typepad.com/virtual_geek/2009/08/important-note-for-all-emc-clariion-customers-using-iscsi-and-vsphere.html">http://virtualgeek.typepad.com/virtual_geek/2009/08/important-note-for-all-emc-clariion-customers-using-iscsi-and-vsphere.html</a></p>


<p>Related posts:<ol><li><a href='http://sigtar.com/2010/02/04/vsphere-and-multipathing-iscsi/' rel='bookmark' title='Permanent Link: vSphere and Multipathing iSCSI'>vSphere and Multipathing iSCSI</a> <small>This is just a quick reference to create a multiplathing...</small></li>
<li><a href='http://sigtar.com/2010/03/02/jumbo-frames-on-your-vsphere-esxi-box/' rel='bookmark' title='Permanent Link: Jumbo Frames on your vSphere ESXi box'>Jumbo Frames on your vSphere ESXi box</a> <small>Continuing on from this http://sigtar.com/2010/02/04/vsphere-and-multipathing-iscsi/ you may want to implement...</small></li>
<li><a href='http://sigtar.com/2009/11/13/iscsi-in-opensolaris/' rel='bookmark' title='Permanent Link: OpenSolaris &#8211; iSCSI'>OpenSolaris &#8211; iSCSI</a> <small>Want iSCSI in opensolaris? Grab SUNWiscsitgt via package manager. enable...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://sigtar.com/2009/08/22/esx-network-utilization/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ESX 4 (vSphere) &#8211; installation issues</title>
		<link>http://sigtar.com/2009/08/10/esx-4-vsphere-installation-issues/</link>
		<comments>http://sigtar.com/2009/08/10/esx-4-vsphere-installation-issues/#comments</comments>
		<pubDate>Sun, 09 Aug 2009 21:17:37 +0000</pubDate>
		<dc:creator>Daz</dc:creator>
				<category><![CDATA[Virtual]]></category>
		<category><![CDATA[4]]></category>
		<category><![CDATA[amd]]></category>
		<category><![CDATA[c1]]></category>
		<category><![CDATA[esx]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[lvmdriver]]></category>
		<category><![CDATA[realtek]]></category>
		<category><![CDATA[vsphere]]></category>

		<guid isPermaLink="false">http://sigtar.com/?p=898</guid>
		<description><![CDATA[I&#8217;ve had a couple of installation issues with ESX4
One was particularly strange, the install process would freeze every now and again until i pressed a key on the keyboard. This was related to AMD&#8217;s power saving C1 mode &#8211; disable this in the bios to fix this problem.
Secondly it was a problem with my nic. [...]


Related posts:<ol><li><a href='http://sigtar.com/2010/02/04/vsphere-and-multipathing-iscsi/' rel='bookmark' title='Permanent Link: vSphere and Multipathing iSCSI'>vSphere and Multipathing iSCSI</a> <small>This is just a quick reference to create a multiplathing...</small></li>
<li><a href='http://sigtar.com/2009/09/30/vsphere-ctrl-alt-del-greyed-out/' rel='bookmark' title='Permanent Link: vSphere &#8211; ctrl-alt-del greyed out'>vSphere &#8211; ctrl-alt-del greyed out</a> <small>This bug has hit me. Looks like users with roles...</small></li>
<li><a href='http://sigtar.com/2010/03/02/jumbo-frames-on-your-vsphere-esxi-box/' rel='bookmark' title='Permanent Link: Jumbo Frames on your vSphere ESXi box'>Jumbo Frames on your vSphere ESXi box</a> <small>Continuing on from this http://sigtar.com/2010/02/04/vsphere-and-multipathing-iscsi/ you may want to implement...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve had a couple of installation issues with ESX4</p>
<p>One was particularly strange, the install process would freeze every now and again until i pressed a key on the keyboard. This was related to AMD&#8217;s power saving C1 mode &#8211; disable this in the bios to fix this problem.</p>
<p>Secondly it was a problem with my nic. Essentially i didn&#8217;t have card that was supported (realtek). After inserting a intel card all was well. This fires up a ambiguous error and cans the whole install. (lvmdriver error)</p>
<p>It was nice to see that my pata drive was supported &#8211; i&#8217;ve been using it for quick tests but was unsure if it was supported in vSphere. Note: i&#8217;ve got a flash card enclosure that i&#8217;m planning on using in the future, just awaiting the card.   (hopefully this saves me some power)</p>


<p>Related posts:<ol><li><a href='http://sigtar.com/2010/02/04/vsphere-and-multipathing-iscsi/' rel='bookmark' title='Permanent Link: vSphere and Multipathing iSCSI'>vSphere and Multipathing iSCSI</a> <small>This is just a quick reference to create a multiplathing...</small></li>
<li><a href='http://sigtar.com/2009/09/30/vsphere-ctrl-alt-del-greyed-out/' rel='bookmark' title='Permanent Link: vSphere &#8211; ctrl-alt-del greyed out'>vSphere &#8211; ctrl-alt-del greyed out</a> <small>This bug has hit me. Looks like users with roles...</small></li>
<li><a href='http://sigtar.com/2010/03/02/jumbo-frames-on-your-vsphere-esxi-box/' rel='bookmark' title='Permanent Link: Jumbo Frames on your vSphere ESXi box'>Jumbo Frames on your vSphere ESXi box</a> <small>Continuing on from this http://sigtar.com/2010/02/04/vsphere-and-multipathing-iscsi/ you may want to implement...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://sigtar.com/2009/08/10/esx-4-vsphere-installation-issues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Citrix XenServer 5.5 &#8211; First impressions</title>
		<link>http://sigtar.com/2009/07/28/citrix-xenserver-5-5-first-impressions/</link>
		<comments>http://sigtar.com/2009/07/28/citrix-xenserver-5-5-first-impressions/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 04:42:39 +0000</pubDate>
		<dc:creator>Daz</dc:creator>
				<category><![CDATA[Virtual]]></category>
		<category><![CDATA[citrix xen server]]></category>
		<category><![CDATA[impressions]]></category>
		<category><![CDATA[snapshots]]></category>
		<category><![CDATA[vsphere]]></category>

		<guid isPermaLink="false">http://sigtar.com/?p=863</guid>
		<description><![CDATA[I had decided to try out Citrix Xen Server at home since i work a lot with vmware during my working week and felt like a change. It all seemed well&#8230; That is until i had to deal with snapshots. I suppose i have taken for granted almost all other virtual host software that provides a [...]


Related posts:<ol><li><a href='http://sigtar.com/2009/10/01/vmware-issues-stopping-starting-a-virtual-machine/' rel='bookmark' title='Permanent Link: vmware &#8211; issues stopping / starting a virtual machine'>vmware &#8211; issues stopping / starting a virtual machine</a> <small>I&#8217;ve had this issue in vSphere where a machine appears...</small></li>
<li><a href='http://sigtar.com/2009/08/22/esx-network-utilization/' rel='bookmark' title='Permanent Link: ESX &#8211; network utilization'>ESX &#8211; network utilization</a> <small>One of the best articles i have found on this...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>I had decided to try out Citrix Xen Server at home since i work a lot with vmware during my working week and felt like a change. It all seemed well&#8230; That is until i had to deal with <em>snapshots</em>. I suppose i have taken for granted almost all other virtual host software that provides a simple &#8220;revert to snapshot&#8221; option. From what i can tell this is totally absent from Citrix XenServer 5.5.</p>
<p>There are comments from within Citrix that they are working on this as a feature, but it has yet to make it to fruition. Unfortunately for me with the type of work i do (testing / proof of concept etc) this is a deal breaker. Looks like i&#8217;m gunna have to try out vSphere at home. (currently only using 3.5 at work)</p>
<p>Least vSphere has thin provisioning now, so nothing (feature wise) i&#8217;ll be missing from Citrix&#8217;s Xen Server.</p>
<p><strong><em>Updated : 28/07/2009</em></strong></p>
<p>I&#8217;ve actually got no choice but to stay with Citrix Xen for now, looks like the sata controller and network chip on my motherboard is not supported by either 3.5 U4 or vSphere. Doh! (i should have checked the HCL but sometimes just like to try my luck)</p>


<p>Related posts:<ol><li><a href='http://sigtar.com/2009/10/01/vmware-issues-stopping-starting-a-virtual-machine/' rel='bookmark' title='Permanent Link: vmware &#8211; issues stopping / starting a virtual machine'>vmware &#8211; issues stopping / starting a virtual machine</a> <small>I&#8217;ve had this issue in vSphere where a machine appears...</small></li>
<li><a href='http://sigtar.com/2009/08/22/esx-network-utilization/' rel='bookmark' title='Permanent Link: ESX &#8211; network utilization'>ESX &#8211; network utilization</a> <small>One of the best articles i have found on this...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://sigtar.com/2009/07/28/citrix-xenserver-5-5-first-impressions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
