<?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: PowerPath on Linux different outputs. in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/powerpath-on-linux-different-outputs/m-p/4799397#M44539</link>
    <description>Linux does not *have* a standard and all-encompassing notion of a hardware path, so the powermt command obviously cannot display it.&lt;BR /&gt;&lt;BR /&gt;For example, the disk/LUN "emcpowera" in your listing is known as "HITACHI R50139320021" by the storage system (whose ID is 14642). It is connected through two paths: /dev/sdb and /dev/sde. Both paths are currently alive and active. The paths go through two different qla2xxx HBAs.&lt;BR /&gt;&lt;BR /&gt;I don't currently have a Linux system with PowerPath available to me, so I cannot test my theory; but I think the numbers "5" and "3" might refer to the Linux storage controller numbers. If that's correct, you'll find more information about each adapter in the appropriate directories of the /sys virtual filesystem. For example, the HBA 5 would have its FibreChannel-specific information at /sys/class/fc_host/host5/ and SCSI-compatible information at /sys/class/scsi_host/host5/. &lt;BR /&gt;&lt;BR /&gt;If you want to know the PCI slot IDs of each HBA, the command "ls -l /sys/class/scsi_host" might be helpful.&lt;BR /&gt;&lt;BR /&gt;If your Linux distribution includes the "lsscsi" tool, install it: it is useful in identifying any SCSI-like storage devices (i.e. pretty much all of them these days...), not just strictly SCSI devices.&lt;BR /&gt;&lt;BR /&gt;Was this the sort of light you were looking for?&lt;BR /&gt;&lt;BR /&gt;MK</description>
    <pubDate>Thu, 16 Jun 2011 18:24:19 GMT</pubDate>
    <dc:creator>Matti_Kurkela</dc:creator>
    <dc:date>2011-06-16T18:24:19Z</dc:date>
    <item>
      <title>PowerPath on Linux different outputs.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/powerpath-on-linux-different-outputs/m-p/4799396#M44538</link>
      <description>We are working on a common script to determine if both the PATHS are present (in PowerPath for HP-UX, AIX, Solaris and Linux), While the ouput of powermt display dev=all shows the the disk# and h/w path on all versions of Unix, it shows only the instance of the hba driver on Linux. Anyone noticed this so far? It is different only on Linux with PowerPath. Here is the ouput from a Linux host&lt;BR /&gt;&lt;BR /&gt;# powermt display dev=all&lt;BR /&gt;Pseudo name=emcpowera&lt;BR /&gt;Hitachi ID=14642&lt;BR /&gt;Logical device ID=HITACHI R50139320021&lt;BR /&gt;state=alive; policy=NoRedirect; priority=0; queued-IOs=0&lt;BR /&gt;==============================================================================&lt;BR /&gt;---------------- Host ---------------   - Stor -   -- I/O Path -  -- Stats ---&lt;BR /&gt;###  HW Path                I/O Paths    Interf.   Mode    State  Q-IOs Errors&lt;BR /&gt;==============================================================================&lt;BR /&gt;   5 qla2xxx                   sdb       8A        active  alive      0      0&lt;BR /&gt;   3 qla2xxx                   sde       1A        active  alive      0      0&lt;BR /&gt;&lt;BR /&gt;Pseudo name=emcpowerb&lt;BR /&gt;Hitachi ID=14642&lt;BR /&gt;Logical device ID=HITACHI R50139320022&lt;BR /&gt;state=alive; policy=NoRedirect; priority=0; queued-IOs=0&lt;BR /&gt;==============================================================================&lt;BR /&gt;---------------- Host ---------------   - Stor -   -- I/O Path -  -- Stats ---&lt;BR /&gt;###  HW Path                I/O Paths    Interf.   Mode    State  Q-IOs Errors&lt;BR /&gt;==============================================================================&lt;BR /&gt;   5 qla2xxx                   sdc       8A        active  alive      0      0&lt;BR /&gt;   3 qla2xxx                   sdf       1A        active  alive      0      0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Could someone throw more light on this?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Roger.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 16 Jun 2011 14:36:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/powerpath-on-linux-different-outputs/m-p/4799396#M44538</guid>
      <dc:creator>rsmith_1</dc:creator>
      <dc:date>2011-06-16T14:36:38Z</dc:date>
    </item>
    <item>
      <title>Re: PowerPath on Linux different outputs.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/powerpath-on-linux-different-outputs/m-p/4799397#M44539</link>
      <description>Linux does not *have* a standard and all-encompassing notion of a hardware path, so the powermt command obviously cannot display it.&lt;BR /&gt;&lt;BR /&gt;For example, the disk/LUN "emcpowera" in your listing is known as "HITACHI R50139320021" by the storage system (whose ID is 14642). It is connected through two paths: /dev/sdb and /dev/sde. Both paths are currently alive and active. The paths go through two different qla2xxx HBAs.&lt;BR /&gt;&lt;BR /&gt;I don't currently have a Linux system with PowerPath available to me, so I cannot test my theory; but I think the numbers "5" and "3" might refer to the Linux storage controller numbers. If that's correct, you'll find more information about each adapter in the appropriate directories of the /sys virtual filesystem. For example, the HBA 5 would have its FibreChannel-specific information at /sys/class/fc_host/host5/ and SCSI-compatible information at /sys/class/scsi_host/host5/. &lt;BR /&gt;&lt;BR /&gt;If you want to know the PCI slot IDs of each HBA, the command "ls -l /sys/class/scsi_host" might be helpful.&lt;BR /&gt;&lt;BR /&gt;If your Linux distribution includes the "lsscsi" tool, install it: it is useful in identifying any SCSI-like storage devices (i.e. pretty much all of them these days...), not just strictly SCSI devices.&lt;BR /&gt;&lt;BR /&gt;Was this the sort of light you were looking for?&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Thu, 16 Jun 2011 18:24:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/powerpath-on-linux-different-outputs/m-p/4799397#M44539</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2011-06-16T18:24:19Z</dc:date>
    </item>
    <item>
      <title>Re: PowerPath on Linux different outputs.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/powerpath-on-linux-different-outputs/m-p/4799398#M44540</link>
      <description>MK&lt;BR /&gt;&lt;BR /&gt;Thanks for your reply. Could you please expand on your statement "Linux does not *have* a standard and all-encompassing notion of a hardware path"??&lt;BR /&gt;&lt;BR /&gt;Here is what we are trying to accomplish to see if we are able to see both the PATHS alive ..Here are the outputs from AIX and Solaris also..&lt;BR /&gt;&lt;BR /&gt;&lt;AIX&gt;&lt;BR /&gt;&lt;BR /&gt;Pseudo name=hdiskpower0&lt;BR /&gt;Symmetrix ID=000190103657&lt;BR /&gt;Logical device ID=36F4&lt;BR /&gt;state=alive; policy=SymmOpt; priority=0; queued-IOs=0&lt;BR /&gt;==============================================================================&lt;BR /&gt;---------------- Host ---------------   - Stor -   -- I/O Path -  -- Stats ---&lt;BR /&gt;###  HW Path                I/O Paths    Interf.   Mode    State  Q-IOs Errors&lt;BR /&gt;==============================================================================&lt;BR /&gt;   1 fscsi2                    hdisk24   FA 13dB   active  alive      0      0&lt;BR /&gt;   0 fscsi0                    hdisk6    FA  4dA   active  alive      0      0&lt;BR /&gt;&lt;BR /&gt;Pseudo name=hdiskpower1&lt;BR /&gt;Symmetrix ID=000190103657&lt;BR /&gt;Logical device ID=36F5&lt;BR /&gt;state=alive; policy=SymmOpt; priority=0; queued-IOs=0&lt;BR /&gt;==============================================================================&lt;BR /&gt;---------------- Host ---------------   - Stor -   -- I/O Path -  -- Stats ---&lt;BR /&gt;###  HW Path                I/O Paths    Interf.   Mode    State  Q-IOs Errors&lt;BR /&gt;==============================================================================&lt;BR /&gt;   1 fscsi2                    hdisk25   FA 13dB   active  alive      0      0&lt;BR /&gt;   0 fscsi0                    hdisk7    FA  4dA   active  alive      0      0&lt;BR /&gt;&lt;BR /&gt;&lt;SOLARIS&gt;&lt;BR /&gt;&lt;BR /&gt;Pseudo name=emcpower28a&lt;BR /&gt;Symmetrix ID=000190104754&lt;BR /&gt;Logical device ID=00B3&lt;BR /&gt;state=alive; policy=SymmOpt; priority=0; queued-IOs=0&lt;BR /&gt;==============================================================================&lt;BR /&gt;---------------- Host ---------------   - Stor -   -- I/O Path -  -- Stats ---&lt;BR /&gt;###  HW Path                I/O Paths    Interf.   Mode    State  Q-IOs Errors&lt;BR /&gt;==============================================================================&lt;BR /&gt;3088 pci@25,700000/SUNW,emlxs@0/fp@0,0 c10t50060482D5312C96d1s0 FA  7bA   active  alive      0      0&lt;BR /&gt;3075 pci@5,700000/SUNW,emlxs@0/fp@0,0 c3t50060482D5312C96d1s0 FA  7bA   active  alive      0      0&lt;BR /&gt;3079 pci@13,700000/SUNW,emlxs@0/fp@0,0 c5t50060482D5312C96d1s0 FA  7bA   active  alive      0      0&lt;BR /&gt;&lt;BR /&gt;Pseudo name=emcpower27a&lt;BR /&gt;Symmetrix ID=000190104754&lt;BR /&gt;Logical device ID=00B4&lt;BR /&gt;state=alive; policy=SymmOpt; priority=0; queued-IOs=0&lt;BR /&gt;==============================================================================&lt;BR /&gt;---------------- Host ---------------   - Stor -   -- I/O Path -  -- Stats ---&lt;BR /&gt;###  HW Path                I/O Paths    Interf.   Mode    State  Q-IOs Errors&lt;BR /&gt;==============================================================================&lt;BR /&gt;3088 pci@25,700000/SUNW,emlxs@0/fp@0,0 c10t50060482D5312C96d2s0 FA  7bA   active  alive      0      0&lt;BR /&gt;3075 pci@5,700000/SUNW,emlxs@0/fp@0,0 c3t50060482D5312C96d2s0 FA  7bA   active  alive      0      0&lt;BR /&gt;3079 pci@13,700000/SUNW,emlxs@0/fp@0,0 c5t50060482D5312C96d2s0 FA  7bA   active  alive      0      0&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Roger.&lt;BR /&gt;&lt;BR /&gt;&lt;/SOLARIS&gt;&lt;/AIX&gt;</description>
      <pubDate>Thu, 16 Jun 2011 19:05:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/powerpath-on-linux-different-outputs/m-p/4799398#M44540</guid>
      <dc:creator>rsmith_1</dc:creator>
      <dc:date>2011-06-16T19:05:36Z</dc:date>
    </item>
  </channel>
</rss>

