The service did not respond to the start or control request in a timely fashion.
如果服务器开机后有过多的启动项,会导致服务在Windows服务超时时间内无法完成启动。
1、在客户端服务器的Backup Exec Remote Agent 安装路径 X:\Program Files\Veritas\Backup Exec\RAWS 下,创建START.TXT 文件。
2、编辑START.TXT,复制以下内容到文件中。
@echo off
echo.
echo.Starting the Backup Exec Remote Agent service...
echo.
TIMEOUT.EXE /T 300
net start "Backup Exec Remote Agent for Windows" > nul
exit
3、保存后重命名START.TXT 文件为 START.bat
4、将 START.bat 添加到操作系统中的一个计划任务中,当服务器重启后,执行该计划任务启动 START.bat 即可。