<?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: WWID of disk devices on HP-UX in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/wwid-of-disk-devices-on-hp-ux/m-p/3319407#M187150</link>
    <description>You can also try&lt;BR /&gt;&lt;BR /&gt;fcmsutil /dev/tdX -k ns_query_ports&lt;BR /&gt;&lt;BR /&gt;And that first command should have been&lt;BR /&gt;&lt;BR /&gt;fcmsutil /dev/tdX get remote all&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
    <pubDate>Wed, 30 Jun 2004 10:56:56 GMT</pubDate>
    <dc:creator>Jeff Schussele</dc:creator>
    <dc:date>2004-06-30T10:56:56Z</dc:date>
    <item>
      <title>WWID of disk devices on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/wwid-of-disk-devices-on-hp-ux/m-p/3319403#M187146</link>
      <description>Does anyone know how to find (show) the WWID of a disk device with HP-UX?  I can't seem to find this information.</description>
      <pubDate>Wed, 30 Jun 2004 10:38:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/wwid-of-disk-devices-on-hp-ux/m-p/3319403#M187146</guid>
      <dc:creator>Michael Bornstein_1</dc:creator>
      <dc:date>2004-06-30T10:38:56Z</dc:date>
    </item>
    <item>
      <title>Re: WWID of disk devices on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/wwid-of-disk-devices-on-hp-ux/m-p/3319404#M187147</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;It would be WWN (World Wide Name) of the controller corresponding to fiber channel.&lt;BR /&gt;&lt;BR /&gt;You can find it using 'fcmsutil' command. Depending on the type of the card|driver, you will see the device files /dev/fcms* or /dev/td*. Or use the command&lt;BR /&gt;&lt;BR /&gt;ioscan -fnkC fc&lt;BR /&gt;&lt;BR /&gt;and it should display all the fiber channel interfaces with the corresponding device files. Find the device file based on the path of the controller and run fcmsutil on it. For ex., td0&lt;BR /&gt;&lt;BR /&gt;fcmsutil /dev/td0 &lt;BR /&gt;&lt;BR /&gt;The number associated with "Port World Wide Name" is what you are looking for, for that controller.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Wed, 30 Jun 2004 10:44:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/wwid-of-disk-devices-on-hp-ux/m-p/3319404#M187147</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-06-30T10:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: WWID of disk devices on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/wwid-of-disk-devices-on-hp-ux/m-p/3319405#M187148</link>
      <description>This only shows the WWID of the HBA.  What I'm looking for is the WWIDs of the disks connected to the HBA.</description>
      <pubDate>Wed, 30 Jun 2004 10:49:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/wwid-of-disk-devices-on-hp-ux/m-p/3319405#M187148</guid>
      <dc:creator>Michael Bornstein_1</dc:creator>
      <dc:date>2004-06-30T10:49:50Z</dc:date>
    </item>
    <item>
      <title>Re: WWID of disk devices on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/wwid-of-disk-devices-on-hp-ux/m-p/3319406#M187149</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Well, if your fibre channel is switched then all you can get is the WWN of the fibre channel adapter &amp;amp; the WWN of the switch port it logs into.&lt;BR /&gt;But if it's a direct attached unit to like an FC10 JBOD enclosure then all the drives would have N-Port-IDs &amp;amp; they could be obtained with:&lt;BR /&gt;&lt;BR /&gt;fcmsutil /dev/tdX get all&lt;BR /&gt;&lt;BR /&gt;use the appropriate instance number for X&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Wed, 30 Jun 2004 10:51:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/wwid-of-disk-devices-on-hp-ux/m-p/3319406#M187149</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2004-06-30T10:51:43Z</dc:date>
    </item>
    <item>
      <title>Re: WWID of disk devices on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/wwid-of-disk-devices-on-hp-ux/m-p/3319407#M187150</link>
      <description>You can also try&lt;BR /&gt;&lt;BR /&gt;fcmsutil /dev/tdX -k ns_query_ports&lt;BR /&gt;&lt;BR /&gt;And that first command should have been&lt;BR /&gt;&lt;BR /&gt;fcmsutil /dev/tdX get remote all&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Wed, 30 Jun 2004 10:56:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/wwid-of-disk-devices-on-hp-ux/m-p/3319407#M187150</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2004-06-30T10:56:56Z</dc:date>
    </item>
    <item>
      <title>Re: WWID of disk devices on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/wwid-of-disk-devices-on-hp-ux/m-p/3319408#M187151</link>
      <description>Those commands have a lot of output, but how to I match WWIDs with actual disks?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Jun 2004 12:20:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/wwid-of-disk-devices-on-hp-ux/m-p/3319408#M187151</guid>
      <dc:creator>Michael Bornstein_1</dc:creator>
      <dc:date>2004-06-30T12:20:40Z</dc:date>
    </item>
    <item>
      <title>Re: WWID of disk devices on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/wwid-of-disk-devices-on-hp-ux/m-p/6478860#M487023</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;check this ioscan command below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;# echo $(uname) $(uname -r)&lt;BR /&gt;HP-UX B.11.31&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;# ioscan -P wwid -C disk&lt;/P&gt;&lt;P&gt;Class I H/W Path wwid&lt;BR /&gt;===============================&lt;BR /&gt;disk 2 64000/0xfa00/0x0 0x5000cca00ab23ce0&lt;BR /&gt;disk 3 64000/0xfe00/0x1 0x5000cca00ab23d6c&lt;BR /&gt;disk 17 64000/0xfa00/0xb 0x60060e8014224f00000224f0000&lt;SPAN&gt;00f05&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(disk n =&amp;nbsp;/dev/rdisk/diskn)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Detailed description in iscan(1M) manual.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="list-last"&gt;HTH&lt;/P&gt;</description>
      <pubDate>Sat, 17 May 2014 14:30:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/wwid-of-disk-devices-on-hp-ux/m-p/6478860#M487023</guid>
      <dc:creator>szabolcsk</dc:creator>
      <dc:date>2014-05-17T14:30:59Z</dc:date>
    </item>
  </channel>
</rss>

