I have old set of C applications which runs on HP-UX 11.0 (9000/800/L3000-8x). These apps use Sybase 11.9 and SQR 3.0 (its ancient).
We are considering moving to HP Itanium. One of the approaches was to re-compile the C code , Sybase libs and SQR libs at HP itanium. But this wont work because the version of SQR - 3.0 is ancient and wont recompile at HP Itanium. Same might apply for Sybase 11.9 too ( We use "cpre" sybase command to generate isql files).
So the logical next step is to emulate C apps, SQR and SYbase at HP Itanium through HP Aries. I have some doubts -
1) Can I compile my code in PA-RISC mode at HP Itanium so that generated binaries would be PA_RISC compatible (can run via Aries) instead of native Itanium binaries? The reason being in future after PA-RISC servers are decomissioned, any changes could be accomodated at Itanium.
2) Can the existing PA-RISC binaries - C, SQR 3.0 and Sybase 11.9 run properly at HP Aries?
3) How would I know if Aries is installed at HP ITanium?
Please help.