StoreEver Tape Storage
1753734 Members
4910 Online
108799 Solutions
New Discussion

Error 4027: Device timeout - Data

 
zoul
New Member

Re: Error 4027: Device timeout - Data

Hi all,

I found the solution for this matter, but i am not sure this is the proper way.

I just edited config/dpdevice.ini and increase the timeout default settings.

[class.scsi]
disableSecurityProtocol=Yes
timeoutImmediate=600000 ; immediate commands (30 sec)
timeoutCommand=600000 ; general i/o commands (1 min)
timeoutShortMove=600000 ; short move commands (10 min)
timeoutLongMove=1200000 ; long move commands (20 min)
timeoutLongErase=14400000 ; long erase commands (4 hours)
maxCommandRetry=10 ; number of times a command will be
; retried when a bus error is detected

It running successfully.