<?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: C/C++/Perl/Shell code to get SCSI Info in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/c-c-perl-shell-code-to-get-scsi-info/m-p/3817458#M100217</link>
    <description>see also "man disktab" and "more /etc/disktab" and note&lt;BR /&gt;&lt;BR /&gt;"This file is provided for backward compatibility with previous HP-UX releases only. Its use is discouraged"&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-60127/disktab.4.html" target="_blank"&gt;http://docs.hp.com/en/B2355-60127/disktab.4.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;What result do you expect?</description>
    <pubDate>Wed, 05 Jul 2006 04:54:38 GMT</pubDate>
    <dc:creator>Torsten.</dc:creator>
    <dc:date>2006-07-05T04:54:38Z</dc:date>
    <item>
      <title>C/C++/Perl/Shell code to get SCSI Info</title>
      <link>https://community.hpe.com/t5/operating-system-linux/c-c-perl-shell-code-to-get-scsi-info/m-p/3817453#M100212</link>
      <description>Hi All, &lt;BR /&gt;&lt;BR /&gt;I need a C/C++/Perl/Shell code to get SCSI disk information such as #cylinders, Tracks/Cylinder, Sectors/Track etc.. Any pointers would be helpful. &lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Arun</description>
      <pubDate>Wed, 05 Jul 2006 03:49:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/c-c-perl-shell-code-to-get-scsi-info/m-p/3817453#M100212</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-07-05T03:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: C/C++/Perl/Shell code to get SCSI Info</title>
      <link>https://community.hpe.com/t5/operating-system-linux/c-c-perl-shell-code-to-get-scsi-info/m-p/3817454#M100213</link>
      <description>Is diskinfo -v enough?&lt;BR /&gt;&lt;BR /&gt;# diskinfo -v /dev/rdsk/c1t15d0&lt;BR /&gt;SCSI describe of /dev/rdsk/c1t15d0:&lt;BR /&gt;             vendor: HP 73.4G&lt;BR /&gt;         product id: ATLAS10K3_73_SCA&lt;BR /&gt;               type: direct access&lt;BR /&gt;               size: 71687369 Kbytes&lt;BR /&gt;   bytes per sector: 512&lt;BR /&gt;          rev level: HP05&lt;BR /&gt;    blocks per disk: 143374738&lt;BR /&gt;        ISO version: 0&lt;BR /&gt;       ECMA version: 0&lt;BR /&gt;       ANSI version: 2&lt;BR /&gt;    removable media: no&lt;BR /&gt;    response format: 2&lt;BR /&gt;   (Additional inquiry bytes: (32)58 (33)39 (34)32 (35)32 (36)33 (37)5a (38)57 (39)20 (40)20 (41)20 (42)20 (43)51 (44)55 (45)41 (46)4e (47)54 (48)55 (49)4d (50)20 (51)c (52)0 (53)0 (54)0 (55)0 (56)0 (57)0 (58)0 (59)0 (60)0 (61)0 (62)0 (63)0 (64)0 (65)0 (66)0 (67)0 (68)0 (69)0 (70)0 (71)0 (72)0 (73)0 (74)0 (75)0 (76)0 (77)0 (78)0 (79)0 (80)0 (81)0 (82)0 (83)0 (84)0 (85)0 (86)0 (87)0 (88)0 (89)0 (90)0 )&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
      <pubDate>Wed, 05 Jul 2006 04:22:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/c-c-perl-shell-code-to-get-scsi-info/m-p/3817454#M100213</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2006-07-05T04:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: C/C++/Perl/Shell code to get SCSI Info</title>
      <link>https://community.hpe.com/t5/operating-system-linux/c-c-perl-shell-code-to-get-scsi-info/m-p/3817455#M100214</link>
      <description>Thanks Procura, I was aware of diskinfo. But, i need a piece code to get these details. Developer says, diskinfo is not reliable :( .. I need to prove my point though. &lt;BR /&gt;&lt;BR /&gt;Thanks again, &lt;BR /&gt;Arun</description>
      <pubDate>Wed, 05 Jul 2006 04:27:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/c-c-perl-shell-code-to-get-scsi-info/m-p/3817455#M100214</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-07-05T04:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: C/C++/Perl/Shell code to get SCSI Info</title>
      <link>https://community.hpe.com/t5/operating-system-linux/c-c-perl-shell-code-to-get-scsi-info/m-p/3817456#M100215</link>
      <description>Read this post (last entry) and search the web for e.g. "zone bit recording".&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=989308" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=989308&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You will find that you probably don't want to know this values.</description>
      <pubDate>Wed, 05 Jul 2006 04:34:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/c-c-perl-shell-code-to-get-scsi-info/m-p/3817456#M100215</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2006-07-05T04:34:19Z</dc:date>
    </item>
    <item>
      <title>Re: C/C++/Perl/Shell code to get SCSI Info</title>
      <link>https://community.hpe.com/t5/operating-system-linux/c-c-perl-shell-code-to-get-scsi-info/m-p/3817457#M100216</link>
      <description>Arun,&lt;BR /&gt;how about using fsdb.&lt;BR /&gt;As warning states, should only be used by experienced users.</description>
      <pubDate>Wed, 05 Jul 2006 04:35:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/c-c-perl-shell-code-to-get-scsi-info/m-p/3817457#M100216</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2006-07-05T04:35:55Z</dc:date>
    </item>
    <item>
      <title>Re: C/C++/Perl/Shell code to get SCSI Info</title>
      <link>https://community.hpe.com/t5/operating-system-linux/c-c-perl-shell-code-to-get-scsi-info/m-p/3817458#M100217</link>
      <description>see also "man disktab" and "more /etc/disktab" and note&lt;BR /&gt;&lt;BR /&gt;"This file is provided for backward compatibility with previous HP-UX releases only. Its use is discouraged"&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-60127/disktab.4.html" target="_blank"&gt;http://docs.hp.com/en/B2355-60127/disktab.4.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;What result do you expect?</description>
      <pubDate>Wed, 05 Jul 2006 04:54:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/c-c-perl-shell-code-to-get-scsi-info/m-p/3817458#M100217</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2006-07-05T04:54:38Z</dc:date>
    </item>
  </channel>
</rss>

