<?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: collecting information about the HDD media in Operating System - VMware</title>
    <link>https://community.hpe.com/t5/operating-system-vmware/collecting-information-about-the-hdd-media/m-p/4654348#M746</link>
    <description>hi,&lt;BR /&gt;&lt;BR /&gt;you oculd also use ILO to check the HW configuration.&lt;BR /&gt;&lt;BR /&gt;mikap</description>
    <pubDate>Tue, 29 Jun 2010 18:18:19 GMT</pubDate>
    <dc:creator>Michal Kapalka (mikap)</dc:creator>
    <dc:date>2010-06-29T18:18:19Z</dc:date>
    <item>
      <title>collecting information about the HDD media</title>
      <link>https://community.hpe.com/t5/operating-system-vmware/collecting-information-about-the-hdd-media/m-p/4654346#M744</link>
      <description>&lt;!--!*#--&gt;Hello all,&lt;BR /&gt;&lt;BR /&gt;I'm using a server model number 504633-001 (Proliant DL360 G6 XENON X5550 QC 2.66 GHz, 2P, 12GB; PERFORMANCE SERVER KIT) with 8 HDD's model number 507127-B21 (300 GB SFF SAS Drives 10K spin (6G)).&lt;BR /&gt;On this system I'm having installed VMware ESX 4.0. I've tried to collect some data (most important information being the HDD serial number) by means of sdparm application. I've used an already compiled binary and a binary compiled by myself on this machine.&lt;BR /&gt;No matter the version number the results were:&lt;BR /&gt;&amp;gt; sdparm -vvvv /dev/sdb5&lt;BR /&gt;&amp;gt; open /dev/sdb5 with flags=0x800 &lt;BR /&gt;    inquiry cdb: 12 00 00 00 24 00 &lt;BR /&gt;      duration=0 ms &lt;BR /&gt;    inquiry: requested 36 bytes but got 0 bytes &lt;BR /&gt;inquiry: got too few bytes (0) &lt;BR /&gt;SCSI INQUIRY command failed on /dev/sdb5&lt;BR /&gt;&lt;BR /&gt;It looks like the SCSI controller is not supporting that inquiry. Any idea why is that? What are the alternatives?&lt;BR /&gt;&lt;BR /&gt;  Thanks in advance for your help.</description>
      <pubDate>Tue, 29 Jun 2010 11:20:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-vmware/collecting-information-about-the-hdd-media/m-p/4654346#M744</guid>
      <dc:creator>Bogdan Scintee</dc:creator>
      <dc:date>2010-06-29T11:20:47Z</dc:date>
    </item>
    <item>
      <title>Re: collecting information about the HDD media</title>
      <link>https://community.hpe.com/t5/operating-system-vmware/collecting-information-about-the-hdd-media/m-p/4654347#M745</link>
      <description>Most likely the server does not have a single SCSI adapter. It has a complex SmartArray RAID controller which binds together multiple physical disks and creates one or more logical disks that are presented to the server.&lt;BR /&gt;&lt;BR /&gt;If you want information about the physical disks it is best if you use HP's diagnostic utilities like SmartStart or Array Diagnostic Utility (ADU).</description>
      <pubDate>Tue, 29 Jun 2010 11:32:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-vmware/collecting-information-about-the-hdd-media/m-p/4654347#M745</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2010-06-29T11:32:45Z</dc:date>
    </item>
    <item>
      <title>Re: collecting information about the HDD media</title>
      <link>https://community.hpe.com/t5/operating-system-vmware/collecting-information-about-the-hdd-media/m-p/4654348#M746</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;you oculd also use ILO to check the HW configuration.&lt;BR /&gt;&lt;BR /&gt;mikap</description>
      <pubDate>Tue, 29 Jun 2010 18:18:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-vmware/collecting-information-about-the-hdd-media/m-p/4654348#M746</guid>
      <dc:creator>Michal Kapalka (mikap)</dc:creator>
      <dc:date>2010-06-29T18:18:19Z</dc:date>
    </item>
    <item>
      <title>Re: collecting information about the HDD media</title>
      <link>https://community.hpe.com/t5/operating-system-vmware/collecting-information-about-the-hdd-media/m-p/4654349#M747</link>
      <description>these controllers are handeled by the cciss driver on regular linux kernels ,you may want to check on its documentation &lt;BR /&gt;&lt;A href="http://www.mjmwired.net/kernel/Documentation/cciss.txt" target="_blank"&gt;http://www.mjmwired.net/kernel/Documentation/cciss.txt&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The device naming scheme is:&lt;BR /&gt;68 /dev/cciss/c0d0   Controller 0, disk 0, whole device&lt;BR /&gt;69 /dev/cciss/c0d0p1  Controller 0, disk 0, partition 1&lt;BR /&gt;70 /dev/cciss/c0d0p2  Controller 0, disk 0, partition 2&lt;BR /&gt;71 /dev/cciss/c0d0p3  Controller 0, disk 0, partition 3&lt;BR /&gt;72 &lt;BR /&gt;73 /dev/cciss/c1d1   Controller 1, disk 1, whole device&lt;BR /&gt;74 /dev/cciss/c1d1p1  Controller 1, disk 1, partition 1&lt;BR /&gt;75 /dev/cciss/c1d1p2  Controller 1, disk 1, partition 2&lt;BR /&gt;76 /dev/cciss/c1d1p3  Controller 1, disk 1, partition 3&lt;BR /&gt;&lt;BR /&gt;dont feel 100% sure that esx uses the same estructure but I am sure this will get you on the correct direction</description>
      <pubDate>Wed, 30 Jun 2010 01:49:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-vmware/collecting-information-about-the-hdd-media/m-p/4654349#M747</guid>
      <dc:creator>marcelo berges</dc:creator>
      <dc:date>2010-06-30T01:49:45Z</dc:date>
    </item>
    <item>
      <title>Re: collecting information about the HDD media</title>
      <link>https://community.hpe.com/t5/operating-system-vmware/collecting-information-about-the-hdd-media/m-p/4654350#M748</link>
      <description>For more recent SmartArray controllers there is a new driver and the logical disks are named /dev/sdX.&lt;BR /&gt;But if you are looking for the 'serial number' zhat is used for warranty tracking - I don't think that is stored *in* the drive memory.</description>
      <pubDate>Wed, 30 Jun 2010 04:32:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-vmware/collecting-information-about-the-hdd-media/m-p/4654350#M748</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2010-06-30T04:32:25Z</dc:date>
    </item>
    <item>
      <title>Re: collecting information about the HDD media</title>
      <link>https://community.hpe.com/t5/operating-system-vmware/collecting-information-about-the-hdd-media/m-p/4654351#M749</link>
      <description>Thank you all for the very useful information.</description>
      <pubDate>Wed, 07 Jul 2010 06:14:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-vmware/collecting-information-about-the-hdd-media/m-p/4654351#M749</guid>
      <dc:creator>Bogdan Scintee</dc:creator>
      <dc:date>2010-07-07T06:14:11Z</dc:date>
    </item>
  </channel>
</rss>

