客户端服务器启动后,Remote Agent服务无法自动启动。

book

Article ID: 100054073

calendar_today

Updated On:

Description

Error Message

The service did not respond to the start or control request in a timely fashion.

Cause

如果服务器开机后有过多的启动项,会导致服务在Windows服务超时时间内无法完成启动。

Resolution

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 即可。

 

Issue/Introduction

客户端服务器启动后,Backup Exec Remote Agent 服务(beremote.exe)无法自动启动。