<?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: CSS timeout error Oracle applicaton. in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/css-timeout-error-oracle-applicaton/m-p/1260376#M26164</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;your ar using one-arm mode. This meanse you use only 1 VLAN for client and server traffic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that traffic passing the CSS should also return via the CSS. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In one-arm mode this is not the case because the default-gateway of your servers is the upstream router and not the CSS. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In other words, you need to force the servers to send the traffic back to the CSS instead of directly to the router.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This can be accomplished by using source NAT. THis way, the server thinks the traffic was sourced by the CSS, sending te response back to the CSS instead of the router.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to configure a source group. In your case, it would look something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;group NAT_GRP-IPCC&lt;/P&gt;&lt;P&gt; vip address 10.20.19.X&lt;/P&gt;&lt;P&gt; add destination service http-ora03m&lt;/P&gt;&lt;P&gt; add destination service http-ora04m&lt;/P&gt;&lt;P&gt; active&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;group NAT_HTTPS-ORACLE&lt;/P&gt;&lt;P&gt; vip address 10.20.19.Y &lt;/P&gt;&lt;P&gt; add destination service https-ora03m &lt;/P&gt;&lt;P&gt; add destination service https-ora04m &lt;/P&gt;&lt;P&gt; active&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;group NAT_ora03m&amp;amp;4m-7778&lt;/P&gt;&lt;P&gt; vip address 10.20.19.Z  &lt;/P&gt;&lt;P&gt; add destination service ora03m-7778  &lt;/P&gt;&lt;P&gt; add destination service ora04m-7778  &lt;/P&gt;&lt;P&gt; active&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The VIP Addresses in the group are the addresses that will be used to replace the original source address. Note that per group the VIP address should be unique, zo replace the 3 letters with 3 different numbers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that by doing this, you will lose the original source IP Address. This means that you will not be able to account the sources that have accessed your database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH,&lt;/P&gt;&lt;P&gt;Dario&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Jul 2009 07:00:55 GMT</pubDate>
    <dc:creator>dario.didio</dc:creator>
    <dc:date>2009-07-20T07:00:55Z</dc:date>
    <item>
      <title>CSS timeout error Oracle applicaton.</title>
      <link>https://community.cisco.com/t5/application-networking/css-timeout-error-oracle-applicaton/m-p/1260375#M26163</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing a issue in the CSS accessing the oracle application server connected the CSS.&lt;/P&gt;&lt;P&gt;Please find the attachments&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Errors screen shots&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) config.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 19 Jul 2009 15:04:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css-timeout-error-oracle-applicaton/m-p/1260375#M26163</guid>
      <dc:creator>subashmbi</dc:creator>
      <dc:date>2009-07-19T15:04:51Z</dc:date>
    </item>
    <item>
      <title>Re: CSS timeout error Oracle applicaton.</title>
      <link>https://community.cisco.com/t5/application-networking/css-timeout-error-oracle-applicaton/m-p/1260376#M26164</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;your ar using one-arm mode. This meanse you use only 1 VLAN for client and server traffic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that traffic passing the CSS should also return via the CSS. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In one-arm mode this is not the case because the default-gateway of your servers is the upstream router and not the CSS. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In other words, you need to force the servers to send the traffic back to the CSS instead of directly to the router.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This can be accomplished by using source NAT. THis way, the server thinks the traffic was sourced by the CSS, sending te response back to the CSS instead of the router.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to configure a source group. In your case, it would look something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;group NAT_GRP-IPCC&lt;/P&gt;&lt;P&gt; vip address 10.20.19.X&lt;/P&gt;&lt;P&gt; add destination service http-ora03m&lt;/P&gt;&lt;P&gt; add destination service http-ora04m&lt;/P&gt;&lt;P&gt; active&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;group NAT_HTTPS-ORACLE&lt;/P&gt;&lt;P&gt; vip address 10.20.19.Y &lt;/P&gt;&lt;P&gt; add destination service https-ora03m &lt;/P&gt;&lt;P&gt; add destination service https-ora04m &lt;/P&gt;&lt;P&gt; active&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;group NAT_ora03m&amp;amp;4m-7778&lt;/P&gt;&lt;P&gt; vip address 10.20.19.Z  &lt;/P&gt;&lt;P&gt; add destination service ora03m-7778  &lt;/P&gt;&lt;P&gt; add destination service ora04m-7778  &lt;/P&gt;&lt;P&gt; active&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The VIP Addresses in the group are the addresses that will be used to replace the original source address. Note that per group the VIP address should be unique, zo replace the 3 letters with 3 different numbers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that by doing this, you will lose the original source IP Address. This means that you will not be able to account the sources that have accessed your database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH,&lt;/P&gt;&lt;P&gt;Dario&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2009 07:00:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css-timeout-error-oracle-applicaton/m-p/1260376#M26164</guid>
      <dc:creator>dario.didio</dc:creator>
      <dc:date>2009-07-20T07:00:55Z</dc:date>
    </item>
    <item>
      <title>Re: CSS timeout error Oracle applicaton.</title>
      <link>https://community.cisco.com/t5/application-networking/css-timeout-error-oracle-applicaton/m-p/1260377#M26165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Dario,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will update u the status ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Subash.c&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2009 08:17:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css-timeout-error-oracle-applicaton/m-p/1260377#M26165</guid>
      <dc:creator>subashmbi</dc:creator>
      <dc:date>2009-07-20T08:17:50Z</dc:date>
    </item>
  </channel>
</rss>

