- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: HPUX 32bit
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
11-05-2007 02:58 AM
11-05-2007 02:58 AM
HPUX 32bit
Many thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2007 03:02 AM
11-05-2007 03:02 AM
Re: HPUX 32bit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2007 03:03 AM
11-05-2007 03:03 AM
Re: HPUX 32bit
see
http://docs.hp.com/en/5991-5526/ch02s03.html
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2007 07:08 AM
11-05-2007 07:08 AM
Re: HPUX 32bit
No!
It is 64 bit ONLY!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2007 12:12 PM
11-05-2007 12:12 PM
Re: HPUX 32bit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2007 05:12 PM
11-05-2007 05:12 PM
Re: HPUX 32bit
11iv2 is only for 64 bit kernel
WK
http://forums1.itrc.hp.com/service/forums/helptips.do?#33
please take a moment to give them credit for their assistance!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2007 09:42 PM
11-05-2007 09:42 PM
Re: HPUX 32bit
I think the software for HPUX is labelled wrongly, I believe its actually 64bit.
Thanks again for your comment.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2007 10:19 PM
11-05-2007 10:19 PM
Re: HPUX 32bit
As mentioned if this is user software it doesn't matter. It only matters if this is some type of kernel driver.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2007 12:09 AM
11-06-2007 12:09 AM
Re: HPUX 32bit
32 bit applications will run, but the last OS that would install on a 32 bit system was 11.11 PA-RISC.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2007 02:12 AM
11-06-2007 02:12 AM
Re: HPUX 32bit
Yes, 32 bit applications, that DON'T use shared memory will run fine on a 64 bit kernel. I had the opportunity to test a 32 bit flavour of a PICK database on a 64 bit kernel.
I had to work with the developer to hack out the shared memory feature so that it would work.
So its not just 'kernel drivers' that aren't compatible.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2007 03:17 AM
11-06-2007 03:17 AM
Re: HPUX 32bit
Now, 32-bit applications are still limited by their runtime environment when it comes to setting up shared memory, certainly. By default, a 32-bit application only gets 2Gb of shared address space [depending on OS and architecture -- PA prior to 11.31 would set aside 256Mb of that for shared Memory Mapped I/O] -- but that's even more true with a 32-bit kernel. Sharing between 32-bit and 64-bit is possible (and folks do it all the time), but you may have to use flags like MAP_GLOBAL when the 32-bit application also uses Memory Windows or MAP_ADDR32 if the 64-bit application creates the shared object so that the 32-bit application can still find it.
Perhaps you can be more clear on the problem you saw?