<?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 Is there an unzip command on ExtremeXOS? in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/is-there-an-unzip-command-on-extremexos/m-p/25324#M3112</link>
    <description>I have a telnet connection with my switch using a C++ program I've written. I then have to upload 300-350 .xsf scripts to the switch using tFTP. The problem I have is that uploading the scripts takes around 2 minutes. In other sections of my code I have to wait just for this transfer to complete.&lt;BR /&gt;
&lt;BR /&gt;
If I zip these files and upload just one big zip file the transfer is much faster, 10-12 seconds. But I have not found a way to unzip the scripts once the zip file is on the switch. Is there a way I could unzip the files?&lt;BR /&gt;
&lt;BR /&gt;
I'd appreciate any other comment/suggestion.</description>
    <pubDate>Wed, 09 Mar 2016 00:28:00 GMT</pubDate>
    <dc:creator>Ali_Askari</dc:creator>
    <dc:date>2016-03-09T00:28:00Z</dc:date>
    <item>
      <title>Is there an unzip command on ExtremeXOS?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/is-there-an-unzip-command-on-extremexos/m-p/25324#M3112</link>
      <description>I have a telnet connection with my switch using a C++ program I've written. I then have to upload 300-350 .xsf scripts to the switch using tFTP. The problem I have is that uploading the scripts takes around 2 minutes. In other sections of my code I have to wait just for this transfer to complete.&lt;BR /&gt;
&lt;BR /&gt;
If I zip these files and upload just one big zip file the transfer is much faster, 10-12 seconds. But I have not found a way to unzip the scripts once the zip file is on the switch. Is there a way I could unzip the files?&lt;BR /&gt;
&lt;BR /&gt;
I'd appreciate any other comment/suggestion.</description>
      <pubDate>Wed, 09 Mar 2016 00:28:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/is-there-an-unzip-command-on-extremexos/m-p/25324#M3112</guid>
      <dc:creator>Ali_Askari</dc:creator>
      <dc:date>2016-03-09T00:28:00Z</dc:date>
    </item>
    <item>
      <title>RE: Is there an unzip command on ExtremeXOS?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/is-there-an-unzip-command-on-extremexos/m-p/25325#M3113</link>
      <description>I don't believe there is.</description>
      <pubDate>Wed, 09 Mar 2016 00:51:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/is-there-an-unzip-command-on-extremexos/m-p/25325#M3113</guid>
      <dc:creator>Jeremy_Gibbs</dc:creator>
      <dc:date>2016-03-09T00:51:00Z</dc:date>
    </item>
    <item>
      <title>RE: Is there an unzip command on ExtremeXOS?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/is-there-an-unzip-command-on-extremexos/m-p/25326#M3114</link>
      <description>There's definitely not an unzip command.  The switch can &lt;I&gt;tar&lt;/I&gt; and &lt;I&gt;untar&lt;/I&gt;, but those aren't options available in the CLI.&lt;BR /&gt;
&lt;BR /&gt;
Now, I don't know what your scripts are doing, but it sounds like it would be much easier for you to run them remotely so you have one repository, rather than potentially hundreds scattered across your network.  Surely there is a better way to do this.&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Mar 2016 00:54:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/is-there-an-unzip-command-on-extremexos/m-p/25326#M3114</guid>
      <dc:creator>Drew_C</dc:creator>
      <dc:date>2016-03-09T00:54:00Z</dc:date>
    </item>
    <item>
      <title>RE: Is there an unzip command on ExtremeXOS?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/is-there-an-unzip-command-on-extremexos/m-p/25327#M3115</link>
      <description>Thanks Andrew. Where can I use the tar and untar commands?&lt;BR /&gt;
&lt;BR /&gt;
How can I run a script remotely. I checked the documentation and I can't find how I can use 'load script script.xsf' when the script is not available on the switch?</description>
      <pubDate>Wed, 09 Mar 2016 00:54:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/is-there-an-unzip-command-on-extremexos/m-p/25327#M3115</guid>
      <dc:creator>Ali_Askari</dc:creator>
      <dc:date>2016-03-09T00:54:00Z</dc:date>
    </item>
    <item>
      <title>RE: Is there an unzip command on ExtremeXOS?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/is-there-an-unzip-command-on-extremexos/m-p/25328#M3116</link>
      <description>Hi Ali,&lt;BR /&gt;
The ability to tar and untar aren't accessible from the CLI.  They're "under the hood" for other processes, like the upload debug command.&lt;BR /&gt;
&lt;BR /&gt;
To run scripts remotely, the script itself would need to connect to the switch via telnet or SSH session to run the commands.  There's a few other threads here on The Hub (I can help find them later) where this is discussed.&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Mar 2016 00:54:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/is-there-an-unzip-command-on-extremexos/m-p/25328#M3116</guid>
      <dc:creator>Drew_C</dc:creator>
      <dc:date>2016-03-09T00:54:00Z</dc:date>
    </item>
    <item>
      <title>RE: Is there an unzip command on ExtremeXOS?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/is-there-an-unzip-command-on-extremexos/m-p/25329#M3117</link>
      <description>if you're running 15.6 or higher, Python is available, so you should be able to add the right module (if not already present) to do the unzip "yourself".&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Mar 2016 04:12:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/is-there-an-unzip-command-on-extremexos/m-p/25329#M3117</guid>
      <dc:creator>Stephane_Grosj1</dc:creator>
      <dc:date>2016-03-09T04:12:00Z</dc:date>
    </item>
    <item>
      <title>RE: Is there an unzip command on ExtremeXOS?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/is-there-an-unzip-command-on-extremexos/m-p/25330#M3118</link>
      <description>Thanks for your suggestion but unfortunately that's not an option. Because I won't know the OS version for the switches that my program should communicate with. &lt;BR /&gt;</description>
      <pubDate>Wed, 09 Mar 2016 04:12:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/is-there-an-unzip-command-on-extremexos/m-p/25330#M3118</guid>
      <dc:creator>Ali_Askari</dc:creator>
      <dc:date>2016-03-09T04:12:00Z</dc:date>
    </item>
  </channel>
</rss>

