Unsolved

This post is more than 5 years old

13 Posts

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.

2 Intern

 • 

2K Posts

March 4th, 2009 18:00

Do you also see and NSR peer information OR authentication not supported kind errors? You need to set to oldauth first to get rid of those.

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.

443 Posts

March 4th, 2009 23:00

Might even be some interruption of the RPC communication between the server and client.

13 Posts

March 17th, 2009 12:00

what can cause that?

443 Posts

March 17th, 2009 23:00

Most often firewalls. There are parameters on how long RPC connections are kept alive, regardless of if they are active or not, on some firewalls.

28 Posts

March 22nd, 2009 18:00

HI,

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.

79 Posts

September 27th, 2009 08:00

Hi ,

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

116 Posts

September 28th, 2009 08:00

Hello - I have a similiar issue on some clients since we changed our storage node set up.

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

4 Operator

 • 

14.4K Posts

September 28th, 2009 14:00

Where is NSR_KEEPALIVE_WAIT actually set? On the
server or on the client also, storage node also?

On the client.

0 events found

No Events found!

Top