Data timeout: Difference between revisions

From wiki.zmanda.com
Jump to navigation Jump to search
(reformat, use header template)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
===Issue===
{{Troubleshooting Header}}
 
=Problem=
The backup starts normally but the following message shows up in the report:
The backup starts normally but the following message shows up in the report:
   myhost.com /disk1 lev 0 FAILED [data timeout]
   myhost.com /disk1 lev 0 FAILED [data timeout]


 
=Explanation=
===Diagnose===
 
The cause of this is usually a slow client host which has to compress a large disk. If compression takes a long time, the server does not receive any data from the client and generates a "data timeout".
The cause of this is usually a slow client host which has to compress a large disk. If compression takes a long time, the server does not receive any data from the client and generates a "data timeout".


===Solutions===
=Solution=
 
You can try one of these:
# Disable compression on the failing DLE (by putting <tt>compress none</tt> in disklist file)  
* Disable compression on the failing DLE (by putting <tt>compress none</tt> in disklist file)  
# Use the fast instead of best compression (by putting <tt>compress client fast</tt>  in disklist file)  
* Use 'fast' rather than 'best' compression (by putting <tt>compress client fast</tt>  in disklist file)  
# Compress data on the tape host (by putting <tt>compress server fast</tt> or <tt>compress server best</tt> in disklist file).
* Compress data on the tape host (by putting <tt>compress server fast</tt> or <tt>compress server best</tt> in disklist file).
# Increase the <tt>dtimeout</tt> parameter in amanda.conf
* Increase the <tt>dtimeout</tt> parameter in amanda.conf
 
 
 
----
See more [[amdump issues]].

Latest revision as of 23:18, 22 May 2007



This article is a part of the Troubleshooting collection.

Problem

The backup starts normally but the following message shows up in the report:

 myhost.com /disk1 lev 0 FAILED [data timeout]

Explanation

The cause of this is usually a slow client host which has to compress a large disk. If compression takes a long time, the server does not receive any data from the client and generates a "data timeout".

Solution

You can try one of these:

  • Disable compression on the failing DLE (by putting compress none in disklist file)
  • Use 'fast' rather than 'best' compression (by putting compress client fast in disklist file)
  • Compress data on the tape host (by putting compress server fast or compress server best in disklist file).
  • Increase the dtimeout parameter in amanda.conf