Unsolved
This post is more than 5 years old
13 Posts
0
2314
March 4th, 2009 11:00
Help, I have a client that keeps failing backups
It is a db server running netwoker 7.4.3 client and server. The directory that keeps failing is full of .BAK files. here is the error:
7164:save: shutdown failed
: Error: nsr_end failed: Connection reset by peer
preliminary searches have not turned up anything. any help is greatly appreciated.
7164:save: shutdown failed
: Error: nsr_end failed: Connection reset by peer
preliminary searches have not turned up anything. any help is greatly appreciated.
0 events found
No Events found!


amediratta
2 Intern
•
2K Posts
0
March 4th, 2009 18:00
For this, the problem is that during the backup the connection is getting reset or broken. You can set parameters like NSR_KEEPALIVE_WAIT & timeout activity to make sure the server waits a bit longer for the backups to happen.
Hari5
443 Posts
0
March 4th, 2009 23:00
Evltom
13 Posts
0
March 17th, 2009 12:00
Hari5
443 Posts
0
March 17th, 2009 23:00
cameron11
28 Posts
0
March 22nd, 2009 18:00
If I understand correctly, the client is also the NetWorker server and there is a database running on this same host. If this is a busy host, it could be running out of system resources and a TCP/IP connection to itself is getting closed.
Now, that being said, if it is always the same directory, it is more likely something about that directory that is causing the failure.
I suggest running a manual save of the failing directory on the client in verbose and debug mode to troubleshoot this. There may be a problem with a file in that directory. This way you can see where in the filesystem the failure occurs. If debug level 3 does not reveal enough detail, you can go up to -D9, but this produces a huge amount of debug data.
Eg:
save -v -D3 -s networker_server -b pool > save.log 2>&1
where:
networker_server is the NetWorker server hostname.
pool is a valid backup pool for this client.
Check the end of the save.log file to determine the last file and directory that were backed up. Check the files in the directory. Try copying them to see if a bad file can be located.
If there is a problem with the filesystem, an OS filesystem check may be needed.
new2prog2
79 Posts
0
September 27th, 2009 08:00
Fianlyy did you found a fix for this problem ? Because we too have a similar issue in backing up .BAK files in our environment.
Thanks
nicbone
116 Posts
0
September 28th, 2009 08:00
Only subset of windows hosts affected - all solaris hosts OK.
Where is NSR_KEEPALIVE_WAIT actually set? On the server or on the client also, storage node also?
Thanks
Nick
ble1
4 Operator
•
14.4K Posts
0
September 28th, 2009 14:00
server or on the client also, storage node also?
On the client.