<?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: Confused about Micro Focus cobol versioning in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/confused-about-micro-focus-cobol-versioning/m-p/2980116#M718348</link>
    <description>B2443EB is MicroFocus ObjectCOBOL; MicroFocus' replace for ObjectCOBOL is Server Express. B2433EB is on your HP Application CD's and is not codeword protected although you will need a flexlm license to run it.&lt;BR /&gt;</description>
    <pubDate>Thu, 22 May 2003 18:43:24 GMT</pubDate>
    <dc:creator>A. Clay Stephenson</dc:creator>
    <dc:date>2003-05-22T18:43:24Z</dc:date>
    <item>
      <title>Confused about Micro Focus cobol versioning</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/confused-about-micro-focus-cobol-versioning/m-p/2980115#M718347</link>
      <description>Building a test machine, my application folks tell me they need Micro Focus cobol 2.0.11.  I see that could be "Server Express" or Application Server" how do i pick the HP Product number.&lt;BR /&gt;&lt;BR /&gt;They also need an OLDER version for upgrade parellel test..  It was B24433EB (HP Product) how do i get THAT?  How do i figure out what Micro Focus level it compares to?&lt;BR /&gt;&lt;BR /&gt;Thanks for any help.</description>
      <pubDate>Thu, 22 May 2003 18:10:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/confused-about-micro-focus-cobol-versioning/m-p/2980115#M718347</guid>
      <dc:creator>Lynne Seamans</dc:creator>
      <dc:date>2003-05-22T18:10:22Z</dc:date>
    </item>
    <item>
      <title>Re: Confused about Micro Focus cobol versioning</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/confused-about-micro-focus-cobol-versioning/m-p/2980116#M718348</link>
      <description>B2443EB is MicroFocus ObjectCOBOL; MicroFocus' replace for ObjectCOBOL is Server Express. B2433EB is on your HP Application CD's and is not codeword protected although you will need a flexlm license to run it.&lt;BR /&gt;</description>
      <pubDate>Thu, 22 May 2003 18:43:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/confused-about-micro-focus-cobol-versioning/m-p/2980116#M718348</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2003-05-22T18:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: Confused about Micro Focus cobol versioning</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/confused-about-micro-focus-cobol-versioning/m-p/2980117#M718349</link>
      <description>B2433EB is MicroFocus ObjectCOBOL; MicroFocus' replace for ObjectCOBOL is Server Express. B2433EB is on your HP Application CD's and is not codeword protected although you will need a flexlm license to run it.&lt;BR /&gt;</description>
      <pubDate>Thu, 22 May 2003 18:44:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/confused-about-micro-focus-cobol-versioning/m-p/2980117#M718349</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2003-05-22T18:44:09Z</dc:date>
    </item>
    <item>
      <title>Re: Confused about Micro Focus cobol versioning</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/confused-about-micro-focus-cobol-versioning/m-p/2980118#M718350</link>
      <description>The old machine we're upgrading from has B2433EB Object COBOL/UX Developers Bundle of HP-UX 11.0.  &lt;BR /&gt;&lt;BR /&gt;Does that change anthing?&lt;BR /&gt;&lt;BR /&gt;Thanks again!</description>
      <pubDate>Thu, 22 May 2003 18:51:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/confused-about-micro-focus-cobol-versioning/m-p/2980118#M718350</guid>
      <dc:creator>Lynne Seamans</dc:creator>
      <dc:date>2003-05-22T18:51:12Z</dc:date>
    </item>
    <item>
      <title>Re: Confused about Micro Focus cobol versioning</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/confused-about-micro-focus-cobol-versioning/m-p/2980119#M718351</link>
      <description>I will tell you something that I accidently discovered while testing some COBOL code on my sandbox. You can load the latest version of B2433EB from your Applications CD onto your new 11.11 box. It won't have a license so it won't compile anything. However, you can make it use the license server on your old box. &lt;BR /&gt;&lt;BR /&gt;On your old box:&lt;BR /&gt;cd /usr/local&lt;BR /&gt;find flexlm -print | cpio -ocv &amp;gt; /tmp/flexlm.cpio&lt;BR /&gt;&lt;BR /&gt;ftp /tmp/flexlm.cpio to your new box&lt;BR /&gt;&lt;BR /&gt;On your new box:&lt;BR /&gt;cd /usr/local&lt;BR /&gt;cpio -icvdum &amp;lt; /tmp/flexlm.cpio&lt;BR /&gt;&lt;BR /&gt;You don't need to start lmgrd on the new box; in fact, it won't start but there is now enough data to allow you to connect to the lmgrd on the old box. As long as you don't exceed your total license count, you are perfectly fine.&lt;BR /&gt;Actually, you don't even need the entire flexlm directory but the above method is the most straightforward. You will need to make sure that lmgrd is running on the old box.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 22 May 2003 19:05:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/confused-about-micro-focus-cobol-versioning/m-p/2980119#M718351</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2003-05-22T19:05:19Z</dc:date>
    </item>
    <item>
      <title>Re: Confused about Micro Focus cobol versioning</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/confused-about-micro-focus-cobol-versioning/m-p/2980120#M718352</link>
      <description>I will tell you something that I accidently discovered while testing some COBOL code on my sandbox. You can load the latest version of B2433EB from your Applications CD onto your new 11.11 box. It won't have a license so it won't compile anything. However, you can make it use the license server on your old box. &lt;BR /&gt;&lt;BR /&gt;On your old box:&lt;BR /&gt;cd /usr/local&lt;BR /&gt;find flexlm -print | cpio -ocv &amp;gt; /tmp/flexlm.cpio&lt;BR /&gt;&lt;BR /&gt;ftp /tmp/flexlm.cpio to your new box&lt;BR /&gt;&lt;BR /&gt;On your new box:&lt;BR /&gt;cd /usr/local&lt;BR /&gt;cpio -icvdum &amp;lt; /tmp/flexlm.cpio&lt;BR /&gt;&lt;BR /&gt;You don't need to start lmgrd on the new box; in fact, it won't start but there is now enough data to allow you to connect to the lmgrd on the old box. As long as you don't exceed your total license count, you are perfectly fine.&lt;BR /&gt;Actually, you don't even need the entire flexlm directory but the above method is the most straightforward. You will need to make sure that lmgrd is running on the old box.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 22 May 2003 19:05:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/confused-about-micro-focus-cobol-versioning/m-p/2980120#M718352</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2003-05-22T19:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: Confused about Micro Focus cobol versioning</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/confused-about-micro-focus-cobol-versioning/m-p/2980121#M718353</link>
      <description>I will tell you something that I accidently discovered while testing some COBOL code on my sandbox. You can load the latest version of B2433EB from your Applications CD onto your new 11.11 box. It won't have a license so it won't compile anything. However, you can make it use the license server on your old box. &lt;BR /&gt;&lt;BR /&gt;On your old box:&lt;BR /&gt;cd /usr/local&lt;BR /&gt;find flexlm -print | cpio -ocv &amp;gt; /tmp/flexlm.cpio&lt;BR /&gt;&lt;BR /&gt;ftp /tmp/flexlm.cpio to your new box&lt;BR /&gt;&lt;BR /&gt;On your new box:&lt;BR /&gt;cd /usr/local&lt;BR /&gt;cpio -icvdum &amp;lt; /tmp/flexlm.cpio&lt;BR /&gt;&lt;BR /&gt;You don't need to start lmgrd on the new box; in fact, it won't start but there is now enough data to allow you to connect to the lmgrd on the old box. As long as you don't exceed your total license count, you are perfectly fine.&lt;BR /&gt;Actually, you don't even need the entire flexlm directory but the above method is the most straightforward. You will need to make sure that lmgrd is running on the old box.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 22 May 2003 19:06:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/confused-about-micro-focus-cobol-versioning/m-p/2980121#M718353</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2003-05-22T19:06:10Z</dc:date>
    </item>
    <item>
      <title>Re: Confused about Micro Focus cobol versioning</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/confused-about-micro-focus-cobol-versioning/m-p/2980122#M718354</link>
      <description>I will tell you something that I accidently discovered while testing some COBOL code on my sandbox. You can load the latest version of B2433EB from your Applications CD onto your new 11.11 box. It won't have a license so it won't compile anything. However, you can make it use the license server on your old box. &lt;BR /&gt;&lt;BR /&gt;On your old box:&lt;BR /&gt;cd /usr/local&lt;BR /&gt;find flexlm -print | cpio -ocv &amp;gt; /tmp/flexlm.cpio&lt;BR /&gt;&lt;BR /&gt;ftp /tmp/flexlm.cpio to your new box&lt;BR /&gt;&lt;BR /&gt;On your new box:&lt;BR /&gt;cd /usr/local&lt;BR /&gt;cpio -icvdum &amp;lt; /tmp/flexlm.cpio&lt;BR /&gt;&lt;BR /&gt;You don't need to start lmgrd on the new box; in fact, it won't start but there is now enough data to allow you to connect to the lmgrd on the old box. As long as you don't exceed your total license count, you are perfectly fine.&lt;BR /&gt;Actually, you don't even need the entire flexlm directory but the above method is the most straightforward. You will need to make sure that lmgrd is running on the old box.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 22 May 2003 19:06:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/confused-about-micro-focus-cobol-versioning/m-p/2980122#M718354</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2003-05-22T19:06:15Z</dc:date>
    </item>
    <item>
      <title>Re: Confused about Micro Focus cobol versioning</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/confused-about-micro-focus-cobol-versioning/m-p/2980123#M718355</link>
      <description>The product number for Server Express is at the public web site.  If you go to &lt;A href="http://www.hp.com/go/cobol" target="_blank"&gt;www.hp.com/go/cobol&lt;/A&gt; and click on "Server Express", then click on the "how to order" link, it will show you the product numbers for Server Express (the development package) and Application Server (the runtime package).</description>
      <pubDate>Thu, 29 May 2003 23:29:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/confused-about-micro-focus-cobol-versioning/m-p/2980123#M718355</guid>
      <dc:creator>susan gregory_1</dc:creator>
      <dc:date>2003-05-29T23:29:14Z</dc:date>
    </item>
  </channel>
</rss>

