<?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: ProLiant 1600's and Serial Numbers in Server Management - Systems Insight Manager</title>
    <link>https://community.hpe.com/t5/server-management-systems/proliant-1600-s-and-serial-numbers/m-p/3485162#M9932</link>
    <description>There were 2 major versions of the 1600, one with the ROM type of E34 and the other of P08.  I don't recall which is the older of the two.  Even though both are 1600s, they are different generations.  These days we would differentiate them as G1 and G2, but that's the old days.  My guess is that you're getting the information through WMI on the G2 servers and not the G1.  The serial number field in WMI is populated from SMBIOS.  I don't remember the exact dates, but it's possible that the older model pre-dates the SMBIOS spec.</description>
    <pubDate>Mon, 14 Feb 2005 16:54:20 GMT</pubDate>
    <dc:creator>David Claypool</dc:creator>
    <dc:date>2005-02-14T16:54:20Z</dc:date>
    <item>
      <title>ProLiant 1600's and Serial Numbers</title>
      <link>https://community.hpe.com/t5/server-management-systems/proliant-1600-s-and-serial-numbers/m-p/3485158#M9928</link>
      <description>I've got a handful of 1600's (running NT, 2K and 2K3) that have the correct SN in their BIOS and it shows up correctly in the survey but attempting to read their SNs using WMI returns blank and thus SIM is blank.  Mgmt Agents are anywhere from 5.5 to 6.4.&lt;BR /&gt;&lt;BR /&gt;Any ideas on what might be causing this or how to make sure SIM gets the correct info?&lt;BR /&gt;&lt;BR /&gt;TIA.</description>
      <pubDate>Mon, 14 Feb 2005 10:48:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/proliant-1600-s-and-serial-numbers/m-p/3485158#M9928</guid>
      <dc:creator>Michael Jay_2</dc:creator>
      <dc:date>2005-02-14T10:48:09Z</dc:date>
    </item>
    <item>
      <title>Re: ProLiant 1600's and Serial Numbers</title>
      <link>https://community.hpe.com/t5/server-management-systems/proliant-1600-s-and-serial-numbers/m-p/3485159#M9929</link>
      <description>The management agents don't use WMI.  When you view the management agent, is the serial number visible?</description>
      <pubDate>Mon, 14 Feb 2005 13:49:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/proliant-1600-s-and-serial-numbers/m-p/3485159#M9929</guid>
      <dc:creator>David Claypool</dc:creator>
      <dc:date>2005-02-14T13:49:35Z</dc:date>
    </item>
    <item>
      <title>Re: ProLiant 1600's and Serial Numbers</title>
      <link>https://community.hpe.com/t5/server-management-systems/proliant-1600-s-and-serial-numbers/m-p/3485160#M9930</link>
      <description>How are you attempting to read the S/N's via WMI?&lt;BR /&gt;I've just run a standard Inventory report on my 3 remaining PL 1600's the S/N's are reported on.</description>
      <pubDate>Mon, 14 Feb 2005 14:01:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/proliant-1600-s-and-serial-numbers/m-p/3485160#M9930</guid>
      <dc:creator>Rob Buxton</dc:creator>
      <dc:date>2005-02-14T14:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: ProLiant 1600's and Serial Numbers</title>
      <link>https://community.hpe.com/t5/server-management-systems/proliant-1600-s-and-serial-numbers/m-p/3485161#M9931</link>
      <description>I guess I'm a bit off in my original post.  All the above 1600 SN's ARE reporting to SIM OK, but some (not all) of the 1600's DO NOT report their SN via WMI and this is the issue I was trying to resolve (sorry for any confusion).&lt;BR /&gt;&lt;BR /&gt;Maybe this question would be more appropriate in a WMI type forum or group...&lt;BR /&gt;&lt;BR /&gt;------------------&lt;BR /&gt;The vbs script I'm running (in part) is:&lt;BR /&gt;&lt;BR /&gt;Set objWMIService = GetObject("winmgmts:{impersonationLevel=impersonate}!//" &amp;amp; strComputer &amp;amp; "\root\cimv2")&lt;BR /&gt;Set colItems = objWMIService.ExecQuery("Select * from Win32_Bios",,48)&lt;BR /&gt;For Each objItem in colItems&lt;BR /&gt;   If IsNull(objItem.Version) Then&lt;BR /&gt;     WScript.Echo strComputer&lt;BR /&gt;   Else&lt;BR /&gt;     Wscript.Echo strComputer &amp;amp; vbtab &amp;amp;  objItem.SerialNumber&lt;BR /&gt;   End If&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Feb 2005 14:44:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/proliant-1600-s-and-serial-numbers/m-p/3485161#M9931</guid>
      <dc:creator>Michael Jay_2</dc:creator>
      <dc:date>2005-02-14T14:44:59Z</dc:date>
    </item>
    <item>
      <title>Re: ProLiant 1600's and Serial Numbers</title>
      <link>https://community.hpe.com/t5/server-management-systems/proliant-1600-s-and-serial-numbers/m-p/3485162#M9932</link>
      <description>There were 2 major versions of the 1600, one with the ROM type of E34 and the other of P08.  I don't recall which is the older of the two.  Even though both are 1600s, they are different generations.  These days we would differentiate them as G1 and G2, but that's the old days.  My guess is that you're getting the information through WMI on the G2 servers and not the G1.  The serial number field in WMI is populated from SMBIOS.  I don't remember the exact dates, but it's possible that the older model pre-dates the SMBIOS spec.</description>
      <pubDate>Mon, 14 Feb 2005 16:54:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/proliant-1600-s-and-serial-numbers/m-p/3485162#M9932</guid>
      <dc:creator>David Claypool</dc:creator>
      <dc:date>2005-02-14T16:54:20Z</dc:date>
    </item>
  </channel>
</rss>

