<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://dfwlpiki.dfwlp.com/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://dfwlpiki.dfwlp.com/index.php?action=history&amp;feed=atom&amp;title=Linux_iSCSI_Preparation_Script</id>
		<title>Linux iSCSI Preparation Script - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://dfwlpiki.dfwlp.com/index.php?action=history&amp;feed=atom&amp;title=Linux_iSCSI_Preparation_Script"/>
		<link rel="alternate" type="text/html" href="https://dfwlpiki.dfwlp.com/index.php?title=Linux_iSCSI_Preparation_Script&amp;action=history"/>
		<updated>2026-04-06T15:27:23Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.23.15</generator>

	<entry>
		<id>https://dfwlpiki.dfwlp.com/index.php?title=Linux_iSCSI_Preparation_Script&amp;diff=69&amp;oldid=prev</id>
		<title>Jhorne: Created page with &quot;Category:Linux Category:Storage  Here is a simple script I use to set up and get ready for iSCSI.  prepareiscsi.sh:  &lt;nowiki&gt;#/bin/bash yum install iscsi-init* -y /etc...&quot;</title>
		<link rel="alternate" type="text/html" href="https://dfwlpiki.dfwlp.com/index.php?title=Linux_iSCSI_Preparation_Script&amp;diff=69&amp;oldid=prev"/>
				<updated>2016-12-29T20:48:01Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;&lt;a href=&quot;/index.php/Category:Linux&quot; title=&quot;Category:Linux&quot;&gt;Category:Linux&lt;/a&gt; &lt;a href=&quot;/index.php/Category:Storage&quot; title=&quot;Category:Storage&quot;&gt;Category:Storage&lt;/a&gt;  Here is a simple script I use to set up and get ready for iSCSI.  prepareiscsi.sh:  &amp;lt;nowiki&amp;gt;#/bin/bash yum install iscsi-init* -y /etc...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Category:Linux]] [[Category:Storage]]&lt;br /&gt;
&lt;br /&gt;
Here is a simple script I use to set up and get ready for iSCSI.&lt;br /&gt;
&lt;br /&gt;
prepareiscsi.sh:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;#/bin/bash&lt;br /&gt;
yum install iscsi-init* -y&lt;br /&gt;
/etc/init.d/iscsi start&lt;br /&gt;
/etc/init.d/iscsid start&lt;br /&gt;
cat /etc/iscsi/initiatorname.iscsi&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
The above installs iscsi initiator, starts iscsi, then prints the local initiator wwn.  I then manually input this wwn (thus, why I output it so i can copy it) into the access list in the iscsi SAN for the specific lun this system will access.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Next, we discover against the portal, and then log into all available iSCSI luns:&lt;br /&gt;
iscsiloginall.sh&lt;br /&gt;
 #!/bin/bash&lt;br /&gt;
 iscsiadm -m discovery -t sendtargets -p 10.32.10.21&lt;br /&gt;
 iscsiadm -m node -p 10.32.10.21 -l&lt;br /&gt;
&lt;br /&gt;
After this is complete, I will normally move on to [[Filesystem creation]]&lt;/div&gt;</summary>
		<author><name>Jhorne</name></author>	</entry>

	</feed>