<?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: Porting from HP-UX PA-RISC (LP64) to IA 64 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/porting-from-hp-ux-pa-risc-lp64-to-ia-64/m-p/5123867#M687700</link>
    <description>Hi Steven,&lt;BR /&gt;&lt;BR /&gt;Somefile.out contains xml data as shown in the sample below:&lt;BR /&gt;&lt;BR /&gt;&lt;FUND3YREPS&gt;17.227642&lt;/FUND3YREPS&gt;&lt;BR /&gt;&lt;FUND3YRSALES&gt;13.161298&lt;/FUND3YRSALES&gt;&lt;BR /&gt;&lt;FUND5YRPROJEPS&gt;8.915456&lt;/FUND5YRPROJEPS&gt;&lt;BR /&gt;&lt;BR /&gt;Note that in the above sample, each start element begins on a new line. &lt;BR /&gt;&lt;BR /&gt;After running this file through the "tr" command, the "tr" command should generate the file Somefile.out.xml containing the data as shown below (Note that the new lines are to be removed by the "tr" command here):&lt;BR /&gt;&lt;BR /&gt;&lt;FUND3YREPS&gt;17.227642&lt;/FUND3YREPS&gt;&lt;FUND3YRSALES&gt;13.161298&lt;/FUND3YRSALES&gt;&lt;FUND5YRPROJEPS&gt;8.915456&lt;/FUND5YRPROJEPS&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;By "fail", I mean that the Somefile.out.xml file is not created, which indicates that the "tr" command failed to process the input file Somefile.out&lt;BR /&gt;&lt;BR /&gt;The retVal value is -1 when the Somefile.out.xml is not created and it is 0 when it is created.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Shiv&lt;BR /&gt;</description>
    <pubDate>Mon, 18 Aug 2008 18:50:01 GMT</pubDate>
    <dc:creator>ShivS</dc:creator>
    <dc:date>2008-08-18T18:50:01Z</dc:date>
    <item>
      <title>Porting from HP-UX PA-RISC (LP64) to IA 64</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/porting-from-hp-ux-pa-risc-lp64-to-ia-64/m-p/5123861#M687694</link>
      <description>&lt;!--!*#--&gt;Hi, I have a large C++ source code on HP UX 9000/800 machine. The code is compiled as PA-RISC (LP64). Now my development group is planning to buy new HP UX Itanium machines. I have the following questions:&lt;BR /&gt;1. My current source code using many 3rd party libraries like Oracle, Xerces, Tuxedo 8.1 all of which are currently PA-RISC (LP64). Will my current PA-RISC (LP64) binaries (executables) run as is on the Itanium machine? &lt;BR /&gt;&lt;BR /&gt;2) If the binaries run as is on the Itanium machine, will there be any performance issues?  If yes, what steps should I take to get the best performance on IA machine?&lt;BR /&gt;&lt;BR /&gt;3) If I have to recompile my source code, do I have to recompile the source code of all the 3rd party libraries? In this case what aCC compiler options should I be taking care off?&lt;BR /&gt;&lt;BR /&gt;4) Please provide other misc information which I will have to keep in mind for this porting.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance for your help.  &lt;BR /&gt;&lt;BR /&gt;-Shiv</description>
      <pubDate>Fri, 08 Aug 2008 01:13:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/porting-from-hp-ux-pa-risc-lp64-to-ia-64/m-p/5123861#M687694</guid>
      <dc:creator>ShivS</dc:creator>
      <dc:date>2008-08-08T01:13:23Z</dc:date>
    </item>
    <item>
      <title>Re: Porting from HP-UX PA-RISC (LP64) to IA 64</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/porting-from-hp-ux-pa-risc-lp64-to-ia-64/m-p/5123862#M687695</link>
      <description>&amp;gt;1) Will my current PA-RISC (LP64) binaries run as is on the Integrity machine?&lt;BR /&gt;&lt;BR /&gt;If they are not kernel intrusive, they should run under Aries.  Provided you have the right to copy those libs to your IPF machine.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;2) If the binaries run as is on the Integrity machine, will there be any performance issues?&lt;BR /&gt;&lt;BR /&gt;Yes.  If CPU intensive, they will slow down.  If I/O intensive, you may not notice it.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;If yes, what steps should I take to get the best performance on IA machine?&lt;BR /&gt;&lt;BR /&gt;Compile natively of course with aCC6.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;3) If I have to recompile my source code, do I have to recompile the source code of all the 3rd party libraries?&lt;BR /&gt;&lt;BR /&gt;Yes.  Or have them provide native IPF versions.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;In this case what aCC compiler options should I be taking care of?&lt;BR /&gt;&lt;BR /&gt;You would want to port to using -AA, to match the default.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;4) Please provide other misc information which I will have to keep in mind for this porting.&lt;BR /&gt;&lt;BR /&gt;You are doing 3 ports at once:&lt;BR /&gt;1) PA to IPF.&lt;BR /&gt;2) aCC3 to aCC6&lt;BR /&gt;3) -AP to -AA&lt;BR /&gt;&lt;BR /&gt;For 2) and 3):&lt;BR /&gt;&lt;A href="http://h21007.www2.hp.com/portal/site/dspp/menuitem.863c3e4cbcdc3f3515b49c108973a801/?ciid=2708d7c682f02110d7c682f02110275d6e10RCRD" target="_blank"&gt;http://h21007.www2.hp.com/portal/site/dspp/menuitem.863c3e4cbcdc3f3515b49c108973a801/?ciid=2708d7c682f02110d7c682f02110275d6e10RCRD&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://h21007.www2.hp.com/portal/site/dspp/menuitem.863c3e4cbcdc3f3515b49c108973a801/?ciid=eb08b3f1eee02110b3f1eee02110275d6e10RCRD" target="_blank"&gt;http://h21007.www2.hp.com/portal/site/dspp/menuitem.863c3e4cbcdc3f3515b49c108973a801/?ciid=eb08b3f1eee02110b3f1eee02110275d6e10RCRD&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Also see:&lt;BR /&gt;&lt;A href="http://www.hp.com/go/cpp" target="_blank"&gt;http://www.hp.com/go/cpp&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.hp.com/go/aries" target="_blank"&gt;http://www.hp.com/go/aries&lt;/A&gt;</description>
      <pubDate>Fri, 08 Aug 2008 01:43:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/porting-from-hp-ux-pa-risc-lp64-to-ia-64/m-p/5123862#M687695</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-08-08T01:43:48Z</dc:date>
    </item>
    <item>
      <title>Re: Porting from HP-UX PA-RISC (LP64) to IA 64</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/porting-from-hp-ux-pa-risc-lp64-to-ia-64/m-p/5123863#M687696</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;As for perfomance, the Aries manpages offer some benchmark data as well as other valuable information:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-60130/Aries.5.html" target="_blank"&gt;http://docs.hp.com/en/B2355-60130/Aries.5.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 08 Aug 2008 10:43:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/porting-from-hp-ux-pa-risc-lp64-to-ia-64/m-p/5123863#M687696</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-08-08T10:43:18Z</dc:date>
    </item>
    <item>
      <title>Re: Porting from HP-UX PA-RISC (LP64) to IA 64</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/porting-from-hp-ux-pa-risc-lp64-to-ia-64/m-p/5123864#M687697</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Thank you very much for the answering my questions.  I came across one more problem. My PA-RISC build application is using the unix "tr" command in the C++ code as follows:&lt;BR /&gt;&lt;BR /&gt;----------------------&lt;BR /&gt;sprintf(xmlFileName, "%s.xml", fname);&lt;BR /&gt;&lt;BR /&gt;sprintf(shCommand, "tr -d \"\012\" &amp;lt; %s &amp;gt; %s", fname, xmlFileName);&lt;BR /&gt;&lt;BR /&gt;int retVal = system (shCommand);&lt;BR /&gt;----------------------&lt;BR /&gt;Here fname is "SomeFile.out".  This .out file contains xml data.  The above piece of code is used to remove the new line from this .out file.  When I run this PA-RISC (HP-UX B.11.11 U 9000/800) code on the ITANIUM machine (HP-UX B.11.23 U ia64 0409362437) the problem with the "tr" command is it runs sometimes and fails in some other runs. The interesting thing is when I run this command on the command line using the same SomeFile.out file, it just runs fine and it never fails.&lt;BR /&gt;&lt;BR /&gt;So my questions are:&lt;BR /&gt;1) Are there any system parameters that I need to set for the "tr" command to work properly.&lt;BR /&gt;&lt;BR /&gt;2) Is is possible that the system() call is causing some problems?&lt;BR /&gt;&lt;BR /&gt;3) Is it possible that not everything will run perfectly fine in the emulation mode, which further means that I will have to compile the code on Itanium box?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks in advance for the help.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Shiv&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Aug 2008 18:08:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/porting-from-hp-ux-pa-risc-lp64-to-ia-64/m-p/5123864#M687697</guid>
      <dc:creator>ShivS</dc:creator>
      <dc:date>2008-08-18T18:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: Porting from HP-UX PA-RISC (LP64) to IA 64</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/porting-from-hp-ux-pa-risc-lp64-to-ia-64/m-p/5123865#M687698</link>
      <description>Hi Shiv:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; 1) Are there any system parameters that I need to set for the "tr" command to work properly. &lt;BR /&gt;&lt;BR /&gt;No.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; 2) Is is possible that the system() call is causing some problems? &lt;BR /&gt;&lt;BR /&gt;I seriously doubt that. &lt;BR /&gt;&lt;BR /&gt;&amp;gt; 3) Is it possible that not everything will run perfectly fine in the emulation mode, which further means that I will have to compile the code on Itanium box?&lt;BR /&gt;&lt;BR /&gt;For the case you cite, I don't think you should have a problem.  I suspect that your anamolous results are *data* dependent, and not code-dependent.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF... &lt;BR /&gt;</description>
      <pubDate>Mon, 18 Aug 2008 18:13:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/porting-from-hp-ux-pa-risc-lp64-to-ia-64/m-p/5123865#M687698</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-08-18T18:13:36Z</dc:date>
    </item>
    <item>
      <title>Re: Porting from HP-UX PA-RISC (LP64) to IA 64</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/porting-from-hp-ux-pa-risc-lp64-to-ia-64/m-p/5123866#M687699</link>
      <description>&amp;gt; [...] it runs sometimes and fails in some&lt;BR /&gt;&amp;gt; other runs.&lt;BR /&gt;&lt;BR /&gt;What does "fails" mean here?  What is&lt;BR /&gt;"retVal" when it fails?  Is the output file&lt;BR /&gt;created?  What's in it?  What happens?  As&lt;BR /&gt;usual, "fails" is not a useful problem&lt;BR /&gt;description.</description>
      <pubDate>Mon, 18 Aug 2008 18:36:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/porting-from-hp-ux-pa-risc-lp64-to-ia-64/m-p/5123866#M687699</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2008-08-18T18:36:38Z</dc:date>
    </item>
    <item>
      <title>Re: Porting from HP-UX PA-RISC (LP64) to IA 64</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/porting-from-hp-ux-pa-risc-lp64-to-ia-64/m-p/5123867#M687700</link>
      <description>Hi Steven,&lt;BR /&gt;&lt;BR /&gt;Somefile.out contains xml data as shown in the sample below:&lt;BR /&gt;&lt;BR /&gt;&lt;FUND3YREPS&gt;17.227642&lt;/FUND3YREPS&gt;&lt;BR /&gt;&lt;FUND3YRSALES&gt;13.161298&lt;/FUND3YRSALES&gt;&lt;BR /&gt;&lt;FUND5YRPROJEPS&gt;8.915456&lt;/FUND5YRPROJEPS&gt;&lt;BR /&gt;&lt;BR /&gt;Note that in the above sample, each start element begins on a new line. &lt;BR /&gt;&lt;BR /&gt;After running this file through the "tr" command, the "tr" command should generate the file Somefile.out.xml containing the data as shown below (Note that the new lines are to be removed by the "tr" command here):&lt;BR /&gt;&lt;BR /&gt;&lt;FUND3YREPS&gt;17.227642&lt;/FUND3YREPS&gt;&lt;FUND3YRSALES&gt;13.161298&lt;/FUND3YRSALES&gt;&lt;FUND5YRPROJEPS&gt;8.915456&lt;/FUND5YRPROJEPS&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;By "fail", I mean that the Somefile.out.xml file is not created, which indicates that the "tr" command failed to process the input file Somefile.out&lt;BR /&gt;&lt;BR /&gt;The retVal value is -1 when the Somefile.out.xml is not created and it is 0 when it is created.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Shiv&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Aug 2008 18:50:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/porting-from-hp-ux-pa-risc-lp64-to-ia-64/m-p/5123867#M687700</guid>
      <dc:creator>ShivS</dc:creator>
      <dc:date>2008-08-18T18:50:01Z</dc:date>
    </item>
    <item>
      <title>Re: Porting from HP-UX PA-RISC (LP64) to IA 64</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/porting-from-hp-ux-pa-risc-lp64-to-ia-64/m-p/5123868#M687701</link>
      <description>&lt;!--!*#--&gt;&amp;gt; The retVal value is -1 [...]&lt;BR /&gt;&lt;BR /&gt;"man system":&lt;BR /&gt;&lt;BR /&gt;      [...] If a child process cannot be&lt;BR /&gt;      created, or if the termination status&lt;BR /&gt;      for the command language interpreter&lt;BR /&gt;      cannot be obtained, system() returns&lt;BR /&gt;      -1 and sets errno to indicate the&lt;BR /&gt;      error.&lt;BR /&gt;      [...]&lt;BR /&gt;&lt;BR /&gt;So, what's "errno"?&lt;BR /&gt;&lt;BR /&gt;For that matter, do we know what's really in&lt;BR /&gt;"shCommand", or are we asuming that it's all&lt;BR /&gt;what we expect it to be?</description>
      <pubDate>Mon, 18 Aug 2008 19:47:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/porting-from-hp-ux-pa-risc-lp64-to-ia-64/m-p/5123868#M687701</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2008-08-18T19:47:29Z</dc:date>
    </item>
    <item>
      <title>Re: Porting from HP-UX PA-RISC (LP64) to IA 64</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/porting-from-hp-ux-pa-risc-lp64-to-ia-64/m-p/5123869#M687702</link>
      <description>check the errno, but usually it is a problem of PATH.&lt;BR /&gt;&lt;BR /&gt;It is usually better to set the full path when you call system() for a command else it could be a security issue.&lt;BR /&gt;&lt;BR /&gt;so try /usr/bin/tr&lt;BR /&gt;Else only errno can help in finding the root cause.&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Aug 2008 20:28:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/porting-from-hp-ux-pa-risc-lp64-to-ia-64/m-p/5123869#M687702</guid>
      <dc:creator>Laurent Menase</dc:creator>
      <dc:date>2008-08-18T20:28:09Z</dc:date>
    </item>
    <item>
      <title>Re: Porting from HP-UX PA-RISC (LP64) to IA 64</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/porting-from-hp-ux-pa-risc-lp64-to-ia-64/m-p/5123870#M687703</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The tr command in the log file looks like:&lt;BR /&gt;--------------------&lt;BR /&gt;shCommand=tr -d "&lt;BR /&gt;" &amp;lt; /tfsw/ocp/temp/API12879_1000.out &amp;gt; /tfsw/ocp/temp/API12879_1000.out.xml&lt;BR /&gt;&lt;BR /&gt;--------------------&lt;BR /&gt;&lt;BR /&gt;I printed the errno immediately after the system() call to run the above given command and it gives the following:&lt;BR /&gt;&lt;BR /&gt;errno(12) strerror(Not enough space)&lt;BR /&gt;&lt;BR /&gt;When I run the "ls -l" on the above files, the retVal from the system() call for both the input and output files is -1 and the errno is 12!!&lt;BR /&gt;&lt;BR /&gt;I checked that the input file /tfsw/ocp/temp/API12879_1000.out is present and is of 153596 bytes.&lt;BR /&gt;&lt;BR /&gt;Also, the "df -k ." command under the /tfsw/ocp/temp directory gives the following :&lt;BR /&gt;&lt;BR /&gt;/tfsw                  (/dev/vg03/lvol3       ) : 123242977 total allocated Kb&lt;BR /&gt;                                                 38282738 free allocated Kb&lt;BR /&gt;                                                  84960239 used allocated Kb&lt;BR /&gt;                                                        68 % allocation used&lt;BR /&gt;&lt;BR /&gt;So, this indicates that there is enough space available and the final file /tfsw/ocp/temp/API12879_1000.out.xml will certainly be smaller than 153596 bytes in size.&lt;BR /&gt;&lt;BR /&gt;So, then where is the problem?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Shiv&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Aug 2008 21:20:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/porting-from-hp-ux-pa-risc-lp64-to-ia-64/m-p/5123870#M687703</guid>
      <dc:creator>ShivS</dc:creator>
      <dc:date>2008-08-18T21:20:41Z</dc:date>
    </item>
    <item>
      <title>Re: Porting from HP-UX PA-RISC (LP64) to IA 64</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/porting-from-hp-ux-pa-risc-lp64-to-ia-64/m-p/5123871#M687704</link>
      <description>&lt;!--!*#--&gt;&amp;gt; errno(12) strerror(Not enough space)&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Also, the "df -k ." command&lt;BR /&gt;&lt;BR /&gt;errno 12 is ENOMEM, and is related to&lt;BR /&gt;(something like) virtual memory, not disk&lt;BR /&gt;space.&lt;BR /&gt;&lt;BR /&gt;"man system":&lt;BR /&gt;&lt;BR /&gt;[...]&lt;BR /&gt; ERRORS&lt;BR /&gt;      If errors are encountered, system() sets errno values as described by&lt;BR /&gt;      fork(2).&lt;BR /&gt;[...]&lt;BR /&gt;&lt;BR /&gt;"man fork":&lt;BR /&gt;&lt;BR /&gt;[...]&lt;BR /&gt;           [ENOMEM]       There is insufficient swap space and/or physical&lt;BR /&gt;                          memory available in which to create the new&lt;BR /&gt;                          process.&lt;BR /&gt;[...]&lt;BR /&gt;&lt;BR /&gt;So, is the system (or just this process)&lt;BR /&gt;running out of memory (swap space)?</description>
      <pubDate>Mon, 18 Aug 2008 21:36:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/porting-from-hp-ux-pa-risc-lp64-to-ia-64/m-p/5123871#M687704</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2008-08-18T21:36:29Z</dc:date>
    </item>
    <item>
      <title>Re: Porting from HP-UX PA-RISC (LP64) to IA 64</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/porting-from-hp-ux-pa-risc-lp64-to-ia-64/m-p/5123872#M687705</link>
      <description>&amp;gt;sprintf(shCommand, "tr -d \"\012\" &amp;lt; %s &amp;gt; %s", fname, xmlFileName);&lt;BR /&gt;&lt;BR /&gt;You haven't followed the quoting rules for C and for the shell.  This is the correct form:&lt;BR /&gt;"tr -d '\\012' &amp;lt; %s &amp;gt; %s"&lt;BR /&gt;&lt;BR /&gt;You toss the double quotes, so you don't have to quote them.  And so you don't need 4 \.  Then you need an extra \ so C compiler doesn't replace it by a newline.</description>
      <pubDate>Mon, 18 Aug 2008 23:34:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/porting-from-hp-ux-pa-risc-lp64-to-ia-64/m-p/5123872#M687705</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-08-18T23:34:12Z</dc:date>
    </item>
    <item>
      <title>Re: Porting from HP-UX PA-RISC (LP64) to IA 64</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/porting-from-hp-ux-pa-risc-lp64-to-ia-64/m-p/5123873#M687706</link>
      <description>Here are the "swapinfo -tam" stats on the itanium machine where the "tr" command is failing:&lt;BR /&gt;&lt;BR /&gt;             Mb      Mb      Mb   PCT  START/      Mb&lt;BR /&gt;TYPE      AVAIL    USED    FREE  USED   LIMIT RESERVE  PRI  NAME&lt;BR /&gt;dev        4096    3485     611   85%       0       -    1  /dev/vg00/lvol2&lt;BR /&gt;reserve       -     597    -597&lt;BR /&gt;memory    18425   14554    3871   79%&lt;BR /&gt;total     22521   18636    3885   83%       -       0    -&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;My development machine where "tr" always works has the following "swapinfo -tam" stats:&lt;BR /&gt;&lt;BR /&gt;             Mb      Mb      Mb   PCT  START/      Mb&lt;BR /&gt;TYPE      AVAIL    USED    FREE  USED   LIMIT RESERVE  PRI  NAME&lt;BR /&gt;dev        8192       0    8192    0%       0       -    1  /dev/vg00/lvol11&lt;BR /&gt;dev        8192       0    8192    0%       0       -    1  /dev/vg01/lvol12&lt;BR /&gt;dev       16384       0   16384    0%       0       -    2  /dev/vg01/lvol17&lt;BR /&gt;reserve       -   22044  -22044&lt;BR /&gt;memory    28019    6768   21251   24%&lt;BR /&gt;total     60787   28812   31975   47%       -       0    -&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I dont know how to read the swapinfo output.  &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Shiv&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Aug 2008 14:34:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/porting-from-hp-ux-pa-risc-lp64-to-ia-64/m-p/5123873#M687706</guid>
      <dc:creator>ShivS</dc:creator>
      <dc:date>2008-08-19T14:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: Porting from HP-UX PA-RISC (LP64) to IA 64</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/porting-from-hp-ux-pa-risc-lp64-to-ia-64/m-p/5123874#M687707</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;You need to add more physical memory and/or more swap space on the machine where your 'tr' is failing.  An ENOMEM condition or a "can't fork' points to insufficient swap space and/or insufficient data space as bounded by the kernel 'maxdsiz' parameters (32 and 64-bit fences).  Your swap and memory utilization are quite high.&lt;BR /&gt;&lt;BR /&gt;As an immediate aid, I would add a generous secondary device swap of 4-8 GB.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Aug 2008 16:17:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/porting-from-hp-ux-pa-risc-lp64-to-ia-64/m-p/5123874#M687707</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-08-19T16:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: Porting from HP-UX PA-RISC (LP64) to IA 64</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/porting-from-hp-ux-pa-risc-lp64-to-ia-64/m-p/5123875#M687708</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I asked my Unix admin guys to add additional swap space of 10 GB. Now the "tr" command is working fine.&lt;BR /&gt;&lt;BR /&gt;Thank's everybody for helping me out on this problem.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Shiv</description>
      <pubDate>Tue, 19 Aug 2008 20:41:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/porting-from-hp-ux-pa-risc-lp64-to-ia-64/m-p/5123875#M687708</guid>
      <dc:creator>ShivS</dc:creator>
      <dc:date>2008-08-19T20:41:34Z</dc:date>
    </item>
    <item>
      <title>Re: Porting from HP-UX PA-RISC (LP64) to IA 64</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/porting-from-hp-ux-pa-risc-lp64-to-ia-64/m-p/5123876#M687709</link>
      <description>As suggested by the experts in this forum, I found the solution to the problem.</description>
      <pubDate>Tue, 19 Aug 2008 20:43:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/porting-from-hp-ux-pa-risc-lp64-to-ia-64/m-p/5123876#M687709</guid>
      <dc:creator>ShivS</dc:creator>
      <dc:date>2008-08-19T20:43:15Z</dc:date>
    </item>
  </channel>
</rss>

