- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Aries software emulation
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
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
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
тАО02-29-2004 10:04 PM
тАО02-29-2004 10:04 PM
Can anybody share some experience using the aries software to execute PA-RISC software on Itanium?
do applications really run
1) transparently
2) accurately
3) efficiently
as promised by HP ??
Regards
Rainer
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-01-2004 12:32 AM
тАО03-01-2004 12:32 AM
Re: Aries software emulation
Below is a url to the document(s) that may assist in answering your questions.
http://csdl.computer.org/comp/mags/co/2000/03/r3047abs.htm
Keith
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-01-2004 11:00 AM
тАО03-01-2004 11:00 AM
Re: Aries software emulation
I dont have any experience with Aries - but with little knowledge I have, it is not recommended to use Aries with applicatios where performance is a concern.
-- Sundar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-01-2004 12:44 PM
тАО03-01-2004 12:44 PM
Re: Aries software emulation
The downside is that there is a approximately a 3x-5x CPU performance hit. CPU intensive applications (e.g. CAD, Finite Element Analysis, and simulations) are not good candidates for ARIES but because most UNIX applications are IO rather than CPU bound, the overall performance degradation can be almost nil. It really depends upon what you are trying to do.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-01-2004 05:29 PM
тАО03-01-2004 05:29 PM
SolutionTo take each point at a time:
do applications really run
1) transparently
Absolutely, the IPF kernel detects a PA binary and invokes ARIES. In fact what most people don't realise is that every IPF machine has a lot of s/w running through ARIES because of its transparency. ( an IPF system cannot be brought up in HP-UX if aries is not there)
2) accurately
ARIES has been tested with various kinds of applications such as Apache webserver, Unigraphics modelling suite, etc. Big customers like NRI Data systems, Telcordia etc use ARIES for a host of applications. And ARIES is a fully supported product from HP, so if you run into trouble with your app, you can get help.
3) efficiently
ARIES efficiency depends purely on type of application. As pointed out earlier, an I/O bound process will see very little degradation.In fact some customers have been known to get better performance than their PA systems because the IPF system architecture is better than some older PA systems.
CPU intensive multithreaded processes will run 2-4x slower and pure FP apps slowdown by 3-6x.
On an average you should get the similar performance as a PA8700 system.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-02-2004 06:18 AM
тАО03-02-2004 06:18 AM
Re: Aries software emulation
accurate. One thing to note, however, is
that you CANNOT mix PA-RISC and IA64 objects
in one executable. All code in the
executable must be PA-RISC in order for it
to run under Aries.
Therefore, the app must link to PA-RISC
libraries only. If the app links to
shared libs that's OK, because HP-UX 11.2x
comes with various PA-RISC shared libs like
libc and libm.
Also, the IA64 compilers don't support
cross-compiling for PA-RISC, so if the
app is partially compiled at run
time it will NOT run under Aries as-is.
You'll have to modify the app so that
all the compiling is done on PA-RISC.
HTH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-04-2004 07:42 AM
тАО03-04-2004 07:42 AM
Re: Aries software emulation
Aries isn't perfect, but it's definitely more than good enough for lots of purposes. I run a number of PA binaries on IPF systems just because Aries runs well enough that it isn't worth my time to rebuild them.
I've been happily running a PA emacs binary that I last recompiled in 1994 for HP-UX 9.04. Aries is quite happy with it on all supported IPF versions of HP-UX, and I don't notice any slowness in interactive response, even though I do a lot of editing with it. I'm sure if I actually measured CPU time I'd see some loss, but it's not enough for me to care about.
If you look at Aries from that frame of mind, I think you will be quite happy with it. If you run CPU intensive applications 23 hours a day and think you'll never need to rebuild them to run native, you might need to reset your expectations.
Overall, I'm more than happy with how well Aries works. The fact that I simply don't think about it very often says a lot about how transparent and reliable it is in real life.