<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: command to check HBA status in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/command-to-check-hba-status/m-p/4962320#M415944</link>
    <description>Ashish,&lt;BR /&gt;&lt;BR /&gt;fcmsutil is the utility that you're looking for...find out the device driver of the FC card from ioscan and then use that as input to fcmsutil.&lt;BR /&gt;&lt;BR /&gt;# ioscan -funC fc&lt;BR /&gt;# fcmsutil /dev/td#&lt;BR /&gt;&lt;BR /&gt;where # = card instance number&lt;BR /&gt;&lt;BR /&gt;cheers!</description>
    <pubDate>Thu, 23 Feb 2006 16:41:46 GMT</pubDate>
    <dc:creator>Sandman!</dc:creator>
    <dc:date>2006-02-23T16:41:46Z</dc:date>
    <item>
      <title>command to check HBA status</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-to-check-hba-status/m-p/4962315#M415939</link>
      <description>what is the command to check fibre channel HBA status ( onlin/ofline, I/O, wwn etc. ) on an HP 11i system.</description>
      <pubDate>Thu, 23 Feb 2006 16:33:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-to-check-hba-status/m-p/4962315#M415939</guid>
      <dc:creator>AshishJain_USA</dc:creator>
      <dc:date>2006-02-23T16:33:59Z</dc:date>
    </item>
    <item>
      <title>Re: command to check HBA status</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-to-check-hba-status/m-p/4962316#M415940</link>
      <description>fcmsutil &lt;DEVICE&gt;&lt;BR /&gt;&lt;BR /&gt;Can find device files to use with "ioscan -fnC fc"&lt;/DEVICE&gt;</description>
      <pubDate>Thu, 23 Feb 2006 16:39:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-to-check-hba-status/m-p/4962316#M415940</guid>
      <dc:creator>Jeff_Traigle</dc:creator>
      <dc:date>2006-02-23T16:39:55Z</dc:date>
    </item>
    <item>
      <title>Re: command to check HBA status</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-to-check-hba-status/m-p/4962317#M415941</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;That would be fcmsutil.&lt;BR /&gt;Check the FC support guide, for instance at &lt;A href="http://docs.hp.com/en/J6374-90030/ch04s03.html" target="_blank"&gt;http://docs.hp.com/en/J6374-90030/ch04s03.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Syntax: fcmsutil /dev/tdx (device file may depend on your FC HBA),&lt;BR /&gt;&lt;BR /&gt;Marie.</description>
      <pubDate>Thu, 23 Feb 2006 16:40:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-to-check-hba-status/m-p/4962317#M415941</guid>
      <dc:creator>marie-noelle jeanson_1</dc:creator>
      <dc:date>2006-02-23T16:40:14Z</dc:date>
    </item>
    <item>
      <title>Re: command to check HBA status</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-to-check-hba-status/m-p/4962318#M415942</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The fcmsutil command is the ticket&lt;BR /&gt;&lt;BR /&gt;fcmsutil -stat /dev/tdX&lt;BR /&gt;&lt;BR /&gt;where x=the td instance&lt;BR /&gt;&lt;BR /&gt;shorter output:&lt;BR /&gt;&lt;BR /&gt;fcmsutil stat -s /dev/tdX&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Feb 2006 16:40:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-to-check-hba-status/m-p/4962318#M415942</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2006-02-23T16:40:57Z</dc:date>
    </item>
    <item>
      <title>Re: command to check HBA status</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-to-check-hba-status/m-p/4962319#M415943</link>
      <description>ioscan -funC fc &lt;BR /&gt;&lt;BR /&gt;this will show you the td device numbers and will show up as either CLAIMED or NO_HARDWARE, another way is using fcmsutil...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;man fcmsutil for more details</description>
      <pubDate>Thu, 23 Feb 2006 16:41:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-to-check-hba-status/m-p/4962319#M415943</guid>
      <dc:creator>Deoncia Grayson_1</dc:creator>
      <dc:date>2006-02-23T16:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: command to check HBA status</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-to-check-hba-status/m-p/4962320#M415944</link>
      <description>Ashish,&lt;BR /&gt;&lt;BR /&gt;fcmsutil is the utility that you're looking for...find out the device driver of the FC card from ioscan and then use that as input to fcmsutil.&lt;BR /&gt;&lt;BR /&gt;# ioscan -funC fc&lt;BR /&gt;# fcmsutil /dev/td#&lt;BR /&gt;&lt;BR /&gt;where # = card instance number&lt;BR /&gt;&lt;BR /&gt;cheers!</description>
      <pubDate>Thu, 23 Feb 2006 16:41:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-to-check-hba-status/m-p/4962320#M415944</guid>
      <dc:creator>Sandman!</dc:creator>
      <dc:date>2006-02-23T16:41:46Z</dc:date>
    </item>
    <item>
      <title>Re: command to check HBA status</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-to-check-hba-status/m-p/4962321#M415945</link>
      <description>Sorry no need for "-" in front of stat - but - it is needed for the -s&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Thu, 23 Feb 2006 16:46:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-to-check-hba-status/m-p/4962321#M415945</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2006-02-23T16:46:53Z</dc:date>
    </item>
    <item>
      <title>Re: command to check HBA status</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-to-check-hba-status/m-p/4962322#M415946</link>
      <description>Thanx</description>
      <pubDate>Thu, 23 Feb 2006 16:53:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-to-check-hba-status/m-p/4962322#M415946</guid>
      <dc:creator>AshishJain_USA</dc:creator>
      <dc:date>2006-02-23T16:53:47Z</dc:date>
    </item>
  </channel>
</rss>

