<?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: finding server serial number in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/finding-server-serial-number/m-p/4960979#M789470</link>
    <description>Hi all&lt;BR /&gt;Thanks for the help.&lt;BR /&gt;CSTM is pretty useful to get the serial no</description>
    <pubDate>Mon, 20 Feb 2006 01:39:39 GMT</pubDate>
    <dc:creator>aruns_s</dc:creator>
    <dc:date>2006-02-20T01:39:39Z</dc:date>
    <item>
      <title>finding server serial number</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/finding-server-serial-number/m-p/4960973#M789464</link>
      <description>Hi,&lt;BR /&gt;Is there any command to find out server serial number.I would lke to know the serial number of the server installed at some other sites&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;Arun</description>
      <pubDate>Mon, 20 Feb 2006 00:16:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/finding-server-serial-number/m-p/4960973#M789464</guid>
      <dc:creator>aruns_s</dc:creator>
      <dc:date>2006-02-20T00:16:55Z</dc:date>
    </item>
    <item>
      <title>Re: finding server serial number</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/finding-server-serial-number/m-p/4960974#M789465</link>
      <description>Hi Arun, &lt;BR /&gt;&lt;BR /&gt;You can use the following to find it out, &lt;BR /&gt;&lt;BR /&gt;1) /opt/ignite/bin/print_manifest&lt;BR /&gt;&lt;BR /&gt;Look for System Hardware. &lt;BR /&gt;&lt;BR /&gt;2) USe "cstm" &lt;BR /&gt;# /usr/sbin/cstm&lt;BR /&gt;cstm&amp;gt;map&lt;BR /&gt;cstm&amp;gt;sel dev 1&lt;BR /&gt;cstm&amp;gt;info&lt;BR /&gt;cstm&amp;gt;infolog &lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Mon, 20 Feb 2006 00:22:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/finding-server-serial-number/m-p/4960974#M789465</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-02-20T00:22:49Z</dc:date>
    </item>
    <item>
      <title>Re: finding server serial number</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/finding-server-serial-number/m-p/4960975#M789466</link>
      <description>Hi&lt;BR /&gt;Also to add there are a couple of commands that will work on certain model type if stm is not installed, but not all.&lt;BR /&gt;&lt;BR /&gt;# getconf CS_MACHINE_SERIAL &lt;BR /&gt;#parstatus | grep -i serial&lt;BR /&gt;&lt;BR /&gt;Louis</description>
      <pubDate>Mon, 20 Feb 2006 00:41:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/finding-server-serial-number/m-p/4960975#M789466</guid>
      <dc:creator>LoC_1</dc:creator>
      <dc:date>2006-02-20T00:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: finding server serial number</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/finding-server-serial-number/m-p/4960976#M789467</link>
      <description># getconf MACHINE_SERIAL&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Muthu</description>
      <pubDate>Mon, 20 Feb 2006 00:52:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/finding-server-serial-number/m-p/4960976#M789467</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2006-02-20T00:52:42Z</dc:date>
    </item>
    <item>
      <title>Re: finding server serial number</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/finding-server-serial-number/m-p/4960977#M789468</link>
      <description>Hi Arun,&lt;BR /&gt;&lt;BR /&gt;     Copy and paste the following set of commands in your root prompt. Copy the whole sequence and paste.&lt;BR /&gt;&lt;BR /&gt;cstm &amp;gt;&amp;gt; /dev/null &amp;lt;&amp;lt; END&lt;BR /&gt;sall&lt;BR /&gt;il&lt;BR /&gt;q&lt;BR /&gt;SaveAs&lt;BR /&gt;/tmp/infolog&lt;BR /&gt;Done&lt;BR /&gt;quit&lt;BR /&gt;OK&lt;BR /&gt;END&lt;BR /&gt;grep -i "System Serial Number" /tmp/infolog&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Senthil Kumar .A</description>
      <pubDate>Mon, 20 Feb 2006 01:00:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/finding-server-serial-number/m-p/4960977#M789468</guid>
      <dc:creator>Senthil Kumar .A_1</dc:creator>
      <dc:date>2006-02-20T01:00:35Z</dc:date>
    </item>
    <item>
      <title>Re: finding server serial number</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/finding-server-serial-number/m-p/4960978#M789469</link>
      <description>Hi Arun,&lt;BR /&gt;&lt;BR /&gt;      Did not notice the response from LOC and muthukumar.&lt;BR /&gt;&lt;BR /&gt;      The getconf command is crisp and fine. Thanx guys. Cool way of finding the serial number.&lt;BR /&gt;&lt;BR /&gt;:).</description>
      <pubDate>Mon, 20 Feb 2006 01:02:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/finding-server-serial-number/m-p/4960978#M789469</guid>
      <dc:creator>Senthil Kumar .A_1</dc:creator>
      <dc:date>2006-02-20T01:02:20Z</dc:date>
    </item>
    <item>
      <title>Re: finding server serial number</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/finding-server-serial-number/m-p/4960979#M789470</link>
      <description>Hi all&lt;BR /&gt;Thanks for the help.&lt;BR /&gt;CSTM is pretty useful to get the serial no</description>
      <pubDate>Mon, 20 Feb 2006 01:39:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/finding-server-serial-number/m-p/4960979#M789470</guid>
      <dc:creator>aruns_s</dc:creator>
      <dc:date>2006-02-20T01:39:39Z</dc:date>
    </item>
  </channel>
</rss>

