- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: 32 bits app in a 64 bits platform
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
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
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
07-13-2004 04:43 AM
07-13-2004 04:43 AM
32 bits app in a 64 bits platform
I have a lot of 32 bit db2 instances running in my server, plus a 32 bits WebSphere server and in the last week a had some errors randomly into some of these instances when i´m taking an online backup, like the following:
SQL1084C Shared memory segments cannot be allocated. SQLSTATE=57019
My questions are:
Is the 64 bits HPUX 11.11 emulating a 32 bits HPUX memory management for 32 bits applications?
If I have a 32 bit application running in a 64 bit hpux 11.11, Have I got a memory limit in 1.75 Gb from quadrant 3 and 4 for this applications?
Is the solution just memory windows or may be another one?
Regards
Ricar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2004 04:52 AM
07-13-2004 04:52 AM
Re: 32 bits app in a 64 bits platform
Your options are:
1) Recompile/relink as 64-bit
2) Use memory windows -- you still have the same limititations but each group of 32-bit applications gets its own 4GB VAS rather than being a 4GB VAS shared by all 32-bit applications.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2004 05:09 AM
07-13-2004 05:09 AM
Re: 32 bits app in a 64 bits platform
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2004 05:17 AM
07-13-2004 05:17 AM
Re: 32 bits app in a 64 bits platform
Just remember that IF you put these 2 apps into separate memory windows, resources cannot be shared between them.
This means if they interact to any extent then memory windows aren't the way to go.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2004 05:20 AM
07-13-2004 05:20 AM
Re: 32 bits app in a 64 bits platform
Yes that is right. 32 bit applications running in 64 bit 11.X will still have the 1.75 GB limitations.
I am not sure if this is possible with db2 or not but I believe if you change the executable type from EXEC_MAGIC to SHMEM_MAGIC then the shared memory limit can be raised upto 2.75 GB.
Or else your best bet would be to use memory windows
-- Sundar