<?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: 32 bits or 64 bits.... in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/32-bits-or-64-bits/m-p/2920936#M817451</link>
    <description>Actually, I should say that your application will *probably* run fine.  I've copied many apps over to 11.0 and 11i systems without problem.  &lt;BR /&gt;&lt;BR /&gt;Your best bet is to double-check with PeopleSoft.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
    <pubDate>Thu, 06 Mar 2003 14:51:49 GMT</pubDate>
    <dc:creator>Pete Randall</dc:creator>
    <dc:date>2003-03-06T14:51:49Z</dc:date>
    <item>
      <title>32 bits or 64 bits....</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/32-bits-or-64-bits/m-p/2920929#M817444</link>
      <description>Hi guys!!&lt;BR /&gt;&lt;BR /&gt;How can I determine that a system is set to operate in 32 bits or 64 bits???&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Jonathan</description>
      <pubDate>Thu, 06 Mar 2003 14:08:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/32-bits-or-64-bits/m-p/2920929#M817444</guid>
      <dc:creator>Jonathan Caplette_1</dc:creator>
      <dc:date>2003-03-06T14:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: 32 bits or 64 bits....</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/32-bits-or-64-bits/m-p/2920930#M817445</link>
      <description>OK thanks Pete, getconf KERNEL_BITS work fine....&lt;BR /&gt;&lt;BR /&gt;Now, I have a compiled application (PeopleSoft 7.5) on an old box running HP-UX 10.20, so I supposed this app is running in 32 bits... Now I want to transfert that application on a new system running HP-UX 11... will it be possible???&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Mar 2003 14:19:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/32-bits-or-64-bits/m-p/2920930#M817445</guid>
      <dc:creator>Jonathan Caplette_1</dc:creator>
      <dc:date>2003-03-06T14:19:54Z</dc:date>
    </item>
    <item>
      <title>Re: 32 bits or 64 bits....</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/32-bits-or-64-bits/m-p/2920931#M817446</link>
      <description>I borrowed this from Procura's FAQ:&lt;BR /&gt;&lt;BR /&gt;You can find out if your kernel supports 64bit binaries by issuing:&lt;BR /&gt;&lt;BR /&gt;      a5:/usr/local 110 &amp;gt; file /stand/vmunix&lt;BR /&gt;      /stand/vmunix:  ELF-64 executable object file - PA-RISC 2.0 (LP64)&lt;BR /&gt;      a5:/usr/local 111 &amp;gt; getconf KERNEL_BITS&lt;BR /&gt;      64&lt;BR /&gt;      a5:/usr/local 112 &amp;gt; getconf HW_32_64_CAPABLE&lt;BR /&gt;      1&lt;BR /&gt;      a5:/usr/local 113 &amp;gt;&lt;BR /&gt;&lt;BR /&gt;HP-UX 10.20 does not support 64bit objects&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Thu, 06 Mar 2003 14:29:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/32-bits-or-64-bits/m-p/2920931#M817446</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-03-06T14:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: 32 bits or 64 bits....</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/32-bits-or-64-bits/m-p/2920932#M817447</link>
      <description>This command will tell you:&lt;BR /&gt;&lt;BR /&gt;# getconf KERNEL_BITS</description>
      <pubDate>Thu, 06 Mar 2003 14:31:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/32-bits-or-64-bits/m-p/2920932#M817447</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2003-03-06T14:31:07Z</dc:date>
    </item>
    <item>
      <title>Re: 32 bits or 64 bits....</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/32-bits-or-64-bits/m-p/2920933#M817448</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;One other way to check is to run Glance and go to the system tables screen [press 't' if you are running the character version].  The bitness of the installed OS is shown on the second screen.  The advantage of this method, if you have Glance installed, is that you don't have to be root to get the answer.&lt;BR /&gt;&lt;BR /&gt;JP&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Mar 2003 14:32:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/32-bits-or-64-bits/m-p/2920933#M817448</guid>
      <dc:creator>John Poff</dc:creator>
      <dc:date>2003-03-06T14:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: 32 bits or 64 bits....</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/32-bits-or-64-bits/m-p/2920934#M817449</link>
      <description>If you are looking for Server's and Workstation support matrix for 32/64 bit OS, then check here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://devrsrc1.external.hp.com/STK/serversupport.html" target="_blank"&gt;http://devrsrc1.external.hp.com/STK/serversupport.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.hp.com/workstations/risc/operating/support_matrix/update.html" target="_blank"&gt;http://www.hp.com/workstations/risc/operating/support_matrix/update.html&lt;/A&gt;</description>
      <pubDate>Thu, 06 Mar 2003 14:35:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/32-bits-or-64-bits/m-p/2920934#M817449</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2003-03-06T14:35:16Z</dc:date>
    </item>
    <item>
      <title>Re: 32 bits or 64 bits....</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/32-bits-or-64-bits/m-p/2920935#M817450</link>
      <description>Jonathan,&lt;BR /&gt;&lt;BR /&gt;Sure, your 32 bit app will run fine.&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Thu, 06 Mar 2003 14:37:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/32-bits-or-64-bits/m-p/2920935#M817450</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-03-06T14:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: 32 bits or 64 bits....</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/32-bits-or-64-bits/m-p/2920936#M817451</link>
      <description>Actually, I should say that your application will *probably* run fine.  I've copied many apps over to 11.0 and 11i systems without problem.  &lt;BR /&gt;&lt;BR /&gt;Your best bet is to double-check with PeopleSoft.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Thu, 06 Mar 2003 14:51:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/32-bits-or-64-bits/m-p/2920936#M817451</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-03-06T14:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: 32 bits or 64 bits....</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/32-bits-or-64-bits/m-p/2920937#M817452</link>
      <description>Another good reason to have my 'ux' script handy (get it from &lt;A href="https://www.beepz.com/personal/merijn/" target="_blank"&gt;https://www.beepz.com/personal/merijn/&lt;/A&gt; or &lt;A href="http://www.cmve.net/~merijn/)" target="_blank"&gt;http://www.cmve.net/~merijn/)&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;a5:/ 101 # ux&lt;BR /&gt;a5  HP-UX 11.00/64 U  9000/800/A500-7X/64 PA8700/750(2) pa-2.0  2048 Mb&lt;BR /&gt;a5:/ 102 #&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Enjoy, have FUN! H.Merijn</description>
      <pubDate>Thu, 06 Mar 2003 14:55:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/32-bits-or-64-bits/m-p/2920937#M817452</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2003-03-06T14:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: 32 bits or 64 bits....</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/32-bits-or-64-bits/m-p/2920938#M817453</link>
      <description>Jonathan,&lt;BR /&gt;&lt;BR /&gt;Another way to find out whether your OS mode is 64-bit is to run:&lt;BR /&gt;&lt;BR /&gt;# /opt/ignite/bin/print_manifest&lt;BR /&gt;&lt;BR /&gt;Hai</description>
      <pubDate>Thu, 06 Mar 2003 15:00:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/32-bits-or-64-bits/m-p/2920938#M817453</guid>
      <dc:creator>Hai Nguyen_1</dc:creator>
      <dc:date>2003-03-06T15:00:55Z</dc:date>
    </item>
    <item>
      <title>Re: 32 bits or 64 bits....</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/32-bits-or-64-bits/m-p/2920939#M817454</link>
      <description>to determine if system is running 32 or 64-bit kernel via SAM, do ;&lt;BR /&gt;&lt;BR /&gt;- Performance Monitors&lt;BR /&gt;- System Properties&lt;BR /&gt;- go to TAB ; Operating System &lt;BR /&gt;- check OS Kernel Width&lt;BR /&gt;&lt;BR /&gt;although in my opinion &lt;BR /&gt;command line is faster</description>
      <pubDate>Fri, 07 Mar 2003 10:55:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/32-bits-or-64-bits/m-p/2920939#M817454</guid>
      <dc:creator>SGUX</dc:creator>
      <dc:date>2003-03-07T10:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: 32 bits or 64 bits....</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/32-bits-or-64-bits/m-p/2920940#M817455</link>
      <description>More commands that will work:&lt;BR /&gt;&lt;BR /&gt;getconf KERNEL_BITS &lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;getconf MACHINE_MODEL</description>
      <pubDate>Fri, 07 Mar 2003 13:02:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/32-bits-or-64-bits/m-p/2920940#M817455</guid>
      <dc:creator>Robert Gamble</dc:creator>
      <dc:date>2003-03-07T13:02:44Z</dc:date>
    </item>
    <item>
      <title>Re: 32 bits or 64 bits....</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/32-bits-or-64-bits/m-p/2920941#M817456</link>
      <description>Jonathan&lt;BR /&gt;&lt;BR /&gt;  I would agree with Pete that it is most likely that your program, especially a program widely known as PeopleSoft will *likely* work on 64-bits machine.  But if you are running 11.0, I would also check to see if HP-UX 11.0 has been loaded in 32 or 64 bits.  But again, and like Pete said, check with your PeopleSoft people, to make sure of any "gotchas".</description>
      <pubDate>Fri, 07 Mar 2003 13:17:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/32-bits-or-64-bits/m-p/2920941#M817456</guid>
      <dc:creator>Marco Santerre</dc:creator>
      <dc:date>2003-03-07T13:17:08Z</dc:date>
    </item>
    <item>
      <title>Re: 32 bits or 64 bits....</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/32-bits-or-64-bits/m-p/2920942#M817457</link>
      <description>Ok thanks guys.. many of you answered my question!!!&lt;BR /&gt;&lt;BR /&gt;Merci!&lt;BR /&gt;Thanks!&lt;BR /&gt;Jonathan</description>
      <pubDate>Fri, 07 Mar 2003 13:49:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/32-bits-or-64-bits/m-p/2920942#M817457</guid>
      <dc:creator>Jonathan Caplette_1</dc:creator>
      <dc:date>2003-03-07T13:49:50Z</dc:date>
    </item>
    <item>
      <title>Re: 32 bits or 64 bits....</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/32-bits-or-64-bits/m-p/2920943#M817458</link>
      <description>FWIW, the liklihood of KERNEL_BITS returning 32 is diminishing every day.  The only place where one can find a system running 11.X and a 32-bit kernel is on systems with PA-8000 and PA-8200 CPUs (ie D's, K's, R's and "three digit letter workstations").  Any system with a PA-8500 or later CPU, including IPF, and running 11.X will be running a 64-bit kernel.  At least anything running in an HP supported configuration.</description>
      <pubDate>Fri, 07 Mar 2003 19:03:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/32-bits-or-64-bits/m-p/2920943#M817458</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2003-03-07T19:03:02Z</dc:date>
    </item>
  </channel>
</rss>

