- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: Migration Vax - Itanium without alpha
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
05-22-2006 10:17 AM
05-22-2006 10:17 AM
Migration Vax - Itanium without alpha
I have very old cobol library made with vax assembler 19 years ago.
I can convert my image via vest at alpha and convert to itanium and it works fine.
But i alredy install cobol I64 and I try to compile again my programs.
$link/exe=exe:test.exe test,library.objlib/libr
The error message is
%link-f-notobjlib, file $1$dga8:[test]objlib.olb; is not an object library
Some one know how can add this library at my programs and dont use alpha between both.
Its necesary convert only library..?
Thanks for your comments
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2006 10:46 AM
05-22-2006 10:46 AM
Re: Migration Vax - Itanium without alpha
I'm guessing you don't have the source for the object library ?
I'm sure when looked a few years ago during a VAX to AXP migration, we experiemented with making a shareable image from a library and then converting this to link against (can't remember if it worked now or not). It's been a long time since I dusted my compiler/linker spurs off.
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2006 10:50 AM
05-22-2006 10:50 AM
Re: Migration Vax - Itanium without alpha
is $1$dga8:[test]objlib.olb your 'old' VAX object library ? If so, you cannot link against a VAX object library on OpenVMS Alpha or I64. Object modules in an object library must be compiled on the same architecture on which you want to link using that object library.
Why do you call that library 'cobol' library, if you have created with with 'vax assembler' ? In which programming language did the modules in that library get written ? Do you still have the source code ?
Theoretically, you may be able to create a shareable library from those object modules, but you would still need to VEST (DECmigrate command) it on Alpha and then AEST (OMSAI product) it for I64.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2006 11:22 AM
05-22-2006 11:22 AM
Re: Migration Vax - Itanium without alpha
The little issue is that I dont have the source code .cob
I made the transfer of the image completly and it works, But I need turn off I cluster vax 9000 and begin to work in my new Itanium cluster.
This library is very important for all developers and for all our applications this library is necesary.
When vax is remove for the site, I don´t know how my developers could work in the new cluster if I dont have alpha machines for convert the images.
Thanks for your comments and I will to meet with the developer manager for tell about this reality and dont planning the turn off the cluster early time.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2006 01:40 PM
05-22-2006 01:40 PM
Re: Migration Vax - Itanium without alpha
so if I understand your reply correctly, you can VEST your image linked on the VAX and then AEST that VESTed image to produce an (xxx_TV_AV.EXE) executable to be run on I64.
If your developers need this VAX library to continue developing code and need to link with that library, this can ONLY be done on a VAX. You could use the LINKER on OpenVMS Alpha to link a VAX executable using LINK/VAX, but the object files still need to be compiled on a VAX !
If your 'real' VAX needs to be shut down, there are software emulators, which can emulate a VAX and even an Alpha system on Windows (CHARON-VAX and CHARON-AXP or Personal Alpha, these are commercial products, but there is also simh, a freeware VAX emulator). These emulators would allow you to completely run a VAX operating system as an 'application' on your PC. There is even a FREEWARE version of CHARON-VAX to be run on OpenVMS I64 - slow, but it works.
http://personalalpha.com
http://www.charon-vax.com
You could also try to build a shareable library from your cobol .OLB and VEST/AEST that shareable library, but this depends on how modular the routines have been designed.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2006 04:53 AM
05-24-2006 04:53 AM
Re: Migration Vax - Itanium without alpha
Please check out my CHARON-VAX page for the full details:
http://www.stanq.com/charon-vax.html
[And excuse my Shameless Plug (tm)]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2006 04:59 AM
05-24-2006 04:59 AM
Re: Migration Vax - Itanium without alpha
Cheers