We found in changing out drives (say for 5 drives for M-F) that the backup program would often just start a job, then show it queued. A certain sequence of events needed to take place
Keep BackupExec closed on the server console and in any remotes sessions. Just fire it up when needed and then exit the program
Here is a batch file to cycle the services needed for this Media change out
- REM Stop services
net stop backupexecjobengine
net stop backupexecRPCService
net stop backupexecdevicemediaservice
REM Start services
net start backupexecdevicemediaservice
net start backupexecRPCService
net start backupexecjobengine
We found the following order worked fine, with times shown
No comments:
Post a Comment