<?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>Jorink.nl &#187; Equallogic</title>
	<atom:link href="http://www.jorink.nl/category/equallogic/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jorink.nl</link>
	<description>Just for documentation</description>
	<lastBuildDate>Thu, 15 Dec 2011 09:36:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Connect to a iSCSI Target with Ubuntu</title>
		<link>http://www.jorink.nl/2010/03/connect-to-a-iscsi-target-with-ubuntu/</link>
		<comments>http://www.jorink.nl/2010/03/connect-to-a-iscsi-target-with-ubuntu/#comments</comments>
		<pubDate>Wed, 17 Mar 2010 09:20:44 +0000</pubDate>
		<dc:creator>Arjan Jorink</dc:creator>
				<category><![CDATA[Equallogic]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[CLI]]></category>

		<guid isPermaLink="false">http://www.jorink.nl/?p=214</guid>
		<description><![CDATA[Install Open-iSCSI Initiator Type the following command at a shell prompt: sudo apt-get install open-iscsi Open-iSCSI default configuration Default configuration file could be located at /etc/iscsi/iscsid.conf or ~/.iscsid.conf. Open /etc/iscsi/iscsid.conf file: vi /etc/iscsi/iscsid.conf Set node.session.auth.username, node.session.auth.password and other parameter as follows: node.startup = automatic node.session.auth.username = MY-ISCSI-USER node.session.auth.password = MY-ISCSI-PASSWORD discovery.sendtargets.auth.username = MY-ISCSI-USER discovery.sendtargets.auth.password = [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Install Open-iSCSI Initiator</strong></p>
<p>Type the following command at a shell prompt:</p>
<blockquote><p>sudo apt-get install open-iscsi</p></blockquote>
<p><strong>Open-iSCSI default configuration</strong></p>
<p>Default configuration file could be located at /etc/iscsi/iscsid.conf or  ~/.iscsid.conf. Open /etc/iscsi/iscsid.conf file:</p>
<blockquote><p>vi /etc/iscsi/iscsid.conf</p></blockquote>
<p>Set node.session.auth.username,  node.session.auth.password and other  parameter as follows:</p>
<blockquote><p>node.startup = automatic<br />
node.session.auth.username = MY-ISCSI-USER<br />
node.session.auth.password = MY-ISCSI-PASSWORD<br />
discovery.sendtargets.auth.username = MY-ISCSI-USER<br />
discovery.sendtargets.auth.password = MY-ISCSI-PASSWORD<br />
node.session.timeo.replacement_timeout = 120<br />
node.conn[0].timeo.login_timeout = 15<br />
node.conn[0].timeo.logout_timeout = 15<br />
node.conn[0].timeo.noop_out_interval = 10<br />
node.conn[0].timeo.noop_out_timeout = 15<br />
node.session.iscsi.InitialR2T = No<br />
node.session.iscsi.ImmediateData = Yes<br />
node.session.iscsi.FirstBurstLength = 262144<br />
node.session.iscsi.MaxBurstLength = 16776192<br />
node.conn[0].iscsi.MaxRecvDataSegmentLength = 65536</p></blockquote>
<p>Save and close the file. Restart open-iscsi service:</p>
<blockquote><p>/etc/init.d/open-iscsi restart</p></blockquote>
<p>Now you need to run a discovery against the iscsi target host:</p>
<blockquote><p>iscsiadm -m discovery -t sendtargets -p ISCSI-SERVER-IP-ADDRESS</p></blockquote>
<p>Note down the record id (such as iqn.2001-05.com.equallogic:0-8a0906-2a787a201-c80000003cb47834-servername) found by the discovery. You need the same for login. Login, must use a node record id found by the discovery:</p>
<blockquote><p>iscsiadm &#8211;mode node &#8211;targetname iqn.2001-05.com.equallogic:0-8a0906-2a787a201-c80000003cb47834-servername &#8211;portal 192.168.1.60:3260 &#8211;login</p></blockquote>
<p>Finally restart the service again:</p>
<blockquote><p>/etc/init.d/open-iscsi restart</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.jorink.nl/2010/03/connect-to-a-iscsi-target-with-ubuntu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>This is why Thin Provisioning s*cks</title>
		<link>http://www.jorink.nl/2010/03/this-is-why-thin-provisioning-from-equallogic-scks/</link>
		<comments>http://www.jorink.nl/2010/03/this-is-why-thin-provisioning-from-equallogic-scks/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 13:36:22 +0000</pubDate>
		<dc:creator>Arjan Jorink</dc:creator>
				<category><![CDATA[Equallogic]]></category>

		<guid isPermaLink="false">http://www.jorink.nl/?p=147</guid>
		<description><![CDATA[The answer lies in the SCSI protocol.  As you know, our SAN is just a really big SCSI drive, for all that the server knows. It doesn’t know that the SAN is off on the network, and that the iSCSI initiator intercepts commands to/from the OS and redirects them over to us. Unfortunately, the is [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>The answer lies in the SCSI protocol.  As you know, our SAN is just a  really big SCSI drive, for all that the server knows. It doesn’t know  that the SAN is off on the network, and that the iSCSI initiator  intercepts commands to/from the OS and redirects them over to us.<br />
Unfortunately, the is no ‘delete’ command in the SCSI protocol. The  server changes the File Table on one of the blocks of storage we’ve set  aside for it the blocks it no longer needs, effectively deleting the  data. But it never actually sends us a command ‘delete block 346135.’<br />
Since we’re block storage, we are agnostic to the data stored on our  blocks of disk space. The volume could be NTFS, or VMDK, we don’t know.  So we dutifully mark any used blocks as dirty, and that’s how they stay,  until the volume is deleted, or the server again writes over that  block.<br />
The server has the file table. So it knows where the blocks are, and  which are used or not. When it reports that only 25GB of the 100GB  volume are in use, you can believe it. When we say that 75GB of the  100GB are dirty, then you can believe us that at some point in time,  data was written to all 75GB of space.<br />
If you need to recover some of that space, then you will need to move  the data off, delete the volume, and create a new, smaller volume. It’s  the only way to recover dirty, yet un-used, space.</p></blockquote>
<p>Source : <a href="http://michaelellerbeck.com/2010/02/25/equallogic-and-its-dirty-bits/" target="_blank">http://michaelellerbeck.com/2010/02/25/equallogic-and-its-dirty-bits/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jorink.nl/2010/03/this-is-why-thin-provisioning-from-equallogic-scks/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>iSCSI and VMWare Tips</title>
		<link>http://www.jorink.nl/2010/03/iscsi-and-vmware-tips/</link>
		<comments>http://www.jorink.nl/2010/03/iscsi-and-vmware-tips/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 13:11:24 +0000</pubDate>
		<dc:creator>Arjan Jorink</dc:creator>
				<category><![CDATA[Equallogic]]></category>
		<category><![CDATA[VMWare]]></category>
		<category><![CDATA[Switch]]></category>

		<guid isPermaLink="false">http://www.jorink.nl/?p=142</guid>
		<description><![CDATA[I found a great article named A “Multivendor Post” to help our mutual iSCSI customers using VMware You really should read it if your using a SAN in combination with ESX 3.5 http://virtualgeek.typepad.com/virtual_geek/2009/01/a-multivendor-post-to-help-our-mutual-iscsi-customers-using-vmware.html]]></description>
			<content:encoded><![CDATA[<p>I found a great article named</p>
<h3>A “Multivendor Post” to help our mutual iSCSI  customers using VMware</h3>
<p>You really should read it if your using a SAN in combination with ESX 3.5</p>
<p><a href="http://virtualgeek.typepad.com/virtual_geek/2009/01/a-multivendor-post-to-help-our-mutual-iscsi-customers-using-vmware.html" target="_blank">http://virtualgeek.typepad.com/virtual_geek/2009/01/a-multivendor-post-to-help-our-mutual-iscsi-customers-using-vmware.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jorink.nl/2010/03/iscsi-and-vmware-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

