<?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: Device Designation - Itanium RX-2620 in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/device-designation-itanium-rx-2620/m-p/4081867#M13473</link>
    <description>&amp;gt;The SYS$DKDRIVER and SYS$DGDRIVER (SCSI and&lt;BR /&gt;&amp;gt;Fibre Channel storage drivers, respectively)&lt;BR /&gt;&lt;BR /&gt;Correction: There is no SYS$DGdriver. DG devices are handled by DKdriver, the fibre drivers are SYS$FGEDRIVER (Emulex controller), SYS$PGQDRIVER (Qlogic controller) and SYS$PGADRIVER (fibre/scsi protocol driver, only used in combination with SYS$FGEDRIVER).&lt;BR /&gt;&lt;BR /&gt;Jur.&lt;BR /&gt;</description>
    <pubDate>Mon, 08 Oct 2007 01:04:55 GMT</pubDate>
    <dc:creator>Jur van der Burg</dc:creator>
    <dc:date>2007-10-08T01:04:55Z</dc:date>
    <item>
      <title>Device Designation - Itanium RX-2620</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/device-designation-itanium-rx-2620/m-p/4081863#M13469</link>
      <description>Greetings to all ...&lt;BR /&gt;&lt;BR /&gt;Does anyone know where I can get a current list&lt;BR /&gt;of all the device designations on an Itanium rx-2620?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance!&lt;BR /&gt;&lt;BR /&gt;Phil&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Oct 2007 09:24:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/device-designation-itanium-rx-2620/m-p/4081863#M13469</guid>
      <dc:creator>Phillip Tusa</dc:creator>
      <dc:date>2007-10-05T09:24:18Z</dc:date>
    </item>
    <item>
      <title>Re: Device Designation - Itanium RX-2620</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/device-designation-itanium-rx-2620/m-p/4081864#M13470</link>
      <description>Phil,&lt;BR /&gt;&lt;BR /&gt;$ SHOW DEVICE&lt;BR /&gt;&lt;BR /&gt;Maybe you could be a bit less generic in your question. Do you want to know a list of possible OpenVMS device names ? Or a list of physical interfaces to be plugged into an rx 2620 ?&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Fri, 05 Oct 2007 09:28:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/device-designation-itanium-rx-2620/m-p/4081864#M13470</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2007-10-05T09:28:49Z</dc:date>
    </item>
    <item>
      <title>Re: Device Designation - Itanium RX-2620</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/device-designation-itanium-rx-2620/m-p/4081865#M13471</link>
      <description>Volker&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Do you want to know a list of possible &amp;gt;OpenVMS device names ? &lt;BR /&gt;&lt;BR /&gt;I believe what I am asking for is a list of device names (i.e. TTB0) and a description or summary of that device name.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Phil</description>
      <pubDate>Fri, 05 Oct 2007 11:00:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/device-designation-itanium-rx-2620/m-p/4081865#M13471</guid>
      <dc:creator>Phillip Tusa</dc:creator>
      <dc:date>2007-10-05T11:00:07Z</dc:date>
    </item>
    <item>
      <title>Re: Device Designation - Itanium RX-2620</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/device-designation-itanium-rx-2620/m-p/4081866#M13472</link>
      <description>&amp;gt;&amp;gt;&amp;gt;I believe what I am asking for is a list of device names (i.e. TTB0) and a description or summary of that device name.&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;"Believe"?  That's rather odd phrasing in this context.  &lt;BR /&gt;&lt;BR /&gt;Could you describe what you're trying to accomplish here -- in more general terms?  Putting a few more words around this might help me or others better target the answer.&lt;BR /&gt;&lt;BR /&gt;SHOW DEVICE/FULL will identify the (major) devices present, and will provide a short description of each.  By default, you'll see the significant device.&lt;BR /&gt;&lt;BR /&gt;The device driver prefixes (eg: Within TTB0: the TT is the device driver prefix, B is the second TT controller present, and 0 is the unit on the second controller) are associated with device drivers, though the drivers don't necessarily tie to specific physical devices; a particular driver can be associated with more than one physical device.  The SYS$DKDRIVER and SYS$DGDRIVER (SCSI and Fibre Channel storage drivers, respectively) work with a wide variety of storage devices, for instance.&lt;BR /&gt;&lt;BR /&gt;There is a list of the device driver prefixes around, though AFAIK it's not been generally published.&lt;BR /&gt;&lt;BR /&gt;If you're looking for the hardware inventory or hardware configuration, mechanisms such as the ANALYZE/SYSTEM command CLUE FRU (and FRU being Field Replaceable Unit; the part or subsystem or component that traditionally gets swapped upon failure) will tell you about the major components present within the system.  &lt;BR /&gt;&lt;BR /&gt;I'd expect the EFI console could acquire this hardware configuration information, as well.&lt;BR /&gt;&lt;BR /&gt;Stephen Hoffman&lt;BR /&gt;HoffmanLabs LLC&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Oct 2007 12:12:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/device-designation-itanium-rx-2620/m-p/4081866#M13472</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2007-10-05T12:12:55Z</dc:date>
    </item>
    <item>
      <title>Re: Device Designation - Itanium RX-2620</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/device-designation-itanium-rx-2620/m-p/4081867#M13473</link>
      <description>&amp;gt;The SYS$DKDRIVER and SYS$DGDRIVER (SCSI and&lt;BR /&gt;&amp;gt;Fibre Channel storage drivers, respectively)&lt;BR /&gt;&lt;BR /&gt;Correction: There is no SYS$DGdriver. DG devices are handled by DKdriver, the fibre drivers are SYS$FGEDRIVER (Emulex controller), SYS$PGQDRIVER (Qlogic controller) and SYS$PGADRIVER (fibre/scsi protocol driver, only used in combination with SYS$FGEDRIVER).&lt;BR /&gt;&lt;BR /&gt;Jur.&lt;BR /&gt;</description>
      <pubDate>Mon, 08 Oct 2007 01:04:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/device-designation-itanium-rx-2620/m-p/4081867#M13473</guid>
      <dc:creator>Jur van der Burg</dc:creator>
      <dc:date>2007-10-08T01:04:55Z</dc:date>
    </item>
  </channel>
</rss>

