[HPADM] Summary: 64 or 32-bit app?>

From: Johnson, Craig E (craig.johnson_at_siemens.com)
Date: 03/15/05

  • Next message: Ҷѧΰ: "[HPADM] how to get hd serial number"
    To: hpux-admin@DutchWorks.nl
    Date: Mon, 14 Mar 2005 15:04:49 -0800
    
    

    The solution is to know how to read the output of the "file" command. :)
     
    If it says PA-RISC 1.1 it is 32-bit. If it says PA-RISC 2.0 or ELF-64 then
    it is 64-bit.
     
    Samba (at least the version I have running) is 32-bit. Thanks to everyone
    who replied!
     
    Craig

      _____

    From: Jeff Lightner [mailto:jlightner@water.com]
    Sent: Monday, March 14, 2005 2:35 PM
    To: Johnson, Craig E
    Subject: RE: [HPADM] 64 or 32-bit app?>

    Use the file command:

                file <binary>

     

    Anything that is below PA-RISC 2.0 is 32 bit. PA-RISC 2 would be 64 bit and
    may say "ELF-64 executable" also.

     

    Example:

    file /bin/ksh

    /bin/ksh: PA-RISC1.1 shared executable dynamically linked

    The PA-RISC1.1 tells you it is 32 bit.

     

    file /oracle/prod/prodora/9.2.0/bin/oracle

    /oracle/prod/prodora/9.2.0/bin/oracle: ELF-64 executable object file -
    PA-RISC 2.0 (LP64)

    The PA-RISC 2.0 and the ELF-64 both tell you it is 64 bit.

     

    The PA-RISC is of course HP's Precision Architecture Reduced Instruction Set
    chips and the numbers are the versions. 2.0 was the first 64 bit version.

     

     

      _____

    From: hpux-admin-owner@DutchWorks.nl [mailto:hpux-admin-owner@DutchWorks.nl]
    On Behalf Of Johnson, Craig E
    Sent: Monday, March 14, 2005 5:11 PM
    To: hpux-admin@DutchWorks.nl
    Subject: [HPADM] 64 or 32-bit app?>

     

    How do I tell if an application is 32 or 64 bit? I know how to tell if
    HP-UX is 32 or 64, but what about, say, CIFS/Samba? Thanks!

     

    Craig

    --
                 ---> Please post QUESTIONS and SUMMARIES only!! <---
            To subscribe/unsubscribe to this list, contact majordomo@dutchworks.nl
           Name: hpux-admin@dutchworks.nl     Owner: owner-hpux-admin@dutchworks.nl
     
     Archives:  ftp.dutchworks.nl:/pub/digests/hpux-admin       (FTP, browse only)
                http://www.dutchworks.nl/htbin/hpsysadmin   (Web, browse & search)
    

  • Next message: Ҷѧΰ: "[HPADM] how to get hd serial number"

    Relevant Pages

    • Re: Active Directory Question
      ... Craig, if you need something after you've read the books etc, feel free to ... >> Some applications pick a domain controller and don't spread the load. ... if your app is poorly written or inefficient at the ... Logon information is kept local ...
      (microsoft.public.windows.server.active_directory)
    • RE: handling Timeouts/Loss of Coverage
      ... "Craig G" wrote: ... > i have a VB.NET app that runs on a PocketPC. ... when the user is out of range and tries to call the webservice ... > but i would like to be able to give the user the chance to retry. ...
      (microsoft.public.dotnet.framework.compactframework)
    • Re: VFP Screen Saver
      ... Thanks, Craig, but when I tired the one sample on there I still get the error ... Below is the sample code, any ideas why this would cause the above error? ... our app would popup and start scrolling through the data again. ...
      (microsoft.public.fox.programmer.exchange)
    • RE: handling Timeouts/Loss of Coverage
      ... Excuse my Craig ... > i have a VB.NET app that runs on a PocketPC. ... when the user is out of range and tries to call the webservice ... > but i would like to be able to give the user the chance to retry. ...
      (microsoft.public.dotnet.framework.compactframework)
    • Re: Can HP-UX on Itanium compile and run 32-bit applications?
      ... VisiBroker libraries (i.e. copy your entire PA-RISC package). ... It depends on what your app does. ... In order to understand recursion you must first understand recursion. ...
      (comp.sys.hp.hpux)

    Loading