NetBackup Status Code 24 - Possible Parameters to Check
Hi Friends
Receiving Status Code 24 is now becaming very common in our Infrastructure, where we are backing up alomost 7000 boxes using 10 different master servers. I agree there is a Technote Available from Symantec : http://www.symantec.com/business/support/index?page=content&id=HOWTO50801 for troubleshooting Status Code 24 Failures, but most of the time we are getting the situation where this is not enough to fix the issues.
Can someone please help me to understand that what are the parameters need to be checked in Client / Media / Master server and the tuning can be made to fix the issue. Also is there any tool is avaiable to determine the root cause of the Status 24 Failure.
Help would be highly appriciated
NIcolai and Marianne are right - timeouts can work around issues sometimes, but the root cause is almost always outside NBU for status 24.
Generally, if you try and solve status 24 inside NBU, you are likely to never fix it, it is rare that NBU is the cause of a 24 (not impossible, but very very unlikely).
These are the notes i sent out a while back for a status 24. As you will see, all the TNs and case examples I gave are outside NBU. I personally have never seen 24 caused by NBU, but have heard about the odd issue, hence my comment, it's possible but unlikely.
***************
If this is a Windows client, a very common cause is the TCP Chimmey settings - http://www.symantec.com/docs/TECH55653I have given a number of technotes below (the odd one may be 'internal' only) , and have show a summary of the solutions, as well as the odd extra note.http://www.symantec.com/docs/TECH76201Possible solution to Status 24 by increasing TCP receive buffer spacehttp://www.symantec.com/docs/TECH34183this Technote, although written for Solaris, shows how TCP tunings cancause status 24s. I am sure your system admins will be aware of thecorresponding setting for the windows operating system.http://www.symantec.com/docs/TECH55653This technote is very important. It covers many many issues that canoccur when either TCP Chimney Offload, TCP/IP Offload Engine (TOE) or TCPSegmentation Offload (TSO) are enabled. It is recommend to disablethese, as per the technote.I also understand that we have previously seen MS Patch KB92222 resolve status 24 issues.http://www.symantec.com/docs/TECH150369A write operation to a socket failed, these are possible cause for this issue:A high network load.Intermittent connectivity.Packet reordering.Duplex Mismatch between client and master server NICs.Small network buffer sizehttp://support.microsoft.com/kb/942861SOLUTION/WORKAROUND:Contact the hardware vendor of the NIC for the latest updates for their product as a resolution.This problem occurs when the TCP Chimney Offload feature is enabled on the NetBackup Windows 2003 client. Disable this feature to workaround this problem.To do this, at a command prompt, enter the following:Netsh int ip set chimney DISABLEDhttp://www.symantec.com/docs/TECH127930The above messages almost always indicate a networking issue of some sort. In this case it was due to a faulty switch.There are rare occasions when the above messages are not caused by a networking issue, such as those addressed in http://www.symantec.com/docs/TECH72115.But note, the technote says the issue is 'almost always' network related, this can also include operating system settings.http://www.symantec.com/docs/TECH145223The issue was with the idle timeout setting on the firewall that was too low to allow backups and/or restores to complete. With the DMZ media serverbacking up a DMZ client the media server sends only the occasional meta data updates back to the master server in order to update the images catalog.If that TCP socket connection between the media server and master server is idle for a longer period than the firewall's idle timeout the firewall breaksthe connection between the media server and master servder and thus the media server breaks the connection to the client producing the socket error.Increasing the idle timeout setting on the firewall to a value larger than the amount of time a typical backups takes to complete should resolve the issue.Also increasing the frequency of the TCP keepalive packets can also help maintain the socket during idle periods from the server's defaults.Although you may not have a firewall between the client and the media server, this solution is another demonstation that the issue is network related, as opposed to NetBackup.http://www.symantec.com/docs/S:TECH130343 (Internal technote)The issue was found to be due to NIC card Network congestion (that is, network overloaded)http://www.symantec.com/docs/TECH135924In this instance, the problem was isolated to this single machine making the point of failure isolated to the problematic new host.If the problem is due to an unidentified corruption / misconfiguration in the new media server's TCP Stack and Winsock environment (as was the case in this example),executing these two commands, followed by a reboot will resolve the problem:netsh int ip reset resetlog.txt Microsoft Reference: http://support.microsoft.com/kb/299357netsh winsock reset catalog Microsoft Reference: http://technet.microsoft.com/en-us/library/cc759700(WS.10).aspxNOTE: The above two commands will reset the Windows TCP Stack as well as the Windows Winsock environment back to the default values. This means that if the hostis configured with a static IP Address and other customized TCP settings, they will be lost and will need to be re-entered after the reboot. The default TCP settingis to use DHCP and the host will be using DHCP upon booting up.http://www.symantec.com/docs/TECH76201Possible solution to Status 24 by increasing TCP receive buffer spacehttp://www.symantec.com/docs/TECH34183this Technote, although written for Solaris, shows how TCP tunings cancause status 24s. I am sure your system admins will be aware of thecorresponding setting for the windows operating system.http://www.symantec.com/docs/TECH55653This technote is very important. It covers many many issues that canoccur when either TCP Chimney Offload, TCP/IP Offload Engine (TOE) or TCPSegmentation Offload (TSO) are enabled. It is recommend to disablethese, as per the technote.I understand that we have previously seen MS Patch KB92222 resolve status 24 issues.There are 2 possible issues that could be NBU related that could cause this :1. Client NBU version is higher than the media serevr2. Make sure the comunications buffer is not too high (http://www.symantec.com/docs/TECH60570)What to do next:http://www.symantec.com/docs/TECH135924 (mentioned before, MS suggested fix)http://www.symantec.com/docs/TECH60570 (communications buffer, mentioned above)http://www.symantec.com/docs/TECH60844 (Network connectivity tuning to avoid network read/write failures and increase performance) TCP ChimneyIf these do not resolve the situation, I would recommend you talk with the Operating system vendor. In summary, apart from the Client version of softwareand the communication buffer size (set in host properties) I can find no other cause that could be NBU. However, from the very detailed research I have done,I can find many many causes that are the network or operating system.