- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Upgrading to HP-UX 11
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
01-05-2001 10:48 AM
01-05-2001 10:48 AM
Do I need to recompile all my C programs after upgrading from 10.20 to 11.00 ?
Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2001 10:53 AM
01-05-2001 10:53 AM
Re: Upgrading to HP-UX 11
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2001 10:56 AM
01-05-2001 10:56 AM
Re: Upgrading to HP-UX 11
HPUX11 runs 10.20 compiled programs...
All the best
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2001 11:32 AM
01-05-2001 11:32 AM
SolutionYou might find this site of interest:
http://devresource.hp.com/devresource/Topics/Porting/Port.html
Take a look, for a start, at the "HP-UX 64-bit Porting and Transition Guide":
http://docs.hp.com/hpux/onlinedocs/5966-9887/5966-9887.html
In part, this guide notes, "HP-UX 11.0 is binary compatible with HP-UX 10.x. Fully bound shared or archive applications that work on any HP-UX 10.x release continue to work on this release without recompiling, relinking, or modifying the application. A fully shared bound application consists of an executable program and all of its related user shared libraries."
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2001 01:33 PM
01-05-2001 01:33 PM
Re: Upgrading to HP-UX 11
regards,
greg
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2001 11:11 AM
01-06-2001 11:11 AM
Re: Upgrading to HP-UX 11
From the Course(New Features and Functions of HP-UX 11) I followed I 've the following:
- Binary Compatibility
Fully Bound applications that ran on an
HP- UX 10.X release and will generally
continue to run with the same behaviour on
32-bit and 64-bit HP-UX 11.00
- Source Compatibility
32-bit software that compiled on an HP-UX
10.x release and can be recompiled without
source code change on HP-UX 11.00
- Data Compatibility
Data files such as system files, databases,
user files, backup/recovery formats and HP-
Documented data formats which have been
accessed previously by a 32-bit application
on previous releases.
Further I've a powerpoint presentation if you're interested I can post it.
Good Luck
Darrel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2001 05:10 PM
01-06-2001 05:10 PM
Re: Upgrading to HP-UX 11
For statically-linked binaries, recompiling is not required. I migrated SAS v6.12 from a system running HP-UX 10.20 to another running HP-UX 11.00 32-bit by simply transferring the entire SASROOT across.
However, for database and ERP applications such as Oracle and SAP, you cannot just simply copy directories across. You will need to re-install or upgrade to the correct SAP version that supports specifically HP-UX 11.00. In addition, Oracle and SAP always come with additional "release notes" which usually specifies what OS patches are required for a particular OS version as well as the kernel parameters to set. The kernel parameter set in HP-UX 11.00 is different from HP-UX 10.20 especially with regards to network tunable parameters. nettune is superceded with ndd which has an entirely different naming convention for network tunable parameters.
Hope this helps. Regards.
Steven Sim.
Brainbench MVP for Unix Admin
http://www.brainbench.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2001 02:38 AM
01-08-2001 02:38 AM
Re: Upgrading to HP-UX 11
I would advise you try recompiling everything after upfgrading to 11. Weve had problems with C programs which are supposed to be binary compatible but coredump after upgrading to 11. Recompiles work fine, but still coredump or dont behave the same way.
To be safe you should at least recompile them to ensure they will compile and those that need to pull in any new 11 libraries and if possbile at least attempt to run them to ensure they behave the same way.