<?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: TCL Scripting. in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/tcl-scripting/m-p/1090923#M22152</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many Thnks.. Gilles ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its working now..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASLAM..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Dec 2008 12:47:11 GMT</pubDate>
    <dc:creator>aslamta123</dc:creator>
    <dc:date>2008-12-24T12:47:11Z</dc:date>
    <item>
      <title>TCL Scripting.</title>
      <link>https://community.cisco.com/t5/application-networking/tcl-scripting/m-p/1090918#M22147</link>
      <description>&lt;P&gt;Hi All, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  I tried to use the attached TCL scrpits for probing. My servers are listening on port 8010. But the probe failed, its getting the  error "Internal error: Script error" .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could anyone please verify the attached  script ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Aslam ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Dec 2008 05:54:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/tcl-scripting/m-p/1090918#M22147</guid>
      <dc:creator>aslamta123</dc:creator>
      <dc:date>2008-12-24T05:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: TCL Scripting.</title>
      <link>https://community.cisco.com/t5/application-networking/tcl-scripting/m-p/1090919#M22148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aslam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking at the script in notepad/wordpad there is a lot of RTF chaff. The first few characters are:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;{\rtf1\ansi\ansicpg1252\uc1\deff38\stshfdbch0\stshfloch38\sts ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It looks like the file has been edited and converted accidentally into this format.  I'd start with a fresh copy of the script and make the changes with a simple editor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cathy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Dec 2008 08:59:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/tcl-scripting/m-p/1090919#M22148</guid>
      <dc:creator>ciscocsoc</dc:creator>
      <dc:date>2008-12-24T08:59:09Z</dc:date>
    </item>
    <item>
      <title>Re: TCL Scripting.</title>
      <link>https://community.cisco.com/t5/application-networking/tcl-scripting/m-p/1090920#M22149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Cathy, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx for the reply ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it required to specify the real servers IP in the script ???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not good in scripting, the file i downloaded from cisco and changed only the port no's .&lt;/P&gt;&lt;P&gt;could you please correct the errors and send to me ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Aslam..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Dec 2008 09:21:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/tcl-scripting/m-p/1090920#M22149</guid>
      <dc:creator>aslamta123</dc:creator>
      <dc:date>2008-12-24T09:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: TCL Scripting.</title>
      <link>https://community.cisco.com/t5/application-networking/tcl-scripting/m-p/1090921#M22150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Aslam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The  real IP addresses are sent as part of the environment, so they are not coded in the script.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you define the port on the serverfarm (e.g. rserver wibble 8010) then this should be passed to the script in the environment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think your problems stem from whatever program you used to do the edit.  Stick to a simple editing program that won't mess around with the format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you can't get the HTTPCONTENT probe working, then start with a simple TCP probe on 8010.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't write the script for you as you have to be able to maintain it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cathy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Dec 2008 09:42:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/tcl-scripting/m-p/1090921#M22150</guid>
      <dc:creator>ciscocsoc</dc:creator>
      <dc:date>2008-12-24T09:42:31Z</dc:date>
    </item>
    <item>
      <title>Re: TCL Scripting.</title>
      <link>https://community.cisco.com/t5/application-networking/tcl-scripting/m-p/1090922#M22151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you don't need to add the port in the script.&lt;/P&gt;&lt;P&gt;The following 2 lines will get the ip address and port from your configuration&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set ip $scriptprobe_env(realIP) &lt;/P&gt;&lt;P&gt;set port $scriptprobe_env(realPort)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to use the Cisco script, there is no need to modify it.&lt;/P&gt;&lt;P&gt;Just configure the probe and add it to the serverfarm.&lt;/P&gt;&lt;P&gt;Make sure your reals are configured with a port inside the serverfarm so that the script can identify which port to use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gilles.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Dec 2008 10:15:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/tcl-scripting/m-p/1090922#M22151</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2008-12-24T10:15:46Z</dc:date>
    </item>
    <item>
      <title>Re: TCL Scripting.</title>
      <link>https://community.cisco.com/t5/application-networking/tcl-scripting/m-p/1090923#M22152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many Thnks.. Gilles ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its working now..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASLAM..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Dec 2008 12:47:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/tcl-scripting/m-p/1090923#M22152</guid>
      <dc:creator>aslamta123</dc:creator>
      <dc:date>2008-12-24T12:47:11Z</dc:date>
    </item>
  </channel>
</rss>

