Re: NTBackup - The device reported an error on a request to write data to media.



Hi Pegasus,

It's happening across multiple servers on both side (I.E. multiple servers backup to multiple different servers) so would that point primarlly to:

- The switch or one of it's ports
- The CAT5 cable
- Some rogue device that broadcasts noise on the network some of the time

Cheers

Damon

"Pegasus (MVP)" <I.can@xxxxxxxxxx> wrote in message news:O4jbZ5V0IHA.5516@xxxxxxxxxxxxxxxxxxxxxxx
There are a number of elements in the chain that performs the
backup process, and any one of them could cause this type of
problem. Here are the elements I'm thinking of:
- The server's network adapter
- The driver for this adapter
- The CAT5 cable from the server to the switch
- The switch or one of its ports
- The destination network adapter
- The driver for that adapter
- The CAT5 cable to that adapter
- The hard disk at the destination
- Some rogue device that broadcasts noise on the network
some of the time.

If this was my show then I would go through a process
of elimination until I found the culprit. I would probably
start by installing a second network adapter in the server
and use it for a direct connection to a dedicated PC that
would act temporarily as the destination for the backup data.
If this works then you can restore the original components
one at a time until things fail again.

"Damon" <enlighten@xxxxxxxxxxxxxxxxx> wrote in message news:84BB9B76-3311-4BCD-ADDC-E6CA036A483B@xxxxxxxxxxxxxxxx

Hi Pegasus,

I've done that bat but it is not telling me anything new. Firstly I'm not using mapped network drives I am connecting to UNC shares across the network.

Secondly when the I am getting the error it is happening during the backup. I.E. I might get 7MB into it, or 9MB of the bakup file across the network before the backup fails.

So I guess to narrow it down, a backup job will start running fine (copying data across the network) then it will hit a point and then stop with the error.

I had a look in the event logs on the server that is trying to do the backup and I found that this occurs at the same time the job fails:

{Delayed Write Failed} Windows was unable to save all the data for the file \Device\LanmanRedirector. The data has been lost. This error may be caused by a failure of your computer hardware or network connection. Please try to save this file elsewhere.

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.

Cheers

Damon


"Pegasus (MVP)" <I.can@xxxxxxxxxx> wrote in message news:%23DVtraD0IHA.5108@xxxxxxxxxxxxxxxxxxxxxxx

"Damon" <enlighten@xxxxxxxxxxxxxxxxx> wrote in message news:C5591EA6-3203-4C98-B4E3-0F5C306DD20D@xxxxxxxxxxxxxxxx
Hi,

I'm having some problems with NTBackup. We currently have 5 servers which we have two NTBackup jobs set-up on each server. One backup job for each server is for backing up system state. The next backup job which runs after that backs up the files and then the system state backup.

The problem that I am getting is that on some days the backups on different servers fail, its currently random as to which backup will fail and on what day. When they fail the error log always contains the following:

Error: The device reported an error on a request to write data to media.
Error reported: Unknown error.

Then if it was an exchange backup

Error: SERVER\Microsoft Information Store\First Storage Group is not a valid drive, or you do not have access.

If it was a file backup (the drive letter will change depending on where the files are being backed up.

Error: E: is not a valid drive, or you do not have access.

If I go and run that schedule task again it will succeed. Because the backups can run perfectly I think that the error which is being reported is not correct because obviously the drives are accessible. What I'm thinking it could be (I'm guessing here) is that maybe this is the error that you get when doing a backup across the network and maybe the network connection drops out for a second.

I really need to get this sorted and working, does anyone have any ideas on what I should do here?

Cheers

Damon


Instead of scheduling ntbackup.exe directly, embed it in a batch
file as below, then examine the contents of c:\test.log after the
next failure.
@echo off
echo Start of job: %date% %time% %UserName% >> c:\test.log
net use >> c:\test.log
copy c:\test.log "{Destination}" 1>>c:\test.log 2>>&1
ntbackup /.. /..
echo End of job: %date% %time% %UserName% >> c:\test.log
echo. >> c:\test.log

Replace {Destination} with the drive\folder that the backup job
itself uses.





.



Relevant Pages

  • Re: [fw-wiz] question on securing out-of-band management
    ... our management network is going to be used to ... Relying on router/switch security to isolate the management VLAN. ... Using the same management IP network for perimeter and internal servers. ... connecting the tape backup server to Windows and Unix servers. ...
    (Firewall-Wizards)
  • Re: Scheduled start and stop of a a network interface
    ... How to Setup Windows, Network, VPN & Remote Access on ... I'm building a centralized backup system to our datacenter. ... The DMZ ... servers are also connected to the backup network. ...
    (microsoft.public.windows.server.networking)
  • Re: NTBackup - The device reported an error on a request to write data to media.
    ... Firstly I'm not using mapped network drives I am connecting to UNC shares across the network. ... I might get 7MB into it, or 9MB of the bakup file across the network before the backup fails. ... So I guess to narrow it down, a backup job will start running fine then it will hit a point and then stop with the error. ... Because the backups can run perfectly I think that the error which is being reported is not correct because obviously the drives are accessible. ...
    (microsoft.public.windows.server.general)
  • Re: Run scheduled bckup while logged off
    ... > up a single Excel file nightly, that is located on a network share. ... > backed up is on a network directory (as is the location where the backup ... My drive mappings are of course connected and fine when I log back ... your backup job runs most likely ...
    (microsoft.public.win2000.general)
  • Re: How do I increase the network pipe between servers? Sun Trunking doesnt seem to fit.
    ... If I start all six backup streams, each tops off at about 140 Mb/sec. ... As streams finish, the backup speed of the remaining streams increase until all of them equal about 840 Mb/sec. ... I can't see how that's anything other than network saturation. ... Compression on those servers might not be feasible, but their backups also top off at about 840 Mb/sec combined. ...
    (comp.unix.solaris)