I need to move my database off the drive it is currently on (Running out of space)
How can I do this without reinstalling
I do recall when reinstalling before the drive selection was greyed out.
Create a new folder for the ARCserve database where ever you want to move it to. (E:\ARCserve_Database)
Stop all ARCserve services.
Open a cmd shell. (Start -> Run -> cmd) and run the following:
cd "\Program Files\CA\BrightStor ARCserve Backup"
ren DATABASE DATABASE.OLD
junction DATABASE E:\ARCserve_Database
cd DATABASE.OLD
copy *.* ..\DATABASE
Start the ARCserve services
Be sure everything is working fine then delete the "ARCSERVE.OLD" directory.
Junctions can also be used to move other directories which tend to grow large such as logs.
I believe that using the Database recovery option also allows you to move the database. This would mean restore your database from a backup to a new location.
I am nto sure what version you have but under utilites in the manager, there a RecoverDB tool.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.