<?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 HP-UX upgrade PA-RISC to Itanium, compiled Oracle forms in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-upgrade-pa-risc-to-itanium-compiled-oracle-forms/m-p/5616273#M638034</link>
    <description>&lt;P&gt;Hi everyone!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are moving from HP-UX 11.11 on a PA-RISC to HP-UX to HP-UX 11.31 on Itanium.&lt;/P&gt;&lt;P&gt;The problem that we are using some applications with compiled oracle forms files (fmx) and C programs and libraries that we don't have the code source.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've read, on wikipedia, that HP-UX 11.2 provide support for running PA-RISC compiled applications on Itanium systems. Does it still the case for 11.31 version ? or do I need to find the sources (which is very hard) and recompile again&lt;/P&gt;</description>
    <pubDate>Thu, 12 Apr 2012 08:01:30 GMT</pubDate>
    <dc:creator>mr_red</dc:creator>
    <dc:date>2012-04-12T08:01:30Z</dc:date>
    <item>
      <title>HP-UX upgrade PA-RISC to Itanium, compiled Oracle forms</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-upgrade-pa-risc-to-itanium-compiled-oracle-forms/m-p/5616273#M638034</link>
      <description>&lt;P&gt;Hi everyone!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are moving from HP-UX 11.11 on a PA-RISC to HP-UX to HP-UX 11.31 on Itanium.&lt;/P&gt;&lt;P&gt;The problem that we are using some applications with compiled oracle forms files (fmx) and C programs and libraries that we don't have the code source.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've read, on wikipedia, that HP-UX 11.2 provide support for running PA-RISC compiled applications on Itanium systems. Does it still the case for 11.31 version ? or do I need to find the sources (which is very hard) and recompile again&lt;/P&gt;</description>
      <pubDate>Thu, 12 Apr 2012 08:01:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-upgrade-pa-risc-to-itanium-compiled-oracle-forms/m-p/5616273#M638034</guid>
      <dc:creator>mr_red</dc:creator>
      <dc:date>2012-04-12T08:01:30Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX upgrade PA-RISC to Itanium, compiled Oracle forms</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-upgrade-pa-risc-to-itanium-compiled-oracle-forms/m-p/5616565#M638035</link>
      <description>&lt;P&gt;The functions you are thinking of is called Aries. This allows PA-RISC programs to run on Itanium servers.&amp;nbsp; Yes, this is suppported on 11.31.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Be aware that there is overhead associated with running programs via Aries so they may or may not perform as fast as you expect.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Apr 2012 13:20:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-upgrade-pa-risc-to-itanium-compiled-oracle-forms/m-p/5616565#M638035</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2012-04-12T13:20:49Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX upgrade PA-RISC to Itanium, compiled Oracle forms</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-upgrade-pa-risc-to-itanium-compiled-oracle-forms/m-p/5616969#M638036</link>
      <description>&lt;P&gt;Since you don't have the source code for the application only feasible option to move over the applications from PA-RISC to Integrity is through HP ARIES dynamic binary translator. Note that the ARIES emulation works at whole process level. You cannot have a mix of PA-RISC/Itanium executables and libraries. With ARIES, you need to have all dependencies (executables, libraries, third party components) as PA-RSIC. It depends how forms are used - plugin, library,, executables, scripts etc. ARIES emulated processes can communicate with Integrity native processes through standard Unix IPC mechanisms and RPCs. Thus if it is possible to spit the application environment as client-server, you can deploy server part as Integrity native and use client applications under ARIES.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On the performance part, ARIES emulation causes performance and resource (CPU avrage load, increase in process RSS) overhead. While deploying PA-RISC software under ARIES on Itanium 9300 series based Integrity servers, performance could be comparable with PA8800/PA8900 based servers. If migrating off old PA-RISC based servers, ARIES emulation could still be comparatively faster. If not using floating point intensive or Java based applications under ARIES, performance impact may not be much.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;-Rajesh&lt;/P&gt;</description>
      <pubDate>Thu, 12 Apr 2012 20:19:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-upgrade-pa-risc-to-itanium-compiled-oracle-forms/m-p/5616969#M638036</guid>
      <dc:creator>Rajesh K Chaurasia</dc:creator>
      <dc:date>2012-04-12T20:19:38Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX upgrade PA-RISC to Itanium, compiled Oracle forms</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-upgrade-pa-risc-to-itanium-compiled-oracle-forms/m-p/5620001#M638037</link>
      <description>&lt;P&gt;Thank you for quick answer !&lt;/P&gt;</description>
      <pubDate>Mon, 16 Apr 2012 07:50:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-upgrade-pa-risc-to-itanium-compiled-oracle-forms/m-p/5620001#M638037</guid>
      <dc:creator>mr_red</dc:creator>
      <dc:date>2012-04-16T07:50:58Z</dc:date>
    </item>
  </channel>
</rss>

