Moving Servers Within The Same Building Announcing the arrival of Valued Associate #679: Cesar...

What is the difference between 准时 and 按时?

2 sample t test for sample sizes - 30,000 and 150,000

Why do people think Winterfell crypts is the safest place for women, children & old people?

Lights are flickering on and off after accidentally bumping into light switch

What's the difference between using dependency injection with a container and using a service locator?

What is the definining line between a helicopter and a drone a person can ride in?

How to charge percentage of transaction cost?

Do chord progressions usually move by fifths?

Compiling and throwing simple dynamic exceptions at runtime for JVM

Why aren't these two solutions equivalent? Combinatorics problem

Assertions In A Mock Callout Test

Why not use the yoke to control yaw, as well as pitch and roll?

Meaning of "Not holding on that level of emuna/bitachon"

What were wait-states, and why was it only an issue for PCs?

Why isn't everyone flabbergasted about Bran's "gift"?

Why does my GNOME settings mention "Moto C Plus"?

Can gravitational waves pass through a black hole?

Is my guitar’s action too high?

Is the Mordenkainen's Sword spell underpowered?

Coin Game with infinite paradox

Can 'non' with gerundive mean both lack of obligation and negative obligation?

Why does BitLocker not use RSA?

Should man-made satellites feature an intelligent inverted "cow catcher"?

Providing direct feedback to a product salesperson



Moving Servers Within The Same Building



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)
Come Celebrate our 10 Year Anniversary!SQL Server Hardware Configuration RecommendationsCheap servers, or expensive serversBuilding a new server?Should servers be turned off at night?Servers with same workload in the same rack: good, bad or unimportant?What should I watch out for in building low-budget storage servers?Precautions for moving servers across town?Multiple Servers, Multiple Domain Names, One External IP, IIS 7Building vs buying a server for an academic labSomething is burning in the server room; how can I quickly identify what it is?





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}







60















Here's my scenario: I'm a developer that inherited (unbeknownst to me) three servers located within my office. I also inherited the job of being the admin of the servers with a distinct lack of server administration knowledge and google / ServerFault as a reference point. Luckily, I've never actually had to come into contact physically with the machines or address any issues as they've always 'just worked'.



All three machines are located within the same data room and serve the following purpose:



Machine1 - IIS 8.0 hosting a number of internal applications
Machine2 - SQL Server 2008 R2 data store for the internal applications
Machine3 - SQL Server 2008 R2 mirror store of Machine2



All three have external hard drives connected that complete back ups frequently.



I've been informed that all three need to move from one data room to another within the same premises. I wont be completing the physical moving of the hardware, that'll be handled by a competent mover.



Apart from completing a full back up of each, what considerations do I need to make prior to hypothetically flicking the power switch and watching my world move?



I'm aware that it's far from ideal having all three located in the same room / premises but that's past the scope of this question.










share|improve this question




















  • 3





    Even unrelated to this move, you already have a plan what will you do if one (or all) motherboards/power supplies/disk die? (because it will eventually happen)

    – Dusan Bajic
    Aug 22 '16 at 20:33






  • 5





    @spuder maybe they need the app available without Internet (they say it's an internal application) or they just don't want the NSA peeking in. The cloud is not a silver bullet.

    – André Borie
    Aug 22 '16 at 21:43






  • 27





    This isn't enough for an answer itself, but I'd suggest doing a soft power-down and power-up before the move so that you know what the servers do when they're powering on successfully. There may be some scary beeps or ignorable error messages you won't know to ignore if you haven't power cycled the servers before. When you know what a smooth power-on looks/sounds like, and how long it takes, you'll be in a better position to judge if something's very wrong after the move.

    – Stefan Mohr
    Aug 22 '16 at 21:44






  • 2





    Do a reboot of each machine in turn and hope that it comes back to life without errors before you move!

    – Matt
    Aug 23 '16 at 4:20








  • 7





    @Matt at least he admits being clueless and tries to learn which is a good thing. I've seen far too many cases where the admin is a complete idiot but doesn't even realize it.

    – André Borie
    Aug 23 '16 at 10:37


















60















Here's my scenario: I'm a developer that inherited (unbeknownst to me) three servers located within my office. I also inherited the job of being the admin of the servers with a distinct lack of server administration knowledge and google / ServerFault as a reference point. Luckily, I've never actually had to come into contact physically with the machines or address any issues as they've always 'just worked'.



All three machines are located within the same data room and serve the following purpose:



Machine1 - IIS 8.0 hosting a number of internal applications
Machine2 - SQL Server 2008 R2 data store for the internal applications
Machine3 - SQL Server 2008 R2 mirror store of Machine2



All three have external hard drives connected that complete back ups frequently.



I've been informed that all three need to move from one data room to another within the same premises. I wont be completing the physical moving of the hardware, that'll be handled by a competent mover.



Apart from completing a full back up of each, what considerations do I need to make prior to hypothetically flicking the power switch and watching my world move?



I'm aware that it's far from ideal having all three located in the same room / premises but that's past the scope of this question.










share|improve this question




















  • 3





    Even unrelated to this move, you already have a plan what will you do if one (or all) motherboards/power supplies/disk die? (because it will eventually happen)

    – Dusan Bajic
    Aug 22 '16 at 20:33






  • 5





    @spuder maybe they need the app available without Internet (they say it's an internal application) or they just don't want the NSA peeking in. The cloud is not a silver bullet.

    – André Borie
    Aug 22 '16 at 21:43






  • 27





    This isn't enough for an answer itself, but I'd suggest doing a soft power-down and power-up before the move so that you know what the servers do when they're powering on successfully. There may be some scary beeps or ignorable error messages you won't know to ignore if you haven't power cycled the servers before. When you know what a smooth power-on looks/sounds like, and how long it takes, you'll be in a better position to judge if something's very wrong after the move.

    – Stefan Mohr
    Aug 22 '16 at 21:44






  • 2





    Do a reboot of each machine in turn and hope that it comes back to life without errors before you move!

    – Matt
    Aug 23 '16 at 4:20








  • 7





    @Matt at least he admits being clueless and tries to learn which is a good thing. I've seen far too many cases where the admin is a complete idiot but doesn't even realize it.

    – André Borie
    Aug 23 '16 at 10:37














60












60








60


11






Here's my scenario: I'm a developer that inherited (unbeknownst to me) three servers located within my office. I also inherited the job of being the admin of the servers with a distinct lack of server administration knowledge and google / ServerFault as a reference point. Luckily, I've never actually had to come into contact physically with the machines or address any issues as they've always 'just worked'.



All three machines are located within the same data room and serve the following purpose:



Machine1 - IIS 8.0 hosting a number of internal applications
Machine2 - SQL Server 2008 R2 data store for the internal applications
Machine3 - SQL Server 2008 R2 mirror store of Machine2



All three have external hard drives connected that complete back ups frequently.



I've been informed that all three need to move from one data room to another within the same premises. I wont be completing the physical moving of the hardware, that'll be handled by a competent mover.



Apart from completing a full back up of each, what considerations do I need to make prior to hypothetically flicking the power switch and watching my world move?



I'm aware that it's far from ideal having all three located in the same room / premises but that's past the scope of this question.










share|improve this question
















Here's my scenario: I'm a developer that inherited (unbeknownst to me) three servers located within my office. I also inherited the job of being the admin of the servers with a distinct lack of server administration knowledge and google / ServerFault as a reference point. Luckily, I've never actually had to come into contact physically with the machines or address any issues as they've always 'just worked'.



All three machines are located within the same data room and serve the following purpose:



Machine1 - IIS 8.0 hosting a number of internal applications
Machine2 - SQL Server 2008 R2 data store for the internal applications
Machine3 - SQL Server 2008 R2 mirror store of Machine2



All three have external hard drives connected that complete back ups frequently.



I've been informed that all three need to move from one data room to another within the same premises. I wont be completing the physical moving of the hardware, that'll be handled by a competent mover.



Apart from completing a full back up of each, what considerations do I need to make prior to hypothetically flicking the power switch and watching my world move?



I'm aware that it's far from ideal having all three located in the same room / premises but that's past the scope of this question.







hardware






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Aug 24 '16 at 14:32







Gareth

















asked Aug 22 '16 at 10:51









GarethGareth

415410




415410








  • 3





    Even unrelated to this move, you already have a plan what will you do if one (or all) motherboards/power supplies/disk die? (because it will eventually happen)

    – Dusan Bajic
    Aug 22 '16 at 20:33






  • 5





    @spuder maybe they need the app available without Internet (they say it's an internal application) or they just don't want the NSA peeking in. The cloud is not a silver bullet.

    – André Borie
    Aug 22 '16 at 21:43






  • 27





    This isn't enough for an answer itself, but I'd suggest doing a soft power-down and power-up before the move so that you know what the servers do when they're powering on successfully. There may be some scary beeps or ignorable error messages you won't know to ignore if you haven't power cycled the servers before. When you know what a smooth power-on looks/sounds like, and how long it takes, you'll be in a better position to judge if something's very wrong after the move.

    – Stefan Mohr
    Aug 22 '16 at 21:44






  • 2





    Do a reboot of each machine in turn and hope that it comes back to life without errors before you move!

    – Matt
    Aug 23 '16 at 4:20








  • 7





    @Matt at least he admits being clueless and tries to learn which is a good thing. I've seen far too many cases where the admin is a complete idiot but doesn't even realize it.

    – André Borie
    Aug 23 '16 at 10:37














  • 3





    Even unrelated to this move, you already have a plan what will you do if one (or all) motherboards/power supplies/disk die? (because it will eventually happen)

    – Dusan Bajic
    Aug 22 '16 at 20:33






  • 5





    @spuder maybe they need the app available without Internet (they say it's an internal application) or they just don't want the NSA peeking in. The cloud is not a silver bullet.

    – André Borie
    Aug 22 '16 at 21:43






  • 27





    This isn't enough for an answer itself, but I'd suggest doing a soft power-down and power-up before the move so that you know what the servers do when they're powering on successfully. There may be some scary beeps or ignorable error messages you won't know to ignore if you haven't power cycled the servers before. When you know what a smooth power-on looks/sounds like, and how long it takes, you'll be in a better position to judge if something's very wrong after the move.

    – Stefan Mohr
    Aug 22 '16 at 21:44






  • 2





    Do a reboot of each machine in turn and hope that it comes back to life without errors before you move!

    – Matt
    Aug 23 '16 at 4:20








  • 7





    @Matt at least he admits being clueless and tries to learn which is a good thing. I've seen far too many cases where the admin is a complete idiot but doesn't even realize it.

    – André Borie
    Aug 23 '16 at 10:37








3




3





Even unrelated to this move, you already have a plan what will you do if one (or all) motherboards/power supplies/disk die? (because it will eventually happen)

– Dusan Bajic
Aug 22 '16 at 20:33





Even unrelated to this move, you already have a plan what will you do if one (or all) motherboards/power supplies/disk die? (because it will eventually happen)

– Dusan Bajic
Aug 22 '16 at 20:33




5




5





@spuder maybe they need the app available without Internet (they say it's an internal application) or they just don't want the NSA peeking in. The cloud is not a silver bullet.

– André Borie
Aug 22 '16 at 21:43





@spuder maybe they need the app available without Internet (they say it's an internal application) or they just don't want the NSA peeking in. The cloud is not a silver bullet.

– André Borie
Aug 22 '16 at 21:43




27




27





This isn't enough for an answer itself, but I'd suggest doing a soft power-down and power-up before the move so that you know what the servers do when they're powering on successfully. There may be some scary beeps or ignorable error messages you won't know to ignore if you haven't power cycled the servers before. When you know what a smooth power-on looks/sounds like, and how long it takes, you'll be in a better position to judge if something's very wrong after the move.

– Stefan Mohr
Aug 22 '16 at 21:44





This isn't enough for an answer itself, but I'd suggest doing a soft power-down and power-up before the move so that you know what the servers do when they're powering on successfully. There may be some scary beeps or ignorable error messages you won't know to ignore if you haven't power cycled the servers before. When you know what a smooth power-on looks/sounds like, and how long it takes, you'll be in a better position to judge if something's very wrong after the move.

– Stefan Mohr
Aug 22 '16 at 21:44




2




2





Do a reboot of each machine in turn and hope that it comes back to life without errors before you move!

– Matt
Aug 23 '16 at 4:20







Do a reboot of each machine in turn and hope that it comes back to life without errors before you move!

– Matt
Aug 23 '16 at 4:20






7




7





@Matt at least he admits being clueless and tries to learn which is a good thing. I've seen far too many cases where the admin is a complete idiot but doesn't even realize it.

– André Borie
Aug 23 '16 at 10:37





@Matt at least he admits being clueless and tries to learn which is a good thing. I've seen far too many cases where the admin is a complete idiot but doesn't even realize it.

– André Borie
Aug 23 '16 at 10:37










9 Answers
9






active

oldest

votes


















61














Genuinely interesting question, well asked :)



There's a few things you need to check before this move, some easy, some hard.



Power - check that the new room has not only the right amount of power outlets but that they're the right type - as in physical connector type and if the current location allows for different power phases per server to protect against single phase failure then I'd strongly urge you to replicate that also in the new location.



Cooling - you need to check that there won't be an immediate or gradual build-up of heat that will lead to overheating and potential server shutdown. You can usually look up the maximum power (in watts) or heat (in BTUs) that each server can draw from the manufacturers website - let your building manager know this and get a written confirmation from them stating that the cooling in that location will cope.



Networking - this is the hard one - not only does the same number of ports need to be replicated between old and new location but so does their type, speed and most importantly configuration. This last point is the key - there was a time when almost all ports in a network were pretty much equal - I'm old enough to remember those times! but these days the number of port configurations and the place in the network that any one port can be in is astronomical, you need to make sure that your network people replicated EVERYTHING to be identical from old to new - again get this in writing as this isn't easy. If something goes wrong with this move I'd put money it'll be on the network ports not being identical, it happens all the time.



'Other connections' - do you know if your servers have any other connections than power and networking? perhaps they have Fibre-Channel links to shared storage, KVM links to a shared management screen - again if they do you need to replicate these identically.



Other than that feel free to come back here with any more specific questions, and I hope the move goes well.






share|improve this answer





















  • 2





    +1 for Chopper3 - I'd also add that depending on how your network is configured, there is just a small chance that the MAC addresses of your network cards won't be released from the old switch and Internet might not work depending on how the network is built. I know this might not happen if the switches are properly configured, however I've worked in a large environment and this happened quite often and the network engineer had to manually clear the MAC entry.

    – Mugurel
    Aug 22 '16 at 12:07






  • 4





    Take a photo of the backplane before dismantling. Saves a laod of pain.

    – Sobrique
    Aug 23 '16 at 15:58






  • 1





    Everything. Just take photos on your camera phone of where all the cables go, and what's plugged in and what's not. (Assuming you're allowed those in the DC). Really good to double check later how 'things looked' if something wierd is happening.

    – Sobrique
    Aug 24 '16 at 8:02






  • 2





    Ah so 'ports' then - backplane often refers to something entirely different

    – Chopper3
    Aug 24 '16 at 8:34






  • 2





    @Chopper3 Backplane always refers to an internal hardware component and never "the back of the server's case." Except when it means a failed social network.

    – Christopher Schultz
    Aug 24 '16 at 19:13



















27














Other answers cover the technical aspects of the move. You may also have to consider some other things.



Make sure users know that their applications will be down during the move. You will want to schedule the move, perhaps during non-working hours, so that you minimize the number of people affected.



Have a knowledgeable person (or persons) test the applications after you bring up the servers. Have them do some sanity checks to make sure the applications work as expected.



After the testing, tell your users that the move is finished and have them let you know if they have any problems.






share|improve this answer































    18














    It's quite difficult to tell and borderline "too broad" for our format. The most important thing you need to check is if you need to reconfigure your network in any way of if they can keep running with the same addresses. Even if they can keep the same addresses, make sure they are not configured via DHCP and/or verify the DHCP server will be available at the new location.



    Side note: As you already stated, having the SQL server and it's mirror is far from ideal. However, having the backup drives at the same location is really dangerous. You need to have your backup in a different physical location.






    share|improve this answer



















    • 7





      +1 backups. They shouldn't be in same location, also the server that is backed up should not have access to backup media, else a mistake/malware/sabotage/ransomware on one of the servers can destroy backups, too. Right now might not have budget, but put it on your list of must-do.

      – sdkks
      Aug 22 '16 at 14:27



















    16














    Other answers have good pre-move considerations. However, you should also be planning how you organize the actual move. From the fact that Machine3 is a mirror of Machine2, it looks like uptime is a significant consideration for the SQL Server 2008 R2 database(s). The fact that it is a mirror provides you with an opportunity. The reason for the existence of a mirror is to be available when the primary server is not. That includes not being available due to maintenance, which includes moving.



    Make a plan:

    You should make a written plan for how the move will be carried out. You may need to be able to provide this plan, or parts of it, to people handling portions of the work (e.g. the movers). This plan should include all pre-move activities, the actual move, and post-move actions (e.g. verification of functionality).



    Move Basics:




    1. Move Machine3 (the SQL Server mirror): Get it fully operational. Verify re-sync.

    2. Move Machine2: Get it fully operational.

    3. Move Machine1: Get it fully operational.


    More detailed description of the move:



    The following includes two methods (Path A and B) of using Machine3 to test the connections for Machine1 and/or Machine2. You should only use one method. What way to do so, or even if to use either, depends on information not contained in the question (e.g. physical separation of the final machine locations, physical size of the machines, length of network/power cords, availability of extensions for same, similarity of network port configurations, uptime needs, etc.). Using Machine3 to test these connections potentially allows higher uptime for Machine2, but particularly for Machine1, which has no mirror. You can choose to use either method, or neither.





    1. Move Machine3 first.




      • Leave Machine1 and Machine2 in place for now.

      • Backup Machine3, then shut it down

      • Get Machine3 completely moved to the new location.

      • [Path B: Not used if you are going to use optional step #2.] If the network and power configurations for all machines are identical: Put Machine3 where Machine1 is planned to end up using the connections intended for Machine1.

      • Get Machine3 back up and running. In the new location, verify that it is functioning normally as a mirror of Machine2. This will provide physical verification that the configuration of all issues (power, network, etc) are functional in the new location.

      • Resolve any issues which come up.

      • Verify that Machine3 has fully re-synchronized with Machine2 prior to proceeding.




    2. Path A: (Optional):




      • Use Machine3 to test all facilities intended for Machine2 and Machine1.

      • Shut Machine3 down and move/switch to using the position/connections for Machine2, (verify re-sync) then Machine1 (verify re-sync). If you planned to do this, then Machine3 should have initially been set up with the connections intended for end use by Machine1 or Machine2, so you to not set it up first in the end location for Machine3 and then change it 3 times, but only 2 by starting with it using the facilities of one of the other machines.

      • Verify that Machine3 has fully re-synchronized with Machine2 prior to proceeding.




    3. Move Machine2.




      • Your practice with Machine3 should make this much smoother.

      • Backup Machine2, then shut it down

      • Move Machine2 to the new location; make all connections

      • Resolve any issues which come up.

      • Verify that Machine2 has fully re-synchronized with Machine3 prior to proceeding.




    4. [Path B: Not needed if you tested all connections with Machine3 in optional step #2] If now have Machine3 where Machine1 is to end up:




      • Shut down Machine3.

      • Move it to where it is planned to end up (out of the location you intend Machine1 to be located).

      • Resolve any issues which come up.

      • Verify that Machine3 has fully re-synchronized with Machine2 prior to proceeding.




    5. Move Machine1.




      • Having moved Both Machine2 and Machine3 (and hopefully tested the actual connections Machine1 will be using by having Machine3 use them temporarily), this should be the smoothest of the moves.

      • Backup Machine1, then shut it down

      • Move Machine1 to the new location; make all connections

      • Resolve any issues which come up.

      • If something goes wrong with the facilities in the position that Machine1 is supposed to occupy, you have the option of using the facilities where Machine3 is now located. Hopefully you were already able to test all facilities in the Machine1 position by having it already used by Machine3 for a time (Path A or Path B).








    share|improve this answer

































      7














      If any of the servers' IPs will change then and connections are made to the SQL box via DNS resolution then you will need to schedule a change to the DNS records at the same time as the move.



      Things you should know about the intranet software and databases:




      • Does the intranet software connect to the SQL Server via IP, NetBIOS, or DNS?

      • Do the SQL Server user accounts used by the intranet software have authentication limited to traffic coming from an IP?

      • Do employees at your company access the SQL Server directly from any spreadsheets or reporting tools, if so, how do they define the DSN?


      If you don't get the exact same IPs, or if you end up on a different sub net, you will need access to change the source code or configuration files for any apps that connect to the SQL server. People could be relying on undocumented and direct SQL access for ad-hoc reporting.






      share|improve this answer































        2














        Utilize your "Disaster Recovery" servers. Switch over to them to handle the load while you move your production servers. With properly configured DR equipment you can do the move in the middle of the day without seeing much downtime (up to 15 mins). As the disaster recovery servers should be configured in the same manner as the production servers. If you don't have DR equipment, I highly recommend getting them.



        Think of it this way: while your corvette is getting a tune up, use your minivan to get through the day.






        share|improve this answer



















        • 6





          You're assuming a lot about a company that surprises an inexperienced admin with three servers.

          – RoadieRich
          Aug 24 '16 at 18:36











        • Absolutely, I'm assuming a fully functioning properly setup server lab. Or at the very least a place that has some old servers(or even pcs) still laying around collecting dust. Re-config them just to do the move.

          – Software_Programineer
          Aug 25 '16 at 19:30



















        1














        One thing I don't think has been mentioned is physical security of the new home of the servers. What was the room used for before and who has keys to it? Is there adequate security (alarm systems, cameras, etc.).






        share|improve this answer































          1














          Some considerations in addition to the other answers:




          • Are the applications linked to other ones by e. g. nightly exchange of data by file or by use of webservices? What are the consequences when the applications are not available? Can related applications cope with this or do they fail or even produce wrong results due to lack of information from your applications?


          • Is a downtime acceptable for your users, company or even clients? How long may it be?


          • I think it is a good idea to have a plan for a rollback. You can use it in case of a problem that can't be resolved quickly, e. g. a network problem. You will probably need to keep the mover available for the case of bringing the hardware back.


          • Do your applications lead to high network traffic and does the network have to be prepared for this (probably much more unlikely a problem than issues with addresses and firewalls)? If you have real time applications (e. g. video conference software) latencies will be important.


          • The servers must fit into the server rack if you have one.







          share|improve this answer































            0














            IT Relocation Planning 101: Everything You Need to Know



            If you need help with your IT relocation planning then you're in the right place. Check out this handy guide to find out everything you need to know! The same goes for moving your data. If your business stores sensitive or confidential information on hard drives, you'll need to pay attention. There's a high risk of compromising your data if you don't have a solid IT relocation plan and checklist in place. We'll tell you everything you need to know about IT relocation and relocation planning.



            No to Trash



            Hard drive shredding is a safe alternative to simply throwing hard drives away. By throwing hard drives in the garbage, anyone could end up with your confidential business information. Shredding ensures that old hard drives are totally destroyed. It makes it impossible for anyone to access the information stored on the drives. This is one of the key aspects when it comes to IT relocation. Along with this, the environmental impact of simply trashing old equipment is a serious ethical issue. We will discuss this further along in the article.



            Relocation Planning



            It's recommended that the entire IT relocation process is overseen by a project manager or project management team. The addition of a design plan outlines the details from your current situation to the end of the process. It covers everything from where you are in the process to where you want to be. In addition, an implementation plan will outline all responsible parties, steps, and dates for tasks. This ensures the various steps happen in proper sequence. Remember, it's never too early to start planning. It's critical that the move-day plan is set out well in advance. This will summarize the activities on the day of the move, to ensure all run smoothly. In order for all these plans to actually work, it's useful to have someone appointed as Project Manager. They should oversee good communication between different role players, as a single point of contact. The Project Manager will be central to managing the IT relocation checklist, which is a key element of a successful migration.



            Briefing and Budget



            As part of an IT relocation plan, it's useful to address potential risks. Contingency plans should be in place and all role players should be ready to fulfill their duties on the day. Any partners involved should get an extensive briefing about what to expect. Prior to the moving day, partners should be reminded of their responsibilities. This information forms part of a project plan. It should include the budget, resources, and the IT relocation timeline. As you can see, a critical aspect of this move is good, well-executed planning. To avoid miscommunication, specific areas should be documented in detail. These documents are a central part of the process, as they outline agreements, inventory lists, and diagrams.



            Minimize Downtime



            Data Relocation is a costly and time-consuming project. It's also potentially high-risk and needs to be done with careful consideration. An important question people have regarding IT relocation is about the time it will take. 'How this will affect my business?' they ask. A major risk of data relocation is the downtime associated with it. Downtime can be very costly, which is why you want to minimize or even avoid it if possible. For this reason, your IT relocation must be planned and managed with expertise. Extensive planning is key to minimizing downtime and saving you money. Proper planning can take months. If your company lacks expertise and is unable to form a solid data relocation plan, find a partner who can assist with this. Taking on a data relocation process without adequate planning and resources can be dangerous for everyone involved. It can cost your business downtime, data loss, and serious security risks.



            Inventory Importance



            One of the first steps in an adequate data relocation plan is to compile an equipment inventory list. This relocating list involves a thorough site audit and a review of the current resources. After this, you'll be more aware of the critical elements that'll need to be moved first. Along with this, you can make decisions about what items need to be replaced or upgraded. It's recommended to hire data center experts who can audit your site in detail. They'll assist you in your decision to either replace, upgrade, or decommission your current machines. This will help you to understand your current infrastructure network and equipment. In addition to the hardware, you'll also need a specific listing of your applications and software licenses. This sounds like a lot of work. And it is. But it's critical in helping you design your migration strategy. It'll guide a list of workloads and the sequence of migration.



            Big Bang Theory



            After you've decided what equipment you're moving and what you're replacing, you must decide whether it'll be moved all at once. This is known as a "Big Bang" approach. The alternative is to move in phases. Relocating in phases may reduce downtime in the long-run. It'll allow your business to get parts of the data center in working order before everything else is moved. If you're back up and running, you can continue with operations. However, please note that these relocations are very risky and complex. If one part of your system malfunctions before being re-installed, your entire system may be down for a while. If minimizing downtime is a priority, you can look at a "Swing Gate" approach that recreates your data center at its new location. It's a temporary recreation and will keep your system running during the move.



            Support System



            Keep in mind that your business may have to hire an expert to assist with your data relocation needs. Even if your company is equipped with the necessary skills and talent, some equipment migrations are very complex. In this case, you run the risk of depleting too many internal resources. If your team is focused on the migration, their time will be taken away from their usual tasks. Other equally important projects may be overlooked leading to serious consequences. Always take into account all aspects of the move. Coordinating transport, managing chain of custody, insurance coverage, and logistics costs are just some of the aspects to remember. Due to these varied tasks and requirements, it's almost always better to look for a support system. Especially if the move requires specialized help. Ensure you select a team with varied experience. If they can assist with the entire project, you are ensured higher levels of safety and proficiency from them.



            Document and Test the Migration



            Remember, it's critical to document the whole data migration process. All equipment that is moving should be tagged. The warranty and serial number of each piece must be checked in order to avoid the warranty expiring during the move. In addition, remember to make a new office checklist with all requirements for the new space. Don't forget, some equipment will require specific licensing in order to run concurrently while you relocate to the new space. Disaster recovery plans must be in place. Test these, too, before the actual migration. As soon as everything is installed in the new place, start testing. Check the machines and equipment against the inventory. Ensure nothing was lost or broken. After this, you should begin testing the systems and applications. Ensure they're all up and operating correctly. Before the move, you should devise a post-relocation restart and testing plan. It's critical to ensure everything is operating correctly before going live.



            Freshen Up



            The post move clean up is the final critical element in your relocation. You're ready for your fresh new start. But first, there's still a few final tasks to take into account. Firstly, review your punch list to ensure everything is done. Next, ensure you have good quality documentation of all relocated items. Then, you may need to liquidate assets that are no longer needed. And finally, it's important to dispose of and recycle base materials. An IT relocation will often involve the disposal of older equipment. This includes packaging materials, copper from cabling, and extra metals. All of these have serious potential implications of the environment.



            Data Relocation Service



            In order to truly optimize the efficiency of your relocation and minimize environmental impact, you may want to work with a data center relocation service. They'll offer a recycling program to ensure a quick transition and an environmentally friendly migration. As you can see, there are many elements to keep in mind when dealing with IT relocation planning. The key aspects are starting with a solid plan, seeking support, and documenting every step during the process. Please contact us to find out more about a suitable relocation plan for your business needs like NCWS.





            share








            New contributor




            user520406 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.





















              Your Answer








              StackExchange.ready(function() {
              var channelOptions = {
              tags: "".split(" "),
              id: "2"
              };
              initTagRenderer("".split(" "), "".split(" "), channelOptions);

              StackExchange.using("externalEditor", function() {
              // Have to fire editor after snippets, if snippets enabled
              if (StackExchange.settings.snippets.snippetsEnabled) {
              StackExchange.using("snippets", function() {
              createEditor();
              });
              }
              else {
              createEditor();
              }
              });

              function createEditor() {
              StackExchange.prepareEditor({
              heartbeatType: 'answer',
              autoActivateHeartbeat: false,
              convertImagesToLinks: true,
              noModals: true,
              showLowRepImageUploadWarning: true,
              reputationToPostImages: 10,
              bindNavPrevention: true,
              postfix: "",
              imageUploader: {
              brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
              contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
              allowUrls: true
              },
              onDemand: true,
              discardSelector: ".discard-answer"
              ,immediatelyShowMarkdownHelp:true
              });


              }
              });














              draft saved

              draft discarded


















              StackExchange.ready(
              function () {
              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f798298%2fmoving-servers-within-the-same-building%23new-answer', 'question_page');
              }
              );

              Post as a guest















              Required, but never shown

























              9 Answers
              9






              active

              oldest

              votes








              9 Answers
              9






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes









              61














              Genuinely interesting question, well asked :)



              There's a few things you need to check before this move, some easy, some hard.



              Power - check that the new room has not only the right amount of power outlets but that they're the right type - as in physical connector type and if the current location allows for different power phases per server to protect against single phase failure then I'd strongly urge you to replicate that also in the new location.



              Cooling - you need to check that there won't be an immediate or gradual build-up of heat that will lead to overheating and potential server shutdown. You can usually look up the maximum power (in watts) or heat (in BTUs) that each server can draw from the manufacturers website - let your building manager know this and get a written confirmation from them stating that the cooling in that location will cope.



              Networking - this is the hard one - not only does the same number of ports need to be replicated between old and new location but so does their type, speed and most importantly configuration. This last point is the key - there was a time when almost all ports in a network were pretty much equal - I'm old enough to remember those times! but these days the number of port configurations and the place in the network that any one port can be in is astronomical, you need to make sure that your network people replicated EVERYTHING to be identical from old to new - again get this in writing as this isn't easy. If something goes wrong with this move I'd put money it'll be on the network ports not being identical, it happens all the time.



              'Other connections' - do you know if your servers have any other connections than power and networking? perhaps they have Fibre-Channel links to shared storage, KVM links to a shared management screen - again if they do you need to replicate these identically.



              Other than that feel free to come back here with any more specific questions, and I hope the move goes well.






              share|improve this answer





















              • 2





                +1 for Chopper3 - I'd also add that depending on how your network is configured, there is just a small chance that the MAC addresses of your network cards won't be released from the old switch and Internet might not work depending on how the network is built. I know this might not happen if the switches are properly configured, however I've worked in a large environment and this happened quite often and the network engineer had to manually clear the MAC entry.

                – Mugurel
                Aug 22 '16 at 12:07






              • 4





                Take a photo of the backplane before dismantling. Saves a laod of pain.

                – Sobrique
                Aug 23 '16 at 15:58






              • 1





                Everything. Just take photos on your camera phone of where all the cables go, and what's plugged in and what's not. (Assuming you're allowed those in the DC). Really good to double check later how 'things looked' if something wierd is happening.

                – Sobrique
                Aug 24 '16 at 8:02






              • 2





                Ah so 'ports' then - backplane often refers to something entirely different

                – Chopper3
                Aug 24 '16 at 8:34






              • 2





                @Chopper3 Backplane always refers to an internal hardware component and never "the back of the server's case." Except when it means a failed social network.

                – Christopher Schultz
                Aug 24 '16 at 19:13
















              61














              Genuinely interesting question, well asked :)



              There's a few things you need to check before this move, some easy, some hard.



              Power - check that the new room has not only the right amount of power outlets but that they're the right type - as in physical connector type and if the current location allows for different power phases per server to protect against single phase failure then I'd strongly urge you to replicate that also in the new location.



              Cooling - you need to check that there won't be an immediate or gradual build-up of heat that will lead to overheating and potential server shutdown. You can usually look up the maximum power (in watts) or heat (in BTUs) that each server can draw from the manufacturers website - let your building manager know this and get a written confirmation from them stating that the cooling in that location will cope.



              Networking - this is the hard one - not only does the same number of ports need to be replicated between old and new location but so does their type, speed and most importantly configuration. This last point is the key - there was a time when almost all ports in a network were pretty much equal - I'm old enough to remember those times! but these days the number of port configurations and the place in the network that any one port can be in is astronomical, you need to make sure that your network people replicated EVERYTHING to be identical from old to new - again get this in writing as this isn't easy. If something goes wrong with this move I'd put money it'll be on the network ports not being identical, it happens all the time.



              'Other connections' - do you know if your servers have any other connections than power and networking? perhaps they have Fibre-Channel links to shared storage, KVM links to a shared management screen - again if they do you need to replicate these identically.



              Other than that feel free to come back here with any more specific questions, and I hope the move goes well.






              share|improve this answer





















              • 2





                +1 for Chopper3 - I'd also add that depending on how your network is configured, there is just a small chance that the MAC addresses of your network cards won't be released from the old switch and Internet might not work depending on how the network is built. I know this might not happen if the switches are properly configured, however I've worked in a large environment and this happened quite often and the network engineer had to manually clear the MAC entry.

                – Mugurel
                Aug 22 '16 at 12:07






              • 4





                Take a photo of the backplane before dismantling. Saves a laod of pain.

                – Sobrique
                Aug 23 '16 at 15:58






              • 1





                Everything. Just take photos on your camera phone of where all the cables go, and what's plugged in and what's not. (Assuming you're allowed those in the DC). Really good to double check later how 'things looked' if something wierd is happening.

                – Sobrique
                Aug 24 '16 at 8:02






              • 2





                Ah so 'ports' then - backplane often refers to something entirely different

                – Chopper3
                Aug 24 '16 at 8:34






              • 2





                @Chopper3 Backplane always refers to an internal hardware component and never "the back of the server's case." Except when it means a failed social network.

                – Christopher Schultz
                Aug 24 '16 at 19:13














              61












              61








              61







              Genuinely interesting question, well asked :)



              There's a few things you need to check before this move, some easy, some hard.



              Power - check that the new room has not only the right amount of power outlets but that they're the right type - as in physical connector type and if the current location allows for different power phases per server to protect against single phase failure then I'd strongly urge you to replicate that also in the new location.



              Cooling - you need to check that there won't be an immediate or gradual build-up of heat that will lead to overheating and potential server shutdown. You can usually look up the maximum power (in watts) or heat (in BTUs) that each server can draw from the manufacturers website - let your building manager know this and get a written confirmation from them stating that the cooling in that location will cope.



              Networking - this is the hard one - not only does the same number of ports need to be replicated between old and new location but so does their type, speed and most importantly configuration. This last point is the key - there was a time when almost all ports in a network were pretty much equal - I'm old enough to remember those times! but these days the number of port configurations and the place in the network that any one port can be in is astronomical, you need to make sure that your network people replicated EVERYTHING to be identical from old to new - again get this in writing as this isn't easy. If something goes wrong with this move I'd put money it'll be on the network ports not being identical, it happens all the time.



              'Other connections' - do you know if your servers have any other connections than power and networking? perhaps they have Fibre-Channel links to shared storage, KVM links to a shared management screen - again if they do you need to replicate these identically.



              Other than that feel free to come back here with any more specific questions, and I hope the move goes well.






              share|improve this answer















              Genuinely interesting question, well asked :)



              There's a few things you need to check before this move, some easy, some hard.



              Power - check that the new room has not only the right amount of power outlets but that they're the right type - as in physical connector type and if the current location allows for different power phases per server to protect against single phase failure then I'd strongly urge you to replicate that also in the new location.



              Cooling - you need to check that there won't be an immediate or gradual build-up of heat that will lead to overheating and potential server shutdown. You can usually look up the maximum power (in watts) or heat (in BTUs) that each server can draw from the manufacturers website - let your building manager know this and get a written confirmation from them stating that the cooling in that location will cope.



              Networking - this is the hard one - not only does the same number of ports need to be replicated between old and new location but so does their type, speed and most importantly configuration. This last point is the key - there was a time when almost all ports in a network were pretty much equal - I'm old enough to remember those times! but these days the number of port configurations and the place in the network that any one port can be in is astronomical, you need to make sure that your network people replicated EVERYTHING to be identical from old to new - again get this in writing as this isn't easy. If something goes wrong with this move I'd put money it'll be on the network ports not being identical, it happens all the time.



              'Other connections' - do you know if your servers have any other connections than power and networking? perhaps they have Fibre-Channel links to shared storage, KVM links to a shared management screen - again if they do you need to replicate these identically.



              Other than that feel free to come back here with any more specific questions, and I hope the move goes well.







              share|improve this answer














              share|improve this answer



              share|improve this answer








              edited Aug 23 '16 at 3:58







              user294235

















              answered Aug 22 '16 at 11:24









              Chopper3Chopper3

              94.8k999227




              94.8k999227








              • 2





                +1 for Chopper3 - I'd also add that depending on how your network is configured, there is just a small chance that the MAC addresses of your network cards won't be released from the old switch and Internet might not work depending on how the network is built. I know this might not happen if the switches are properly configured, however I've worked in a large environment and this happened quite often and the network engineer had to manually clear the MAC entry.

                – Mugurel
                Aug 22 '16 at 12:07






              • 4





                Take a photo of the backplane before dismantling. Saves a laod of pain.

                – Sobrique
                Aug 23 '16 at 15:58






              • 1





                Everything. Just take photos on your camera phone of where all the cables go, and what's plugged in and what's not. (Assuming you're allowed those in the DC). Really good to double check later how 'things looked' if something wierd is happening.

                – Sobrique
                Aug 24 '16 at 8:02






              • 2





                Ah so 'ports' then - backplane often refers to something entirely different

                – Chopper3
                Aug 24 '16 at 8:34






              • 2





                @Chopper3 Backplane always refers to an internal hardware component and never "the back of the server's case." Except when it means a failed social network.

                – Christopher Schultz
                Aug 24 '16 at 19:13














              • 2





                +1 for Chopper3 - I'd also add that depending on how your network is configured, there is just a small chance that the MAC addresses of your network cards won't be released from the old switch and Internet might not work depending on how the network is built. I know this might not happen if the switches are properly configured, however I've worked in a large environment and this happened quite often and the network engineer had to manually clear the MAC entry.

                – Mugurel
                Aug 22 '16 at 12:07






              • 4





                Take a photo of the backplane before dismantling. Saves a laod of pain.

                – Sobrique
                Aug 23 '16 at 15:58






              • 1





                Everything. Just take photos on your camera phone of where all the cables go, and what's plugged in and what's not. (Assuming you're allowed those in the DC). Really good to double check later how 'things looked' if something wierd is happening.

                – Sobrique
                Aug 24 '16 at 8:02






              • 2





                Ah so 'ports' then - backplane often refers to something entirely different

                – Chopper3
                Aug 24 '16 at 8:34






              • 2





                @Chopper3 Backplane always refers to an internal hardware component and never "the back of the server's case." Except when it means a failed social network.

                – Christopher Schultz
                Aug 24 '16 at 19:13








              2




              2





              +1 for Chopper3 - I'd also add that depending on how your network is configured, there is just a small chance that the MAC addresses of your network cards won't be released from the old switch and Internet might not work depending on how the network is built. I know this might not happen if the switches are properly configured, however I've worked in a large environment and this happened quite often and the network engineer had to manually clear the MAC entry.

              – Mugurel
              Aug 22 '16 at 12:07





              +1 for Chopper3 - I'd also add that depending on how your network is configured, there is just a small chance that the MAC addresses of your network cards won't be released from the old switch and Internet might not work depending on how the network is built. I know this might not happen if the switches are properly configured, however I've worked in a large environment and this happened quite often and the network engineer had to manually clear the MAC entry.

              – Mugurel
              Aug 22 '16 at 12:07




              4




              4





              Take a photo of the backplane before dismantling. Saves a laod of pain.

              – Sobrique
              Aug 23 '16 at 15:58





              Take a photo of the backplane before dismantling. Saves a laod of pain.

              – Sobrique
              Aug 23 '16 at 15:58




              1




              1





              Everything. Just take photos on your camera phone of where all the cables go, and what's plugged in and what's not. (Assuming you're allowed those in the DC). Really good to double check later how 'things looked' if something wierd is happening.

              – Sobrique
              Aug 24 '16 at 8:02





              Everything. Just take photos on your camera phone of where all the cables go, and what's plugged in and what's not. (Assuming you're allowed those in the DC). Really good to double check later how 'things looked' if something wierd is happening.

              – Sobrique
              Aug 24 '16 at 8:02




              2




              2





              Ah so 'ports' then - backplane often refers to something entirely different

              – Chopper3
              Aug 24 '16 at 8:34





              Ah so 'ports' then - backplane often refers to something entirely different

              – Chopper3
              Aug 24 '16 at 8:34




              2




              2





              @Chopper3 Backplane always refers to an internal hardware component and never "the back of the server's case." Except when it means a failed social network.

              – Christopher Schultz
              Aug 24 '16 at 19:13





              @Chopper3 Backplane always refers to an internal hardware component and never "the back of the server's case." Except when it means a failed social network.

              – Christopher Schultz
              Aug 24 '16 at 19:13













              27














              Other answers cover the technical aspects of the move. You may also have to consider some other things.



              Make sure users know that their applications will be down during the move. You will want to schedule the move, perhaps during non-working hours, so that you minimize the number of people affected.



              Have a knowledgeable person (or persons) test the applications after you bring up the servers. Have them do some sanity checks to make sure the applications work as expected.



              After the testing, tell your users that the move is finished and have them let you know if they have any problems.






              share|improve this answer




























                27














                Other answers cover the technical aspects of the move. You may also have to consider some other things.



                Make sure users know that their applications will be down during the move. You will want to schedule the move, perhaps during non-working hours, so that you minimize the number of people affected.



                Have a knowledgeable person (or persons) test the applications after you bring up the servers. Have them do some sanity checks to make sure the applications work as expected.



                After the testing, tell your users that the move is finished and have them let you know if they have any problems.






                share|improve this answer


























                  27












                  27








                  27







                  Other answers cover the technical aspects of the move. You may also have to consider some other things.



                  Make sure users know that their applications will be down during the move. You will want to schedule the move, perhaps during non-working hours, so that you minimize the number of people affected.



                  Have a knowledgeable person (or persons) test the applications after you bring up the servers. Have them do some sanity checks to make sure the applications work as expected.



                  After the testing, tell your users that the move is finished and have them let you know if they have any problems.






                  share|improve this answer













                  Other answers cover the technical aspects of the move. You may also have to consider some other things.



                  Make sure users know that their applications will be down during the move. You will want to schedule the move, perhaps during non-working hours, so that you minimize the number of people affected.



                  Have a knowledgeable person (or persons) test the applications after you bring up the servers. Have them do some sanity checks to make sure the applications work as expected.



                  After the testing, tell your users that the move is finished and have them let you know if they have any problems.







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Aug 22 '16 at 16:36









                  chue xchue x

                  40147




                  40147























                      18














                      It's quite difficult to tell and borderline "too broad" for our format. The most important thing you need to check is if you need to reconfigure your network in any way of if they can keep running with the same addresses. Even if they can keep the same addresses, make sure they are not configured via DHCP and/or verify the DHCP server will be available at the new location.



                      Side note: As you already stated, having the SQL server and it's mirror is far from ideal. However, having the backup drives at the same location is really dangerous. You need to have your backup in a different physical location.






                      share|improve this answer



















                      • 7





                        +1 backups. They shouldn't be in same location, also the server that is backed up should not have access to backup media, else a mistake/malware/sabotage/ransomware on one of the servers can destroy backups, too. Right now might not have budget, but put it on your list of must-do.

                        – sdkks
                        Aug 22 '16 at 14:27
















                      18














                      It's quite difficult to tell and borderline "too broad" for our format. The most important thing you need to check is if you need to reconfigure your network in any way of if they can keep running with the same addresses. Even if they can keep the same addresses, make sure they are not configured via DHCP and/or verify the DHCP server will be available at the new location.



                      Side note: As you already stated, having the SQL server and it's mirror is far from ideal. However, having the backup drives at the same location is really dangerous. You need to have your backup in a different physical location.






                      share|improve this answer



















                      • 7





                        +1 backups. They shouldn't be in same location, also the server that is backed up should not have access to backup media, else a mistake/malware/sabotage/ransomware on one of the servers can destroy backups, too. Right now might not have budget, but put it on your list of must-do.

                        – sdkks
                        Aug 22 '16 at 14:27














                      18












                      18








                      18







                      It's quite difficult to tell and borderline "too broad" for our format. The most important thing you need to check is if you need to reconfigure your network in any way of if they can keep running with the same addresses. Even if they can keep the same addresses, make sure they are not configured via DHCP and/or verify the DHCP server will be available at the new location.



                      Side note: As you already stated, having the SQL server and it's mirror is far from ideal. However, having the backup drives at the same location is really dangerous. You need to have your backup in a different physical location.






                      share|improve this answer













                      It's quite difficult to tell and borderline "too broad" for our format. The most important thing you need to check is if you need to reconfigure your network in any way of if they can keep running with the same addresses. Even if they can keep the same addresses, make sure they are not configured via DHCP and/or verify the DHCP server will be available at the new location.



                      Side note: As you already stated, having the SQL server and it's mirror is far from ideal. However, having the backup drives at the same location is really dangerous. You need to have your backup in a different physical location.







                      share|improve this answer












                      share|improve this answer



                      share|improve this answer










                      answered Aug 22 '16 at 11:09









                      SvenSven

                      87.9k10148201




                      87.9k10148201








                      • 7





                        +1 backups. They shouldn't be in same location, also the server that is backed up should not have access to backup media, else a mistake/malware/sabotage/ransomware on one of the servers can destroy backups, too. Right now might not have budget, but put it on your list of must-do.

                        – sdkks
                        Aug 22 '16 at 14:27














                      • 7





                        +1 backups. They shouldn't be in same location, also the server that is backed up should not have access to backup media, else a mistake/malware/sabotage/ransomware on one of the servers can destroy backups, too. Right now might not have budget, but put it on your list of must-do.

                        – sdkks
                        Aug 22 '16 at 14:27








                      7




                      7





                      +1 backups. They shouldn't be in same location, also the server that is backed up should not have access to backup media, else a mistake/malware/sabotage/ransomware on one of the servers can destroy backups, too. Right now might not have budget, but put it on your list of must-do.

                      – sdkks
                      Aug 22 '16 at 14:27





                      +1 backups. They shouldn't be in same location, also the server that is backed up should not have access to backup media, else a mistake/malware/sabotage/ransomware on one of the servers can destroy backups, too. Right now might not have budget, but put it on your list of must-do.

                      – sdkks
                      Aug 22 '16 at 14:27











                      16














                      Other answers have good pre-move considerations. However, you should also be planning how you organize the actual move. From the fact that Machine3 is a mirror of Machine2, it looks like uptime is a significant consideration for the SQL Server 2008 R2 database(s). The fact that it is a mirror provides you with an opportunity. The reason for the existence of a mirror is to be available when the primary server is not. That includes not being available due to maintenance, which includes moving.



                      Make a plan:

                      You should make a written plan for how the move will be carried out. You may need to be able to provide this plan, or parts of it, to people handling portions of the work (e.g. the movers). This plan should include all pre-move activities, the actual move, and post-move actions (e.g. verification of functionality).



                      Move Basics:




                      1. Move Machine3 (the SQL Server mirror): Get it fully operational. Verify re-sync.

                      2. Move Machine2: Get it fully operational.

                      3. Move Machine1: Get it fully operational.


                      More detailed description of the move:



                      The following includes two methods (Path A and B) of using Machine3 to test the connections for Machine1 and/or Machine2. You should only use one method. What way to do so, or even if to use either, depends on information not contained in the question (e.g. physical separation of the final machine locations, physical size of the machines, length of network/power cords, availability of extensions for same, similarity of network port configurations, uptime needs, etc.). Using Machine3 to test these connections potentially allows higher uptime for Machine2, but particularly for Machine1, which has no mirror. You can choose to use either method, or neither.





                      1. Move Machine3 first.




                        • Leave Machine1 and Machine2 in place for now.

                        • Backup Machine3, then shut it down

                        • Get Machine3 completely moved to the new location.

                        • [Path B: Not used if you are going to use optional step #2.] If the network and power configurations for all machines are identical: Put Machine3 where Machine1 is planned to end up using the connections intended for Machine1.

                        • Get Machine3 back up and running. In the new location, verify that it is functioning normally as a mirror of Machine2. This will provide physical verification that the configuration of all issues (power, network, etc) are functional in the new location.

                        • Resolve any issues which come up.

                        • Verify that Machine3 has fully re-synchronized with Machine2 prior to proceeding.




                      2. Path A: (Optional):




                        • Use Machine3 to test all facilities intended for Machine2 and Machine1.

                        • Shut Machine3 down and move/switch to using the position/connections for Machine2, (verify re-sync) then Machine1 (verify re-sync). If you planned to do this, then Machine3 should have initially been set up with the connections intended for end use by Machine1 or Machine2, so you to not set it up first in the end location for Machine3 and then change it 3 times, but only 2 by starting with it using the facilities of one of the other machines.

                        • Verify that Machine3 has fully re-synchronized with Machine2 prior to proceeding.




                      3. Move Machine2.




                        • Your practice with Machine3 should make this much smoother.

                        • Backup Machine2, then shut it down

                        • Move Machine2 to the new location; make all connections

                        • Resolve any issues which come up.

                        • Verify that Machine2 has fully re-synchronized with Machine3 prior to proceeding.




                      4. [Path B: Not needed if you tested all connections with Machine3 in optional step #2] If now have Machine3 where Machine1 is to end up:




                        • Shut down Machine3.

                        • Move it to where it is planned to end up (out of the location you intend Machine1 to be located).

                        • Resolve any issues which come up.

                        • Verify that Machine3 has fully re-synchronized with Machine2 prior to proceeding.




                      5. Move Machine1.




                        • Having moved Both Machine2 and Machine3 (and hopefully tested the actual connections Machine1 will be using by having Machine3 use them temporarily), this should be the smoothest of the moves.

                        • Backup Machine1, then shut it down

                        • Move Machine1 to the new location; make all connections

                        • Resolve any issues which come up.

                        • If something goes wrong with the facilities in the position that Machine1 is supposed to occupy, you have the option of using the facilities where Machine3 is now located. Hopefully you were already able to test all facilities in the Machine1 position by having it already used by Machine3 for a time (Path A or Path B).








                      share|improve this answer






























                        16














                        Other answers have good pre-move considerations. However, you should also be planning how you organize the actual move. From the fact that Machine3 is a mirror of Machine2, it looks like uptime is a significant consideration for the SQL Server 2008 R2 database(s). The fact that it is a mirror provides you with an opportunity. The reason for the existence of a mirror is to be available when the primary server is not. That includes not being available due to maintenance, which includes moving.



                        Make a plan:

                        You should make a written plan for how the move will be carried out. You may need to be able to provide this plan, or parts of it, to people handling portions of the work (e.g. the movers). This plan should include all pre-move activities, the actual move, and post-move actions (e.g. verification of functionality).



                        Move Basics:




                        1. Move Machine3 (the SQL Server mirror): Get it fully operational. Verify re-sync.

                        2. Move Machine2: Get it fully operational.

                        3. Move Machine1: Get it fully operational.


                        More detailed description of the move:



                        The following includes two methods (Path A and B) of using Machine3 to test the connections for Machine1 and/or Machine2. You should only use one method. What way to do so, or even if to use either, depends on information not contained in the question (e.g. physical separation of the final machine locations, physical size of the machines, length of network/power cords, availability of extensions for same, similarity of network port configurations, uptime needs, etc.). Using Machine3 to test these connections potentially allows higher uptime for Machine2, but particularly for Machine1, which has no mirror. You can choose to use either method, or neither.





                        1. Move Machine3 first.




                          • Leave Machine1 and Machine2 in place for now.

                          • Backup Machine3, then shut it down

                          • Get Machine3 completely moved to the new location.

                          • [Path B: Not used if you are going to use optional step #2.] If the network and power configurations for all machines are identical: Put Machine3 where Machine1 is planned to end up using the connections intended for Machine1.

                          • Get Machine3 back up and running. In the new location, verify that it is functioning normally as a mirror of Machine2. This will provide physical verification that the configuration of all issues (power, network, etc) are functional in the new location.

                          • Resolve any issues which come up.

                          • Verify that Machine3 has fully re-synchronized with Machine2 prior to proceeding.




                        2. Path A: (Optional):




                          • Use Machine3 to test all facilities intended for Machine2 and Machine1.

                          • Shut Machine3 down and move/switch to using the position/connections for Machine2, (verify re-sync) then Machine1 (verify re-sync). If you planned to do this, then Machine3 should have initially been set up with the connections intended for end use by Machine1 or Machine2, so you to not set it up first in the end location for Machine3 and then change it 3 times, but only 2 by starting with it using the facilities of one of the other machines.

                          • Verify that Machine3 has fully re-synchronized with Machine2 prior to proceeding.




                        3. Move Machine2.




                          • Your practice with Machine3 should make this much smoother.

                          • Backup Machine2, then shut it down

                          • Move Machine2 to the new location; make all connections

                          • Resolve any issues which come up.

                          • Verify that Machine2 has fully re-synchronized with Machine3 prior to proceeding.




                        4. [Path B: Not needed if you tested all connections with Machine3 in optional step #2] If now have Machine3 where Machine1 is to end up:




                          • Shut down Machine3.

                          • Move it to where it is planned to end up (out of the location you intend Machine1 to be located).

                          • Resolve any issues which come up.

                          • Verify that Machine3 has fully re-synchronized with Machine2 prior to proceeding.




                        5. Move Machine1.




                          • Having moved Both Machine2 and Machine3 (and hopefully tested the actual connections Machine1 will be using by having Machine3 use them temporarily), this should be the smoothest of the moves.

                          • Backup Machine1, then shut it down

                          • Move Machine1 to the new location; make all connections

                          • Resolve any issues which come up.

                          • If something goes wrong with the facilities in the position that Machine1 is supposed to occupy, you have the option of using the facilities where Machine3 is now located. Hopefully you were already able to test all facilities in the Machine1 position by having it already used by Machine3 for a time (Path A or Path B).








                        share|improve this answer




























                          16












                          16








                          16







                          Other answers have good pre-move considerations. However, you should also be planning how you organize the actual move. From the fact that Machine3 is a mirror of Machine2, it looks like uptime is a significant consideration for the SQL Server 2008 R2 database(s). The fact that it is a mirror provides you with an opportunity. The reason for the existence of a mirror is to be available when the primary server is not. That includes not being available due to maintenance, which includes moving.



                          Make a plan:

                          You should make a written plan for how the move will be carried out. You may need to be able to provide this plan, or parts of it, to people handling portions of the work (e.g. the movers). This plan should include all pre-move activities, the actual move, and post-move actions (e.g. verification of functionality).



                          Move Basics:




                          1. Move Machine3 (the SQL Server mirror): Get it fully operational. Verify re-sync.

                          2. Move Machine2: Get it fully operational.

                          3. Move Machine1: Get it fully operational.


                          More detailed description of the move:



                          The following includes two methods (Path A and B) of using Machine3 to test the connections for Machine1 and/or Machine2. You should only use one method. What way to do so, or even if to use either, depends on information not contained in the question (e.g. physical separation of the final machine locations, physical size of the machines, length of network/power cords, availability of extensions for same, similarity of network port configurations, uptime needs, etc.). Using Machine3 to test these connections potentially allows higher uptime for Machine2, but particularly for Machine1, which has no mirror. You can choose to use either method, or neither.





                          1. Move Machine3 first.




                            • Leave Machine1 and Machine2 in place for now.

                            • Backup Machine3, then shut it down

                            • Get Machine3 completely moved to the new location.

                            • [Path B: Not used if you are going to use optional step #2.] If the network and power configurations for all machines are identical: Put Machine3 where Machine1 is planned to end up using the connections intended for Machine1.

                            • Get Machine3 back up and running. In the new location, verify that it is functioning normally as a mirror of Machine2. This will provide physical verification that the configuration of all issues (power, network, etc) are functional in the new location.

                            • Resolve any issues which come up.

                            • Verify that Machine3 has fully re-synchronized with Machine2 prior to proceeding.




                          2. Path A: (Optional):




                            • Use Machine3 to test all facilities intended for Machine2 and Machine1.

                            • Shut Machine3 down and move/switch to using the position/connections for Machine2, (verify re-sync) then Machine1 (verify re-sync). If you planned to do this, then Machine3 should have initially been set up with the connections intended for end use by Machine1 or Machine2, so you to not set it up first in the end location for Machine3 and then change it 3 times, but only 2 by starting with it using the facilities of one of the other machines.

                            • Verify that Machine3 has fully re-synchronized with Machine2 prior to proceeding.




                          3. Move Machine2.




                            • Your practice with Machine3 should make this much smoother.

                            • Backup Machine2, then shut it down

                            • Move Machine2 to the new location; make all connections

                            • Resolve any issues which come up.

                            • Verify that Machine2 has fully re-synchronized with Machine3 prior to proceeding.




                          4. [Path B: Not needed if you tested all connections with Machine3 in optional step #2] If now have Machine3 where Machine1 is to end up:




                            • Shut down Machine3.

                            • Move it to where it is planned to end up (out of the location you intend Machine1 to be located).

                            • Resolve any issues which come up.

                            • Verify that Machine3 has fully re-synchronized with Machine2 prior to proceeding.




                          5. Move Machine1.




                            • Having moved Both Machine2 and Machine3 (and hopefully tested the actual connections Machine1 will be using by having Machine3 use them temporarily), this should be the smoothest of the moves.

                            • Backup Machine1, then shut it down

                            • Move Machine1 to the new location; make all connections

                            • Resolve any issues which come up.

                            • If something goes wrong with the facilities in the position that Machine1 is supposed to occupy, you have the option of using the facilities where Machine3 is now located. Hopefully you were already able to test all facilities in the Machine1 position by having it already used by Machine3 for a time (Path A or Path B).








                          share|improve this answer















                          Other answers have good pre-move considerations. However, you should also be planning how you organize the actual move. From the fact that Machine3 is a mirror of Machine2, it looks like uptime is a significant consideration for the SQL Server 2008 R2 database(s). The fact that it is a mirror provides you with an opportunity. The reason for the existence of a mirror is to be available when the primary server is not. That includes not being available due to maintenance, which includes moving.



                          Make a plan:

                          You should make a written plan for how the move will be carried out. You may need to be able to provide this plan, or parts of it, to people handling portions of the work (e.g. the movers). This plan should include all pre-move activities, the actual move, and post-move actions (e.g. verification of functionality).



                          Move Basics:




                          1. Move Machine3 (the SQL Server mirror): Get it fully operational. Verify re-sync.

                          2. Move Machine2: Get it fully operational.

                          3. Move Machine1: Get it fully operational.


                          More detailed description of the move:



                          The following includes two methods (Path A and B) of using Machine3 to test the connections for Machine1 and/or Machine2. You should only use one method. What way to do so, or even if to use either, depends on information not contained in the question (e.g. physical separation of the final machine locations, physical size of the machines, length of network/power cords, availability of extensions for same, similarity of network port configurations, uptime needs, etc.). Using Machine3 to test these connections potentially allows higher uptime for Machine2, but particularly for Machine1, which has no mirror. You can choose to use either method, or neither.





                          1. Move Machine3 first.




                            • Leave Machine1 and Machine2 in place for now.

                            • Backup Machine3, then shut it down

                            • Get Machine3 completely moved to the new location.

                            • [Path B: Not used if you are going to use optional step #2.] If the network and power configurations for all machines are identical: Put Machine3 where Machine1 is planned to end up using the connections intended for Machine1.

                            • Get Machine3 back up and running. In the new location, verify that it is functioning normally as a mirror of Machine2. This will provide physical verification that the configuration of all issues (power, network, etc) are functional in the new location.

                            • Resolve any issues which come up.

                            • Verify that Machine3 has fully re-synchronized with Machine2 prior to proceeding.




                          2. Path A: (Optional):




                            • Use Machine3 to test all facilities intended for Machine2 and Machine1.

                            • Shut Machine3 down and move/switch to using the position/connections for Machine2, (verify re-sync) then Machine1 (verify re-sync). If you planned to do this, then Machine3 should have initially been set up with the connections intended for end use by Machine1 or Machine2, so you to not set it up first in the end location for Machine3 and then change it 3 times, but only 2 by starting with it using the facilities of one of the other machines.

                            • Verify that Machine3 has fully re-synchronized with Machine2 prior to proceeding.




                          3. Move Machine2.




                            • Your practice with Machine3 should make this much smoother.

                            • Backup Machine2, then shut it down

                            • Move Machine2 to the new location; make all connections

                            • Resolve any issues which come up.

                            • Verify that Machine2 has fully re-synchronized with Machine3 prior to proceeding.




                          4. [Path B: Not needed if you tested all connections with Machine3 in optional step #2] If now have Machine3 where Machine1 is to end up:




                            • Shut down Machine3.

                            • Move it to where it is planned to end up (out of the location you intend Machine1 to be located).

                            • Resolve any issues which come up.

                            • Verify that Machine3 has fully re-synchronized with Machine2 prior to proceeding.




                          5. Move Machine1.




                            • Having moved Both Machine2 and Machine3 (and hopefully tested the actual connections Machine1 will be using by having Machine3 use them temporarily), this should be the smoothest of the moves.

                            • Backup Machine1, then shut it down

                            • Move Machine1 to the new location; make all connections

                            • Resolve any issues which come up.

                            • If something goes wrong with the facilities in the position that Machine1 is supposed to occupy, you have the option of using the facilities where Machine3 is now located. Hopefully you were already able to test all facilities in the Machine1 position by having it already used by Machine3 for a time (Path A or Path B).









                          share|improve this answer














                          share|improve this answer



                          share|improve this answer








                          edited Aug 25 '16 at 14:18

























                          answered Aug 23 '16 at 15:37









                          MakyenMakyen

                          26339




                          26339























                              7














                              If any of the servers' IPs will change then and connections are made to the SQL box via DNS resolution then you will need to schedule a change to the DNS records at the same time as the move.



                              Things you should know about the intranet software and databases:




                              • Does the intranet software connect to the SQL Server via IP, NetBIOS, or DNS?

                              • Do the SQL Server user accounts used by the intranet software have authentication limited to traffic coming from an IP?

                              • Do employees at your company access the SQL Server directly from any spreadsheets or reporting tools, if so, how do they define the DSN?


                              If you don't get the exact same IPs, or if you end up on a different sub net, you will need access to change the source code or configuration files for any apps that connect to the SQL server. People could be relying on undocumented and direct SQL access for ad-hoc reporting.






                              share|improve this answer




























                                7














                                If any of the servers' IPs will change then and connections are made to the SQL box via DNS resolution then you will need to schedule a change to the DNS records at the same time as the move.



                                Things you should know about the intranet software and databases:




                                • Does the intranet software connect to the SQL Server via IP, NetBIOS, or DNS?

                                • Do the SQL Server user accounts used by the intranet software have authentication limited to traffic coming from an IP?

                                • Do employees at your company access the SQL Server directly from any spreadsheets or reporting tools, if so, how do they define the DSN?


                                If you don't get the exact same IPs, or if you end up on a different sub net, you will need access to change the source code or configuration files for any apps that connect to the SQL server. People could be relying on undocumented and direct SQL access for ad-hoc reporting.






                                share|improve this answer


























                                  7












                                  7








                                  7







                                  If any of the servers' IPs will change then and connections are made to the SQL box via DNS resolution then you will need to schedule a change to the DNS records at the same time as the move.



                                  Things you should know about the intranet software and databases:




                                  • Does the intranet software connect to the SQL Server via IP, NetBIOS, or DNS?

                                  • Do the SQL Server user accounts used by the intranet software have authentication limited to traffic coming from an IP?

                                  • Do employees at your company access the SQL Server directly from any spreadsheets or reporting tools, if so, how do they define the DSN?


                                  If you don't get the exact same IPs, or if you end up on a different sub net, you will need access to change the source code or configuration files for any apps that connect to the SQL server. People could be relying on undocumented and direct SQL access for ad-hoc reporting.






                                  share|improve this answer













                                  If any of the servers' IPs will change then and connections are made to the SQL box via DNS resolution then you will need to schedule a change to the DNS records at the same time as the move.



                                  Things you should know about the intranet software and databases:




                                  • Does the intranet software connect to the SQL Server via IP, NetBIOS, or DNS?

                                  • Do the SQL Server user accounts used by the intranet software have authentication limited to traffic coming from an IP?

                                  • Do employees at your company access the SQL Server directly from any spreadsheets or reporting tools, if so, how do they define the DSN?


                                  If you don't get the exact same IPs, or if you end up on a different sub net, you will need access to change the source code or configuration files for any apps that connect to the SQL server. People could be relying on undocumented and direct SQL access for ad-hoc reporting.







                                  share|improve this answer












                                  share|improve this answer



                                  share|improve this answer










                                  answered Aug 23 '16 at 12:20









                                  chugadiechugadie

                                  20114




                                  20114























                                      2














                                      Utilize your "Disaster Recovery" servers. Switch over to them to handle the load while you move your production servers. With properly configured DR equipment you can do the move in the middle of the day without seeing much downtime (up to 15 mins). As the disaster recovery servers should be configured in the same manner as the production servers. If you don't have DR equipment, I highly recommend getting them.



                                      Think of it this way: while your corvette is getting a tune up, use your minivan to get through the day.






                                      share|improve this answer



















                                      • 6





                                        You're assuming a lot about a company that surprises an inexperienced admin with three servers.

                                        – RoadieRich
                                        Aug 24 '16 at 18:36











                                      • Absolutely, I'm assuming a fully functioning properly setup server lab. Or at the very least a place that has some old servers(or even pcs) still laying around collecting dust. Re-config them just to do the move.

                                        – Software_Programineer
                                        Aug 25 '16 at 19:30
















                                      2














                                      Utilize your "Disaster Recovery" servers. Switch over to them to handle the load while you move your production servers. With properly configured DR equipment you can do the move in the middle of the day without seeing much downtime (up to 15 mins). As the disaster recovery servers should be configured in the same manner as the production servers. If you don't have DR equipment, I highly recommend getting them.



                                      Think of it this way: while your corvette is getting a tune up, use your minivan to get through the day.






                                      share|improve this answer



















                                      • 6





                                        You're assuming a lot about a company that surprises an inexperienced admin with three servers.

                                        – RoadieRich
                                        Aug 24 '16 at 18:36











                                      • Absolutely, I'm assuming a fully functioning properly setup server lab. Or at the very least a place that has some old servers(or even pcs) still laying around collecting dust. Re-config them just to do the move.

                                        – Software_Programineer
                                        Aug 25 '16 at 19:30














                                      2












                                      2








                                      2







                                      Utilize your "Disaster Recovery" servers. Switch over to them to handle the load while you move your production servers. With properly configured DR equipment you can do the move in the middle of the day without seeing much downtime (up to 15 mins). As the disaster recovery servers should be configured in the same manner as the production servers. If you don't have DR equipment, I highly recommend getting them.



                                      Think of it this way: while your corvette is getting a tune up, use your minivan to get through the day.






                                      share|improve this answer













                                      Utilize your "Disaster Recovery" servers. Switch over to them to handle the load while you move your production servers. With properly configured DR equipment you can do the move in the middle of the day without seeing much downtime (up to 15 mins). As the disaster recovery servers should be configured in the same manner as the production servers. If you don't have DR equipment, I highly recommend getting them.



                                      Think of it this way: while your corvette is getting a tune up, use your minivan to get through the day.







                                      share|improve this answer












                                      share|improve this answer



                                      share|improve this answer










                                      answered Aug 23 '16 at 14:39









                                      Software_ProgramineerSoftware_Programineer

                                      1463




                                      1463








                                      • 6





                                        You're assuming a lot about a company that surprises an inexperienced admin with three servers.

                                        – RoadieRich
                                        Aug 24 '16 at 18:36











                                      • Absolutely, I'm assuming a fully functioning properly setup server lab. Or at the very least a place that has some old servers(or even pcs) still laying around collecting dust. Re-config them just to do the move.

                                        – Software_Programineer
                                        Aug 25 '16 at 19:30














                                      • 6





                                        You're assuming a lot about a company that surprises an inexperienced admin with three servers.

                                        – RoadieRich
                                        Aug 24 '16 at 18:36











                                      • Absolutely, I'm assuming a fully functioning properly setup server lab. Or at the very least a place that has some old servers(or even pcs) still laying around collecting dust. Re-config them just to do the move.

                                        – Software_Programineer
                                        Aug 25 '16 at 19:30








                                      6




                                      6





                                      You're assuming a lot about a company that surprises an inexperienced admin with three servers.

                                      – RoadieRich
                                      Aug 24 '16 at 18:36





                                      You're assuming a lot about a company that surprises an inexperienced admin with three servers.

                                      – RoadieRich
                                      Aug 24 '16 at 18:36













                                      Absolutely, I'm assuming a fully functioning properly setup server lab. Or at the very least a place that has some old servers(or even pcs) still laying around collecting dust. Re-config them just to do the move.

                                      – Software_Programineer
                                      Aug 25 '16 at 19:30





                                      Absolutely, I'm assuming a fully functioning properly setup server lab. Or at the very least a place that has some old servers(or even pcs) still laying around collecting dust. Re-config them just to do the move.

                                      – Software_Programineer
                                      Aug 25 '16 at 19:30











                                      1














                                      One thing I don't think has been mentioned is physical security of the new home of the servers. What was the room used for before and who has keys to it? Is there adequate security (alarm systems, cameras, etc.).






                                      share|improve this answer




























                                        1














                                        One thing I don't think has been mentioned is physical security of the new home of the servers. What was the room used for before and who has keys to it? Is there adequate security (alarm systems, cameras, etc.).






                                        share|improve this answer


























                                          1












                                          1








                                          1







                                          One thing I don't think has been mentioned is physical security of the new home of the servers. What was the room used for before and who has keys to it? Is there adequate security (alarm systems, cameras, etc.).






                                          share|improve this answer













                                          One thing I don't think has been mentioned is physical security of the new home of the servers. What was the room used for before and who has keys to it? Is there adequate security (alarm systems, cameras, etc.).







                                          share|improve this answer












                                          share|improve this answer



                                          share|improve this answer










                                          answered Aug 24 '16 at 1:27









                                          caletroncaletron

                                          111




                                          111























                                              1














                                              Some considerations in addition to the other answers:




                                              • Are the applications linked to other ones by e. g. nightly exchange of data by file or by use of webservices? What are the consequences when the applications are not available? Can related applications cope with this or do they fail or even produce wrong results due to lack of information from your applications?


                                              • Is a downtime acceptable for your users, company or even clients? How long may it be?


                                              • I think it is a good idea to have a plan for a rollback. You can use it in case of a problem that can't be resolved quickly, e. g. a network problem. You will probably need to keep the mover available for the case of bringing the hardware back.


                                              • Do your applications lead to high network traffic and does the network have to be prepared for this (probably much more unlikely a problem than issues with addresses and firewalls)? If you have real time applications (e. g. video conference software) latencies will be important.


                                              • The servers must fit into the server rack if you have one.







                                              share|improve this answer




























                                                1














                                                Some considerations in addition to the other answers:




                                                • Are the applications linked to other ones by e. g. nightly exchange of data by file or by use of webservices? What are the consequences when the applications are not available? Can related applications cope with this or do they fail or even produce wrong results due to lack of information from your applications?


                                                • Is a downtime acceptable for your users, company or even clients? How long may it be?


                                                • I think it is a good idea to have a plan for a rollback. You can use it in case of a problem that can't be resolved quickly, e. g. a network problem. You will probably need to keep the mover available for the case of bringing the hardware back.


                                                • Do your applications lead to high network traffic and does the network have to be prepared for this (probably much more unlikely a problem than issues with addresses and firewalls)? If you have real time applications (e. g. video conference software) latencies will be important.


                                                • The servers must fit into the server rack if you have one.







                                                share|improve this answer


























                                                  1












                                                  1








                                                  1







                                                  Some considerations in addition to the other answers:




                                                  • Are the applications linked to other ones by e. g. nightly exchange of data by file or by use of webservices? What are the consequences when the applications are not available? Can related applications cope with this or do they fail or even produce wrong results due to lack of information from your applications?


                                                  • Is a downtime acceptable for your users, company or even clients? How long may it be?


                                                  • I think it is a good idea to have a plan for a rollback. You can use it in case of a problem that can't be resolved quickly, e. g. a network problem. You will probably need to keep the mover available for the case of bringing the hardware back.


                                                  • Do your applications lead to high network traffic and does the network have to be prepared for this (probably much more unlikely a problem than issues with addresses and firewalls)? If you have real time applications (e. g. video conference software) latencies will be important.


                                                  • The servers must fit into the server rack if you have one.







                                                  share|improve this answer













                                                  Some considerations in addition to the other answers:




                                                  • Are the applications linked to other ones by e. g. nightly exchange of data by file or by use of webservices? What are the consequences when the applications are not available? Can related applications cope with this or do they fail or even produce wrong results due to lack of information from your applications?


                                                  • Is a downtime acceptable for your users, company or even clients? How long may it be?


                                                  • I think it is a good idea to have a plan for a rollback. You can use it in case of a problem that can't be resolved quickly, e. g. a network problem. You will probably need to keep the mover available for the case of bringing the hardware back.


                                                  • Do your applications lead to high network traffic and does the network have to be prepared for this (probably much more unlikely a problem than issues with addresses and firewalls)? If you have real time applications (e. g. video conference software) latencies will be important.


                                                  • The servers must fit into the server rack if you have one.








                                                  share|improve this answer












                                                  share|improve this answer



                                                  share|improve this answer










                                                  answered Aug 27 '16 at 9:11









                                                  mm759mm759

                                                  1112




                                                  1112























                                                      0














                                                      IT Relocation Planning 101: Everything You Need to Know



                                                      If you need help with your IT relocation planning then you're in the right place. Check out this handy guide to find out everything you need to know! The same goes for moving your data. If your business stores sensitive or confidential information on hard drives, you'll need to pay attention. There's a high risk of compromising your data if you don't have a solid IT relocation plan and checklist in place. We'll tell you everything you need to know about IT relocation and relocation planning.



                                                      No to Trash



                                                      Hard drive shredding is a safe alternative to simply throwing hard drives away. By throwing hard drives in the garbage, anyone could end up with your confidential business information. Shredding ensures that old hard drives are totally destroyed. It makes it impossible for anyone to access the information stored on the drives. This is one of the key aspects when it comes to IT relocation. Along with this, the environmental impact of simply trashing old equipment is a serious ethical issue. We will discuss this further along in the article.



                                                      Relocation Planning



                                                      It's recommended that the entire IT relocation process is overseen by a project manager or project management team. The addition of a design plan outlines the details from your current situation to the end of the process. It covers everything from where you are in the process to where you want to be. In addition, an implementation plan will outline all responsible parties, steps, and dates for tasks. This ensures the various steps happen in proper sequence. Remember, it's never too early to start planning. It's critical that the move-day plan is set out well in advance. This will summarize the activities on the day of the move, to ensure all run smoothly. In order for all these plans to actually work, it's useful to have someone appointed as Project Manager. They should oversee good communication between different role players, as a single point of contact. The Project Manager will be central to managing the IT relocation checklist, which is a key element of a successful migration.



                                                      Briefing and Budget



                                                      As part of an IT relocation plan, it's useful to address potential risks. Contingency plans should be in place and all role players should be ready to fulfill their duties on the day. Any partners involved should get an extensive briefing about what to expect. Prior to the moving day, partners should be reminded of their responsibilities. This information forms part of a project plan. It should include the budget, resources, and the IT relocation timeline. As you can see, a critical aspect of this move is good, well-executed planning. To avoid miscommunication, specific areas should be documented in detail. These documents are a central part of the process, as they outline agreements, inventory lists, and diagrams.



                                                      Minimize Downtime



                                                      Data Relocation is a costly and time-consuming project. It's also potentially high-risk and needs to be done with careful consideration. An important question people have regarding IT relocation is about the time it will take. 'How this will affect my business?' they ask. A major risk of data relocation is the downtime associated with it. Downtime can be very costly, which is why you want to minimize or even avoid it if possible. For this reason, your IT relocation must be planned and managed with expertise. Extensive planning is key to minimizing downtime and saving you money. Proper planning can take months. If your company lacks expertise and is unable to form a solid data relocation plan, find a partner who can assist with this. Taking on a data relocation process without adequate planning and resources can be dangerous for everyone involved. It can cost your business downtime, data loss, and serious security risks.



                                                      Inventory Importance



                                                      One of the first steps in an adequate data relocation plan is to compile an equipment inventory list. This relocating list involves a thorough site audit and a review of the current resources. After this, you'll be more aware of the critical elements that'll need to be moved first. Along with this, you can make decisions about what items need to be replaced or upgraded. It's recommended to hire data center experts who can audit your site in detail. They'll assist you in your decision to either replace, upgrade, or decommission your current machines. This will help you to understand your current infrastructure network and equipment. In addition to the hardware, you'll also need a specific listing of your applications and software licenses. This sounds like a lot of work. And it is. But it's critical in helping you design your migration strategy. It'll guide a list of workloads and the sequence of migration.



                                                      Big Bang Theory



                                                      After you've decided what equipment you're moving and what you're replacing, you must decide whether it'll be moved all at once. This is known as a "Big Bang" approach. The alternative is to move in phases. Relocating in phases may reduce downtime in the long-run. It'll allow your business to get parts of the data center in working order before everything else is moved. If you're back up and running, you can continue with operations. However, please note that these relocations are very risky and complex. If one part of your system malfunctions before being re-installed, your entire system may be down for a while. If minimizing downtime is a priority, you can look at a "Swing Gate" approach that recreates your data center at its new location. It's a temporary recreation and will keep your system running during the move.



                                                      Support System



                                                      Keep in mind that your business may have to hire an expert to assist with your data relocation needs. Even if your company is equipped with the necessary skills and talent, some equipment migrations are very complex. In this case, you run the risk of depleting too many internal resources. If your team is focused on the migration, their time will be taken away from their usual tasks. Other equally important projects may be overlooked leading to serious consequences. Always take into account all aspects of the move. Coordinating transport, managing chain of custody, insurance coverage, and logistics costs are just some of the aspects to remember. Due to these varied tasks and requirements, it's almost always better to look for a support system. Especially if the move requires specialized help. Ensure you select a team with varied experience. If they can assist with the entire project, you are ensured higher levels of safety and proficiency from them.



                                                      Document and Test the Migration



                                                      Remember, it's critical to document the whole data migration process. All equipment that is moving should be tagged. The warranty and serial number of each piece must be checked in order to avoid the warranty expiring during the move. In addition, remember to make a new office checklist with all requirements for the new space. Don't forget, some equipment will require specific licensing in order to run concurrently while you relocate to the new space. Disaster recovery plans must be in place. Test these, too, before the actual migration. As soon as everything is installed in the new place, start testing. Check the machines and equipment against the inventory. Ensure nothing was lost or broken. After this, you should begin testing the systems and applications. Ensure they're all up and operating correctly. Before the move, you should devise a post-relocation restart and testing plan. It's critical to ensure everything is operating correctly before going live.



                                                      Freshen Up



                                                      The post move clean up is the final critical element in your relocation. You're ready for your fresh new start. But first, there's still a few final tasks to take into account. Firstly, review your punch list to ensure everything is done. Next, ensure you have good quality documentation of all relocated items. Then, you may need to liquidate assets that are no longer needed. And finally, it's important to dispose of and recycle base materials. An IT relocation will often involve the disposal of older equipment. This includes packaging materials, copper from cabling, and extra metals. All of these have serious potential implications of the environment.



                                                      Data Relocation Service



                                                      In order to truly optimize the efficiency of your relocation and minimize environmental impact, you may want to work with a data center relocation service. They'll offer a recycling program to ensure a quick transition and an environmentally friendly migration. As you can see, there are many elements to keep in mind when dealing with IT relocation planning. The key aspects are starting with a solid plan, seeking support, and documenting every step during the process. Please contact us to find out more about a suitable relocation plan for your business needs like NCWS.





                                                      share








                                                      New contributor




                                                      user520406 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                                      Check out our Code of Conduct.

























                                                        0














                                                        IT Relocation Planning 101: Everything You Need to Know



                                                        If you need help with your IT relocation planning then you're in the right place. Check out this handy guide to find out everything you need to know! The same goes for moving your data. If your business stores sensitive or confidential information on hard drives, you'll need to pay attention. There's a high risk of compromising your data if you don't have a solid IT relocation plan and checklist in place. We'll tell you everything you need to know about IT relocation and relocation planning.



                                                        No to Trash



                                                        Hard drive shredding is a safe alternative to simply throwing hard drives away. By throwing hard drives in the garbage, anyone could end up with your confidential business information. Shredding ensures that old hard drives are totally destroyed. It makes it impossible for anyone to access the information stored on the drives. This is one of the key aspects when it comes to IT relocation. Along with this, the environmental impact of simply trashing old equipment is a serious ethical issue. We will discuss this further along in the article.



                                                        Relocation Planning



                                                        It's recommended that the entire IT relocation process is overseen by a project manager or project management team. The addition of a design plan outlines the details from your current situation to the end of the process. It covers everything from where you are in the process to where you want to be. In addition, an implementation plan will outline all responsible parties, steps, and dates for tasks. This ensures the various steps happen in proper sequence. Remember, it's never too early to start planning. It's critical that the move-day plan is set out well in advance. This will summarize the activities on the day of the move, to ensure all run smoothly. In order for all these plans to actually work, it's useful to have someone appointed as Project Manager. They should oversee good communication between different role players, as a single point of contact. The Project Manager will be central to managing the IT relocation checklist, which is a key element of a successful migration.



                                                        Briefing and Budget



                                                        As part of an IT relocation plan, it's useful to address potential risks. Contingency plans should be in place and all role players should be ready to fulfill their duties on the day. Any partners involved should get an extensive briefing about what to expect. Prior to the moving day, partners should be reminded of their responsibilities. This information forms part of a project plan. It should include the budget, resources, and the IT relocation timeline. As you can see, a critical aspect of this move is good, well-executed planning. To avoid miscommunication, specific areas should be documented in detail. These documents are a central part of the process, as they outline agreements, inventory lists, and diagrams.



                                                        Minimize Downtime



                                                        Data Relocation is a costly and time-consuming project. It's also potentially high-risk and needs to be done with careful consideration. An important question people have regarding IT relocation is about the time it will take. 'How this will affect my business?' they ask. A major risk of data relocation is the downtime associated with it. Downtime can be very costly, which is why you want to minimize or even avoid it if possible. For this reason, your IT relocation must be planned and managed with expertise. Extensive planning is key to minimizing downtime and saving you money. Proper planning can take months. If your company lacks expertise and is unable to form a solid data relocation plan, find a partner who can assist with this. Taking on a data relocation process without adequate planning and resources can be dangerous for everyone involved. It can cost your business downtime, data loss, and serious security risks.



                                                        Inventory Importance



                                                        One of the first steps in an adequate data relocation plan is to compile an equipment inventory list. This relocating list involves a thorough site audit and a review of the current resources. After this, you'll be more aware of the critical elements that'll need to be moved first. Along with this, you can make decisions about what items need to be replaced or upgraded. It's recommended to hire data center experts who can audit your site in detail. They'll assist you in your decision to either replace, upgrade, or decommission your current machines. This will help you to understand your current infrastructure network and equipment. In addition to the hardware, you'll also need a specific listing of your applications and software licenses. This sounds like a lot of work. And it is. But it's critical in helping you design your migration strategy. It'll guide a list of workloads and the sequence of migration.



                                                        Big Bang Theory



                                                        After you've decided what equipment you're moving and what you're replacing, you must decide whether it'll be moved all at once. This is known as a "Big Bang" approach. The alternative is to move in phases. Relocating in phases may reduce downtime in the long-run. It'll allow your business to get parts of the data center in working order before everything else is moved. If you're back up and running, you can continue with operations. However, please note that these relocations are very risky and complex. If one part of your system malfunctions before being re-installed, your entire system may be down for a while. If minimizing downtime is a priority, you can look at a "Swing Gate" approach that recreates your data center at its new location. It's a temporary recreation and will keep your system running during the move.



                                                        Support System



                                                        Keep in mind that your business may have to hire an expert to assist with your data relocation needs. Even if your company is equipped with the necessary skills and talent, some equipment migrations are very complex. In this case, you run the risk of depleting too many internal resources. If your team is focused on the migration, their time will be taken away from their usual tasks. Other equally important projects may be overlooked leading to serious consequences. Always take into account all aspects of the move. Coordinating transport, managing chain of custody, insurance coverage, and logistics costs are just some of the aspects to remember. Due to these varied tasks and requirements, it's almost always better to look for a support system. Especially if the move requires specialized help. Ensure you select a team with varied experience. If they can assist with the entire project, you are ensured higher levels of safety and proficiency from them.



                                                        Document and Test the Migration



                                                        Remember, it's critical to document the whole data migration process. All equipment that is moving should be tagged. The warranty and serial number of each piece must be checked in order to avoid the warranty expiring during the move. In addition, remember to make a new office checklist with all requirements for the new space. Don't forget, some equipment will require specific licensing in order to run concurrently while you relocate to the new space. Disaster recovery plans must be in place. Test these, too, before the actual migration. As soon as everything is installed in the new place, start testing. Check the machines and equipment against the inventory. Ensure nothing was lost or broken. After this, you should begin testing the systems and applications. Ensure they're all up and operating correctly. Before the move, you should devise a post-relocation restart and testing plan. It's critical to ensure everything is operating correctly before going live.



                                                        Freshen Up



                                                        The post move clean up is the final critical element in your relocation. You're ready for your fresh new start. But first, there's still a few final tasks to take into account. Firstly, review your punch list to ensure everything is done. Next, ensure you have good quality documentation of all relocated items. Then, you may need to liquidate assets that are no longer needed. And finally, it's important to dispose of and recycle base materials. An IT relocation will often involve the disposal of older equipment. This includes packaging materials, copper from cabling, and extra metals. All of these have serious potential implications of the environment.



                                                        Data Relocation Service



                                                        In order to truly optimize the efficiency of your relocation and minimize environmental impact, you may want to work with a data center relocation service. They'll offer a recycling program to ensure a quick transition and an environmentally friendly migration. As you can see, there are many elements to keep in mind when dealing with IT relocation planning. The key aspects are starting with a solid plan, seeking support, and documenting every step during the process. Please contact us to find out more about a suitable relocation plan for your business needs like NCWS.





                                                        share








                                                        New contributor




                                                        user520406 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                                        Check out our Code of Conduct.























                                                          0












                                                          0








                                                          0







                                                          IT Relocation Planning 101: Everything You Need to Know



                                                          If you need help with your IT relocation planning then you're in the right place. Check out this handy guide to find out everything you need to know! The same goes for moving your data. If your business stores sensitive or confidential information on hard drives, you'll need to pay attention. There's a high risk of compromising your data if you don't have a solid IT relocation plan and checklist in place. We'll tell you everything you need to know about IT relocation and relocation planning.



                                                          No to Trash



                                                          Hard drive shredding is a safe alternative to simply throwing hard drives away. By throwing hard drives in the garbage, anyone could end up with your confidential business information. Shredding ensures that old hard drives are totally destroyed. It makes it impossible for anyone to access the information stored on the drives. This is one of the key aspects when it comes to IT relocation. Along with this, the environmental impact of simply trashing old equipment is a serious ethical issue. We will discuss this further along in the article.



                                                          Relocation Planning



                                                          It's recommended that the entire IT relocation process is overseen by a project manager or project management team. The addition of a design plan outlines the details from your current situation to the end of the process. It covers everything from where you are in the process to where you want to be. In addition, an implementation plan will outline all responsible parties, steps, and dates for tasks. This ensures the various steps happen in proper sequence. Remember, it's never too early to start planning. It's critical that the move-day plan is set out well in advance. This will summarize the activities on the day of the move, to ensure all run smoothly. In order for all these plans to actually work, it's useful to have someone appointed as Project Manager. They should oversee good communication between different role players, as a single point of contact. The Project Manager will be central to managing the IT relocation checklist, which is a key element of a successful migration.



                                                          Briefing and Budget



                                                          As part of an IT relocation plan, it's useful to address potential risks. Contingency plans should be in place and all role players should be ready to fulfill their duties on the day. Any partners involved should get an extensive briefing about what to expect. Prior to the moving day, partners should be reminded of their responsibilities. This information forms part of a project plan. It should include the budget, resources, and the IT relocation timeline. As you can see, a critical aspect of this move is good, well-executed planning. To avoid miscommunication, specific areas should be documented in detail. These documents are a central part of the process, as they outline agreements, inventory lists, and diagrams.



                                                          Minimize Downtime



                                                          Data Relocation is a costly and time-consuming project. It's also potentially high-risk and needs to be done with careful consideration. An important question people have regarding IT relocation is about the time it will take. 'How this will affect my business?' they ask. A major risk of data relocation is the downtime associated with it. Downtime can be very costly, which is why you want to minimize or even avoid it if possible. For this reason, your IT relocation must be planned and managed with expertise. Extensive planning is key to minimizing downtime and saving you money. Proper planning can take months. If your company lacks expertise and is unable to form a solid data relocation plan, find a partner who can assist with this. Taking on a data relocation process without adequate planning and resources can be dangerous for everyone involved. It can cost your business downtime, data loss, and serious security risks.



                                                          Inventory Importance



                                                          One of the first steps in an adequate data relocation plan is to compile an equipment inventory list. This relocating list involves a thorough site audit and a review of the current resources. After this, you'll be more aware of the critical elements that'll need to be moved first. Along with this, you can make decisions about what items need to be replaced or upgraded. It's recommended to hire data center experts who can audit your site in detail. They'll assist you in your decision to either replace, upgrade, or decommission your current machines. This will help you to understand your current infrastructure network and equipment. In addition to the hardware, you'll also need a specific listing of your applications and software licenses. This sounds like a lot of work. And it is. But it's critical in helping you design your migration strategy. It'll guide a list of workloads and the sequence of migration.



                                                          Big Bang Theory



                                                          After you've decided what equipment you're moving and what you're replacing, you must decide whether it'll be moved all at once. This is known as a "Big Bang" approach. The alternative is to move in phases. Relocating in phases may reduce downtime in the long-run. It'll allow your business to get parts of the data center in working order before everything else is moved. If you're back up and running, you can continue with operations. However, please note that these relocations are very risky and complex. If one part of your system malfunctions before being re-installed, your entire system may be down for a while. If minimizing downtime is a priority, you can look at a "Swing Gate" approach that recreates your data center at its new location. It's a temporary recreation and will keep your system running during the move.



                                                          Support System



                                                          Keep in mind that your business may have to hire an expert to assist with your data relocation needs. Even if your company is equipped with the necessary skills and talent, some equipment migrations are very complex. In this case, you run the risk of depleting too many internal resources. If your team is focused on the migration, their time will be taken away from their usual tasks. Other equally important projects may be overlooked leading to serious consequences. Always take into account all aspects of the move. Coordinating transport, managing chain of custody, insurance coverage, and logistics costs are just some of the aspects to remember. Due to these varied tasks and requirements, it's almost always better to look for a support system. Especially if the move requires specialized help. Ensure you select a team with varied experience. If they can assist with the entire project, you are ensured higher levels of safety and proficiency from them.



                                                          Document and Test the Migration



                                                          Remember, it's critical to document the whole data migration process. All equipment that is moving should be tagged. The warranty and serial number of each piece must be checked in order to avoid the warranty expiring during the move. In addition, remember to make a new office checklist with all requirements for the new space. Don't forget, some equipment will require specific licensing in order to run concurrently while you relocate to the new space. Disaster recovery plans must be in place. Test these, too, before the actual migration. As soon as everything is installed in the new place, start testing. Check the machines and equipment against the inventory. Ensure nothing was lost or broken. After this, you should begin testing the systems and applications. Ensure they're all up and operating correctly. Before the move, you should devise a post-relocation restart and testing plan. It's critical to ensure everything is operating correctly before going live.



                                                          Freshen Up



                                                          The post move clean up is the final critical element in your relocation. You're ready for your fresh new start. But first, there's still a few final tasks to take into account. Firstly, review your punch list to ensure everything is done. Next, ensure you have good quality documentation of all relocated items. Then, you may need to liquidate assets that are no longer needed. And finally, it's important to dispose of and recycle base materials. An IT relocation will often involve the disposal of older equipment. This includes packaging materials, copper from cabling, and extra metals. All of these have serious potential implications of the environment.



                                                          Data Relocation Service



                                                          In order to truly optimize the efficiency of your relocation and minimize environmental impact, you may want to work with a data center relocation service. They'll offer a recycling program to ensure a quick transition and an environmentally friendly migration. As you can see, there are many elements to keep in mind when dealing with IT relocation planning. The key aspects are starting with a solid plan, seeking support, and documenting every step during the process. Please contact us to find out more about a suitable relocation plan for your business needs like NCWS.





                                                          share








                                                          New contributor




                                                          user520406 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                                          Check out our Code of Conduct.










                                                          IT Relocation Planning 101: Everything You Need to Know



                                                          If you need help with your IT relocation planning then you're in the right place. Check out this handy guide to find out everything you need to know! The same goes for moving your data. If your business stores sensitive or confidential information on hard drives, you'll need to pay attention. There's a high risk of compromising your data if you don't have a solid IT relocation plan and checklist in place. We'll tell you everything you need to know about IT relocation and relocation planning.



                                                          No to Trash



                                                          Hard drive shredding is a safe alternative to simply throwing hard drives away. By throwing hard drives in the garbage, anyone could end up with your confidential business information. Shredding ensures that old hard drives are totally destroyed. It makes it impossible for anyone to access the information stored on the drives. This is one of the key aspects when it comes to IT relocation. Along with this, the environmental impact of simply trashing old equipment is a serious ethical issue. We will discuss this further along in the article.



                                                          Relocation Planning



                                                          It's recommended that the entire IT relocation process is overseen by a project manager or project management team. The addition of a design plan outlines the details from your current situation to the end of the process. It covers everything from where you are in the process to where you want to be. In addition, an implementation plan will outline all responsible parties, steps, and dates for tasks. This ensures the various steps happen in proper sequence. Remember, it's never too early to start planning. It's critical that the move-day plan is set out well in advance. This will summarize the activities on the day of the move, to ensure all run smoothly. In order for all these plans to actually work, it's useful to have someone appointed as Project Manager. They should oversee good communication between different role players, as a single point of contact. The Project Manager will be central to managing the IT relocation checklist, which is a key element of a successful migration.



                                                          Briefing and Budget



                                                          As part of an IT relocation plan, it's useful to address potential risks. Contingency plans should be in place and all role players should be ready to fulfill their duties on the day. Any partners involved should get an extensive briefing about what to expect. Prior to the moving day, partners should be reminded of their responsibilities. This information forms part of a project plan. It should include the budget, resources, and the IT relocation timeline. As you can see, a critical aspect of this move is good, well-executed planning. To avoid miscommunication, specific areas should be documented in detail. These documents are a central part of the process, as they outline agreements, inventory lists, and diagrams.



                                                          Minimize Downtime



                                                          Data Relocation is a costly and time-consuming project. It's also potentially high-risk and needs to be done with careful consideration. An important question people have regarding IT relocation is about the time it will take. 'How this will affect my business?' they ask. A major risk of data relocation is the downtime associated with it. Downtime can be very costly, which is why you want to minimize or even avoid it if possible. For this reason, your IT relocation must be planned and managed with expertise. Extensive planning is key to minimizing downtime and saving you money. Proper planning can take months. If your company lacks expertise and is unable to form a solid data relocation plan, find a partner who can assist with this. Taking on a data relocation process without adequate planning and resources can be dangerous for everyone involved. It can cost your business downtime, data loss, and serious security risks.



                                                          Inventory Importance



                                                          One of the first steps in an adequate data relocation plan is to compile an equipment inventory list. This relocating list involves a thorough site audit and a review of the current resources. After this, you'll be more aware of the critical elements that'll need to be moved first. Along with this, you can make decisions about what items need to be replaced or upgraded. It's recommended to hire data center experts who can audit your site in detail. They'll assist you in your decision to either replace, upgrade, or decommission your current machines. This will help you to understand your current infrastructure network and equipment. In addition to the hardware, you'll also need a specific listing of your applications and software licenses. This sounds like a lot of work. And it is. But it's critical in helping you design your migration strategy. It'll guide a list of workloads and the sequence of migration.



                                                          Big Bang Theory



                                                          After you've decided what equipment you're moving and what you're replacing, you must decide whether it'll be moved all at once. This is known as a "Big Bang" approach. The alternative is to move in phases. Relocating in phases may reduce downtime in the long-run. It'll allow your business to get parts of the data center in working order before everything else is moved. If you're back up and running, you can continue with operations. However, please note that these relocations are very risky and complex. If one part of your system malfunctions before being re-installed, your entire system may be down for a while. If minimizing downtime is a priority, you can look at a "Swing Gate" approach that recreates your data center at its new location. It's a temporary recreation and will keep your system running during the move.



                                                          Support System



                                                          Keep in mind that your business may have to hire an expert to assist with your data relocation needs. Even if your company is equipped with the necessary skills and talent, some equipment migrations are very complex. In this case, you run the risk of depleting too many internal resources. If your team is focused on the migration, their time will be taken away from their usual tasks. Other equally important projects may be overlooked leading to serious consequences. Always take into account all aspects of the move. Coordinating transport, managing chain of custody, insurance coverage, and logistics costs are just some of the aspects to remember. Due to these varied tasks and requirements, it's almost always better to look for a support system. Especially if the move requires specialized help. Ensure you select a team with varied experience. If they can assist with the entire project, you are ensured higher levels of safety and proficiency from them.



                                                          Document and Test the Migration



                                                          Remember, it's critical to document the whole data migration process. All equipment that is moving should be tagged. The warranty and serial number of each piece must be checked in order to avoid the warranty expiring during the move. In addition, remember to make a new office checklist with all requirements for the new space. Don't forget, some equipment will require specific licensing in order to run concurrently while you relocate to the new space. Disaster recovery plans must be in place. Test these, too, before the actual migration. As soon as everything is installed in the new place, start testing. Check the machines and equipment against the inventory. Ensure nothing was lost or broken. After this, you should begin testing the systems and applications. Ensure they're all up and operating correctly. Before the move, you should devise a post-relocation restart and testing plan. It's critical to ensure everything is operating correctly before going live.



                                                          Freshen Up



                                                          The post move clean up is the final critical element in your relocation. You're ready for your fresh new start. But first, there's still a few final tasks to take into account. Firstly, review your punch list to ensure everything is done. Next, ensure you have good quality documentation of all relocated items. Then, you may need to liquidate assets that are no longer needed. And finally, it's important to dispose of and recycle base materials. An IT relocation will often involve the disposal of older equipment. This includes packaging materials, copper from cabling, and extra metals. All of these have serious potential implications of the environment.



                                                          Data Relocation Service



                                                          In order to truly optimize the efficiency of your relocation and minimize environmental impact, you may want to work with a data center relocation service. They'll offer a recycling program to ensure a quick transition and an environmentally friendly migration. As you can see, there are many elements to keep in mind when dealing with IT relocation planning. The key aspects are starting with a solid plan, seeking support, and documenting every step during the process. Please contact us to find out more about a suitable relocation plan for your business needs like NCWS.






                                                          share








                                                          New contributor




                                                          user520406 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                                          Check out our Code of Conduct.








                                                          share


                                                          share






                                                          New contributor




                                                          user520406 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                                          Check out our Code of Conduct.









                                                          answered 2 mins ago









                                                          user520406user520406

                                                          1




                                                          1




                                                          New contributor




                                                          user520406 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                                          Check out our Code of Conduct.





                                                          New contributor





                                                          user520406 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                                          Check out our Code of Conduct.






                                                          user520406 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                                          Check out our Code of Conduct.






























                                                              draft saved

                                                              draft discarded




















































                                                              Thanks for contributing an answer to Server Fault!


                                                              • Please be sure to answer the question. Provide details and share your research!

                                                              But avoid



                                                              • Asking for help, clarification, or responding to other answers.

                                                              • Making statements based on opinion; back them up with references or personal experience.


                                                              To learn more, see our tips on writing great answers.




                                                              draft saved


                                                              draft discarded














                                                              StackExchange.ready(
                                                              function () {
                                                              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f798298%2fmoving-servers-within-the-same-building%23new-answer', 'question_page');
                                                              }
                                                              );

                                                              Post as a guest















                                                              Required, but never shown





















































                                                              Required, but never shown














                                                              Required, but never shown












                                                              Required, but never shown







                                                              Required, but never shown

































                                                              Required, but never shown














                                                              Required, but never shown












                                                              Required, but never shown







                                                              Required, but never shown







                                                              Popular posts from this blog

                                                              As a Security Precaution, the user account has been locked The Next CEO of Stack OverflowMS...

                                                              Список ссавців Італії Природоохоронні статуси | Список |...

                                                              Українські прізвища Зміст Історичні відомості |...