- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Difference betn 32-bit OS and 64-bit OS
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2005 04:08 PM
03-21-2005 04:08 PM
Difference betn 32-bit OS and 64-bit OS
Wanted to know "HOW EXACTLY CAN ONE MAKE OUT IF A GIVEN HP-UX SYSTEM HAS A 32-BIT OS OR 64-BIT OS" ?
We believe "UNAME" and "GETCONF KERNAL_BITS" are not sufficient parameters to guage this.
Can someone please suggest?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2005 04:17 PM
03-21-2005 04:17 PM
Re: Difference betn 32-bit OS and 64-bit OS
if getconf KERNEL_BITS do not, how about sam -> Performance Montiro -> System Properties -> Under "Processor", Kernel Width Support or Under "Operating System", OS Kernel Width.
still unconvince, u may refer to this thread:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=19414
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2005 04:30 PM
03-21-2005 04:30 PM
Re: Difference betn 32-bit OS and 64-bit OS
is 32 or 64 bit.
"file /stand/vmunix" should tell you if the vmunix is
32 or 64 bit (for 32 bit, it should print PA-RISC1.1
executable; for 64 bit, it should print PA-RISC 2.0)
- Biswajit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2005 04:44 PM
03-21-2005 04:44 PM
Re: Difference betn 32-bit OS and 64-bit OS
To check if the OS is 32/64 bits
getconf KERNEL_BITS
will give you 32/64 info.
To see what your box can handle
getconf HW_CPU_SUPP_BITS
Here are a few comparisons of 32-bits and 64-bits.
In 64-bit OS you have larger process address space, concurrent execution of 64-bit and 32-bit applications, shared object mixed mode access.
In 32-bit OS, only 32 bits of process address space was available to the user. The 32-bit address space layout limited applications to:
1.00 GB process text, 90 GB process private data using SHARE_MAGIC, or, 1.90 GB process private data using EXEC_MAGIC, 1.75 GB shared object space, 25 GB user I/O
With 64-bits of address space now available, users can access, 4.00 TB process text, 4.00 TB private data, 8.00 TB shared object space. User I/O is 1/16 of 1.00 TB and is included within the 8.00 TB of shared object space.
To take advantage of the larger address space, applications must be recompiled as 64-bit executables. Existing 32-bit executables will continue to run as before and can be run concurrently with 64-bit executables. 32-bit and 64-bit applications will also be given the ability to access the same shared objects. Sharing the same object is referred to as "mixed mode access."
64-bit program can always open a large file, and can always extend a small file past 2 GB if the file system has been enabled for large files. The mechanisms described in the White Paper are unnecessary for 64-bit programs.
IA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2005 06:25 PM
03-21-2005 06:25 PM
Re: Difference betn 32-bit OS and 64-bit OS
To check if it was the problem of the application itself, we ran it on an environemnt (similar) to the one where we had originally built it, but found that the application responded successfully.
What could be the possible reasons for this failure on the new environment?
Please let us know. Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2005 06:36 PM
03-21-2005 06:36 PM
Re: Difference betn 32-bit OS and 64-bit OS
Did you recompile the application on the new 64-bit environment.
IA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2005 08:47 PM
03-21-2005 08:47 PM
Re: Difference betn 32-bit OS and 64-bit OS
Check the lib/c patch level on the two servers.
It could be that the lib/c or ld patch level is different and causing the SIGBUS.
GL
Darrel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2005 11:25 PM
03-21-2005 11:25 PM
Re: Difference betn 32-bit OS and 64-bit OS
I haven't recompiled the application on new 64-bit environment, but i have compiled the application on other system with appropriate 64-bit flags (which should be ok, i gues).
And i think it is not mandatory to recompile the application on new 64-bit environment, please let me know if iam wrong here.
Hi Louis:
could you please let me know how to check patch level on two servers.
Rajesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2005 04:41 AM
03-22-2005 04:41 AM
Re: Difference betn 32-bit OS and 64-bit OS
To check your patch level, perform the following on each server:
List installed bundles:
swlist -l bundle
Check particular Patch:
swlist -l fileset|grep PHCO_12345
or
swlist -l fileset|grep -i lib
Good Luck Darrel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2005 04:49 PM
03-27-2005 04:49 PM
Re: Difference betn 32-bit OS and 64-bit OS
Thank you very much for your time,
I found some patches which are not installed on new 64-bit system, and i have downloaded and installed,
but i could not found 'LdapUxClient.LDAP-C-SDK' library on our new 64-bit system, and tried to download it and to my surprice the search didnot give any result.
With out above library i once again tried to install and configure my 64- bit application, i received the same error(SIGBUS), So i just wanted to know what could be wrong.
Any kinf of help is appreciated.
Regards
rajesh