Version 6 by Weston See
on Aug 27, 2012 12:40.

compared with
Version 7 by Jared Wright
on Aug 27, 2012 14:54.

Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (12)

View Page History

{kb-cause}
Many Ccustomers as time goes on may outgrow their CDP servers and need to upgrade to bigger and better servers. A common question we get is: "How do we migrate our entire CDP server installation and keep all of our data and configurations?" This step by step guide will address this question.


{kb-resolution}

The first step to this guide is to go ahead and make a fresh install of CDP Server on your new hardware. This install must be the same exact version as your previous install so if you are on version 4.0.0 on your production server you will need to either upgrade to the latest version prior to the migration or you will need to install version 4.0.0 on your new hardware. You will also need to use the same architecture as your previous installation, 32 bit to 32 bit, and 64bit to 64 bit.

The second step after the fresh installation is to ensure that you maintain the paths for all of your volumes or and disk safes. For example, if you previously installed all of your volumes on "/backup" it is best to mount your storage to the same location on the new server. This is not completely necessary because you can always import existing volumes and disk safes, but it will ease the transition, and save some additional configuration.

The Tthird step is to go ahead and stop all of the disk safes on the production instance and copy the disk safes or Vvolumes to your new installation in their entirety. You can use any method that you are comfortable with, however we find that rsync and robocopy work very well in this situation. Please note that failure to copy all files and folders to for each disk safe will result in a non-functioning disk safe.

The last step is to go ahead and shut down the CDP Server daemon/service and make a copy of "/usr/sbin/r1soft" or "C:\Program Files\R1soft CDP Server Enterprise\" then go ahead copy to the new server. Next you will shut down the CDP server daemon/service on the new server and overwrite the directory "/usr/sbin/r1soft" or "C:\Program Files\R1soft CDP Server Enterprise\" with the copy from the original server. As long as your disk safes are in the original paths upon starting the new CDP server daemon/service, all your settings and data will have been migrated.
If you find yourself in a situation where you could not maintain the paths for your volumes on the new server you will need to a change to the ./conf/server.properties
The last step is to shut down the CDP Server daemon/service on both the original and new server.  Then copy and overwrite either "/usr/sbin/r1soft" or "C:\Program Files\R1soft CDP Server Enterprise\" from the original server to the new server in the same location. As long as your disk safes are in the original paths upon starting the new CDP server daemon/service, all your settings and data will have been migrated.

Using your favorite editor you will need to open the configuration.
If you find yourself in a situation where you could not maintain the paths for your volumes on the new server you will need to make a change to the "./conf/server.properties" file.


Using your favorite text editor you will need to open the configuration file.


For Linux:

{code}

Afer you have made the change to the server.properties file you can go a head and start the CDP Server daemon/service. This will allow you to start the CDP server and import your existing volumes and disk safes with out the safes. Without this change to the configuration the CDP server may fail to start properly. After you have imported your data, you can resume your replication schedule with no changes to your agents.
Please do not forget to revert the change, or the next time your restart the daemon/service the disk safes will be closed upon startup.
Please do not forget to revert the change made to the configuration file, or the next time the daemon/service is restarted the disk safes will be closed on startup.

{kb-related-articles}