上周末将ISA2006成功迁移到了TMG2010,同时一并将操作系统由Win2003R2升级到了Win2008R2,升级过程一波三折,但还算顺利。完成后开始安装BE的Remote Agent至TMG2010服务器,安装成功完成。但之后Remote Agent服务无法正常启动,经过更改服务启动账号也无法解决问题。在symantec网站查找问题关键词找到解决方法,如下链接:http://www.symantec.com/business/support/index?page=content&id=TECH60245
Problem
The Backup Exec Remote Agent for Windows Servers service fails to start with the message "The Backup Exec Remote Agent for Windows Systems service on Local Computer started and then stopped. Some services stop automatically if they have no work to do for example, the Performance Logs and Alerts service."
Error
The Backup Exec Remote Agent for Windows Systems service on Local Computer started and then stopped. Some services stop automatically if they have no work to do for example, the Performance Logs and Alerts service.
Application Error :
Cause
The Backup Exec Remote Agent for Windows Servers (RAWS) service by default uses port 10000. This is the industry standard for the NDMP protocol which Backup Exec uses when communicating with the remote agent. The errors may be seen if Port 10000 is already in use by another application on the system.
Solution
1. Confirm that there is an another application using port 10000 by first opening a command prompt:
3. Edit the SERVICES file located in C:\WINDOWS\system32\drivers\etc\ using a text editor like Notepad
4. Add an entry that reads like the following example ( 12000 is just an example port. Pick any available port that did not show as in use in the NETSTAT results):
5. After making the change, save the file and restart the Backup Exec Remote Agent for Windows Servers service.
Value
Description
The Backup Exec Remote Agent for Windows Servers Service did not start. The application failed to listen on the NDMP TCP/IP port. Check the network configuration.
Related Articles
Article URL http://www.symantec.com/docs/TECH60245
转载于:https://blog.51cto.com/38167/497500