- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HP-11i migration issue
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
10-16-2002 10:30 PM
10-16-2002 10:30 PM
HP-11i migration issue
We are migrating from HP-UX 11 to 11i. We have an application and a database running on the server. On the proc side, what are all the precautions I should take? Do I need to recompile the sources or the current executables will work without any issues??
Thanks and regards,
Mani
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2002 11:13 PM
10-16-2002 11:13 PM
Re: HP-11i migration issue
Release note for 11.11 say that "generally" all application compile on 11.00 run on 11.11. Normally you can run your application without compilation.
For your database I don't know.
Have a nice day,
Jerome
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2002 11:15 PM
10-16-2002 11:15 PM
Re: HP-11i migration issue
HP-UX supports forward compatibility from 11.0 to 11i. This chapter will
describe what this means for executable applications, object files, source
files, data, and libraries, and will also discuss compatibility exceptions.
The following types of compatibility are supported from 11.0 to 11i for
well-behaved applications:
* Binary compatibility
* Source compatibility
* Data compatibility
* Relocatable object compatibility
* Upgrade compatibility
Known exceptions to compatibility are described below.
A well-behaved application adheres to the following characteristics:
* Uses only documented, public APIs
* Adheres to the required practices that are specifically documented
* Does not use documented features that are specifically described as
having platform, architecture, or configuration limitations
* Does not decompose an HP-UX product and then reuse the results of the
decomposition
Regards...
Dietmar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2002 11:41 PM
10-16-2002 11:41 PM
Re: HP-11i migration issue
2) ask to software application if HPUX patches are necessary
3) swinstall with mode "match what target has"
4) install patches needed by application to be support
5) start application and verify
I never had suprise when migrating between 9.0 to 9.07 and then 10.00 to 10.20 . So dont worry , be happy ;-)
B.R.
Merydine
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2002 03:09 AM
10-17-2002 03:09 AM
Re: HP-11i migration issue
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2002 04:44 AM
10-17-2002 04:44 AM
Re: HP-11i migration issue
I upgraded our box from 11.0 to 11i and posted some things to this post:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xabbc0bce6f33d6118fff0090279cd0f9,00.html
You may need to recompile if you are going from 32 bit to 64 bit. Otherwise I would think everything should work. Just be sure to check with your vendors for patches or new product versions you may need for 11i.....