<?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: EXOS TFTP put to Netsight failing due to incorrect forward slash in ExtremeCloud IQ- Site Engine Management Center</title>
    <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/exos-tftp-put-to-netsight-failing-due-to-incorrect-forward-slash/m-p/15340#M114</link>
    <description>To close this, I sent my findings to GTAC, and Tom Currier answered me.  There is a separate place to configure that file from the GUI:  Administration &amp;gt; Options &amp;gt; Services for Extreme Management Center Server &amp;gt; TFTP.  That's the second place to change the path for the TFTP service configuration file, which I had changed manually.&lt;BR /&gt;
&lt;BR /&gt;
I suggested it might be better if that were all on one page...&lt;BR /&gt;</description>
    <pubDate>Tue, 26 Jul 2016 19:52:00 GMT</pubDate>
    <dc:creator>Jesse_Ohlsson</dc:creator>
    <dc:date>2016-07-26T19:52:00Z</dc:date>
    <item>
      <title>EXOS TFTP put to Netsight failing due to incorrect forward slash</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/exos-tftp-put-to-netsight-failing-due-to-incorrect-forward-slash/m-p/15311#M85</link>
      <description>Whenever I submit the command:&lt;BR /&gt;
&lt;BR /&gt;
tftp put xxx.xxx.xxx.xxx vr "VR-Default" internal-memory &lt;BR /&gt;
show_tech.log.gz&lt;BR /&gt;
&lt;BR /&gt;
It fails with the following response:&lt;BR /&gt;
&lt;BR /&gt;
Uploading show_tech.log.gz to xxx.xxx.xxx.xxx ...  failed!&lt;BR /&gt;
&lt;BR /&gt;
Error: (2) unable open file&lt;BR /&gt;
&lt;BR /&gt;
The message in Netsight syslog is as follows:&lt;BR /&gt;
&lt;BR /&gt;
127.0.0.1 open() file=C:\tftpboot/show_tech.log.gz client &lt;BR /&gt;
session: xxx.xxx.xxx.xxx:57941&lt;BR /&gt;
&lt;BR /&gt;
  &lt;BR /&gt;
&lt;BR /&gt;
So my guess is with Netsight being windows based using a \ (backslash) and EXOS being Linux based and using a / (Forward slash), this is where the problem comes in.&lt;BR /&gt;
&lt;BR /&gt;
Can't see how to correct this in EXOS as specifying a forward slash gives an error, and I don't know if there is a way to correct within the TFTP server in Netsight.&lt;BR /&gt;
&lt;BR /&gt;
Have also tried the following:&lt;BR /&gt;
&lt;BR /&gt;
X460.2 # tftp xxx.xxx.xxx.xxx -v "VR-Default" -p -l   internal-memory show_tech.log.gz&lt;BR /&gt;
&lt;BR /&gt;
  Uploading show_tech.log.gz to xxx.xxx.xxx.xxx...   failed!&lt;BR /&gt;
  Error: (2) unable open file&lt;BR /&gt;
&lt;BR /&gt;
  ...&lt;BR /&gt;
&lt;BR /&gt;
X460.3 # tftp xxx.xxx.xxx.xxx -v "VR-Default" -p -l   internal-memory show_tech.log.gz -r show_tech.log.gz&lt;BR /&gt;
&lt;BR /&gt;
  Uploading show_tech.log.gz to xxx.xxx.xxx.xxx...   failed!&lt;BR /&gt;
&lt;BR /&gt;
  Error: (2) unable open file&lt;BR /&gt;
&lt;BR /&gt;
...&lt;BR /&gt;
&lt;BR /&gt;
X460.4 # tftp xxx.xxx.xxx.xxx -v "VR-Default" -p -l   internal-memory show_tech.log.gz -r \show_tech.log.gz&lt;BR /&gt;
&lt;BR /&gt;
Error: Illegal filename (\show_tech.log.gz)&lt;BR /&gt;
&lt;BR /&gt;
ExtremeXOS version 15.3.1.4&lt;BR /&gt;
&lt;BR /&gt;
Netsight version 6.2.0.199&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 22 Apr 2015 17:10:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/exos-tftp-put-to-netsight-failing-due-to-incorrect-forward-slash/m-p/15311#M85</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-22T17:10:00Z</dc:date>
    </item>
    <item>
      <title>RE: EXOS TFTP put to Netsight failing due to incorrect forward slash</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/exos-tftp-put-to-netsight-failing-due-to-incorrect-forward-slash/m-p/15312#M86</link>
      <description>Martin, &lt;BR /&gt;
&lt;BR /&gt;
You can also try the following...  Should do what you are looking for....&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;upload debug [hostname | ipaddress] {{vr} vr_name} &lt;/B&gt;&lt;B&gt;Description&lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt; &lt;/B&gt;&lt;B&gt;Uploads debug information files to a tftp server. On a platform that has both primary and backup&lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt; &lt;/B&gt;&lt;B&gt;MSMs/MMs, debug information files are uploaded from both the backup and primary MSMs/MMs.&lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt; &lt;/B&gt;&lt;B&gt;Syntax Description&lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt; &lt;/B&gt;&lt;B&gt;hostname Specifies the host name of the TFTP server to which the debug files will be&lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt; &lt;/B&gt;&lt;B&gt;uploaded to.&lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt; &lt;/B&gt;&lt;B&gt;ipaddress Specifies the IP address of the TFTP server to which the debug files will be&lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt; &lt;/B&gt;&lt;B&gt;uploaded to.&lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt; &lt;/B&gt;&lt;B&gt;vr_name Specifies the name of the virtual router.&lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt; &lt;/B&gt;&lt;B&gt;Default&lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt; &lt;/B&gt;&lt;B&gt;By default, the virtual router VR-Mgmt will be used.&lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 22 Apr 2015 20:34:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/exos-tftp-put-to-netsight-failing-due-to-incorrect-forward-slash/m-p/15312#M86</guid>
      <dc:creator>Bill_Stritzinge</dc:creator>
      <dc:date>2015-04-22T20:34:00Z</dc:date>
    </item>
    <item>
      <title>RE: EXOS TFTP put to Netsight failing due to incorrect forward slash</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/exos-tftp-put-to-netsight-failing-due-to-incorrect-forward-slash/m-p/15313#M87</link>
      <description>Hi Bill,&lt;BR /&gt;
&lt;BR /&gt;
Thanks for getting back to me and for the info.&lt;BR /&gt;
&lt;BR /&gt;
Had unfortunately already tried that but it still didn't work, for the same reason........&lt;BR /&gt;
&lt;BR /&gt;
If you look at my internal memory you can see the show_tech.log.gz file listed&lt;BR /&gt;
&lt;BR /&gt;
X460.3 # ls internal-memory&lt;BR /&gt;
&lt;BR /&gt;
-rwxr-xr-x    1 root     0           62357 Apr 22 10:51   show_tech.log.gz&lt;BR /&gt;
&lt;BR /&gt;
-rwxr-xr-x    1 root     0          161911 Apr 22 10:51   trace.devmgr.1421&lt;BR /&gt;
&lt;BR /&gt;
  -rwxr-xr-x    1 root     0             592 Apr 22 10:51   trace.fdb.1443&lt;BR /&gt;
&lt;BR /&gt;
  -rwxr-xr-x    1 root     0             608 Apr 22 10:50   trace.mcmgr.1490&lt;BR /&gt;
&lt;BR /&gt;
  -rwxr-xr-x    1 root     0          143117 Apr 22 10:51   trace.nodemgr.1425&lt;BR /&gt;
&lt;BR /&gt;
  -rwxr-xr-x    1 root     0             600 Apr 22 10:51   trace.rip.1497&lt;BR /&gt;
&lt;BR /&gt;
  -rwxr-xr-x    1 root     0             608 Apr 22 10:51   trace.rtmgr.1482&lt;BR /&gt;
&lt;BR /&gt;
  -rwxr-xr-x    1 root     0            1034 Apr 22 10:45   trace.vlan.1441&lt;BR /&gt;
&lt;BR /&gt;
  &lt;BR /&gt;
&lt;BR /&gt;
If you run the upload debug command you get the following:&lt;BR /&gt;
&lt;BR /&gt;
  &lt;BR /&gt;
&lt;BR /&gt;
X460.2 # upload debug xxx.xxx.xxx.xxx vr "VR-Default"&lt;BR /&gt;
&lt;BR /&gt;
Do you want to run show tech logto file first? (y/N)   Yes&lt;BR /&gt;
&lt;BR /&gt;
Upload debug cancelled. Please run show tech logto file   now.&lt;BR /&gt;
&lt;BR /&gt;
  &lt;BR /&gt;
&lt;BR /&gt;
X460.4 # upload debug xxx.xxx.xxx.xxx vr "VR-Default"&lt;BR /&gt;
&lt;BR /&gt;
Do you want to run show tech logto file first? (y/N) No&lt;BR /&gt;
&lt;BR /&gt;
.......................................................................................................&lt;BR /&gt;
&lt;BR /&gt;
Error:   tftp: server error: (2) unable open file&lt;BR /&gt;
&lt;BR /&gt;
  &lt;BR /&gt;
&lt;BR /&gt;
Netsight gives the following error:&lt;BR /&gt;
&lt;BR /&gt;
  &lt;BR /&gt;
&lt;BR /&gt;
Upload Engineering to hostname ip address xxx.xxx.xxx.xxx   VR VR-Default&lt;BR /&gt;
&lt;BR /&gt;
  Upload Engineering failed. Failed to tftp intern tarball to   server&lt;BR /&gt;
&lt;BR /&gt;
  &lt;BR /&gt;
&lt;BR /&gt;
In order to find out more what is going on I enabled the debug mode on the TFTP server. This is done by editing the nstftpd.cfg file in the Netsight services file. The option you can have are as follows:&lt;BR /&gt;
&lt;BR /&gt;
Usage : tftpd [-v][-c][-d dirname][-p  pidfilename][-trace][-debug]          &lt;BR /&gt;
&lt;BR /&gt;
-v       print version and exit &lt;BR /&gt;
&lt;BR /&gt;
-c       allow tftpd to create uploaded files if they do  not already exist.&lt;BR /&gt;
&lt;BR /&gt;
-d       use the specified dirname as the base where tftpd  will look to read/store files&lt;BR /&gt;
&lt;BR /&gt;
-p       use the specified pid file name to store the pid  of the process&lt;BR /&gt;
&lt;BR /&gt;
-fg      run tftpd in the foreground rather than&lt;BR /&gt;
&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;
So I changed the:&lt;BR /&gt;
&lt;BR /&gt;
-d "c:\tftpboot"&lt;BR /&gt;
&lt;BR /&gt;
to &lt;BR /&gt;
&lt;BR /&gt;
-d "c:\tftpboot" -debug&lt;BR /&gt;
&lt;BR /&gt;
  &lt;BR /&gt;
&lt;BR /&gt;
Now the syslog on Netsight shows the following issue:&lt;BR /&gt;
&lt;BR /&gt;
Netsight 127.0.0.1 open()  file=C:\tftpboot/X460_I_04230955.tgz client session: xxx.xxx.xxx.xxx:38436&lt;BR /&gt;
&lt;BR /&gt;
Netsight 127.0.0.1 Sending error (2) -- unable open file to  client session: xxx.xxx.xxx.xxx:38436&lt;BR /&gt;
&lt;BR /&gt;
Netsight 127.0.0.1 Retrieving session client session:  xxx.xxx.xxx.xxx:38436&lt;BR /&gt;
&lt;BR /&gt;
Upload Engineering failed. Failed to tftp intern tarball to  server&lt;BR /&gt;
&lt;BR /&gt;
Received write request file=X460_I_04230955.tgz mode=octet  client session: xxx.xxx.xxx.xxx:38436    &lt;BR /&gt;
&lt;BR /&gt;
So two things about that don't seem right, the first is the slash is in the wrong direction again and the file is "X460_I_04230955.tgz", instead of" show_tech.log.gz" that was created by the show tech command?&lt;BR /&gt;
&lt;BR /&gt;
Also if I run the following:&lt;BR /&gt;
&lt;BR /&gt;
X460.6 # upload configuration xxx.xxx.xxx.xxx primary.cfg   vr "VR-Default"&lt;BR /&gt;
&lt;BR /&gt;
Uploading primary.cfg to xxx.xxx.xxx.xxx ... failed!&lt;BR /&gt;
&lt;BR /&gt;
Error: (2) unable open file&lt;BR /&gt;
&lt;BR /&gt;
  &lt;BR /&gt;
&lt;BR /&gt;
Netsight reports the same problem with the slash in the wrong direction:&lt;BR /&gt;
&lt;BR /&gt;
  &lt;BR /&gt;
&lt;BR /&gt;
Netsight 127.0.0.1 open() file=C:\tftpboot/primary.cfg   client session: xxx.xxx.xxx.xxx:51367&lt;BR /&gt;
&lt;BR /&gt;
  &lt;BR /&gt;
&lt;BR /&gt;
At first I thought the issue might be a firewall problem, but the permission for TFTP has been added and the firewall logs are not showing a deny.&lt;BR /&gt;
&lt;BR /&gt;
The other thought was that there might be a permissions issue on the c:\tftpboot folder, which I am still looking into but at the moment the slash seems to be the most obvious issue.&lt;BR /&gt;
&lt;BR /&gt;
So as you can see no matter what command I use the slash is always in the wrong direct for use on Netsight / windows tftp server?&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Apr 2015 14:20:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/exos-tftp-put-to-netsight-failing-due-to-incorrect-forward-slash/m-p/15313#M87</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-23T14:20:00Z</dc:date>
    </item>
    <item>
      <title>RE: EXOS TFTP put to Netsight failing due to incorrect forward slash</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/exos-tftp-put-to-netsight-failing-due-to-incorrect-forward-slash/m-p/15314#M88</link>
      <description>Martin,&lt;BR /&gt;
&lt;BR /&gt;
The problem must be in NetSight. A transfer to 3CDaemon TFTP server (which also runs under Windows) ended successfully.&lt;BR /&gt;
&lt;BR /&gt;
I also did a capture of the transfer and the filename sent does not include a slash.&lt;BR /&gt;
&lt;BR /&gt;
&lt;P class="fancybox-image"&gt;&lt;A href="https://d1uyvls174j03l.cloudfront.net/extremenetworks-us/attachment/RackMultipart20150423-8865-1d04aa8-Captura_de_pantalla_2015-04-23_a_las_14.44.54_inline.png" rel="image" class="fancybox"&gt;&lt;IMG src="https://d1uyvls174j03l.cloudfront.net/extremenetworks-us/attachment/RackMultipart20150423-8865-1d04aa8-Captura_de_pantalla_2015-04-23_a_las_14.44.54_inline.png" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;BR /&gt;
&lt;BR /&gt;
You should open a case in GTAC.</description>
      <pubDate>Thu, 23 Apr 2015 22:46:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/exos-tftp-put-to-netsight-failing-due-to-incorrect-forward-slash/m-p/15314#M88</guid>
      <dc:creator>dflouret</dc:creator>
      <dc:date>2015-04-23T22:46:00Z</dc:date>
    </item>
    <item>
      <title>RE: EXOS TFTP put to Netsight failing due to incorrect forward slash</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/exos-tftp-put-to-netsight-failing-due-to-incorrect-forward-slash/m-p/15315#M89</link>
      <description>Hi Martin,&lt;BR /&gt;
I think you're right - the slash seems to be causing the problem.  It sounds like this one will need to come to GTAC so that engineering can take a look.&lt;BR /&gt;
Are you able to open a case on this?  You can link this thread in your problem description to help with the explanation.&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
-Drew&lt;BR /&gt;</description>
      <pubDate>Fri, 24 Apr 2015 00:08:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/exos-tftp-put-to-netsight-failing-due-to-incorrect-forward-slash/m-p/15315#M89</guid>
      <dc:creator>Drew_C</dc:creator>
      <dc:date>2015-04-24T00:08:00Z</dc:date>
    </item>
    <item>
      <title>RE: EXOS TFTP put to Netsight failing due to incorrect forward slash</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/exos-tftp-put-to-netsight-failing-due-to-incorrect-forward-slash/m-p/15316#M90</link>
      <description>Martin, &lt;BR /&gt;
&lt;BR /&gt;
Thanks for the information.. I have forwarded it directly to the project manager for Netsight... will let you know when I hear back.&lt;BR /&gt;
&lt;BR /&gt;
Bill</description>
      <pubDate>Fri, 24 Apr 2015 00:47:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/exos-tftp-put-to-netsight-failing-due-to-incorrect-forward-slash/m-p/15316#M90</guid>
      <dc:creator>Bill_Stritzinge</dc:creator>
      <dc:date>2015-04-24T00:47:00Z</dc:date>
    </item>
    <item>
      <title>RE: EXOS TFTP put to Netsight failing due to incorrect forward slash</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/exos-tftp-put-to-netsight-failing-due-to-incorrect-forward-slash/m-p/15317#M91</link>
      <description>Martin,&lt;BR /&gt;
&lt;BR /&gt;
Your hunch was correct.. It is a permission issue, here is the fix:  Give it a shot and let us know!&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;&lt;I&gt;Edit /NetSight_Install_Path/NetSight/services/nstftpd.cfg &lt;/I&gt;&lt;/B&gt;&lt;I&gt; &lt;/I&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;&lt;I&gt;Add a –c to the line:&lt;/I&gt;&lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;&lt;I&gt; &lt;/I&gt;&lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;&lt;I&gt;-c -d "c:\tftpboot"&lt;/I&gt;&lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;&lt;I&gt; &lt;/I&gt;&lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;&lt;I&gt;Save and then restart the tftp service.&lt;/I&gt;&lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Fri, 24 Apr 2015 02:31:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/exos-tftp-put-to-netsight-failing-due-to-incorrect-forward-slash/m-p/15317#M91</guid>
      <dc:creator>Bill_Stritzinge</dc:creator>
      <dc:date>2015-04-24T02:31:00Z</dc:date>
    </item>
    <item>
      <title>RE: EXOS TFTP put to Netsight failing due to incorrect forward slash</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/exos-tftp-put-to-netsight-failing-due-to-incorrect-forward-slash/m-p/15318#M92</link>
      <description>Yes, that solved the problem...&lt;BR /&gt;</description>
      <pubDate>Fri, 24 Apr 2015 02:57:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/exos-tftp-put-to-netsight-failing-due-to-incorrect-forward-slash/m-p/15318#M92</guid>
      <dc:creator>dflouret</dc:creator>
      <dc:date>2015-04-24T02:57:00Z</dc:date>
    </item>
    <item>
      <title>RE: EXOS TFTP put to Netsight failing due to incorrect forward slash</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/exos-tftp-put-to-netsight-failing-due-to-incorrect-forward-slash/m-p/15319#M93</link>
      <description>Martin,&lt;BR /&gt;
&lt;BR /&gt;
Since you are using NetSight as your TFTP server, you might want to create a script in OneView that can be applied to any switch.&lt;BR /&gt;
&lt;BR /&gt;
Here's a quick and dirty example:&lt;BR /&gt;
&lt;BR /&gt;
#@MetaDataStart&lt;BR /&gt;
#############################################################################################&lt;BR /&gt;
# Define your user parameters in this section. For reference, see bundled scripts.&lt;BR /&gt;
#############################################################################################&lt;BR /&gt;
#@MetaDataEnd&lt;BR /&gt;
# Enter all CLI commands from here&lt;BR /&gt;
set var devIP $tcl(string map {. -} $deviceIP)&lt;BR /&gt;
set var dat $tcl(string map {"-" ""} $date)&lt;BR /&gt;
set var tim $tcl(string map {":" "" " " ""} $time)&lt;BR /&gt;
show tech all detail logto file&lt;BR /&gt;
tftp put $serverIP vr vr-mgmt internal-memory show_tech.log.gz support/$devIP-$dat$tim-show_tech.log.gz&lt;BR /&gt;
&lt;BR /&gt;
The script uses several variables provided by NetSight:&lt;BR /&gt;
- $deviceIP: the address of the switch where the script is being run.&lt;BR /&gt;
- $date: current date.&lt;BR /&gt;
- $time: current time&lt;BR /&gt;
- $serverIP: tftp server address (NetSight)&lt;BR /&gt;
&lt;BR /&gt;
The contents of the first three variables have to be "sanitized" to be used as part of the filename so you can run the scrip on multiple switches simultaneously and/or store multiple files from the same device at different days or times.&lt;BR /&gt;
&lt;BR /&gt;
I also created a &lt;B&gt;support&lt;/B&gt; subdirectory under /tftpboot to keep the saved files separate from the rest.&lt;BR /&gt;
&lt;BR /&gt;
With this script all you have to do is select the switch(es) you want to get the show tech from and drink your coffee while NetSight does all the work... ;=)&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Fri, 24 Apr 2015 19:34:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/exos-tftp-put-to-netsight-failing-due-to-incorrect-forward-slash/m-p/15319#M93</guid>
      <dc:creator>dflouret</dc:creator>
      <dc:date>2015-04-24T19:34:00Z</dc:date>
    </item>
    <item>
      <title>RE: EXOS TFTP put to Netsight failing due to incorrect forward slash</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/exos-tftp-put-to-netsight-failing-due-to-incorrect-forward-slash/m-p/15320#M94</link>
      <description>Hi Daniel,&lt;BR /&gt;
&lt;BR /&gt;
Thanks for taking the time to add that script, looks really useful. Have a question for you though, when running that script I'm getting a timeout error:&lt;BR /&gt;
&lt;BR /&gt;
User: domain\martin.flammia&lt;BR /&gt;
&lt;BR /&gt;
10.10.10.10    10.10.10.10    2015-04-27 at 09:58:28  BST&lt;BR /&gt;
&lt;BR /&gt;
*** Error at line - 10 ***&lt;BR /&gt;
&lt;BR /&gt;
Error: Command execution on server timed out. The command  may still be running on device. Refresh results to see execution log.&lt;BR /&gt;
&lt;BR /&gt;
If this is valid command and you would like to re-run,  increase your request timeout.&lt;BR /&gt;
&lt;BR /&gt;
My first thought was that its just timing out waiting for a command to complete. Line 10 is the command:&lt;BR /&gt;
&lt;BR /&gt;
show tech all detail logto file&lt;BR /&gt;
&lt;BR /&gt;
But when I run a ls internal-memory on the switch the file never appears. Running that command directly on the switch seems to work fine.&lt;BR /&gt;
&lt;BR /&gt;
Below is the message reported by Netsight with verbose script logging on:&lt;BR /&gt;
&lt;BR /&gt;
2015-04-27 09:58:28,187 DEBUG  [com.extremenetworks.epicenter.server.deviceCommunicator.beans.impl.DeviceCommunicatorUtil]  getCommunicatorScript - 10.10.10.10: Using cache&lt;BR /&gt;
&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;
2015-04-27 09:58:28,203 DEBUG  [com.extremenetworks.epicenter.server.deviceCommunicator.scriptInterpreter.ExecuteCLICommand]  timeout for cli [CLI show tech all detail logto file] 58 seconds.&lt;BR /&gt;
&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;
2015-04-27 09:58:28,203 DEBUG  [com.extremenetworks.epicenter.server.deviceCommunicator.session.DeviceSessionFactory]  Creating session|CLI|10.10.10.10|&lt;BR /&gt;
&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;
2015-04-27 09:58:28,203 DEBUG  [com.extremenetworks.epicenter.server.deviceCommunicator.session.cli.DeviceSshSession]   Setting the timeOut for session Connection, inside the DeviceSshSession &lt;BR /&gt;
&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;
2015-04-27 09:58:29,140 DEBUG  [com.extremenetworks.epicenter.server.scripting.beans.impl.ExpiringScriptCache]  Expiring Script Cache:size=4] Found: 19&lt;BR /&gt;
&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;
2015-04-27 09:58:29,234 DEBUG  [com.extremenetworks.epicenter.server.deviceCommunicator.session.cli.DeviceCliSession]  10.10.10.10|Processing Command|show tech all detail logto file|&lt;BR /&gt;
&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;
2015-04-27 09:58:29,234 DEBUG  [com.extremenetworks.epicenter.server.deviceCommunicator.session.cli.DeviceSshSession]  10.10.10.10|Send command and wait for a prompt|show tech all detail logto  file|&lt;BR /&gt;
&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;
2015-04-27 09:58:33,257 DEBUG  [com.extremenetworks.epicenter.server.scripting.beans.impl.StatisticsMonitor]  Setting stats for Script Executed to Current Rate = 0/min  Max Rate: 1/min   Total: 3&lt;BR /&gt;
&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;
2015-04-27 09:58:33,632 DEBUG  [com.extremenetworks.epicenter.server.scripting.beans.impl.ExpiringScriptCache]  Expiring Script Cache:size=4] Found: 19&lt;BR /&gt;
&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;
2015-04-27 09:58:37,953 DEBUG  [com.extremenetworks.epicenter.server.scripting.beans.impl.ExpiringScriptCache]  Expiring Script Cache:size=4] Found: 19&lt;BR /&gt;
&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;
2015-04-27 09:58:42,332 DEBUG  [com.extremenetworks.epicenter.server.scripting.beans.impl.ExpiringScriptCache]  Expiring Script Cache:size=4] Found: 19&lt;BR /&gt;
&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;
2015-04-27 09:58:46,691 DEBUG  [com.extremenetworks.epicenter.server.scripting.beans.impl.ExpiringScriptCache]  Expiring Script Cache:size=4] Found: 19&lt;BR /&gt;
&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;
2015-04-27 09:58:50,988 DEBUG  [com.extremenetworks.epicenter.server.scripting.beans.impl.ExpiringScriptCache]  Expiring Script Cache:size=4] Found: 19&lt;BR /&gt;
&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;
2015-04-27 09:58:55,285 DEBUG  [com.extremenetworks.epicenter.server.scripting.beans.impl.ExpiringScriptCache]  Expiring Script Cache:size=4] Found: 19&lt;BR /&gt;
&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;
2015-04-27 09:58:59,566 DEBUG  [com.extremenetworks.epicenter.server.scripting.beans.impl.ExpiringScriptCache]  Expiring Script Cache:size=4] Found: 19&lt;BR /&gt;
&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;
2015-04-27 09:59:03,863 DEBUG  [com.extremenetworks.epicenter.server.scripting.beans.impl.ExpiringScriptCache]  Expiring Script Cache:size=4] Found: 19&lt;BR /&gt;
&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;
2015-04-27 09:59:08,175 DEBUG  [com.extremenetworks.epicenter.server.scripting.beans.impl.ExpiringScriptCache]  Expiring Script Cache:size=4] Found: 19&lt;BR /&gt;
&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;
2015-04-27 09:59:12,456 DEBUG  [com.extremenetworks.epicenter.server.scripting.beans.impl.ExpiringScriptCache]  Expiring Script Cache:size=4] Found: 19&lt;BR /&gt;
&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;
2015-04-27 09:59:16,769 DEBUG  [com.extremenetworks.epicenter.server.scripting.beans.impl.ExpiringScriptCache]  Expiring Script Cache:size=4] Found: 19&lt;BR /&gt;
&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;
2015-04-27 09:59:21,081 DEBUG  [com.extremenetworks.epicenter.server.scripting.beans.impl.ExpiringScriptCache]  Expiring Script Cache:size=4] Found: 19&lt;BR /&gt;
&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;
2015-04-27 09:59:25,394 DEBUG  [com.extremenetworks.epicenter.server.scripting.beans.impl.ExpiringScriptCache]  Expiring Script Cache:size=4] Found: 19&lt;BR /&gt;
&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;
2015-04-27 09:59:28,003 DEBUG  [com.extremenetworks.epicenter.server.scripting.common.ScriptingApi] ScriptTask  Completed Successfully&lt;BR /&gt;
&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;
2015-04-27 09:59:29,363 DEBUG  [com.extremenetworks.epicenter.server.deviceCommunicator.beans.impl.DeviceCommunicatorManagerBean]  Error||Exception&lt;BR /&gt;
&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;
tcl.lang.TclException: Error: Command execution on server  timed out. The command may still be running on device. Refresh results to see  execution log.&lt;BR /&gt;
&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;
If this is valid command and you would like to re-run,  increase your request timeout.&lt;BR /&gt;
&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;
                at  com.extremenetworks.epicenter.server.deviceCommunicator.scriptInterpreter.RunScriptTask.execute(RunScriptTask.java:170)&lt;BR /&gt;
&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;
                at  org.apache.commons.chain.impl.ChainBase.execute(ChainBase.java:190)&lt;BR /&gt;
&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;
                at  com.extremenetworks.epicenter.server.deviceCommunicator.beans.impl.DeviceCommunicatorManagerBean.startChainCommand(DeviceCommunicatorManagerBean.java:2800)&lt;BR /&gt;
&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;
                at  com.extremenetworks.epicenter.server.deviceCommunicator.beans.impl.DeviceCommunicatorManagerBean.handleRequest(DeviceCommunicatorManagerBean.java:2054)&lt;BR /&gt;
&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;
                at  sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;BR /&gt;
&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;
                at  sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)&lt;BR /&gt;
&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;
                at  sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;BR /&gt;
&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;
                at  java.lang.reflect.Method.invoke(Method.java:606)&lt;BR /&gt;
&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;
                at  com.extremenetworks.epicenter.server.common.beans.impl.AbstractManager.handleRequest(AbstractManager.java:348)&lt;BR /&gt;
&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;
                at  com.extremenetworks.epicenter.server.common.beans.impl.RequestExecutor.executePureSyncRequest(RequestExecutor.java:424)&lt;BR /&gt;
&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;
                at  com.extremenetworks.epicenter.server.common.beans.impl.RequestExecutor.executeSyncRequest(RequestExecutor.java:194)&lt;BR /&gt;
&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;
                at  com.extremenetworks.epicenter.server.scripting.tasks.BatchAssemblyTask.execute(BatchAssemblyTask.java:247)&lt;BR /&gt;
&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;
                at  org.apache.commons.chain.impl.ChainBase.execute(ChainBase.java:190)&lt;BR /&gt;
&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;
                at  com.extremenetworks.epicenter.server.scripting.beans.impl.ScriptingManagerBean.startRunScriptChain(ScriptingManagerBean.java:1164)&lt;BR /&gt;
&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;
                at  com.extremenetworks.epicenter.server.scripting.beans.impl.ScriptingManagerBean.handleRequest(ScriptingManagerBean.java:559)&lt;BR /&gt;
&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;
                at  com.extremenetworks.epicenter.server.scripting.beans.impl.ScriptingManagerBean.handleRequest(ScriptingManagerBean.java:134)&lt;BR /&gt;
&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;
                at  com.extremenetworks.epicenter.server.scripting.beans.impl.ScriptingManagerMDB.handleRequest(ScriptingManagerMDB.java:95)&lt;BR /&gt;
&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;
                at  com.extremenetworks.epicenter.server.common.beans.impl.AbstractMDB.doHandleMessage(AbstractMDB.java:130)&lt;BR /&gt;
&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;
                at  com.extremenetworks.epicenter.server.common.beans.impl.AbstractMDB.handleMessage(AbstractMDB.java:101)&lt;BR /&gt;
&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;
                at  com.extremenetworks.epicenter.server.scripting.beans.impl.ScriptingManagerMDB.onMessage(ScriptingManagerMDB.java:66)&lt;BR /&gt;
&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;
                at  sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;BR /&gt;
&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;
                at  sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)&lt;BR /&gt;
&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;
                at  sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;BR /&gt;
&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;
                at  java.lang.reflect.Method.invoke(Method.java:606)&lt;BR /&gt;
&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;
                at  org.jboss.invocation.Invocation.performCall(Invocation.java:359)&lt;BR /&gt;
&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;
                at  org.jboss.ejb.MessageDrivenContainer$ContainerInterceptor.invoke(MessageDrivenContainer.java:495)&lt;BR /&gt;
&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;
                at  org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:158)&lt;BR /&gt;
&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;
                at  org.jboss.ejb.plugins.MessageDrivenInstanceInterceptor.invoke(MessageDrivenInstanceInterceptor.java:116)&lt;BR /&gt;
&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;
                at  org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63)&lt;BR /&gt;
&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;
                at  org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)&lt;BR /&gt;
&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;
                at  org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:315)&lt;BR /&gt;
&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;
                at  org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:181)&lt;BR /&gt;
&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;
                at  org.jboss.ejb.plugins.RunAsSecurityInterceptor.invoke(RunAsSecurityInterceptor.java:109)&lt;BR /&gt;
&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;
                at  org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)&lt;BR /&gt;
&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;
                at  org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:136)&lt;BR /&gt;
&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;
                at  org.jboss.ejb.MessageDrivenContainer.internalInvoke(MessageDrivenContainer.java:402)&lt;BR /&gt;
&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;
                at  org.jboss.ejb.Container.invoke(Container.java:954)&lt;BR /&gt;
&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;
                at  org.jboss.ejb.plugins.jms.JMSContainerInvoker.invoke(JMSContainerInvoker.java:987)&lt;BR /&gt;
&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;
                at  org.jboss.ejb.plugins.jms.JMSContainerInvoker$MessageListenerImpl.onMessage(JMSContainerInvoker.java:1287)&lt;BR /&gt;
&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;
                at  org.jboss.jms.asf.StdServerSession.onMessage(StdServerSession.java:266)&lt;BR /&gt;
&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;
                at  org.jboss.mq.SpyMessageConsumer.sessionConsumerProcessMessage(SpyMessageConsumer.java:905)&lt;BR /&gt;
&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;
                at  org.jboss.mq.SpyMessageConsumer.addMessage(SpyMessageConsumer.java:170)&lt;BR /&gt;
&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;
                at  org.jboss.mq.SpySession.run(SpySession.java:323)&lt;BR /&gt;
&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;
                at  org.jboss.jms.asf.StdServerSession.run(StdServerSession.java:194)&lt;BR /&gt;
&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;
                at  EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:748)&lt;BR /&gt;
&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;
                at  java.lang.Thread.run(Thread.java:745)&lt;BR /&gt;
&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;
2015-04-27 09:59:29,363 INFO   [com.extremenetworks.epicenter.server.scripting.common.ScriptingUtil] RunScript  request: 19 | script id: 32  | size: 1 | took 61 secs.&lt;BR /&gt;
&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;
2015-04-27 09:59:29,363 DEBUG  [com.extremenetworks.epicenter.server.scripting.beans.impl.DbObjectCache]  ScriptBean cache hit for key: 32&lt;BR /&gt;
&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;
2015-04-27 09:59:29,363 DEBUG  [com.extremenetworks.epicenter.server.scripting.common.ScriptingUtil]&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Fri, 24 Apr 2015 19:34:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/exos-tftp-put-to-netsight-failing-due-to-incorrect-forward-slash/m-p/15320#M94</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-24T19:34:00Z</dc:date>
    </item>
    <item>
      <title>RE: EXOS TFTP put to Netsight failing due to incorrect forward slash</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/exos-tftp-put-to-netsight-failing-due-to-incorrect-forward-slash/m-p/15321#M95</link>
      <description>The problem may be the &lt;B&gt;detail&lt;/B&gt; keyword. If you have a large configuration it may take a while to capture all the info.&lt;BR /&gt;
&lt;BR /&gt;
Try removing it and use&lt;BR /&gt;
show tech all logto file&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Fri, 24 Apr 2015 19:34:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/exos-tftp-put-to-netsight-failing-due-to-incorrect-forward-slash/m-p/15321#M95</guid>
      <dc:creator>dflouret</dc:creator>
      <dc:date>2015-04-24T19:34:00Z</dc:date>
    </item>
    <item>
      <title>RE: EXOS TFTP put to Netsight failing due to incorrect forward slash</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/exos-tftp-put-to-netsight-failing-due-to-incorrect-forward-slash/m-p/15322#M96</link>
      <description>I'd strongly discourage the use of the &lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;detail&lt;/PRE&gt;&lt;/DIV&gt; option.  If you had to provide this file to GTAC, it actually contains information that is &lt;I&gt;less &lt;/I&gt;useful in troubleshooting than the &lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;all&lt;/PRE&gt;&lt;/DIV&gt; option.&lt;BR /&gt;</description>
      <pubDate>Fri, 24 Apr 2015 19:34:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/exos-tftp-put-to-netsight-failing-due-to-incorrect-forward-slash/m-p/15322#M96</guid>
      <dc:creator>Drew_C</dc:creator>
      <dc:date>2015-04-24T19:34:00Z</dc:date>
    </item>
    <item>
      <title>RE: EXOS TFTP put to Netsight failing due to incorrect forward slash</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/exos-tftp-put-to-netsight-failing-due-to-incorrect-forward-slash/m-p/15323#M97</link>
      <description>Brilliant - that sorted the problem. Thanks.&lt;BR /&gt;
&lt;BR /&gt;
Just changed the script to use vr vr-default for use in my particular setup.&lt;BR /&gt;
&lt;BR /&gt;
Many thanks again.&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Fri, 24 Apr 2015 19:34:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/exos-tftp-put-to-netsight-failing-due-to-incorrect-forward-slash/m-p/15323#M97</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-24T19:34:00Z</dc:date>
    </item>
    <item>
      <title>RE: EXOS TFTP put to Netsight failing due to incorrect forward slash</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/exos-tftp-put-to-netsight-failing-due-to-incorrect-forward-slash/m-p/15324#M98</link>
      <description>The fix worked for me also, thanks Bill.</description>
      <pubDate>Mon, 27 Apr 2015 14:55:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/exos-tftp-put-to-netsight-failing-due-to-incorrect-forward-slash/m-p/15324#M98</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-27T14:55:00Z</dc:date>
    </item>
    <item>
      <title>RE: EXOS TFTP put to Netsight failing due to incorrect forward slash</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/exos-tftp-put-to-netsight-failing-due-to-incorrect-forward-slash/m-p/15325#M99</link>
      <description>By default the NetSight TFTP server runs in a secure mode in that it will only write files to the server if that file already exists.  Inventory Manager will first create an empty file as part of the archive process before it tells the device to TFTP the config to the server.&lt;BR /&gt;
&lt;BR /&gt;
Adding the -c option removes this security and allows any user/system to write to the TFTP server rootdir. The security prevents malicious users from filling up the hard drive.</description>
      <pubDate>Tue, 28 Apr 2015 20:14:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/exos-tftp-put-to-netsight-failing-due-to-incorrect-forward-slash/m-p/15325#M99</guid>
      <dc:creator>Bob_Maheu</dc:creator>
      <dc:date>2015-04-28T20:14:00Z</dc:date>
    </item>
    <item>
      <title>RE: EXOS TFTP put to Netsight failing due to incorrect forward slash</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/exos-tftp-put-to-netsight-failing-due-to-incorrect-forward-slash/m-p/15326#M100</link>
      <description>Hello Bob, we haven't spoken in a while.&lt;BR /&gt;
&lt;BR /&gt;
I'm installing the latest version of Management Center, and am having the exact problem in this thread.&lt;BR /&gt;
&lt;BR /&gt;
Why would I want to disable that standard TFTP security feature by allowing any host to put files into the tftp root directory?&lt;BR /&gt;
&lt;BR /&gt;
Here's the details of the error I'm getting when trying to stamp a new archive version:&lt;BR /&gt;
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;Saving configuration to script nms.xsf on master .... done!  Saving script on Standbys (Slots: 2). on master .... done!  Script saved on Standby (Slot-2): done! Slot-1 X440Stack.3 # tftp 10.1.1.16 -v "VR-Default" -p -l primary.cfg -r /configs/tmp/10_20_36_2/primary.cfg Uploading primary.cfg to 10.1.1.16 ... failed! Error: (2) unable open file Slot-1 X440Stack.4 # tftp 10.1.1.16 -v "VR-Default" -p -l nms.xsf -r /configs/tmp/10_20_36_2/nms.xsf Uploading nms.xsf to 10.1.1.16 ... failed! Error: (2) unable open file &lt;/BLOCKQUOTE&gt;I'm trying to get Command Center up and fully integrated with our Extreme network, to build a business case to buy it.  The product not working is not a good pitch.&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
&lt;BR /&gt;
Jesse&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Apr 2015 20:14:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/exos-tftp-put-to-netsight-failing-due-to-incorrect-forward-slash/m-p/15326#M100</guid>
      <dc:creator>Jesse_Ohlsson</dc:creator>
      <dc:date>2015-04-28T20:14:00Z</dc:date>
    </item>
    <item>
      <title>RE: EXOS TFTP put to Netsight failing due to incorrect forward slash</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/exos-tftp-put-to-netsight-failing-due-to-incorrect-forward-slash/m-p/15327#M101</link>
      <description>If you use inventory manager that shouldn't be a problem - only if you load files directly from a system to the TFTP directory...&lt;BR /&gt;
&lt;BR /&gt;
"Inventory Manager will first create an empty file as part of the archive process before it tells the device to TFTP the config to the server."&lt;BR /&gt;
&lt;BR /&gt;
You might want to take a look into this post...&lt;BR /&gt;
&lt;A href="https://community.extremenetworks.com/extreme/topics/am-using-netsight-to-backup-the-extreme-switch-configuration-i-have-100-switches-in-my-network" target="_blank" rel="nofollow noreferrer noopener"&gt;https://community.extremenetworks.com/extreme/topics/am-using-netsight-to-backup-the-extreme-switch-...&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Jul 2016 23:31:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/exos-tftp-put-to-netsight-failing-due-to-incorrect-forward-slash/m-p/15327#M101</guid>
      <dc:creator>Ronald_Dvorak</dc:creator>
      <dc:date>2016-07-22T23:31:00Z</dc:date>
    </item>
    <item>
      <title>RE: EXOS TFTP put to Netsight failing due to incorrect forward slash</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/exos-tftp-put-to-netsight-failing-due-to-incorrect-forward-slash/m-p/15328#M102</link>
      <description>Not so, Ronald.  That error above was from Command Center.  I wasn't asking about how to use the legacy application called Inventory Manager, which is a Java app.  I don't want to use those old Java based legacy applications.&lt;BR /&gt;
&lt;BR /&gt;
I can watch the folder on my Command Center server b:/tftpboot/configs/tmp/10_20_30_40/, and I can see Command Center create the files:  nms.xsf, and primary.cfg, with filesize zero, as I'd expect to happen.&lt;BR /&gt;
&lt;BR /&gt;
That's as far as it gets, until the archive fails, and I see another copy of the above error.&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Jul 2016 23:31:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/exos-tftp-put-to-netsight-failing-due-to-incorrect-forward-slash/m-p/15328#M102</guid>
      <dc:creator>Jesse_Ohlsson</dc:creator>
      <dc:date>2016-07-22T23:31:00Z</dc:date>
    </item>
    <item>
      <title>RE: EXOS TFTP put to Netsight failing due to incorrect forward slash</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/exos-tftp-put-to-netsight-failing-due-to-incorrect-forward-slash/m-p/15329#M103</link>
      <description>OK I also run EMC 7.0 - could you please share the error description from the archive window...&lt;BR /&gt;
&lt;BR /&gt;
&lt;P class="fancybox-image"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="af925fa92e1d483594c1a89a6c70f304_RackMultipart20160722-119663-1eqwg7w-EMC_archive_error_inline.png"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/5414iBD45F32623A51FDF/image-size/large?v=v2&amp;amp;px=999" role="button" title="af925fa92e1d483594c1a89a6c70f304_RackMultipart20160722-119663-1eqwg7w-EMC_archive_error_inline.png" alt="af925fa92e1d483594c1a89a6c70f304_RackMultipart20160722-119663-1eqwg7w-EMC_archive_error_inline.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 23 Jul 2016 00:13:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/exos-tftp-put-to-netsight-failing-due-to-incorrect-forward-slash/m-p/15329#M103</guid>
      <dc:creator>Ronald_Dvorak</dc:creator>
      <dc:date>2016-07-23T00:13:00Z</dc:date>
    </item>
    <item>
      <title>RE: EXOS TFTP put to Netsight failing due to incorrect forward slash</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/exos-tftp-put-to-netsight-failing-due-to-incorrect-forward-slash/m-p/15330#M104</link>
      <description>Hi Ronald,&lt;BR /&gt;
&lt;BR /&gt;
It's what I posted above:  &lt;A href="https://community.extremenetworks.com/extreme/topics/exos-tftp-put-to-netsight-failing-due-to-file-string?topic-reply-list%5Bsettings%5D%5Bfilter_by%5D=all&amp;amp;#38;topic-reply-list%5Bsettings%5D%5Breply_id%5D=17060136#reply_17060136" target="_blank" rel="nofollow noreferrer noopener"&gt;https://community.extremenetworks.com/extreme/topics/exos-tftp-put-to-netsight-failing-due-to-file-s...&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;P class="fancybox-image"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="fd22854e250d4aa3b78200b7d982030f_RackMultipart20160722-10582-ojl6rz-Capture_inline.jpg"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/1177i49AEA06754EF6EDA/image-size/large?v=v2&amp;amp;px=999" role="button" title="fd22854e250d4aa3b78200b7d982030f_RackMultipart20160722-10582-ojl6rz-Capture_inline.jpg" alt="fd22854e250d4aa3b78200b7d982030f_RackMultipart20160722-10582-ojl6rz-Capture_inline.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;
&lt;BR /&gt;
Here's what the Inventory server log recorded:&lt;BR /&gt;
&lt;BR /&gt;
&lt;P class="fancybox-image"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="fd22854e250d4aa3b78200b7d982030f_RackMultipart20160722-130688-90ol06-Capture2_inline.jpg"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/1167i0EDBC2D314A3EBA7/image-size/large?v=v2&amp;amp;px=999" role="button" title="fd22854e250d4aa3b78200b7d982030f_RackMultipart20160722-130688-90ol06-Capture2_inline.jpg" alt="fd22854e250d4aa3b78200b7d982030f_RackMultipart20160722-130688-90ol06-Capture2_inline.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Sat, 23 Jul 2016 00:26:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/exos-tftp-put-to-netsight-failing-due-to-incorrect-forward-slash/m-p/15330#M104</guid>
      <dc:creator>Jesse_Ohlsson</dc:creator>
      <dc:date>2016-07-23T00:26:00Z</dc:date>
    </item>
  </channel>
</rss>

