<?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 Local AutoSupport View  Tool in Active IQ and AutoSupport Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-and-AutoSupport-Discussions/Local-AutoSupport-View-Tool/m-p/152707#M1568</link>
    <description>&lt;P&gt;Everyone,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Some customers don't upload AutoSupport to NetApp. And need a tool to decode the compressed&amp;nbsp;file.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is the tool&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#FF0000"&gt;Notice, it may work on any logs, but due to use javascript to highlight keywords in logs, it may hang the web browser.&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It supports&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;SPAN&gt;Full Auto Support compressed with 7z format&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Single file, includes XML, log, txt, EMS, etc&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Highlight keywords in logs&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;SPAN&gt;Deploy your own docker container on any kind of platform&lt;/SPAN&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;SPAN&gt;Install docker&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P style="padding-left: 60px;"&gt;Docker Desktop for Windows:&amp;nbsp;&lt;A href="https://docs.docker.com/docker-for-windows/install/" target="_blank" rel="noopener"&gt;https://docs.docker.com/docker-for-windows/install/&lt;/A&gt;&lt;/P&gt;
&lt;P style="padding-left: 60px;"&gt;Docker Desktop for Mac:&amp;nbsp;&lt;A href="https://docs.docker.com/docker-for-mac/install/" target="_blank" rel="noopener"&gt;https://docs.docker.com/docker-for-mac/install/&lt;/A&gt;&lt;/P&gt;
&lt;P style="padding-left: 60px;"&gt;Docker CE for Linux, for example, CentOS:&amp;nbsp;&lt;A href="https://docs.docker.com/install/linux/docker-ce/centos/" target="_blank" rel="noopener"&gt;https://docs.docker.com/install/linux/docker-ce/centos/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="padding-left: 30px;"&gt;&lt;SPAN&gt;2. Pull the image from cloud.dock.com&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="padding-left: 60px;"&gt;Run the command:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;docker pull jerry2605/lvt021&lt;/P&gt;
&lt;P style="padding-left: 30px;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="padding-left: 30px;"&gt;&lt;SPAN&gt;3. Deploy the container from the image&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="padding-left: 60px;"&gt;Run the command:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;docker run -d --name lvt021 -p 80:80 jerry2605/lvt021&lt;/P&gt;
&lt;P style="padding-left: 60px;"&gt;&lt;EM&gt;notice:&lt;/EM&gt;&lt;/P&gt;
&lt;P style="padding-left: 60px;"&gt;&lt;EM&gt;The option -p 80:80, first 80 is the port you want the webserver run on your machine, the second 80 is the internal port. For example, if you want to run on port 8080, the option should be -p 8080:80&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have fun!&lt;/P&gt;</description>
    <pubDate>Wed, 04 Jun 2025 11:33:19 GMT</pubDate>
    <dc:creator>haopengl</dc:creator>
    <dc:date>2025-06-04T11:33:19Z</dc:date>
    <item>
      <title>Local AutoSupport View  Tool</title>
      <link>https://community.netapp.com/t5/Active-IQ-and-AutoSupport-Discussions/Local-AutoSupport-View-Tool/m-p/152707#M1568</link>
      <description>&lt;P&gt;Everyone,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Some customers don't upload AutoSupport to NetApp. And need a tool to decode the compressed&amp;nbsp;file.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is the tool&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#FF0000"&gt;Notice, it may work on any logs, but due to use javascript to highlight keywords in logs, it may hang the web browser.&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It supports&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;SPAN&gt;Full Auto Support compressed with 7z format&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Single file, includes XML, log, txt, EMS, etc&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Highlight keywords in logs&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;SPAN&gt;Deploy your own docker container on any kind of platform&lt;/SPAN&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;SPAN&gt;Install docker&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P style="padding-left: 60px;"&gt;Docker Desktop for Windows:&amp;nbsp;&lt;A href="https://docs.docker.com/docker-for-windows/install/" target="_blank" rel="noopener"&gt;https://docs.docker.com/docker-for-windows/install/&lt;/A&gt;&lt;/P&gt;
&lt;P style="padding-left: 60px;"&gt;Docker Desktop for Mac:&amp;nbsp;&lt;A href="https://docs.docker.com/docker-for-mac/install/" target="_blank" rel="noopener"&gt;https://docs.docker.com/docker-for-mac/install/&lt;/A&gt;&lt;/P&gt;
&lt;P style="padding-left: 60px;"&gt;Docker CE for Linux, for example, CentOS:&amp;nbsp;&lt;A href="https://docs.docker.com/install/linux/docker-ce/centos/" target="_blank" rel="noopener"&gt;https://docs.docker.com/install/linux/docker-ce/centos/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="padding-left: 30px;"&gt;&lt;SPAN&gt;2. Pull the image from cloud.dock.com&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="padding-left: 60px;"&gt;Run the command:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;docker pull jerry2605/lvt021&lt;/P&gt;
&lt;P style="padding-left: 30px;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="padding-left: 30px;"&gt;&lt;SPAN&gt;3. Deploy the container from the image&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="padding-left: 60px;"&gt;Run the command:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;docker run -d --name lvt021 -p 80:80 jerry2605/lvt021&lt;/P&gt;
&lt;P style="padding-left: 60px;"&gt;&lt;EM&gt;notice:&lt;/EM&gt;&lt;/P&gt;
&lt;P style="padding-left: 60px;"&gt;&lt;EM&gt;The option -p 80:80, first 80 is the port you want the webserver run on your machine, the second 80 is the internal port. For example, if you want to run on port 8080, the option should be -p 8080:80&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have fun!&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 11:33:19 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-and-AutoSupport-Discussions/Local-AutoSupport-View-Tool/m-p/152707#M1568</guid>
      <dc:creator>haopengl</dc:creator>
      <dc:date>2025-06-04T11:33:19Z</dc:date>
    </item>
    <item>
      <title>Re: Local AutoSupport View  Tool</title>
      <link>https://community.netapp.com/t5/Active-IQ-and-AutoSupport-Discussions/Local-AutoSupport-View-Tool/m-p/152709#M1569</link>
      <description>&lt;P&gt;Hi there! I downloaded Docker and had a bit of a play with it - a very interesting tool!&lt;/P&gt;</description>
      <pubDate>Tue, 03 Dec 2019 05:12:18 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-and-AutoSupport-Discussions/Local-AutoSupport-View-Tool/m-p/152709#M1569</guid>
      <dc:creator>AlexDawson</dc:creator>
      <dc:date>2019-12-03T05:12:18Z</dc:date>
    </item>
  </channel>
</rss>

