<?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: CSTM Device Types &amp;amp; Qualifier Types in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cstm-device-types-amp-qualifier-types/m-p/2962012#M118522</link>
    <description>Well, I'll be damned. (just ask my wife),&lt;BR /&gt;that last command worked.&lt;BR /&gt;echo "selclass type disk qualifier array;info;wait;infolog" | cstm &amp;gt; disk.txt&lt;BR /&gt;.&lt;BR /&gt;Worked like a charm.&lt;BR /&gt;.&lt;BR /&gt;I would still like to know if there is a list of possible or correct Device Types and Qualifier Types. I can't depend on luck.&lt;BR /&gt;.&lt;BR /&gt;Regards,&lt;BR /&gt;Paul Middleton</description>
    <pubDate>Tue, 29 Apr 2003 15:03:46 GMT</pubDate>
    <dc:creator>Paul Middleton</dc:creator>
    <dc:date>2003-04-29T15:03:46Z</dc:date>
    <item>
      <title>CSTM Device Types &amp; Qualifier Types</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cstm-device-types-amp-qualifier-types/m-p/2962011#M118521</link>
      <description>Greetings All,&lt;BR /&gt;.&lt;BR /&gt;I'm not able to find a listing of Device Types &amp;amp; Qualifier Types for CSTM.  I've tried every book I can find, gone thru the books at the HP Documents web site, No Joy.&lt;BR /&gt;.&lt;BR /&gt;What I'm trying to do is seperate internal disks and disk array disks when I run CSTM to an output file.  &lt;BR /&gt;.&lt;BR /&gt;I have found that the Seagate Model numbers, like ST39173WC appear as both an Internal Drive Model A3629A and in a Nike Mod 20 Array as Model A3703A.&lt;BR /&gt;.&lt;BR /&gt;After trying selclass type disk;info;wait;infolog | cstm &amp;gt; disk.txt ,&lt;BR /&gt;I searched the forums for information regarding CSTM and found references to -&lt;BR /&gt;selclass type &lt;SOMETHING&gt; qualifier &lt;SOMETHING&gt;;info;wait;infolog.&lt;BR /&gt;.&lt;BR /&gt;Where can I find a complete (or nearly complete) set of Device Types and Qualifier Types?&lt;BR /&gt;.&lt;BR /&gt;What I want to do is something like -&lt;BR /&gt;selclass type disk qualifier array;info;wait;infolog | cstm &amp;gt; disk.txt&lt;BR /&gt;.&lt;BR /&gt;Any and all help will be appreciated.&lt;BR /&gt;Don't let Eugeny take all the points. (just kidding Eugeny)&lt;BR /&gt;.&lt;BR /&gt;Paul Middleton&lt;BR /&gt;&lt;/SOMETHING&gt;&lt;/SOMETHING&gt;</description>
      <pubDate>Tue, 29 Apr 2003 14:59:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cstm-device-types-amp-qualifier-types/m-p/2962011#M118521</guid>
      <dc:creator>Paul Middleton</dc:creator>
      <dc:date>2003-04-29T14:59:19Z</dc:date>
    </item>
    <item>
      <title>Re: CSTM Device Types &amp; Qualifier Types</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cstm-device-types-amp-qualifier-types/m-p/2962012#M118522</link>
      <description>Well, I'll be damned. (just ask my wife),&lt;BR /&gt;that last command worked.&lt;BR /&gt;echo "selclass type disk qualifier array;info;wait;infolog" | cstm &amp;gt; disk.txt&lt;BR /&gt;.&lt;BR /&gt;Worked like a charm.&lt;BR /&gt;.&lt;BR /&gt;I would still like to know if there is a list of possible or correct Device Types and Qualifier Types. I can't depend on luck.&lt;BR /&gt;.&lt;BR /&gt;Regards,&lt;BR /&gt;Paul Middleton</description>
      <pubDate>Tue, 29 Apr 2003 15:03:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cstm-device-types-amp-qualifier-types/m-p/2962012#M118522</guid>
      <dc:creator>Paul Middleton</dc:creator>
      <dc:date>2003-04-29T15:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: CSTM Device Types &amp; Qualifier Types</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cstm-device-types-amp-qualifier-types/m-p/2962013#M118523</link>
      <description>It depends on what STM sees on your system and also I think the version os STM installed. One way to find out what are the available class type and qualifiers is to run it interactive .. for example on my 11.0&lt;BR /&gt;# cstm&lt;BR /&gt;cstm&amp;gt;selclass&lt;BR /&gt;-- Select Class of Devices --&lt;BR /&gt;Select only Device Type:&lt;BR /&gt;*   1 All&lt;BR /&gt;    2 Adapter&lt;BR /&gt;    3 Disk&lt;BR /&gt;    4 Interface&lt;BR /&gt;    5 Memory&lt;BR /&gt;    6 Processor&lt;BR /&gt;    7 system&lt;BR /&gt;Enter selection [1]:&lt;BR /&gt;&lt;BR /&gt;Select only Qualifier Type:&lt;BR /&gt;*   1 All&lt;BR /&gt;    2 Array&lt;BR /&gt;    3 Bus&lt;BR /&gt;    4 CPU&lt;BR /&gt;    5 DVDROM&lt;BR /&gt;    6 Hard&lt;BR /&gt;    7 LAN&lt;BR /&gt;    8 Memory&lt;BR /&gt;    9 RS-232&lt;BR /&gt;   10 SCSI&lt;BR /&gt;   11 system&lt;BR /&gt;Enter selection [1]:&lt;BR /&gt;&lt;BR /&gt;So if you wanted to say select all the hard disks you would go ..&lt;BR /&gt;cstm&amp;gt; selclass type disk qualifier hard&lt;BR /&gt;&lt;BR /&gt;On my 10.20 this shows up ..&lt;BR /&gt;cstm&amp;gt;selclass&lt;BR /&gt;-- Select Class of Devices --&lt;BR /&gt;Select only Device Type:&lt;BR /&gt;*   1 All&lt;BR /&gt;    2 Adapter&lt;BR /&gt;    3 Disk&lt;BR /&gt;    4 Interface&lt;BR /&gt;    5 MUX&lt;BR /&gt;    6 Memory&lt;BR /&gt;    7 Processor&lt;BR /&gt;Enter selection [1]:&lt;BR /&gt;&lt;BR /&gt;Select only Qualifier Type:&lt;BR /&gt;*   1 All&lt;BR /&gt;    2 Array&lt;BR /&gt;    3 Bus&lt;BR /&gt;    4 CPU&lt;BR /&gt;    5 Centronics&lt;BR /&gt;    6 Hard&lt;BR /&gt;    7 Keyboard&lt;BR /&gt;    8 LAN&lt;BR /&gt;    9 Memory&lt;BR /&gt;   10 NIO&lt;BR /&gt;   11 SCSI&lt;BR /&gt;Enter selection [1]:&lt;BR /&gt;&lt;BR /&gt;Hope that answers your question.</description>
      <pubDate>Tue, 29 Apr 2003 15:16:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cstm-device-types-amp-qualifier-types/m-p/2962013#M118523</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2003-04-29T15:16:20Z</dc:date>
    </item>
    <item>
      <title>Re: CSTM Device Types &amp; Qualifier Types</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cstm-device-types-amp-qualifier-types/m-p/2962014#M118524</link>
      <description>Top Points, S.K.&lt;BR /&gt;That was just what I was looking for.&lt;BR /&gt;.&lt;BR /&gt;Now another question.&lt;BR /&gt;.&lt;BR /&gt;On the Current Device Status Screen, it starts with Product Id :, just underneath that is,&lt;BR /&gt;Qualifier : .&lt;BR /&gt;.&lt;BR /&gt;The information in Qualifier ranges from, HPC5447A for an Mod 20 Array, to numbers like 14, 15, 580, 500, 2f, 5a9, 7b.&lt;BR /&gt;.&lt;BR /&gt;Do you know if there is a relationship between the Qualifier and the Card or Interface it's refering to?&lt;BR /&gt;.&lt;BR /&gt;For instance, could I tell the Model of a card by referencing &lt;BR /&gt;Product Id: SCSI Interface&lt;BR /&gt;Qualifier : 15&lt;BR /&gt;and know if it's A2969A or something?&lt;BR /&gt;.&lt;BR /&gt;I know it's a weird question, and if you think I'd wandering off in a wrong direction, please say so. I don't want to waste your time on ideas that don't go anyplace.&lt;BR /&gt;.&lt;BR /&gt;If you do think it's worth looking into, any hints, tips would be appreciated.&lt;BR /&gt;.&lt;BR /&gt;Paul Middleton</description>
      <pubDate>Tue, 29 Apr 2003 16:52:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cstm-device-types-amp-qualifier-types/m-p/2962014#M118524</guid>
      <dc:creator>Paul Middleton</dc:creator>
      <dc:date>2003-04-29T16:52:03Z</dc:date>
    </item>
    <item>
      <title>Re: CSTM Device Types &amp; Qualifier Types</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cstm-device-types-amp-qualifier-types/m-p/2962015#M118525</link>
      <description>Thanks Paul ..&lt;BR /&gt;mmm .. I don't see any Qualifier field in my cstm screen after I've selected a particular scsi interface and did an "infolog" on it. How are you running it ?&lt;BR /&gt;Back to your question .. if you want to examine say all PCI SCSI interface you can run ..&lt;BR /&gt;cstm&amp;gt; selclass type interface qualifier scsi&lt;BR /&gt;cstm&amp;gt; map&lt;BR /&gt;And you would see all the "PCI SCSI Interface" are selected (marked by asterisks).&lt;BR /&gt;&lt;BR /&gt;For the Nike model 20, this is what I got from infolog ..&lt;BR /&gt;cstm&amp;gt;infolog&lt;BR /&gt;Hardware path: 8/4.2&lt;BR /&gt;..&lt;BR /&gt;it gives me 3 sections ..&lt;BR /&gt;1- MAPS&lt;BR /&gt;2- CONFIGURATION&lt;BR /&gt;3- DISKS&lt;BR /&gt;and if I select the scsi interface it's on it gives me ..&lt;BR /&gt;Hardware path: 8/4&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Product ID:                SCSI Interface&lt;BR /&gt;Hardware Path:             8/4&lt;BR /&gt;Module Type:               Type-A DMA I/O&lt;BR /&gt;Hardware Model:            0x13&lt;BR /&gt;Hardware Revision Number:  0x1&lt;BR /&gt;Software Revision Number:  0&lt;BR /&gt;Software Model Number:     0x89&lt;BR /&gt;Software Option:           0x80&lt;BR /&gt;Hard Physical Address:     0xfbf44000&lt;BR /&gt;Slot Number:               1&lt;BR /&gt;IODC Revision:             0xffffff98&lt;BR /&gt;If all you wanted is the model or description of the card ioscan would suffice, wouldn't it ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Apr 2003 17:25:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cstm-device-types-amp-qualifier-types/m-p/2962015#M118525</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2003-04-29T17:25:30Z</dc:date>
    </item>
    <item>
      <title>Re: CSTM Device Types &amp; Qualifier Types</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cstm-device-types-amp-qualifier-types/m-p/2962016#M118526</link>
      <description>Ah, there's the rub. (sorry, Shakespeare fan)&lt;BR /&gt;.&lt;BR /&gt;I forgot to mention how I found this other "Qualifier".  Instead of typing cstm, I just typed stm.  Then highlighted a line, went to "Device" and the first item under "Device" is "Current Device Status".  It shows another "Qualifier" which, along with the "Product Id:" I was hoping to find more about the cards model.&lt;BR /&gt;.&lt;BR /&gt;Yes, ioscan does show "some"information, but, as and example, in ioscan you might see a interface board with "GSC Add-On Fast Wide Interface" or something like that.  What I want to do is, with the Qualifier, determine if that "GSC Add-on Fast Wide Interface" is a A2969A interface card.&lt;BR /&gt;.&lt;BR /&gt;Quite ambitious isn't it.&lt;BR /&gt;.&lt;BR /&gt;Well, you can't be a nerd if you don't try to find a way to do something no ones thought of before.&lt;BR /&gt;.&lt;BR /&gt;Regardless, thanks for your help and thanks for all the time you devoted to this.&lt;BR /&gt;.&lt;BR /&gt;Regards,&lt;BR /&gt;Paul Middleton</description>
      <pubDate>Tue, 29 Apr 2003 19:05:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cstm-device-types-amp-qualifier-types/m-p/2962016#M118526</guid>
      <dc:creator>Paul Middleton</dc:creator>
      <dc:date>2003-04-29T19:05:56Z</dc:date>
    </item>
  </channel>
</rss>

