<?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>Technology, Computer, Network and Games Cheat &#187; Fiber Channel</title>
	<atom:link href="http://www.gamescheat.ca/tag/fiber-channel/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gamescheat.ca</link>
	<description>Day to day technical how to - by Andrew Lin</description>
	<lastBuildDate>Thu, 26 May 2011 18:48:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>How to list the type of fiber channel card and it&#8217;s WWN info in AIX</title>
		<link>http://www.gamescheat.ca/2010/01/how-to-list-the-type-of-fiber-channels-cards-and-its-wwn-info-in-aix/</link>
		<comments>http://www.gamescheat.ca/2010/01/how-to-list-the-type-of-fiber-channels-cards-and-its-wwn-info-in-aix/#comments</comments>
		<pubDate>Sat, 16 Jan 2010 11:00:51 +0000</pubDate>
		<dc:creator>Andrew Lin</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Aix]]></category>
		<category><![CDATA[Fiber Channel]]></category>

		<guid isPermaLink="false">http://www.gamescheat.ca/?p=749</guid>
		<description><![CDATA[I needed to find out the type of fiber channel HBA cards installed in the Aix server. Here are the commands I used to find the information, Use the lsdev command to list the fiber channel cards (HBA) installed in the Aix server. Depending on the version of aix one or all of the commands [...]]]></description>
			<content:encoded><![CDATA[<p>I needed to find out the type of fiber channel HBA cards installed in the Aix server.  Here are the commands I used to find the information,</p>
<p>Use the lsdev command to list the fiber channel cards (HBA) installed in the Aix server. Depending on the version of aix one or all of the commands below should work.</p>
<p>:/root > lsdev -C | grep fcs<br />
fcs0       Available 04-08         FC Adapter<br />
fcs1       Available 07-08         FC Adapter<br />
fcs2       Available 0A-08         FC Adapter<br />
fcs3       Available 0B-08         FC Adapter</p>
<p>OR</p>
<p>:/root > lscfg -vp | grep fcs<br />
  fcs2             U787B.001.DNW19B5-P1-C1-T1<br />
FC Adapter<br />
  fcs3             U787B.001.DNW19B5-P1-C2-T1<br />
FC Adapter<br />
  fcs0             U787B.001.DNW19B5-P1-C3-T1<br />
FC Adapter<br />
  fcs1             U787B.001.DNW19B5-P1-C5-T1<br />
FC Adapter                                                    </p>
<p>OR</p>
<p>itsm:/root > lsdev -Ccadapter | grep fcs<br />
fcs0      Available 04-08 FC Adapter<br />
fcs1      Available 07-08 FC Adapter<br />
fcs2      Available 0A-08 FC Adapter<br />
fcs3      Available 0B-08 FC Adapter                  </p>
<p>To find the WWN info for the Fc interface use the lscfg command.  The Network Address is the WWN, e.g. Network Address&#8230;&#8230;&#8230;&#8230;.10000000C942E65C.<br />
The firmware level is Device Specific.(Z9)&#8230;&#8230;..TS1.91A5.</p>
<p>:/root > lscfg -vl fcs0<br />
  fcs0             U787B.001.DNW19B5-P1-C3-T1  FC Adapter                       </p>
<p>        Part Number&#8230;&#8230;&#8230;&#8230;&#8230;..80P4543<br />
        EC Level&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;..A<br />
        Serial Number&#8230;&#8230;&#8230;&#8230;&#8230;1F4500AC78<br />
        Manufacturer&#8230;&#8230;&#8230;&#8230;&#8230;.001F<br />
        Feature Code/Marketing ID&#8230;280B<br />
        FRU Number&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;     80P4544<br />
        Device Specific.(ZM)&#8230;&#8230;..3<br />
        Network Address&#8230;&#8230;&#8230;&#8230;.10000000C942E65C<br />
        ROS Level and ID&#8230;&#8230;&#8230;&#8230;02881955<br />
        Device Specific.(Z0)&#8230;&#8230;..1001206D<br />
        Device Specific.(Z1)&#8230;&#8230;..00000000<br />
        Device Specific.(Z2)&#8230;&#8230;..00000000<br />
        Device Specific.(Z3)&#8230;&#8230;..03000909<br />
        Device Specific.(Z4)&#8230;&#8230;..FF801413<br />
        Device Specific.(Z5)&#8230;&#8230;..02881955<br />
        Device Specific.(Z6)&#8230;&#8230;..06831955<br />
        Device Specific.(Z7)&#8230;&#8230;..07831955<br />
        Device Specific.(Z8)&#8230;&#8230;..20000000C942E65C<br />
        Device Specific.(Z9)&#8230;&#8230;..TS1.91A5<br />
        Device Specific.(ZA)&#8230;&#8230;..T1D1.91A5<br />
        Device Specific.(ZB)&#8230;&#8230;..T2D1.91A5<br />
        Device Specific.(YL)&#8230;&#8230;..U787B.001.DNW19B5-P1-C3-T1              </p>
<p>The command lsmcode will display the firmware and microcode level.<br />
:/root > lsmcode -d fcs0</p>
<p>Below is the command to list the fileset.</p>
<p>:/root > lslpp -l | grep &#8220;FC Adapter&#8221;<br />
  devices.pci.77101223.com  5.3.0.51  APPLIED    PCI FC Adapter (77101223)<br />
                            5.3.0.50  APPLIED    PCI FC Adapter (77101223)<br />
  devices.pci.77101223.rte  5.3.0.10  COMMITTED  PCI FC Adapter (77101223)<br />
  devices.pci.77102224.com  5.3.0.51  APPLIED    PCI-X FC Adapter (77102224)<br />
  devices.pci.77102224.diag  5.3.0.0  COMMITTED  PCI-X FC Adapter (77102224)<br />
  devices.pci.77102224.rte  5.3.0.50  APPLIED    PCI-X FC Adapter (77102224)<br />
  devices.pci.df1000f7.com  5.3.0.54  APPLIED    Common PCI FC Adapter Device<br />
                            5.3.0.50  APPLIED    PCI FC Adapter Device<br />
  devices.pci.df1000f7.rte  5.3.0.30  APPLIED    PCI FC Adapter Device Software<br />
  devices.pci.df1000f9.diag  5.3.0.0  COMMITTED  64-bit PCI FC Adapter Device<br />
  devices.pci.df1000f9.rte  5.3.0.30  APPLIED    64-bit PCI FC Adapter Device<br />
  devices.pci.df1000fd.rte  5.3.0.50  APPLIED    4Gb PCI-X FC Adapter Device<br />
  devices.pci.df1080f9.diag  5.3.0.0  COMMITTED  PCI-X FC Adapter Device<br />
  devices.pci.df1080f9.rte  5.3.0.30  APPLIED    PCI-X FC Adapter Device<br />
  devices.pci.77101223.com   5.3.0.0  COMMITTED  PCI FC Adapter (77101223)<br />
  devices.pci.77102224.com   5.3.0.0  COMMITTED  PCI-X FC Adapter (77102224)<br />
  devices.pci.df1000f7.com  5.3.0.54  APPLIED    Common PCI FC Adapter Device<br />
  devices.pci.df1000f7.diag  5.3.0.0  COMMITTED  PCI FC Adapter Device<br />
  devices.pci.df1000f7.rte   5.3.0.0  COMMITTED  PCI FC Adapter Device Software </p>
]]></content:encoded>
			<wfw:commentRss>http://www.gamescheat.ca/2010/01/how-to-list-the-type-of-fiber-channels-cards-and-its-wwn-info-in-aix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

