Bastiaan
15 years agoLevel 2
Devices go offline after changing Synology
Hello,
I am having troubles with my server. its a 2003 small business server and it runs backup exec 2010 version 13.
The situation is down below explained.
2 NAS devices.
we switch them every week so this week device 1 backups and next week device 2.
Everytime we switch them Backup exec says they are both offline and i have to put them online manualy.
How do i fix this?
i decided to make a batch file like this.
net stop BackupExecJobEngine
net stop BackupExecAgentBrowser
net stop BackupExecRPCService
net stop BackupExecDeviceMediaServicenet start BackupExecDeviceMediaService
net start BackupExecRPCService
net start BackupExecAgentBrowser
net start BackupExecJobEngineit fixed my problems.

