Migration


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users Migration
# 1  
Old 03-15-2006
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 server B is commissioned. Server B is also required to take data from server X, does some processing and send to server Y.

What strategy should i adopt?

1) Develop B as a standalone. However, when i conduct end to end testing for B, B must also send results to Y. But because Y is an external server, it cannot take in results from A and B. The data will be out of sync*. If i were to adopt this strategy, how can i seperate the results from A and B ? Meaning, how can i verify that B is crunching the data correctly, and successful sending to Y ( eg, comparision with data from A) and at the same time only trigger the results from A to Y?
****
The reason that the data will be out of sync is because A may be sending
1 2 3,1,2,3
and B is sending 1,2,3.
Something like an summary of A. Y is only interested in unique values, hence B is more optimal
****
2) Develop B and at the same time bring in A. That is, while developing B, make provisions to integrate A. Hence only one copy of the results will be sent out. I can do comparision of the results from A and B.( to ensure B is developed correctly) and send results from A's processing. And if i need to retire A, i just cut of the provisions made earlier.

(2) seems initutive, but more importantly, have i missed out any critical gaps in my planning strategies?
# 2  
Old 03-15-2006
Create a local dummy "server Y" for testing B. Use a development machine as the dummy Y server.

Run a parallel test. See if dummy "Y" and the real Y have identical data after a long run, with A-> real Y, B->dummy Y
# 3  
Old 03-16-2006
Thank you for the suggestion.
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, 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

10. UNIX for Dummies Questions & Answers

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... (7 Replies)
Discussion started by: refram
7 Replies
Login or Register to Ask a Question