- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- 32 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
04-14-2003 08:05 AM
04-14-2003 08:05 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2003 08:09 AM
04-14-2003 08:09 AM
SolutionYou could purchase another box on the used-equipment market. For example, the C160,C180,C200,C240, & C360 will run either. In that case, you can install two disks and use boot primary to load the 64-bit and boot alternate to load the 32-bit version.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2003 08:11 AM
04-14-2003 08:11 AM
Re: 32 and 64-bit OS
Are you asking if 11i can be configured to run both 32-bit and 64-bit apps? It already will. Your 32-bit apps should run ok on 11i. Going the other direction is the hard part.
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2003 08:14 AM
04-14-2003 08:14 AM
Re: 32 and 64-bit OS
Be aware that the 64-bit OS will run 32-bit applicatons. They just run in 32-bit space. That means that they have smaller maxdsiz and maxtsiz, etc, and smaller shared memory (which can be a pain). That's why you see kernel parameters with names like:
maxdsiz
maxdsiz_64bits
etc..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2003 08:14 AM
04-14-2003 08:14 AM
Re: 32 and 64-bit OS
Not sure if I clearly understand your question.
But if you are asking whether one can run BOTH 32 & 64 bit applications on a system running the OS 64 bit, then the answer is YES.
You can run 32 bit app SW, but you're still limited to 32-bit addressing however. So the same rules on the total addressable memory still apply to 32 bit SW running in a 64 bit kernel environment.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2003 08:31 AM
04-14-2003 08:31 AM
Re: 32 and 64-bit OS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2003 09:26 AM
04-14-2003 09:26 AM
Re: 32 and 64-bit OS
Reminds me of an old joke: NT is a 32bit patch to a 16 bit add on to a 8 bit disk operating system running on a 4 bit processor that's not worth 2 bits.
Regards,
Shannon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2003 06:38 AM
04-16-2003 06:38 AM
Re: 32 and 64-bit OS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2003 06:41 AM
04-16-2003 06:41 AM
Re: 32 and 64-bit OS
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2003 06:44 AM
04-16-2003 06:44 AM
Re: 32 and 64-bit OS
If you are using HP's C compiler, look at the +DAportable compiler flag.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2003 06:52 AM
04-16-2003 06:52 AM
Re: 32 and 64-bit OS
Hello,
Yes, even if you have a 64-bit HP-UX you
can build for 32-bit.
Actually by default the hp-compilers will
make code for 32-bit. To get the compilers
to generate code for 64-bit you will have
to use the +DA2.0W option.
The +DAportable is for generating code that
can execute on the old PA-RISC 1.x processors.
By using this option you will get code that
does not use the most advanced instructions
in the newer PA-RISC processors and will
therefore execute slower.
Olav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2003 07:13 AM
04-16-2003 07:13 AM
Re: 32 and 64-bit OS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2003 07:17 AM
04-16-2003 07:17 AM
Re: 32 and 64-bit OS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2003 07:45 AM
04-16-2003 07:45 AM
Re: 32 and 64-bit OS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2003 10:48 AM
04-16-2003 10:48 AM
Re: 32 and 64-bit OS
Please accept my apologies. I'm not sure where I thought I'd heard that you couldn't generate 32 bit binaries on a 64 bit system, but I was pretty darn sure that's what I'd heard.
There's just no end to learning, I guess.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2003 11:28 AM
04-16-2003 11:28 AM
Re: 32 and 64-bit OS
Regards,
Shannon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2003 11:30 AM
04-16-2003 11:30 AM
Re: 32 and 64-bit OS
Pete
Pete