<?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; iscsi</title>
	<atom:link href="http://sigtar.com/tag/iscsi/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>vmware &#8211; measuring iscsi write performance</title>
		<link>http://sigtar.com/2010/05/07/vmware-measuring-iscsi-write-performance/</link>
		<comments>http://sigtar.com/2010/05/07/vmware-measuring-iscsi-write-performance/#comments</comments>
		<pubDate>Fri, 07 May 2010 08:57:40 +0000</pubDate>
		<dc:creator>Daz</dc:creator>
				<category><![CDATA[Virtual]]></category>
		<category><![CDATA[disk]]></category>
		<category><![CDATA[iscsi]]></category>
		<category><![CDATA[vmkfstools]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[write]]></category>

		<guid isPermaLink="false">http://sigtar.com/?p=1129</guid>
		<description><![CDATA[I picked this trick up off vmware support. If you&#8217;ve got your iscsi all setup you can drop to the shell (either ssh or console) and do this to measure your average write throughput.
time vmkfstools -c 4000 /vmfs/volumes/san_vmfs/my_vm/fat_disk.vmdk
Essentially this will initiate the host to create a fat disk in the location above. You will then [...]


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/24/vmware-another-task-is-already-in-progress-error/' rel='bookmark' title='Permanent Link: VMWare &#8220;Another task is already in progress&#8221; error'>VMWare &#8220;Another task is already in progress&#8221; error</a> <small>Straight from : http://community.spiceworks.com/how_to/show/662 I&#8217;m using ESXi 4.0, and i...</small></li>
<li><a href='http://sigtar.com/2009/10/03/vmware-ha-issues/' rel='bookmark' title='Permanent Link: vmware &#8211; HA issues'>vmware &#8211; HA issues</a> <small>Most of the time your HA issues are going to...</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 picked this trick up off vmware support. If you&#8217;ve got your iscsi all setup you can drop to the shell (either ssh or console) and do this to measure your average write throughput.</p>
<p><strong>time vmkfstools -c 4000 /vmfs/volumes/san_vmfs/my_vm/fat_disk.vmdk</strong></p>
<p>Essentially this will initiate the host to create a fat disk in the location above. You will then get a time recorded on how long it takes to execute this command. Then you can use your maths skill to work out the transfer rate&#8230;</p>
<p>While this is happening you can open another SSH type <strong>esxtop</strong> then press &#8220;d&#8221; and watch the (d)isk throughput on the console. Pressing &#8220;v&#8221; will show you stats per (v)irtual machine.</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/24/vmware-another-task-is-already-in-progress-error/' rel='bookmark' title='Permanent Link: VMWare &#8220;Another task is already in progress&#8221; error'>VMWare &#8220;Another task is already in progress&#8221; error</a> <small>Straight from : http://community.spiceworks.com/how_to/show/662 I&#8217;m using ESXi 4.0, and i...</small></li>
<li><a href='http://sigtar.com/2009/10/03/vmware-ha-issues/' rel='bookmark' title='Permanent Link: vmware &#8211; HA issues'>vmware &#8211; HA issues</a> <small>Most of the time your HA issues are going to...</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/05/07/vmware-measuring-iscsi-write-performance/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>OpenSolaris &#8211; iSCSI</title>
		<link>http://sigtar.com/2009/11/13/iscsi-in-opensolaris/</link>
		<comments>http://sigtar.com/2009/11/13/iscsi-in-opensolaris/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 07:25:49 +0000</pubDate>
		<dc:creator>Daz</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[OpenSolaris]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[iscsi]]></category>
		<category><![CDATA[opensolaris]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[zfs]]></category>

		<guid isPermaLink="false">http://sigtar.com/?p=1021</guid>
		<description><![CDATA[Want iSCSI in opensolaris?
Grab SUNWiscsitgt via package manager.
enable the server via svcadm;
svcadm enable iscsitgt
create your zfs iscsi pool;  (this command will limit iscsi drive to 500GB in size)
zfs create -V 500G tank/iscsi
set isci on via zfs command;
zfs set shareiscsi=on tank/iscsi
check that target is up and running;
iscsitadm list target -v 
Done. Should be able to connect [...]


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/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>Want iSCSI in opensolaris?</p>
<p>Grab SUNWiscsitgt via package manager.</p>
<p>enable the server via svcadm;</p>
<p><strong>svcadm enable iscsitgt</strong></p>
<p>create your zfs iscsi pool;  (this command will limit iscsi drive to 500GB in size)</p>
<p><strong>zfs create -V 500G tank/iscsi</strong></p>
<p>set isci on via zfs command;</p>
<p><strong>zfs set shareiscsi=on tank/iscsi</strong></p>
<p>check that target is up and running;</p>
<p><strong>iscsitadm list target -v </strong></p>
<p>Done. Should be able to connect via ip from another machine. I have not covered CHAP or any client side configuration. Assumed isolated LAN.</p>
<p><a href="http://sigtar.com/wp-content/uploads/2009/11/HDTune_Benchmark_SUN_____SOLARIS.png"><img class="alignnone size-full wp-image-1027" title="HDTune_Benchmark_SUN_____SOLARIS" src="http://sigtar.com/wp-content/uploads/2009/11/HDTune_Benchmark_SUN_____SOLARIS.png" alt="HDTune_Benchmark_SUN_____SOLARIS" width="570" height="460" /></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/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/2009/11/13/iscsi-in-opensolaris/feed/</wfw:commentRss>
		<slash:comments>3</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>
	</channel>
</rss>
