<?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: CPU Serial  number in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/cpu-serial-number/m-p/4759940#M101337</link>
    <description>All VAX systems have unique serial numbers.&lt;BR /&gt;&lt;BR /&gt;Some VAX systems have machine-readable (and unique) serial numbers.&lt;BR /&gt;&lt;BR /&gt;Newer VAX systems do not tend to have machine-readable serial numbers.&lt;BR /&gt;&lt;BR /&gt;The information that the hobbyist program is seeking is from a sticker on the chassis, usually located on the back or sometimes bottom and often near the power connection.  That sticker will usually contain the power consumption and voltage information, the model number, and the serial.&lt;BR /&gt;&lt;BR /&gt;Particularly on the microprocessor-based VAX systems, the DCL that is posted here will not get the serial number (on the sticker) that the hobbyist program is looking for.&lt;BR /&gt;&lt;BR /&gt;Read the data from the sticker on the chassis.  That's the number you want to use here for the enrollment.</description>
    <pubDate>Wed, 02 Mar 2011 14:13:56 GMT</pubDate>
    <dc:creator>Hoff</dc:creator>
    <dc:date>2011-03-02T14:13:56Z</dc:date>
    <item>
      <title>CPU Serial  number</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cpu-serial-number/m-p/4759933#M101330</link>
      <description>For generating licence from  montagar.com for C compiler I need to input  CPU Serial  Number but I don't know it also  I don't know how can I retrieve it from my Vax (Vax4000-400).&lt;BR /&gt;&lt;BR /&gt;Please help  me to solve this  problem</description>
      <pubDate>Wed, 02 Mar 2011 06:49:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cpu-serial-number/m-p/4759933#M101330</guid>
      <dc:creator>Levon Nikoghosyan</dc:creator>
      <dc:date>2011-03-02T06:49:05Z</dc:date>
    </item>
    <item>
      <title>Re: CPU Serial  number</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cpu-serial-number/m-p/4759934#M101331</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;My understanding is that VAX systems do not have serial numbers. Licenses generally use one of three methods:&lt;BR /&gt;&lt;BR /&gt;- LMF license PAK (VMS V5.0 and later)&lt;BR /&gt;- The SID, HW_MODEL, CPU, or XCPU values (specific a particular kind of VAX, but not unique)&lt;BR /&gt;- The global hardware MAC address of the network interface (unique unless you have an EPROM programmer)&lt;BR /&gt;&lt;BR /&gt;You may want to use the second and third options.&lt;BR /&gt;&lt;BR /&gt;Regards.&lt;BR /&gt;Ketan&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Mar 2011 07:07:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cpu-serial-number/m-p/4759934#M101331</guid>
      <dc:creator>Shriniketan Bhagwat</dc:creator>
      <dc:date>2011-03-02T07:07:15Z</dc:date>
    </item>
    <item>
      <title>Re: CPU Serial  number</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cpu-serial-number/m-p/4759935#M101332</link>
      <description>I am new  in this  area and don't know&lt;BR /&gt;&lt;BR /&gt;how I can  retrieve from system one of following SID, HW_MODEL, CPU, or XCPU&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Please  explain   steps  to do &lt;BR /&gt;&lt;BR /&gt;Thank you in advance</description>
      <pubDate>Wed, 02 Mar 2011 07:32:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cpu-serial-number/m-p/4759935#M101332</guid>
      <dc:creator>Levon Nikoghosyan</dc:creator>
      <dc:date>2011-03-02T07:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: CPU Serial  number</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cpu-serial-number/m-p/4759936#M101333</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Use the below commands to get the required info:&lt;BR /&gt;&lt;BR /&gt;$ WRITE SYS$OUTPUT F$GETSYI ("VERSION")&lt;BR /&gt;$ WRITE SYS$OUTPUT F$GETSYI("HW_NAME")&lt;BR /&gt;$ WRITE SYS$OUTPUT "CPU = " + F$FAO ("!8XL", F$GETSYI("CPU"))&lt;BR /&gt;$ WRITE SYS$OUTPUT "HW_MODEL = " + F$FAO ("!8XL", -&lt;BR /&gt;      F$GETSYI("HW_MODEL"))&lt;BR /&gt;$ WRITE SYS$OUTPUT "SID = " + F$FAO ("!8XL", F$GETSYI("SID"))&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ketan&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Mar 2011 08:34:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cpu-serial-number/m-p/4759936#M101333</guid>
      <dc:creator>Shriniketan Bhagwat</dc:creator>
      <dc:date>2011-03-02T08:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: CPU Serial  number</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cpu-serial-number/m-p/4759937#M101334</link>
      <description>For most VAXes the serial number is written on the hardware and is not readable from the system.</description>
      <pubDate>Wed, 02 Mar 2011 09:28:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cpu-serial-number/m-p/4759937#M101334</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2011-03-02T09:28:31Z</dc:date>
    </item>
    <item>
      <title>Re: CPU Serial  number</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cpu-serial-number/m-p/4759938#M101335</link>
      <description>I have generated license from montagar.com and already received  it as a text  file&lt;BR /&gt;&lt;BR /&gt;I need to set up this  license to be able  to use CC compiler &lt;BR /&gt;&lt;BR /&gt;please  help  me to understand future steps &lt;BR /&gt;&lt;BR /&gt;Thanks  in advance</description>
      <pubDate>Wed, 02 Mar 2011 10:43:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cpu-serial-number/m-p/4759938#M101335</guid>
      <dc:creator>Levon Nikoghosyan</dc:creator>
      <dc:date>2011-03-02T10:43:04Z</dc:date>
    </item>
    <item>
      <title>Re: CPU Serial  number</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cpu-serial-number/m-p/4759939#M101336</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I think you may have to run the file containing the license as the command procedure. &lt;BR /&gt;Instructions to set up the license may be provided by the originator. Please check.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ketan&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Mar 2011 11:03:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cpu-serial-number/m-p/4759939#M101336</guid>
      <dc:creator>Shriniketan Bhagwat</dc:creator>
      <dc:date>2011-03-02T11:03:20Z</dc:date>
    </item>
    <item>
      <title>Re: CPU Serial  number</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cpu-serial-number/m-p/4759940#M101337</link>
      <description>All VAX systems have unique serial numbers.&lt;BR /&gt;&lt;BR /&gt;Some VAX systems have machine-readable (and unique) serial numbers.&lt;BR /&gt;&lt;BR /&gt;Newer VAX systems do not tend to have machine-readable serial numbers.&lt;BR /&gt;&lt;BR /&gt;The information that the hobbyist program is seeking is from a sticker on the chassis, usually located on the back or sometimes bottom and often near the power connection.  That sticker will usually contain the power consumption and voltage information, the model number, and the serial.&lt;BR /&gt;&lt;BR /&gt;Particularly on the microprocessor-based VAX systems, the DCL that is posted here will not get the serial number (on the sticker) that the hobbyist program is looking for.&lt;BR /&gt;&lt;BR /&gt;Read the data from the sticker on the chassis.  That's the number you want to use here for the enrollment.</description>
      <pubDate>Wed, 02 Mar 2011 14:13:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cpu-serial-number/m-p/4759940#M101337</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2011-03-02T14:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: CPU Serial  number</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cpu-serial-number/m-p/4759941#M101338</link>
      <description>I seem to recall that you needed the serial number to apply for the hobbyist licences. Since you say you have already received the licences, you must have already passed the step asking for the serial number.  Why do you need to find the serial number now?&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Mar 2011 16:40:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cpu-serial-number/m-p/4759941#M101338</guid>
      <dc:creator>RBrown_1</dc:creator>
      <dc:date>2011-03-02T16:40:21Z</dc:date>
    </item>
  </channel>
</rss>

