Sponsored Content
Full Discussion: Migration
Top Forums UNIX for Advanced & Expert Users Migration Post 102019 by new2ss on Wednesday 15th of March 2006 05:27:37 AM
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?
 

10 More Discussions You Might Find Interesting

1. 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

2. 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

3. 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

4. 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

5. 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

6. 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

7. 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

8. 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

9. 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

10. 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
AFP_SIGNATURE.CONF(5)						   Netatalk 2.2 					     AFP_SIGNATURE.CONF(5)

NAME
afp_signature.conf - Configuration file used by afpd(8) to specify server signature DESCRIPTION
/etc/netatalk/afp_signature.conf is the configuration file used by afpd to specify server signature automagically. The configuration lines are composed like: "server name" hexa-string The first field is server name. Server names must be quoted if they contain spaces. The second field is the hexadecimal string of 32 characters for 16-bytes server signature. The leading spaces and tabs are ignored. Blank lines are ignored. The lines prefixed with # are ignored. The illegal lines are ignored. Note Server Signature is unique 16-bytes identifier used to prevent logging on to the same server twice. Netatalk 2.0 and earlier generated server signature by using gethostid(). There was a problem that another servers have the same signature because the hostid is not unique enough. Current netatalk generates the signature from random numbers and saves it into afp_signature.conf. When starting next time, it is read from this file. This file should not be thoughtlessly edited and be copied onto another server. If it wants to set the signature intentionally, use the option "-signature user:xxxx" in afpd.conf. In this case, afp_signature.conf is not used. EXAMPLES
Example. afp_signature.conf three servers on one netatalk # This is a comment. "Guest Server" 251D25569CB29AFDF296C6B5B3A385B7 "User Server" 26B5D785046C019F55718F76B1C13BFB special 74A0BB94EC8C13988B2E75042347E528 SEE ALSO
afpd(8), afpd.conf(5), asip-status.pl(1) Netatalk 2.2 08 Mar 2011 AFP_SIGNATURE.CONF(5)
All times are GMT -4. The time now is 03:52 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy