<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: csm setup for active/backup sql server in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/csm-setup-for-active-backup-sql-server/m-p/455683#M8481</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My solution worked &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I used &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; sticky 10 netmask 0.0.0.0 address source timeout 65535&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; vserver SQLSERVER&lt;/P&gt;&lt;P&gt;  virtual 172.25.196.199 any&lt;/P&gt;&lt;P&gt;  serverfarm SQLFARM&lt;/P&gt;&lt;P&gt;  sticky 65535 group 10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Jun 2005 11:13:23 GMT</pubDate>
    <dc:creator>zhichao</dc:creator>
    <dc:date>2005-06-13T11:13:23Z</dc:date>
    <item>
      <title>csm setup for active/backup sql server</title>
      <link>https://community.cisco.com/t5/application-networking/csm-setup-for-active-backup-sql-server/m-p/455680#M8478</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are two sql servers to be in active/backup mode.&lt;/P&gt;&lt;P&gt;The users' requirement are:&lt;/P&gt;&lt;P&gt;1. The csm should direct all traffics to server1. When server1 is down, it should direct to server2 and stay with server2.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Even if server1 is back, it should still stay with server2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is to prevend database corruption.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea how to do these?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am thinking to use:&lt;/P&gt;&lt;P&gt;1. weight 0 on server2 to make it backup. (I tried backup server command, but it did not work... And CCO does not have good docu on this)&lt;/P&gt;&lt;P&gt;2. use sticky with network mask /0 to make all users always stay with one active server and never preempt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any other suggestion?&lt;/P&gt;</description>
      <pubDate>Sat, 11 Jun 2005 11:53:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/csm-setup-for-active-backup-sql-server/m-p/455680#M8478</guid>
      <dc:creator>zhichao</dc:creator>
      <dc:date>2005-06-11T11:53:37Z</dc:date>
    </item>
    <item>
      <title>Re: csm setup for active/backup sql server</title>
      <link>https://community.cisco.com/t5/application-networking/csm-setup-for-active-backup-sql-server/m-p/455681#M8479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think you can do this with standard commands.&lt;/P&gt;&lt;P&gt;The backup or weight solution would work for the first part but will not garuanteed that server2 stays active even if server1 comes back up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you need a way to keep server1 down if it fails.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could use a probe and set the 'recover' option to 65535 and the 'failed' interval to 65535 so making it impossible for server1 to come back up without manual intervention.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The danger is if both server1 and server2 go down.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gilles.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Jun 2005 13:43:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/csm-setup-for-active-backup-sql-server/m-p/455681#M8479</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2005-06-11T13:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: csm setup for active/backup sql server</title>
      <link>https://community.cisco.com/t5/application-networking/csm-setup-for-active-backup-sql-server/m-p/455682#M8480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Thats a good solution! I will try it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For q1, someone suggested me to use 'backup real' command. I could not make it work, so I used weight 0.&lt;/P&gt;&lt;P&gt;Is there any problem with this weight 0 command? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Jun 2005 13:47:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/csm-setup-for-active-backup-sql-server/m-p/455682#M8480</guid>
      <dc:creator>zhichao</dc:creator>
      <dc:date>2005-06-11T13:47:22Z</dc:date>
    </item>
    <item>
      <title>Re: csm setup for active/backup sql server</title>
      <link>https://community.cisco.com/t5/application-networking/csm-setup-for-active-backup-sql-server/m-p/455683#M8481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My solution worked &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I used &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; sticky 10 netmask 0.0.0.0 address source timeout 65535&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; vserver SQLSERVER&lt;/P&gt;&lt;P&gt;  virtual 172.25.196.199 any&lt;/P&gt;&lt;P&gt;  serverfarm SQLFARM&lt;/P&gt;&lt;P&gt;  sticky 65535 group 10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2005 11:13:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/csm-setup-for-active-backup-sql-server/m-p/455683#M8481</guid>
      <dc:creator>zhichao</dc:creator>
      <dc:date>2005-06-13T11:13:23Z</dc:date>
    </item>
    <item>
      <title>Re: csm setup for active/backup sql server</title>
      <link>https://community.cisco.com/t5/application-networking/csm-setup-for-active-backup-sql-server/m-p/455684#M8482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;indeed, that's a a good solution.&lt;/P&gt;&lt;P&gt;I'm glad you could find it yourself.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2005 05:33:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/csm-setup-for-active-backup-sql-server/m-p/455684#M8482</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2005-06-14T05:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: csm setup for active/backup sql server</title>
      <link>https://community.cisco.com/t5/application-networking/csm-setup-for-active-backup-sql-server/m-p/455685#M8483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear zhichao:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are trying to do something similar.&lt;/P&gt;&lt;P&gt;Could you post your relevant config for the SQLFARM and real servers-- including the probe part?   We would appreciate it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jun 2006 21:22:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/csm-setup-for-active-backup-sql-server/m-p/455685#M8483</guid>
      <dc:creator>rraja2006</dc:creator>
      <dc:date>2006-06-27T21:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: csm setup for active/backup sql server</title>
      <link>https://community.cisco.com/t5/application-networking/csm-setup-for-active-backup-sql-server/m-p/455686#M8484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;module ContentSwitchingModule 9 &lt;/P&gt;&lt;P&gt; ft group 1 vlan 500 &lt;/P&gt;&lt;P&gt;  priority 100 alt 10&lt;/P&gt;&lt;P&gt;  preempt &lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt; vlan 196 client&lt;/P&gt;&lt;P&gt;  ip address 172.25.196.254 255.255.252.0 alt 172.25.196.253 255.255.252.0&lt;/P&gt;&lt;P&gt;  gateway 172.25.196.1&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt; vlan 600 server&lt;/P&gt;&lt;P&gt;  ip address 172.25.196.254 255.255.252.0 alt 172.25.196.253 255.255.252.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt; probe SQL_PROBE tcp&lt;/P&gt;&lt;P&gt;  interval 2 &lt;/P&gt;&lt;P&gt;  retries 1 &lt;/P&gt;&lt;P&gt;  failed 2 &lt;/P&gt;&lt;P&gt;  port 4000 &lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt; serverfarm SQLFARM&lt;/P&gt;&lt;P&gt;  nat server&lt;/P&gt;&lt;P&gt;  no nat client&lt;/P&gt;&lt;P&gt;  real 172.25.196.201&lt;/P&gt;&lt;P&gt;   weight 0&lt;/P&gt;&lt;P&gt;   inservice&lt;/P&gt;&lt;P&gt;  real 172.25.196.200&lt;/P&gt;&lt;P&gt;   weight 100&lt;/P&gt;&lt;P&gt;   no inservice&lt;/P&gt;&lt;P&gt;  probe SQL_PROBE&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt; sticky 10 netmask 0.0.0.0 address source timeout 65535&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt; vserver SQLSERVER&lt;/P&gt;&lt;P&gt;  virtual 172.25.196.199 any&lt;/P&gt;&lt;P&gt;  serverfarm SQLFARM&lt;/P&gt;&lt;P&gt;  sticky 65535 group 10&lt;/P&gt;&lt;P&gt;  replicate csrp sticky&lt;/P&gt;&lt;P&gt;  replicate csrp connection&lt;/P&gt;&lt;P&gt;  persistent rebalance&lt;/P&gt;&lt;P&gt;  inservice&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it is useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jun 2006 02:28:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/csm-setup-for-active-backup-sql-server/m-p/455686#M8484</guid>
      <dc:creator>zhichao</dc:creator>
      <dc:date>2006-06-28T02:28:36Z</dc:date>
    </item>
  </channel>
</rss>

