- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: how to configure a 64 bit HPUX 11.00 OS to boo...
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
09-22-2004 06:03 PM
09-22-2004 06:03 PM
how to configure a 64 bit HPUX 11.00 OS to boot in a 32 bit mode
I have a PA-RISC2.0 architecture Hardware with me which has a 64 bit HPUX 11.00 installed on it.To compile & test some source codes I require to boot thy system in a 32 bit kernel mode.Is it possible to do & how to do the same...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2004 06:23 PM
09-22-2004 06:23 PM
Re: how to configure a 64 bit HPUX 11.00 OS to boot in a 32 bit mode
I think you have to re-install the O.S.
in 32-bit & test your software.
I am not aware of any such booting procedure.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2004 06:24 PM
09-22-2004 06:24 PM
Re: how to configure a 64 bit HPUX 11.00 OS to boot in a 32 bit mode
This selection is available only at the installation time only. All 64 Bit server doesn't supported 32bit kernel installation.
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2004 06:42 PM
09-22-2004 06:42 PM
Re: how to configure a 64 bit HPUX 11.00 OS to boot in a 32 bit mode
by just changing the soft link to the /usr/lib/boot/unix file & executing the bosboot -ad /dev/ipldevice command & rebooting the system & checking with the bootinfo -k command.The desired o/p is achieved.So I think so there must be a way to do the same in HPUX...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2004 07:26 PM
09-22-2004 07:26 PM
Re: how to configure a 64 bit HPUX 11.00 OS to boot in a 32 bit mode
As i have mentioned above i have not heard of any such thing with hp but,
follow the link below :
http://devresource.hp.com/drc/STK/docs/refs/3264interop.jsp
to get some 32-64-bit interoperatibilty
system calls.
see if it helps you
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2004 07:57 PM
09-22-2004 07:57 PM
Re: how to configure a 64 bit HPUX 11.00 OS to boot in a 32 bit mode
Solaris support this but HP UX don't.
As i said it's not even possible to install 32 Bit OS in some of new HP Servers as these are pure 64 bit servers.
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2004 10:40 PM
09-22-2004 10:40 PM
Re: how to configure a 64 bit HPUX 11.00 OS to boot in a 32 bit mode
--
ranga

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2004 11:30 PM
09-22-2004 11:30 PM
Re: how to configure a 64 bit HPUX 11.00 OS to boot in a 32 bit mode
As per your querry Mr Ranganath, for our development enviroment I need to compile & run an application on AIX/SOLARIS/HPUX in both 32 as well as 64 bit enviroment.I can achieve the same on AIX & Solaris with only one instance of server OS installed on the respective h/w but to do the same on HPUX it seems its not possible.As I have an PA_RISC2.0 h/w which supports both 32/64 bit I think so I have to reinstall another server on the same H/W in a 32 bit mode which I think so will be time consuming & will take a lot of manhours as have to install & apply the needed software & relevant patches again.
Thks again for all of you people there for your kindly replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2004 03:07 AM
09-23-2004 03:07 AM
Re: how to configure a 64 bit HPUX 11.00 OS to boot in a 32 bit mode
you can build a 32-bit application with the default compiler flags. you can use the "+DD64" flag to build 64-bit applications (there may be more changes required).
a 32-bit application will get a 32-bin runtime environment and a 64-bit application will get a 64-bit runtime environment.
so unless the code you wish to develop is very specific to 32-bit kernel itself, you may be able to do what you want on the 64-bit kernel.
--
ranga

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2004 04:27 PM
09-23-2004 04:27 PM
Re: how to configure a 64 bit HPUX 11.00 OS to boot in a 32 bit mode
Thks for the inputs...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2004 09:45 PM
09-23-2004 09:45 PM