Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help!! Moving database/Disk is full 2

Status
Not open for further replies.

sunrayshadow

IS-IT--Management
Joined
Feb 22, 2005
Messages
1
Location
SE
Is there any way to move the databases to another disk
without having to reinstall everything??

//Ted
 
Nope. Think there is an FAQ to that effect on CA site.

I'm not very attached to my databases so if they run out of control I just tend to replace them with a copy of an empty database and adjust the number of days to keep the data accordingly.

Neill
 
What version of Arcserve are you using and on what OS?

-----------------------------------------------------
"It's true, its damn true!"
-----------------------------------------------------
 
You can move the ARCserve database without reinstalling by using NTFS junctions.

Download Junction v1.03 from SysInternals

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.

-Jeff
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top