Backup a NAS device: Unable to install remote agent
Hi,
My company currently has a Thecus N4100PRO NAS device with firmware version 3.01.01. I have Backup Exec 12.5(SP3) on a Windows 2008 32bit server.
After resolving a Authentication issue with the NAS device and Backup Exec, I am not faced with the problem of the Backup Exec error out stating that the remote agent is not installed. This happens during the credentials check and when teh job is submitted.
e000846b - The resource could not be backed up because an error occurred while connecting to the Backup Exec for Windows Servers Remote Agent. Make sure that the correct version of the Remote Agent is installed and running on the target computer. If the server or
For additional information regarding this error refer to link V-79-57344-33899
I have added my "User defined selection" and I am able to see the files on the NAS device from backup exec.
I've bin browsing through serveral forums and tech documents and there are some that say that backup exec is flat out not compatible with the NAS device, which is linux based; some other articles say that you can install the RAWS serial on the media server as a work around, which i have done via command prompt, but Backup Exec still tries to look for the agent on the NAS device.
My only working, work around was to copy 750GB of data to an exsisting server with windows 2003 and do a backup from that.
Thanks for the reply, but that also did not work for us, that was the very first thing we checked. We did however find a nice workaround simply create a “symbolic link” using Microsoft’s own built-in tools.
Here is the command:
Mklink /d {Symbolic_Link_Location} {Actual_Location}
For instance, if you would like to backup the \\10.10.11.162\images share, do the following:
1. Start an elevated command-prompt
2. Type the following: mklink /d c:\Images \\10.10.11.162\images
3. Start Backup Exec, and create a job to backup c:\Images
Works nicly, I had to create a account on the server and the NAS device for this, both with the same password and user name.