<?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 cDOT: downloading pktt trace files in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/cDOT-downloading-pktt-trace-files/m-p/115609#M24645</link>
    <description>&lt;P&gt;I've dumped network traces to disk using the command 'system node run -node cluster02-02 -command pktt dump', the trace files are listed in the output of 'pktt list'. However when I go to '&lt;A href="https://cluster.intranet.net/spi/cluster02-02/'" target="_blank"&gt;https://cluster.intranet.net/spi/cluster02-02/'&lt;/A&gt; there is no directory listing. I've also tried downloading the files using the trace file name, for example '&lt;SPAN&gt;&lt;A href="https://cluster.intranet.net/spi/cluster02-02/filename.trc'," target="_blank"&gt;https://cluster.intranet.net/spi/cluster02-02/filename.trc',&lt;/A&gt; but nothing happens. Is there a way to download trace files written to / on the node?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am using a user account that has HTTPS access and I've confirmed by downloading files in /etc/crash and /etc/mlog.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 10 Feb 2016 18:59:33 GMT</pubDate>
    <dc:creator>boilermaker98</dc:creator>
    <dc:date>2016-02-10T18:59:33Z</dc:date>
    <item>
      <title>cDOT: downloading pktt trace files</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/cDOT-downloading-pktt-trace-files/m-p/115609#M24645</link>
      <description>&lt;P&gt;I've dumped network traces to disk using the command 'system node run -node cluster02-02 -command pktt dump', the trace files are listed in the output of 'pktt list'. However when I go to '&lt;A href="https://cluster.intranet.net/spi/cluster02-02/'" target="_blank"&gt;https://cluster.intranet.net/spi/cluster02-02/'&lt;/A&gt; there is no directory listing. I've also tried downloading the files using the trace file name, for example '&lt;SPAN&gt;&lt;A href="https://cluster.intranet.net/spi/cluster02-02/filename.trc'," target="_blank"&gt;https://cluster.intranet.net/spi/cluster02-02/filename.trc',&lt;/A&gt; but nothing happens. Is there a way to download trace files written to / on the node?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am using a user account that has HTTPS access and I've confirmed by downloading files in /etc/crash and /etc/mlog.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2016 18:59:33 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/cDOT-downloading-pktt-trace-files/m-p/115609#M24645</guid>
      <dc:creator>boilermaker98</dc:creator>
      <dc:date>2016-02-10T18:59:33Z</dc:date>
    </item>
    <item>
      <title>Re: cDOT: downloading pktt trace files</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/cDOT-downloading-pktt-trace-files/m-p/115613#M24646</link>
      <description>&lt;P&gt;When you are running your packet trace, depening on the node, you need to point it to a directory&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;so for example&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;pktt -d /etc/crash - then when you access your SPI, they are located in there&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2016 20:32:10 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/cDOT-downloading-pktt-trace-files/m-p/115613#M24646</guid>
      <dc:creator>JGPSHNTAP</dc:creator>
      <dc:date>2016-02-10T20:32:10Z</dc:date>
    </item>
    <item>
      <title>Re: cDOT: downloading pktt trace files</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/cDOT-downloading-pktt-trace-files/m-p/138166#M30474</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;in case you have more files, you can use wget to download all of them at once:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;wget -r -l1 --no-check-certificate --no-parent 'https://admin:&amp;lt;password&amp;gt;@&amp;lt;cluste_ip&amp;gt;/spi/&amp;lt;node&amp;gt;/etc/crash/'&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Pavol&lt;/P&gt;</description>
      <pubDate>Fri, 16 Feb 2018 15:01:51 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/cDOT-downloading-pktt-trace-files/m-p/138166#M30474</guid>
      <dc:creator>Palkoc</dc:creator>
      <dc:date>2018-02-16T15:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: cDOT: downloading pktt trace files</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/cDOT-downloading-pktt-trace-files/m-p/138170#M30476</link>
      <description>&lt;P&gt;If someone is using newer ONTAP versions, there's a new ONTAP 9.2+ &lt;FONT face="courier new,courier"&gt;network tcpdump&lt;/FONT&gt; command. The traces are stored in a subdirectory of the log directory:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To show packet trace files: &lt;BR /&gt; &lt;SPAN style="font-family: courier new,courier,monospace;"&gt;::&amp;gt; network tcpdump trace show&lt;/SPAN&gt; &lt;BR /&gt; Packet traces are stored in the following path: &lt;BR /&gt; &lt;STRONG&gt;&lt;SPAN style="font-family: courier\ new, courier, monospace;"&gt;/mroot/etc/log/packet_traces&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;SPAN style="font-family: courier\ new, courier, monospace;"&gt;Hope that helps&lt;BR /&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;SPAN style="font-family: courier\ new, courier, monospace;"&gt;Sebastian&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Feb 2018 16:34:24 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/cDOT-downloading-pktt-trace-files/m-p/138170#M30476</guid>
      <dc:creator>Sebastian_Goetze</dc:creator>
      <dc:date>2018-02-16T16:34:24Z</dc:date>
    </item>
  </channel>
</rss>

