Migration


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Migration
# 1  
Old 01-24-2002
Migration

Is it possible to migrate a UNIX program and use it in a NetWare or Windows 2000 network? I have a client that must have one of those two operating systems for the new program that they want. However, they've been using an older UNIX program for about 7 years and they want to be able to refer to it. It's got all of their data in it.

Of course the maker of the UNIX program went out of business eons ago.
# 2  
Old 01-24-2002
If all you need is access to the old program, you can just utilize a telnet client to logon to the Unix box and run the program. The Win2K telnet works for the most part, but I much prefer PuTTY as a telnet/SSH client.

http://www.chiark.greenend.org.uk/~sgtatham/putty/

If you actually want to run the binary on the Win2K machine, you have a problem.
# 3  
Old 01-25-2002
Yeah, I had a feeling that I had a problem. I knew that it would be easy to continue to access the UNIX machine using the method you mentioned, but their UNIX machine is a 486, it actually has pieces falling off of it, and they haven't been able to get the backup to run for 2 years!!!!! They really need to get rid of it. I would be glad to let them continue to use UNIX with a new server, but - as I said - they have this new program that requires a Windows or NetWare box. They also don't want to shuck out the money for two new servers.

So there is the problem. Anyone else with a suggestion?

Would a simple Linux box on a workstation be the answer? Would somthing like that be able to provide access to the program in such a way that the users wouldn't hate it? There are only about 20 people in the office who are using this program.

I confess to being a UNIX newbie, although I've connected a lot of workstations to existing UNIX setups.
# 4  
Old 01-25-2002
Well hell, if the current box is a 486, then yes - just about anything will do. The thing you'll have problems with is getting the program to run on the new box. If it's statically linked, you may be able to run it on a *BSD machine, depending on what it was compiled for.

If you have source and/or installation media, you have a much better chance.
# 5  
Old 01-25-2002
Quote:
Originally posted by refram
actually has pieces falling off of it, and they haven't been able to get the backup to run for 2 years!!!!! They really need to get rid of it. I would be glad to let them continue to use UNIX with a [/B]
Whoa... No backups for two years?

I do not think that I would want clients that were not concerned about their data.

What form is the data in? Database, flatfile, some binary proprietary format?

Is it possible to extract the old data and convert it into the new format? I am thinking no because you have stated that the original creator of the program is long gone. This must be a modern replacement by another company that uses a different data format?

Question, questions and even more questions.
# 6  
Old 01-25-2002
Quote:
Originally posted by refram
Would a simple Linux box on a workstation be the answer? Would somthing like that be able to provide access to the program in such a way that the users wouldn't hate it? There are only about 20 people in the office who are using this program.
I was so jazzed on the two years without a backup, I didn't quote the last part of the previous message and went off on a tangent. Smilie

LivinFree is correct. Do you have the source code or installation media? What is the current flavor of Unix that the system is currently running?

You can go to Fry's Electronics (if they exist near you) and purchase a Duron 950 MHz bare bones machine (motherboard, case, keyboard, speakers and mouse. Onboard video and audio) for roughly $120. Not exactly big bucks. Throw in your memory, CD and HD and you are on the run.

Two of my co-workers ran out and got these boxes two days ago and plan to make *BSD and Linux servers out of these new boxen.
# 7  
Old 01-29-2002
On a tangent:

Hey auswipe, let me know how well those barebones boxes work with BSD... I'd like to build one, but I don't know if the hardware is supported.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

AIX - FC Switch migration, SAN Migration question!

I'm New to AIX / VIOS We're doing a FC switch cutover on an ibm device, connected via SAN. How do I tell if one path to my remote disk is lost? (aix lvm) How do I tell when my link is down on my HBA port? Appreciate your help, very much! (4 Replies)
Discussion started by: BG_JrAdmin
4 Replies

2. AIX

Lpar migration

We have a 2 node oracle rac cluster one node is in frame 1 and other is in frame 2 Now,because of some hardware failure(processor card and cable) in frame 1 we will failover database services from lpar in frame 1 to lpar(oracle rac cluster node2) in frame2 and the entire replacement of hardware... (9 Replies)
Discussion started by: admin_db
9 Replies

3. AIX

SAN Migration

Hi all, We are migrating our SAN storage from HSV360 to 3PAR. The system runs aix 6.1 version with HACMP. Please let me know what are requirements from OS side and how are the data copied to the new disks. (10 Replies)
Discussion started by: ElizabethPJ
10 Replies

4. AIX

Server migration

Hi, Existing several p5 server with lpar (aix5.3), also implemented with hacmp. And now planning to buy new set of server (installing aix7.1)and SAN to replace the existing server. My question is, how to perform data migration from old server/SAN to new server/SAN. Suppose I install... (6 Replies)
Discussion started by: Oceanlo2013
6 Replies

5. UNIX for Advanced & Expert Users

Migration of users

We are about to get a new server and I need to prepare for migration to the new one. This will be my first migration so I'm sure I will be learning alot. My current server is running CentOS 4.x and I want to move to a sever running Centos 5.x , thought it would make things easier. The old... (1 Reply)
Discussion started by: mcraul
1 Replies

6. Shell Programming and Scripting

code migration

Hi, I am working on migration project. thier are 50,000 scripts. As we are doing 70% of automization for changing the scripts. The remaining 30% doing manually. After doing manual changes i have to find the wheather the change is dont or not and also clode review process. Is there any... (2 Replies)
Discussion started by: unihp1
2 Replies

7. UNIX for Advanced & Expert Users

Solaris migration

Hi , There is going to be a server migration from Solaris 8.0 to Solaris10.0. Could anyone give me some tips and documents regarding the steps to be remembered,tips to be followed etc. like syntax differences any new changes to the existing commands and tools we use whatever the... (1 Reply)
Discussion started by: mohanpadamata
1 Replies

8. Solaris

Migration Docd

Hi, I need docs related to migration of Solaris8.0 to solaris10.0. steps to be taken care from developement side.. cheers shell scripts developer (0 Replies)
Discussion started by: mohanpadamata
0 Replies

9. UNIX for Advanced & Expert Users

Migration

Hi all, Would appreciate advise on my situation. Currently server A is in production. Server A takes in data from Server X, does some processing and send to server Y. We are going to develop a different system in server B, something like an enhanced version of A. Server A will be retired once... (2 Replies)
Discussion started by: new2ss
2 Replies

10. UNIX for Advanced & Expert Users

migration

hi, is there any tool that i can use to update my scripts (SH scripts) form Unix to linux. please mention any useful websites. thanx in advance (2 Replies)
Discussion started by: omran
2 Replies
Login or Register to Ask a Question