Switching between a remote and a local server archive¶
Moving data from a remote archive to a local archive¶
- Stop the VDog MasterService in the Service Control Manager.
- Check if all subordinate processes of the VDog MasterService are also stopped. This ensures that no more processes are accessing the server archive and that you receive a consistent copy.
- Change the name of the local server archive to
vdServerArchiveOld
. - Copy the remote server archive to your local hard disk and rename it to
vdServerArchiveRemote
. This places the two directoriesvdServerArchiveOld
andvdServerArchiveRemote
in your local drive. - Delete all directories from the directory
vdServerArchiveRemote
whose name begins with "VD$". - Then copy these directories from the directory
vdServerArchiveOld
to the directoryvdServerArchiveRemote
. - Open the
Server.ini
file in the directory..\vdServerArchive\VD$A\Configuration
. - Navigate in the
Server.ini
file to the entry 5508=Path to the old remote archive and delete the value of the key so that only the entry 5508= remains. - Rename the directory
vdServerArchiveRemote
tovdServerArchive
. - Restart the VDog MasterService.
Moving data from a local archive to a remote archive¶
- Stop the VDog MasterService in the Service Control Manager.
- Copy the local server archive to the desired location on the network drive.
- Open the
Server.ini
file in the directory..\vdServerArchive\VD$A\Configuration
. - In the
Server.ini
file, navigate to the entry 5508= and add the path to the new directory in the network drive as the value of the key, e.g. 5508=\myNAS\octoplant\vdServerArchive. - Delete all directories from your local server archive except the following:
These directories contain the databases and other important data and must always be present on the server.- All directories with "VD$" in the name
VD_TMP_VD
vdog agent setup
vdog client setup
- Make sure that the user account with which the VDog MasterService is started has all required rights to the remote archive on the network drive.
- Restart the VDog MasterService.