<?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: Anyone know if ttcp should work in Cmode? in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/Anyone-know-if-ttcp-should-work-in-Cmode/m-p/45106#M10593</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The command looks correct my only guess is that you have setup the interface on the cluster/vserver rather than one of the physical nodes itself.&amp;nbsp;&amp;nbsp; ttcp is only available on the physical nodes so needs an interface setup on same IP range as server using priv set diag in the nodeshell.&amp;nbsp;&amp;nbsp; Once setup just run the following.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Start receiver on Filer:&lt;/P&gt;&lt;P&gt;- run -node nodemane&lt;/P&gt;&lt;P&gt;- priv set diag&lt;/P&gt;&lt;P&gt;- ttcp -rs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Start Sender on Server to IP you setup on the physical node&lt;/P&gt;&lt;P&gt;- ttcp -s -t -n 409600&amp;nbsp; ipaddress&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure the ttcp ports are the same, by default i think it uses 5001&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Jun 2014 10:32:29 GMT</pubDate>
    <dc:creator>ryan_foster</dc:creator>
    <dc:date>2014-06-24T10:32:29Z</dc:date>
    <item>
      <title>Anyone know if ttcp should work in Cmode?</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Anyone-know-if-ttcp-should-work-in-Cmode/m-p/45091#M10580</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;Were implementing a new cluster and investigating a potential performance problem with the network and need to test the network throughput between a RedHat server and a interface within the cluster.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In 7-Mode ttcp could be used for this and the command still exists within the nodeshell but i can't get it to work in cmode as it can't establish a connection between the ttcp sender and receiver.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Command on Netapp Node&lt;/P&gt;&lt;P&gt;xxcluster01&amp;gt; run -node xxcluster01-01&lt;/P&gt;&lt;P&gt;xxcluster01-01&amp;gt; priv set diag&lt;/P&gt;&lt;P&gt;xxcluster01-01*&amp;gt; ttcp -rs&lt;/P&gt;&lt;P&gt;ttcp -r : nbuf=1024, buflen=1024, sock_buf=262144 port=5001&lt;/P&gt;&lt;P&gt;ttcp-r: socket&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Command on Redhat Client:&lt;/P&gt;&lt;P&gt;&lt;SPAN dir="ltr"&gt;&lt;SPAN dir="ltr" style="font-family: 'Segoe UI'; color: #000000; font-size: 10pt;"&gt;t&lt;/SPAN&gt;&lt;SPAN dir="ltr" style="font-family: 'Segoe UI'; color: #000000; font-size: 10pt;"&gt;tcp -t -s -f g -n 409600 -p 5001 10.18.40.251&lt;BR /&gt;ttcp-t: buflen=8192, nbuf=409600, align=16384/0, port=5001 tcp -&amp;gt; 10.18.40.251&lt;BR /&gt;ttcp-t: socket&lt;BR /&gt;ttcp-t: connect: Connection refused&lt;BR /&gt;errno=111&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm thinking that although the command still exists it may not be possible to use as the interfaces are configured within the clustershell and the nodeshell therefore has no route to the network.&amp;nbsp;&amp;nbsp; Although hopefully i'm doing something wrong or missed a step to get it to work in cmode.&amp;nbsp; Any idea?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 05:36:31 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Anyone-know-if-ttcp-should-work-in-Cmode/m-p/45091#M10580</guid>
      <dc:creator>ryan_foster</dc:creator>
      <dc:date>2025-06-05T05:36:31Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone know if ttcp should work in Cmode?</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Anyone-know-if-ttcp-should-work-in-Cmode/m-p/45096#M10584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Answered my own question if anyone needs this in the future.&amp;nbsp;&amp;nbsp;&amp;nbsp; Using priv set diag on the nodeshell allows you to configure an IP address on the interface you want to test, you then just need to specify that IP on the ttcp sender.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 May 2014 16:33:40 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Anyone-know-if-ttcp-should-work-in-Cmode/m-p/45096#M10584</guid>
      <dc:creator>ryan_foster</dc:creator>
      <dc:date>2014-05-09T16:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone know if ttcp should work in Cmode?</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Anyone-know-if-ttcp-should-work-in-Cmode/m-p/45101#M10589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ryan ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you let me know how it worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have my setup&amp;nbsp; FILER (Cmode) &amp;lt;----&amp;gt; SWITCH &amp;lt;------&amp;gt; LANFORGE ( Federo client ).&lt;/P&gt;&lt;P&gt;Configured ip address on filer port and lanforge in same subnet. Ping is successfull.&lt;/P&gt;&lt;P&gt;First ran - &amp;gt; ttcp -r -s on Filer and then from lanforge ran - &amp;gt;&amp;nbsp; ttcp -t -s -n 40000000 -l 10000 -p 5001 &amp;lt; Filer ip address &amp;gt; .&lt;/P&gt;&lt;P&gt;But getting connection refused error.&lt;/P&gt;&lt;P&gt;[LANFORGE-1 ~]# ttcp -t -s -n 40000000 -l 100000 -p 5001&amp;nbsp; 200.20.20.1&lt;/P&gt;&lt;P&gt;ttcp-t: buflen=100000, nbuf=40000000, align=16384/0, port=5001&amp;nbsp; tcp&amp;nbsp; -&amp;gt; 200.20.20.1&lt;/P&gt;&lt;P&gt;ttcp-t: socket&lt;/P&gt;&lt;P&gt;ttcp-t: connect: Connection refused&lt;/P&gt;&lt;P&gt;errno=111&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i have done anything wrong or let me know what i need to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks ,&lt;/P&gt;&lt;P&gt;Amit &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2014 11:57:39 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Anyone-know-if-ttcp-should-work-in-Cmode/m-p/45101#M10589</guid>
      <dc:creator>amt</dc:creator>
      <dc:date>2014-06-18T11:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone know if ttcp should work in Cmode?</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Anyone-know-if-ttcp-should-work-in-Cmode/m-p/45106#M10593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The command looks correct my only guess is that you have setup the interface on the cluster/vserver rather than one of the physical nodes itself.&amp;nbsp;&amp;nbsp; ttcp is only available on the physical nodes so needs an interface setup on same IP range as server using priv set diag in the nodeshell.&amp;nbsp;&amp;nbsp; Once setup just run the following.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Start receiver on Filer:&lt;/P&gt;&lt;P&gt;- run -node nodemane&lt;/P&gt;&lt;P&gt;- priv set diag&lt;/P&gt;&lt;P&gt;- ttcp -rs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Start Sender on Server to IP you setup on the physical node&lt;/P&gt;&lt;P&gt;- ttcp -s -t -n 409600&amp;nbsp; ipaddress&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure the ttcp ports are the same, by default i think it uses 5001&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2014 10:32:29 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Anyone-know-if-ttcp-should-work-in-Cmode/m-p/45106#M10593</guid>
      <dc:creator>ryan_foster</dc:creator>
      <dc:date>2014-06-24T10:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone know if ttcp should work in Cmode?</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Anyone-know-if-ttcp-should-work-in-Cmode/m-p/101034#M20486</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks Ryan for sharing your solution. Even though I would like to reopen this topic because the solution which has been described is a "quick and dirty"-fix. Adding another interface to the physical node seems to me tolerable if you are working in a test environment or something similar. But for testing the tcp throughput from an actual productive system to another host/client it's definitly inadequate. Therefore I would like to ask: "How do you test in cMod the TCP throughput from one filer to an host?" I'm using iperf on the host to generate the data. In 7-Mode I used the command "ttcp -s" (&lt;A target="_blank" href="https://kb.netapp.com/support/index?page=content&amp;amp;id=3011963&amp;amp;locale=en_US"&gt;click&lt;/A&gt;) to use the filer as a sink. Again, it's important for me to get a "clean" solution without creating an interface on the physical node.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help is appreciated and thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Greetings&lt;/P&gt;&lt;P&gt;Lars Schneider&lt;/P&gt;</description>
      <pubDate>Wed, 25 Feb 2015 12:03:15 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Anyone-know-if-ttcp-should-work-in-Cmode/m-p/101034#M20486</guid>
      <dc:creator>LarsSchneider</dc:creator>
      <dc:date>2015-02-25T12:03:15Z</dc:date>
    </item>
  </channel>
</rss>

