- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- backward compatibility from11.11 to 11.00
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
03-14-2006 11:51 PM
03-14-2006 11:51 PM
backward compatibility from11.11 to 11.00
Actually I am posting this question with a different subject.
Is there any known issue regarding the backward compatibility from 11.11 to 11.00?
I have a X application compiled on 11.11. This application has lot of problems (frequent freeze / crash) when run on a HP-UX 11.00 (at client's place).
I have asked the client to update the m/c with the PHSS_32958 11.00 Xserver patch as suggested by Kent Ostby, meanwhile I just wanted to know if there is any issue with compatibility from 11.11 to 11.00?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2006 11:54 PM
03-14-2006 11:54 PM
Re: backward compatibility from11.11 to 11.00
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2006 11:55 PM
03-14-2006 11:55 PM
Re: backward compatibility from11.11 to 11.00
there is always a risk when running software backwardly compatible.
The best solution is to compile on the OS level platform you intend to run the code on.
I never had any problems with this approach.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2006 12:02 AM
03-15-2006 12:02 AM
Re: backward compatibility from11.11 to 11.00
See about if your kernel is 32 or 64 bits:
# getconf KERNEL_BITS
64
If you have a program compile for 64 bits in 11.11 and your 11.00 is 32 bits may have problems:
# file $ORACLE_HOME/bin/tnsping
/oracle/ZMR/920_64/bin/tnsping: ELF-64 executable object file - IA64
For binary compatibility between differents processors compile program acording the old platform.
Schimidt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2006 12:28 AM
03-15-2006 12:28 AM
Re: backward compatibility from11.11 to 11.00
If you compile your application natively with 11.0 and run on 11.11, there wont be any issues. This is known as "backward compatability". When you compile your app in 11.11 and try to run in 11.0, it is known "forward compatability" in which you can't expect 100% result or what so ever.
It is always prefered to compile your app natively, and run.
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2006 01:54 AM
03-15-2006 01:54 AM
Re: backward compatibility from11.11 to 11.00
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2006 04:39 AM
03-15-2006 04:39 AM
Re: backward compatibility from11.11 to 11.00
I've seen code, written and designed for 11.11 work just fine on 11.00. I agree without testing, it must be by accident.
I have seen some rare instances where code that worked perfectly well on 11.00 didn't run on 11.11.
It must have had something to do with the code or the things that changed.
Still most of the time 11.00 code works well on 11.11 so long as 32/64 bit issues don't come into play.
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
03-15-2006 12:25 PM
03-15-2006 12:25 PM
Re: backward compatibility from11.11 to 11.00
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2006 07:47 PM
03-15-2006 07:47 PM
Re: backward compatibility from11.11 to 11.00
satya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2006 08:33 PM
03-15-2006 08:33 PM
Re: backward compatibility from11.11 to 11.00
You can assign points to the people who answered to your question.
-Arun