<?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: 32Bit or 64Bit in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/32bit-or-64bit/m-p/5069163#M735271</link>
    <description>/opt/app/oracle/product/agent10g/perl/bin/perl: PA-RISC2.0 ...&lt;BR /&gt;&amp;gt;it seems to be 64-Bit executable.&lt;BR /&gt;&lt;BR /&gt;Unfortunately Wim's strings weren't the whole thing.  It must be:&lt;BR /&gt;ELF-64 executable object file - PA-RISC 2.0 (LP64)&lt;BR /&gt;This is still 32 bit:&lt;BR /&gt;PA-RISC2.0 shared executable dynamically linked -not stripped</description>
    <pubDate>Tue, 18 Sep 2007 19:58:03 GMT</pubDate>
    <dc:creator>Dennis Handly</dc:creator>
    <dc:date>2007-09-18T19:58:03Z</dc:date>
    <item>
      <title>32Bit or 64Bit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/32bit-or-64bit/m-p/5069156#M735264</link>
      <description>Hi Guys,&lt;BR /&gt;is there any way to find out if a executable is a 32-Bit or 64-Bit executable?&lt;BR /&gt;We've an Oracle Agent installed and need to know whether this is 32-Bit or 64-Bit software.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Christian</description>
      <pubDate>Tue, 18 Sep 2007 02:30:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/32bit-or-64bit/m-p/5069156#M735264</guid>
      <dc:creator>Christian Marquardt_1</dc:creator>
      <dc:date>2007-09-18T02:30:44Z</dc:date>
    </item>
    <item>
      <title>Re: 32Bit or 64Bit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/32bit-or-64bit/m-p/5069157#M735265</link>
      <description>The "file" command shows what executable file it is : PA-RISC2.0 and ELF64 are 64-bit, PA-RISC1.1 and ELF32 are 32-bit if I am not mistaken.</description>
      <pubDate>Tue, 18 Sep 2007 02:39:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/32bit-or-64bit/m-p/5069157#M735265</guid>
      <dc:creator>Wim Rombauts</dc:creator>
      <dc:date>2007-09-18T02:39:37Z</dc:date>
    </item>
    <item>
      <title>Re: 32Bit or 64Bit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/32bit-or-64bit/m-p/5069158#M735266</link>
      <description>Shalom Christian,&lt;BR /&gt;&lt;BR /&gt;Find the binary.&lt;BR /&gt;&lt;BR /&gt;what binary_name&lt;BR /&gt;&lt;BR /&gt;Can give you a lot of information on the binary.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 18 Sep 2007 02:43:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/32bit-or-64bit/m-p/5069158#M735266</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-09-18T02:43:50Z</dc:date>
    </item>
    <item>
      <title>Re: 32Bit or 64Bit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/32bit-or-64bit/m-p/5069159#M735267</link>
      <description>Hi all,&lt;BR /&gt;thanks for answering. I think my problem is that the emctl "binary" from the Oracle Agent 10g is a shell program which runs several java programs ...&lt;BR /&gt;Seems to be a bit difficult to me.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Christian</description>
      <pubDate>Tue, 18 Sep 2007 02:47:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/32bit-or-64bit/m-p/5069159#M735267</guid>
      <dc:creator>Christian Marquardt_1</dc:creator>
      <dc:date>2007-09-18T02:47:51Z</dc:date>
    </item>
    <item>
      <title>Re: 32Bit or 64Bit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/32bit-or-64bit/m-p/5069160#M735268</link>
      <description>For a java program : look at the output of "ps -fxp &lt;PID&gt;"&lt;BR /&gt;Again if I am not mistaken : &lt;BR /&gt;java/IA64N, java/PA_RISC is 32-bit&lt;BR /&gt;java/IA64W, java/PA_RISC2.0W is 64-bit.&lt;/PID&gt;</description>
      <pubDate>Tue, 18 Sep 2007 02:51:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/32bit-or-64bit/m-p/5069160#M735268</guid>
      <dc:creator>Wim Rombauts</dc:creator>
      <dc:date>2007-09-18T02:51:56Z</dc:date>
    </item>
    <item>
      <title>Re: 32Bit or 64Bit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/32bit-or-64bit/m-p/5069161#M735269</link>
      <description>If it isn't obvious which executables are being run, you can use tusc -fp to follow the processes and then use file(1) as Wim said.&lt;BR /&gt;&lt;BR /&gt;Any reason you care whether it is 32 or 64?  If your kernel isn't 64 bit, you have other problems.  ;-)</description>
      <pubDate>Tue, 18 Sep 2007 02:54:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/32bit-or-64bit/m-p/5069161#M735269</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-09-18T02:54:33Z</dc:date>
    </item>
    <item>
      <title>Re: 32Bit or 64Bit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/32bit-or-64bit/m-p/5069162#M735270</link>
      <description>Hi all,&lt;BR /&gt;I think I've found it ... the Oracle agent is a perl program which uses the perl executable in the associated ORACLE_HOME.&lt;BR /&gt;And if I do this: file /opt/app/oracle/product/agent10g/perl/bin/perl I got this: /opt/app/oracle/product/agent10g/perl/bin/perl: PA-RISC2.0 ...&lt;BR /&gt;it seems to be 64-Bit executable.&lt;BR /&gt;&lt;BR /&gt;thanks a lot @all!</description>
      <pubDate>Tue, 18 Sep 2007 09:17:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/32bit-or-64bit/m-p/5069162#M735270</guid>
      <dc:creator>Christian Marquardt_1</dc:creator>
      <dc:date>2007-09-18T09:17:37Z</dc:date>
    </item>
    <item>
      <title>Re: 32Bit or 64Bit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/32bit-or-64bit/m-p/5069163#M735271</link>
      <description>/opt/app/oracle/product/agent10g/perl/bin/perl: PA-RISC2.0 ...&lt;BR /&gt;&amp;gt;it seems to be 64-Bit executable.&lt;BR /&gt;&lt;BR /&gt;Unfortunately Wim's strings weren't the whole thing.  It must be:&lt;BR /&gt;ELF-64 executable object file - PA-RISC 2.0 (LP64)&lt;BR /&gt;This is still 32 bit:&lt;BR /&gt;PA-RISC2.0 shared executable dynamically linked -not stripped</description>
      <pubDate>Tue, 18 Sep 2007 19:58:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/32bit-or-64bit/m-p/5069163#M735271</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-09-18T19:58:03Z</dc:date>
    </item>
  </channel>
</rss>

