I was told by a friend that I could reduce the size of my Arcserve DB by packing it. I have been unable to find out any info on this. Does anyone know how to 'pack' an Arcserve DB?
The following reference article is in regards to Arcserve 6.x based products and the RAIMA database. I'm hoping this is the version you are running. Check out this article and hopefulyl it helps.
I saw the response on the NT platform. If you're running Netware the procedure could be as follows :
run the asdb command on the console prompt :
asdb p=ASOBJECT.DB
asdb p=ASOBJECT.DB
asdb p=ASTPSDAT.DB
asdb p=ASTPSDAT.DB
....
for every database you want to pack (p stands for pack). You can also create a crontab and run cron to have all ArcServe databases packed every first day of the month or so :
#Min Hr Dat Mo Day Command
0 5 1 * * asdb p=ASOBJECT.DB
15 5 1 * * asdb p=ASTPSDAT.DB
45 6 1 * * asdb p=ASPROUSR.DB
46 6 1 * * asdb p=ASUSRSVR.DB
....
Go back a page here in Tek-Tips so that you see al the arcServe topics. Click on the LightBulb icon in the Show Firts section towards the top of the list. I put a post out here back in April that should be in that list. It may be of great help. Monkeylizard
-Isaiah 35-
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.