How to increase Keepalive and TcpMaxDataRetransmissions to solve intermitte

Hi experts,
  I encountered an intermittent link down issue on our production system for a long time. I escalated to Cisco TAC but the problem is too difficult to resolve(no errors in Cisco Nexus 5010). We built a very solid HA in network(4 * 10GBE teaming), 2 Cisco Nexus 5010 for HA. However, intermittent link down occurred from time to time. By the way, chimney offload is disabled recently but the problem persists. We run SQL server 2008 R2 CU7 on Windows 2008 R2 SP1. The NICs are HP/Emulex NC550SFP 10GBE.
  I think this problem can't be solved by Cisco so I want to increase Keepalive from 30,000 to 300,000 on DB server and TcpMaxDataRetransmissions from 5 to 120 on DB/APP servers.(according to this link: http://blogs.msdn.com/b/dataaccesstechnologies/archive/2010/06/18/using-network-trace-to-troubleshoot-intermittent-connectivity-issues.aspx ) However, I test these settings in testing environment and run a query in query analyzer and I found it does not work. Query analyzer terminated a query within 5 seconds if I unplug the cable. What's wrong with that?

Hi Dennis,
Keepalive property is a new stuff set on SQL server configuration manager from SQL 2005.
This parameter controls how often TCP attempts to verify that an idle connection is still intact by sending a keep alive packet to its peer. If the remote system is still reachable and functioning, a acknowledge packet is sent back. Otherwise, the local TCP will keep sending u201CKeep Aliveu201D packet in an interval of KeepAliveInterval for TcpMaxDataRetransmissions times. If no acknowledge packet is received during this period, the local TCP will reset the connection. For every SQL Server TCP connections.
To cut it short , for an idle connection once in every 30000 milli sec a check is sent to the client and check whether the client is available . If yes , the connection is maintained else the conenction is killed / reset.
Based on this you and your manager can decide whether or not this property is to be set on .
To play around with this property you can do it from here
SQL Server Configuration Manager -> SQL Server 2005 Network Configuration ->Protocols -> TCP/IP, you will notice the newly added property u201CKeep Aliveu201D.
if you have SQL server 2008, it is under SQL Native Client > Client Protocols > TCP/IP
Additionally you can have a look into a older blog
http://blogs.msdn.com/b/sql_protocols/archive/2006/03/09/546852.aspx
Hope this helps.
Regards,
Deepak Kori

Similar Messages

  • How to increase java_pool_size and shared_pool_size in oracle 9i?

    Friends,
    OS: RHEL AS 3
    db: 9iR2( 9.2.0.8)
    when i run the patch catpatch.sql....at the middle of the process.....there was a message says to check the size of the java_pool_size and shared_pool_size then it stops.
    now can i increase java_pool_size and share_pool_size?
    Also, what was the size of java_pool_size and share_pool_size by default?
    upto which size i can increase the both?
    thanks

    Also see MOS Doc 262951.1 (Minimum recommended Database parameter values when migrating to Oracle 9.0.1.X/9.2.0.X)
    HTH
    Srini

  • How to increase Memory and Java Heap Size for Content Server

    Hi,
    My content server is processing requests very slowly. Over performance is not good. I have 2 GB of RAM any idea what files I can modify to increase the Java Heap Size for the Content Server. If I increase the RAM to 4 or 6 GB where do I need to make changes for the Java Heap Size and what are the recommended values. I just have Content Server Running on the linux box. Or how do I assign more memory to the user that owns the content server install.
    Thanks

    You might find these interesting:
    http://blogs.oracle.com/fusionecm/2008/10/how_to_-javatuning.html
    http://download.oracle.com/docs/cd/E10316_01/cs/cs_doc_10/documentation/admin/performance_tuning_10en.pdf
    Do you have access to metalink? This has about everything you could want:
    https://metalink2.oracle.com/metalink/plsql/f?p=130:14:9940589543422282072::::p14_database_id,p14_docid,p14_show_header,p14_show_help,p14_black_frame,p14_font:NOT,788210.1,1,1,1,helvetica
    Or search for "788210.1" in metalink knowledgebase if that link doesn't work and look for the FAQ on configuring Java for Content Servers

  • How to increase min and max range of resulting XML report output?

    Hi,
    I'm trying to massage search results into a digestible format using XSLT. Its relatively straigh-forward. But what I'd like is to be able to increase the character result range to capture hopefully more parts to a URL - if that's our current search result.
    Here's an existing report XML node containing the min/max attributes I'm trying to adjust:
    <mm_reportitem>
    <mm_file>link_report_210611\poc_home_2011\home_200.html</mm_file>
    <mm_displaystr><![CDATA[...template 'tracking' tools are located in the {a href="http://subdomainname.domainname.net.nz/files/index....]]></mm_displaystr>
    <mm_data mm_rangemin="3197" mm_rangemax="3210" mm_filename="Z:\projects\clinetname\link_report_210611\poc_home_2011\home_200.html" mm_replaced="false" mm_matchedtextdirty="false" />
    </mm_reportitem>
    I basically want to try and capture reasonably long URL strings (in green) by, hopefully, adjusting the ranges (in red).
    Any ideas?
    EDIT: Ok, the colours were stripped out when I posted, so basically I want the CDATA node text in "mm_display_str" to be longer to capture an entire, possibly lengthy URL.
    EDIT:  Best file I can find so far is:  C:\Documents and Settings\Dave\Application Data\Adobe\Dreamweaver CS5\en_US\Configuration\Menus\Cache\Menus\DWSiteReportsTab.xml   --  but it doesn't look like it contains anything like range values, or in fact any numeric values to adjust.

    Hi Don,
    Are you trying to mean, I need to apply this logic to get min(result_no):
    Ex :
    min(cast(order_date as date) by patient_id) = order_date then result_no.
    Thanks,
    Karthikeyan V

  • How to reduce costs and increase efficiency of pho...

    Dear Skype community! 
    I need to find some information about how to reduce costs and increase efficiency of phone calls in sales organisation? 
    What are advantages of Skype contarry to the concurrence ? I'm Inside Sales manager SEMEA
    Is there anyone who can explaine ? 
    thanks a lot !
    Solved!
    Go to Solution.

    Tilly_in_action,
    Review the following link:
    http://blogs.skype.com/2012/05/24/5-real-benefits-of-using-skype/
    Thanks,
    Kent C.

  • How to increase dynamically open_cursors and session_cached_cursors

    how to increase dynamically open_cursors and session_cached_cursors
    for Ex. alter system open_cursors = 500

    instane level:
    alter system set session_cached_cursors=200 scope = spfile; or set init.ora file.
    alter system set open_cursors=400;
    More details about open_cursor and session_cached_cursor, refer the below link
    http://www.orafaq.com/node/758
    Regards
    RajaBaskar

  • How to increase the row and Column length of Bex query in EP Portal 7.3

    Dear All,
    Please let me know the process  to Increase the Rows and Columns  Size of Bex Query in Enterprise Portal  of SAP  7.3 .
    Please  let settings to increase rows up 10000 and column 100 in one page.
    Thanks
    Regards,
    Sai

    Dear All,
    Please find the attached screen shot.
    The report be open with 4 or 5 columns and 5 or 6 rows.
    So, please  let me know how to increase the length of the table.
    Do the needful for me to over come this issue.
    Thanks
    Regards,
    Sai.

  • How to increase the icons of creative cloude ? The icons permanecm very small and can not see properly.

    How to increase the icons of creative cloude ? The icons permanecm very small and can not see properly.

    Hold down Control and scroll down with the mouse or trackpad.
    Regards,
    Captfred
    That's the screen zoom function activated by CNTL scroll up to zoom and CNTL-Scroll down to unzoom.

  • How to increase size of fonts in Menu bar and in Safari toolbar?

    How to increase size of fonts in Menu bar and in Safari toolbar?  Munu bar and Safari toolbar  fonts too small on a 24" iMac screen.
    Thanks in advance !

    If you want to change the size of the font of a TextEdit text document, you do it in the preferences. Alternatively, if you want control over the size of the fonts, make it a Rich Text document, and then you can change the font size. You can either use the Larger or Smaller options, or Show Fonts to choose a size. You can elect to have new documents be Rich Text in the preferences as well.

  • How to Increase the Rows and Columns Size of Bex Query in Enterprise Portal  of SAP  7.3

    Dear All,
    Please let me know the process how to Increase the Rows and Columns  Size of Bex Query in Enterprise Portal  of SAP  7.3 .
    Currently I am getting Only  4 columns and 10 rows in One Page .And I am getting 1,2 etc tabs for both row and column. So i want to increase the column length more than 100  and row length more than 10000.
    Please suggest me a suitable solution to over come this issue.
    Please find the Below screen shot.
    Thanks
    Regards,
    Sai

    Dear All,
    Please find the attached screen shot.
    The report be open with 4 or 5 columns and 5 or 6 rows.
    So, please  let me know how to increase the length of the table.
    Do the needful for me to over come this issue.
    Thanks
    Regards,
    Sai.

  • How to increase the size (Length and width)  of check box

    Hi All,
    I have to increase the size of ( width and length) of check box, I have revised to check box topic in dev guide but didnt find any clue, i have also tried to use CCStyle class but that is also not working, I would appreciate if some can help me out on this. Thanks in advance , let me know if any clarification required.
    Thanks
    Pratap

    Hi Pratap ,
    I honestly don't know how to increase the size
    But i am giving you an alternate solution : we can create two Images with check box type 1 ) with checked
    2 ) with unchecked . ( you can create image of any size ) and get them displayed on OAF screen dynamically using switcher case .
    Dynamically displaying image will give the illusion of check box being checked and unchecked .
    keep this image moved to following media directory
    eg : /oraapp/mfgtestcomn/java/oracle/apps/media .
    Implement the switcher case , add the fire action to this Image Column , create a transient attribute and attach to this
    column . Depending on the value returned by transient attribute display the image on the column .
    Let me know if its not clear .
    Keerthi

  • How to increase the camera download speed and save binary file speed

    My camera is pco dimax S1 camea. The interface is cameralink Base.
    The memory is on board.
    I use 1000fps@480*480 resolution to capture 1 sec.
    Then download the images from the on board memory to computer.
    The board in the PC side is NI-1429 board.
    Theory, the cameralink transport speed should be 250MB/S
    In the file format, file size should be (480(H)*480(V)*16bit*1000fps)/8=460.8 MB
    Logically it should be download complete under 2 sec
    But in my program, the real download speed at about 40 framess/s, (480*480*16*40)/8=18.432 MB/S
    (250MB/S)/(18.432MB/S)= 13.85
    The download speed is totally slower 13.8 times.
    I use the SSD and RAID 0 to save the file.
    I did some test as below:
    1. Try to save png or binary file. The speed of binary had a litter faster, but it still doesn't close the 250MB/S.
    2. I try to adjust the resolution from 16bit to 12bit or 8bit to save the image. The download speed still 40 frames/s(18.432MB/S)
    3. I try to use IMAQ Sequence to save the file, but how to add in my program, can anyone help me?
    On the other hand, I also guess may be the structure of my program have an problem cause the download and save speed slow.
    Attached please find the program.
    To see if there are other ways to increase the speed of file written!
    Attachments:
    Imagesavebinary.vi ‏91 KB
    test.png ‏157 KB

    You have to separate your step1 and step2 into two parallel loop.
    If you put the two tasks in one loop, the lower speed task will affect the loop speed.
    So that the program won't achieve the top speed.
    Is continuous acquisition required for your application? Can sequence acquisition or finite acquisition be your workaround?
    The memory handling in continuous acquisition is way a lot more difficult than finite acquisition.
    I would suggest you to figure out how finite acquisition work and then jump into the continuous acquisition application.

  • How  to make space, increase speed, and battery

    Space is not just taken up by emails. It includes all the "background" apps, bookmarks, messages, music, photos, ibooks and virtually anything is been accessed on your iPhone. Just like closets at home that get over filled and clothes we thought we were going to use your phone and your computer needs to be cleaned out more then once a year.
    Here are a few measures that can be used to increase space and might I add battery power and usage proceessing speed to the lifetime of your phone/pad.
    The most obvisious items: photos, books, documents, music can be streamline / transferred / exported to a hard drive.
    The list below is maybe less thought of:
    MULTITASKING: closing all the open apps.
    To do this use the button below the screen known as home button with your index finger slide the apps upwards to close apps But make sure you keep the main screen app view open.
    BOOKMARKS and READING LIST
    Trim all the bookmarks and reading list that you no longer need by deleting it on your phone. If the bookmarks are important enough to keep then store them to your main computing system. You can even create a file and folder on your computer separate from your safari bookmarks by using a spreadsheet with the name of the site and url address.
    SAFARI and all other WEB BROWSER COOKIES n DATA
    Go to SETTINGS - SAFARI scroll down screen and clear cookies and data.
    GPS &  MAPS
    delete all unnessary directions and locations.
    CELLUAR DATA
    Go to Settings - CELLUAR
    LTE - enable
    ROAMING  - I prefer voice only so data pile up wont become an issue and only turn on data roaming if I need it.
    BACKUPS
    Backing up your phone/pad to a computer and a seperate hard drive using time machine saves space on your mobile device while adding an extra resource to recover and lost data.
    Think about it if your mobile device is constantly storing old, long forgotten  might need one day background stuff how can it have room to go forward and do the hard work you really need.

    Arrange menu :
    Align
    Distribute

  • WHAT are tokens and how it is issued and how it is viewed and solved by who

    WHAT are tokens and how it is issued and how it is viewed and solved by who
    points will be awarded

    Hi Jagrut,
    If you are talking of support token then,
    TOKENs are nothing but the issues faced in the actual live system(Production).
    So the end user who is facing will raise it, it will be assigned to the production support team and they will solve it.
    Regards,
    Atish

  • How to increase the width size between PROMPT and TEXT BOX?

    Hi Gurus,
    my page having MessageTextInputs. Normally page runs displays the Prompt name and one text box will displayed.
    my requirement is
    1) how to increase the width size between PROMPT and TEXT BOX?
    2)prompt name displays like
    elephant
    xxxxxant
    xxxxRose
    here xxxxx indicates SPACE
    but my client requirement is don't displays the SPACES in left side.
    so our requirement is in page PROMPT displays like
    elephant
    ant
    rose
    How to achieve this plz help me
    its very urgent
    Thanks

    Hi,
    Create a table layout region and under that use 'messageStyledText' for displaying the prompt and use 'messageTextInput' for text field without giving any prompt to that.
    --Sushant                                                                                                                                                                                                                                                                                                                                                                                           

Maybe you are looking for