Error Code 50 : (client process aborted(50)
Created: 20 Nov 2012 | Updated: 09 Apr 2013 | 8 comments
This issue has been solved. See solution.
Team,
For soem of the client backups are failing with the error code 50.
Please find the detials below :
NB Master server :
OS : Windows 2008 R2
NB Version : 7.5
Client :
OS : Windows XP & Windows 2000.
Backups are going directly to the Physical tape library.
Help in resolving this issue.
let me know if need any more information
Discussion Filed Under:
Comments 8 Comments • Jump to latest comment
hi Vamsi,
1) are you getting these failurss every day same time?
2) what is happening if you re-trigger the jobs some other time?
3) are they regular failurs ?
4) are you taking the backup of all local drives?
and also please provide the bptm , bpbrm and bpbkar logs
What is NBU version on the clients?
Please show us all the text in Details tab of one of the failed jobs.
Please post clients' bpbkar logs as File attachments. (rename to bpbkar.txt)
Supporting Storage Foundation and VCS on Unix and Windows as well as NetBackup on Unix and Windows
Handy NBU Links
Nagalla, :
Please find the answers below :
1) are you getting these failurss every day same time?
2) what is happening if you re-trigger the jobs some other time?
3) are they regular failurs ?
4) are you taking the backup of all local drives?
and also please provide the bptm , bpbrm and bpbkar logs
Hi
Usually an error 50 occurs when the backup of a client is busy running and the media server doing the backup and or client being backup is rebooted or has shutdown. Any such issues in your environment?
hi Vamsi
see the below errors for acn043vieapp01
there is delay almost 2 hours to have the media server to connect client
possibly the reason may be related to
1)Network or
2) Files that you are included.
these erros most commanly see when its process the files of system state, remove the system state from the backup selection and check the backup for another Drives.
next step would be with the timeout values.
so you can try client read and connect timeout and test backups..
and after that will see the about the buffer tuning..
make only one chage at a time and test the job..
Good luck.. let me know if you got something..
The Status 50 you show actually ocurrs after the backup completes successfully
This indicates a communication issue between the Client and Media Server and The Master Server
Quite a few of these also appear:
20:10:28.053: [2148.2476] <16> dtcp_write: TCP - failure: send socket (736) (TCP 10054: Connection reset by peer)
20:10:28.053: [2148.3008] <16> dtcp_write: TCP - failure: attempted to send 1 bytes
20:10:28.053: [2148.3008] <16> tar_base::keepaliveThread: INF - keepalive thread abnormal exit :14
Also listed are these:
11/19/2012 10:15:37 PM - Error bpbrm(pid=7520) from client 043-sas01-210d: ERR - Unable to backup System State or Shadow Copy. Please check the state of VSS and associated Writers.INF - EXIT STATUS 69: invalid filelist specification
So .. things to check ...
1. As the clients are Windows 2000 and XP what version of the NBU Client do you use on them
2. If they are an old client are they using VSS or VSP for the open file backups? (Master Server Host Properties - Client Attributes
3. What are the client read and client connect timeout values on the media server (they may need increasing)
4. Does a netstat -a on the Master / Media show a large number of ports in use? If it is a Master/Media Server it may be running out of TCPIP ports to use and hence loss of communication, even internally. If this is the case then do the following:
From an administrative command prompt run:
netsh int ipv4 set dynamicport tcp start=10000 num=50000
This greatly increase the number of TCPIP ports available for a Windows 2008 Server
Also go to:
HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\
and add a new DWORD named TcpTimedWaitDelay with a decimal value of 30 and then reboot the server.
You can do these settings anyway as they will help the system - then try points 1 to 3 above one at a time - Hope this helps
Authorised Symantec Consultant
Don't forget to give a "Thumbs Up" or mark as "Solution" if someones advice has helped you.
Thanks for all your reply's. Let me implement and check and get back to you all if any more information needed.
Vamsi,
Seems like we are seeing some advanced troubleshooting steps here,
my 2cents of suggestions would be...
1. uninstall and reinstall NBU client ..... (this issue would be happen when there is a corruption in install binaries)
2. try a older version of NBU client - say NBU 7.0 or 6.5 client
3. increase timeout value - default is 300 - increase it to 3000 for testing
4. disable windows open file --> just to avoid any delay caused by VSS
5. reboot the server
Would you like to reply?
Login or Register to post your comment.