<?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: hp3310 data collection guide in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/hp3310-data-collection-guide/m-p/5230301#M60501</link>
    <description>Hi&lt;BR /&gt;&lt;BR /&gt;The OS is Redhat.&lt;BR /&gt;&lt;BR /&gt;BR.&lt;BR /&gt;Kenneth.</description>
    <pubDate>Tue, 16 Mar 2010 12:26:02 GMT</pubDate>
    <dc:creator>Kenneth Wind</dc:creator>
    <dc:date>2010-03-16T12:26:02Z</dc:date>
    <item>
      <title>hp3310 data collection guide</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hp3310-data-collection-guide/m-p/5230299#M60499</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;How do I collect information from a hp3310 server, such as SCSI driver, kernel information...&lt;BR /&gt;&lt;BR /&gt;BR.&lt;BR /&gt;Kenneth.</description>
      <pubDate>Tue, 16 Mar 2010 06:05:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hp3310-data-collection-guide/m-p/5230299#M60499</guid>
      <dc:creator>Kenneth Wind</dc:creator>
      <dc:date>2010-03-16T06:05:55Z</dc:date>
    </item>
    <item>
      <title>Re: hp3310 data collection guide</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hp3310-data-collection-guide/m-p/5230300#M60500</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;This depends on OS.&lt;BR /&gt;&lt;BR /&gt;kmtune -l # kernel 11.11&lt;BR /&gt;kctune    # kernel 11.23 11.31&lt;BR /&gt;&lt;BR /&gt;This system does not run Linux, which is where you posted this.&lt;BR /&gt;&lt;BR /&gt;Most of the rest of the information can be collected from ioscan -fnC sam/smh&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 16 Mar 2010 12:23:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hp3310-data-collection-guide/m-p/5230300#M60500</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2010-03-16T12:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: hp3310 data collection guide</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hp3310-data-collection-guide/m-p/5230301#M60501</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;The OS is Redhat.&lt;BR /&gt;&lt;BR /&gt;BR.&lt;BR /&gt;Kenneth.</description>
      <pubDate>Tue, 16 Mar 2010 12:26:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hp3310-data-collection-guide/m-p/5230301#M60501</guid>
      <dc:creator>Kenneth Wind</dc:creator>
      <dc:date>2010-03-16T12:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: hp3310 data collection guide</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hp3310-data-collection-guide/m-p/5230302#M60502</link>
      <description>RedHat distribution version:&lt;BR /&gt;&lt;BR /&gt;cat /etc/redhat-release&lt;BR /&gt;&lt;BR /&gt;Kernel version and architecture (e.g. 32-bit vs 64-bit):&lt;BR /&gt;&lt;BR /&gt;uname -a&lt;BR /&gt;&lt;BR /&gt;To find SCSI driver information, you will need to know the names of the SCSI driver modules used on the system. On a RedHat, this can normally be achieved with:&lt;BR /&gt;&lt;BR /&gt;grep scsi_hostadapter /etc/modprobe.conf&lt;BR /&gt;&lt;BR /&gt;The output will usually be one or more lines, like this:&lt;BR /&gt;&lt;BR /&gt;alias scsi_hostadapter mptbase&lt;BR /&gt;alias scsi_hostadapter1 mptsas&lt;BR /&gt;alias scsi_hostadapter2 lpfc&lt;BR /&gt;alias scsi_hostadapter3 usb-storage&lt;BR /&gt;&lt;BR /&gt;This particular server had a Fusion MPT hardware RAID controller, which uses a two-part driver (mptbase + mptsas), an Emulex LightPulse FibreChannel HBA (lpfc) and some USB storage device(s).&lt;BR /&gt;&lt;BR /&gt;To get information on the driver modules, including the version number, use the "modinfo" command:&lt;BR /&gt;&lt;BR /&gt;modinfo mptbase&lt;BR /&gt;modinfo mptsas&lt;BR /&gt;modinfo lpfc&lt;BR /&gt;&lt;BR /&gt;RedHat Enterprise Linux also has a built-in tool ("sysreport" in older versions, "sosreport" in RHEL 5 and presumably newer releases) which can produce a very detailed report on system configuration. See "man sosreport" or "man sysreport", depending on your RedHat version.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Tue, 16 Mar 2010 13:16:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hp3310-data-collection-guide/m-p/5230302#M60502</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2010-03-16T13:16:37Z</dc:date>
    </item>
    <item>
      <title>Re: hp3310 data collection guide</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hp3310-data-collection-guide/m-p/5230303#M60503</link>
      <description>Thanks.</description>
      <pubDate>Wed, 17 Mar 2010 06:08:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hp3310-data-collection-guide/m-p/5230303#M60503</guid>
      <dc:creator>Kenneth Wind</dc:creator>
      <dc:date>2010-03-17T06:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: hp3310 data collection guide</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hp3310-data-collection-guide/m-p/5230304#M60504</link>
      <description>I have got the way of getting SCSI/kernel information.</description>
      <pubDate>Wed, 17 Mar 2010 11:40:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hp3310-data-collection-guide/m-p/5230304#M60504</guid>
      <dc:creator>Kenneth Wind</dc:creator>
      <dc:date>2010-03-17T11:40:40Z</dc:date>
    </item>
  </channel>
</rss>

