Files
scst/www/target_emulex.html
Vladislav Bolkhovitin c1349526e9 Web updates
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3270 d57e44dd-8a1f-0410-8b47-8ef2f437770f
2011-03-09 20:11:59 +00:00

121 lines
5.4 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta name="Keywords" content="Fibre Channel target, Emulex target, FC target, FCoE target">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="author" content="Daniel Fernandes">
<meta name="Robots" content="index,follow">
<link rel="stylesheet" href="images/Orange.css" type="text/css">
<title>Emulex lpfc FC/FCoE target driver</title>
</head>
<body>
<!-- wrap starts here -->
<div id="wrap">
<div id="header">
<div class="logoimg"></div><h1 id="logo"><span class="orange"></span></h1>
<h2 id=slogan>Generic SCSI Target Subsystem for Linux</h2>
</div>
<div id="menu">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="http://www.sourceforge.net/projects/scst">Main</a></li>
<li><a href="http://sourceforge.net/news/?group_id=110471">News</a></li>
<li id="current"><a href="targets.html">Drivers</a></li>
<li><a href="downloads.html">Downloads</a></li>
<li><a href="contributing.html">Contributing</a></li>
<li><a href="comparison.html">Comparison</a></li>
<li><a href="users.html">Users</a></li>
<li><a href="solutions.html">Solutions</a></li>
</ul>
</div>
<!-- content-wrap starts here -->
<div id="content-wrap">
<div id="sidebar">
<h1>Target Drivers</h1>
<ul class="sidemenu">
<li><a href="http://iscsi-scst.sourceforge.net">ISCSI-SCST</a></li>
<li><a href="target_qla2x00t.html">QLogic FC qla2x00t</a></li>
<li><a href="target_srp.html">SCSI RDMA Protocol (SRP)</a></li>
<li><a href="target_mvsas.html">Marvell SAS adapters</a></li>
<li><a href="target_emulex.html">Emulex lpfc FC/FCoE adapters</a></li>
<li><a href="target_lsi.html">LSI/MPT adapters</a></li>
<li><a href="target_fcoe.html">FCoE Target</a></li>
<li><a href="target_local.html">Local Target Driver</a></li>
<li><a href="target_ibmvscsi.html">IBM pSeries Virtual SCSI</a></li>
<li><a href="target_old.html">Old Unsupported</a></li>
</ul>
<h1>User utilities</h1>
<ul class="sidemenu">
<li><a href="scst_admin.html">SCST Admin Utility</a></li>
<li><a href="handler_fileio_tgt.html">FILEIO_TGT handler</a></li>
</ul>
</div>
<div id="main">
<h1>Target driver for Emulex lpfc FC/FCoE adapters</h1>
<p><img src="images/t_emulex.gif" width="100" height="120" class="float-left" alt="SCST Emulex">
<p>Target driver for Emulex lpfc FC/FCoE adapters is developed by the Emulex team.</p>
<p>The driver allows for lpfc adapters to be placed in initiator and/or target mode. Those in
initiator mode will continue to function with the SCSI subsystem as usual. A lpfc_scst helper
module is then loaded that binds the target mode adapters with the SCST subsystem
for use as FCP targets. NPIV is also supported, allowing virtual ports to be created with
individual SCST target instances bound to them.</p>
<p>The lpfc SCST driver kit is part of the lpfcxxxx SourceForge project located at
<a href="https://sourceforge.net/projects/lpfcxxxx" class="readmore">Emulex Linux Drivers</a> page.</p>
<p>You can find version which can compile on RHEL5 platforms
<a href="lpfc_scst1123.tar.bz2" class="readmore">here</a>. Thanks to Chris Worley who supplied it.</p>
<p>This driver compatible only with SCST 1.x. To update it for 2.x you should perform the following steps: </p>
<ol>
<li><span>Replace on line #1503 &quot;scst_unregister(tgtport->scst_tgt)&quot; on
&quot;scst_unregister_target(tgtport->scst_tgt)&quot;</span></li>
<li><span>Replace on line #1570 &quot;tgtport->scst_tgt = scst_register(&amp;scst_data, wwpn)&quot;
on &quot;tgtport->scst_tgt = scst_register_target(&amp;scst_data, wwpn)&quot;</span></li>
<li><span>Replace on line #1784 &quot;wwpn, login_handle, tm_session_reg_callback)&quot; on
&quot;wwpn, NULL, login_handle, tm_session_reg_callback)&quot;</span></li>
</ol>
<p> Patch to put this driver in the SCST SVN trunk is welcome!</p>
<br><br>
<p class="post-footer align-right">
<a href="http://lpfcxxxx.sourceforge.net/README" class="readmore">README</a>
<a href="http://lpfcxxxx.sourceforge.net/HOWTO.lpfc" class="readmore">HOWTO</a>
</p>
<table border=0><tr><td height="300px">&nbsp;</td></tr></table>
</div>
<!-- content-wrap ends here -->
</div>
<!-- wrap ends here -->
</div>
<!-- footer starts here -->
<div id="footer">
<p>&copy; Copyright 2004-2011<b><font class="names"> Vladislav Bolkhovitin/SCST Ltd &amp others.</font></b>&nbsp;&nbsp;
Design by: <b><font class="names">Daniel Fernandes</font></b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</p>
</div>
<!-- footer ends here -->
<!-- Piwik -->
<script type="text/javascript">
var pkBaseURL = (("https:" == document.location.protocol) ? "https://apps.sourceforge.net/piwik/scst/" : "http://apps.sourceforge.net/piwik/scst/");
document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E"));
</script><script type="text/javascript">
piwik_action_name = '';
piwik_idsite = 1;
piwik_url = pkBaseURL + "piwik.php";
piwik_log(piwik_action_name, piwik_idsite, piwik_url);
</script>
<object><noscript><p><img src="http://apps.sourceforge.net/piwik/scst/piwik.php?idsite=1" alt="piwik"></p></noscript></object>
<!-- End Piwik Tag -->
</body>
</html>