- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HP-Risc to Itanium
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-05-2009 11:43 PM
09-05-2009 11:43 PM
I have couple of executables and shared libs that were compiled and linked in hp-risc (HP-UX hpux B.11.23 U 9000/800 3697136004 unlimited-user license)
I need to be able to run those on Itanium machines.
As I understood, the ARIES should do it for me (ot should be transparent - shouldn't it?)
It doesn't work for me on the following itanium system "HP-UX Vital59 B.11.31 U ia64 ..."
when I try to run some exe I got the following msg:
"sh:
so...
1. do I have to configure something to make it work?
2. anything I missed?
tx,
s
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2009 12:48 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2009 12:53 AM
09-06-2009 12:53 AM
Re: HP-Risc to Itanium
"file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2009 01:35 AM
09-06-2009 01:35 AM
Re: HP-Risc to Itanium
This should work fine. I assume all of your shlibs show something similar and are executable?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2009 02:04 AM
09-06-2009 02:04 AM
Re: HP-Risc to Itanium
nothing to be done before the file execution? the ARIEs should work without any "start" or something else?
if the answer is "yes" - what can you suggest?
tx,
s
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2009 02:46 AM
09-06-2009 02:46 AM
Re: HP-Risc to Itanium
You may want to use "tusc -fp -ea -o tusc.out" on your executable to see what syscall is failing.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2009 03:19 AM
09-06-2009 03:19 AM
Re: HP-Risc to Itanium
tx for now.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2009 05:49 AM
09-06-2009 05:49 AM
Re: HP-Risc to Itanium
But, I will suggest you do the migration by using 'tar' command, don't just use rcp or cp.
------
FYI:
I had copied one PA-RISC program to Itanium system and it is just able to run without any configuration.
I copied both the execution file and all of related library files to Itanium.