<?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: XMC custom backup script for Cisco SG 500 series in ExtremeCloud IQ- Site Engine Management Center</title>
    <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/xmc-custom-backup-script-for-cisco-sg-500-series/m-p/70754#M8222</link>
    <description>&lt;P&gt;Thank you Zdenek&amp;nbsp;for your hint. I was able fix my script with this advice.&lt;/P&gt;</description>
    <pubDate>Sat, 08 Aug 2020 01:11:29 GMT</pubDate>
    <dc:creator>riman</dc:creator>
    <dc:date>2020-08-08T01:11:29Z</dc:date>
    <item>
      <title>XMC custom backup script for Cisco SG 500 series</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/xmc-custom-backup-script-for-cisco-sg-500-series/m-p/70752#M8220</link>
      <description>&lt;P&gt;Can I ask you for help with backup script for Cisco SG500 devices?&lt;/P&gt;&lt;P&gt;I checked logs, file attached, and there is mentioned that regex was not found (compare to other successful backups I did).&lt;/P&gt;&lt;P&gt;Have you idea where are those regex defined and how to modify it?&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color:#313131;"&gt;2020-08-05 18:00:51,342 DEBUG [com.ets.netsight.inv.agent.ScriptMib] [Inventory Snmp-11] [ScriptMib] [10.228.135.254] Looking for success regex match: bytes copied:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color:#313131;"&gt;2020-08-05 18:00:51,342 DEBUG [com.ets.netsight.inv.agent.ScriptMib] [Inventory Snmp-11] [ScriptMib] [10.228.135.254] No match for success regex match: bytes copied:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color:#313131;"&gt;2020-08-05 18:00:51,344 DEBUG [com.ets.netsight.inv.agent.AgentFileUtilities] deletingFile: /tftpboot/configs/tmp/10_228_135_254.cfg&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color:#313131;"&gt;2020-08-05 18:00:51,344 DEBUG [com.ets.netsight.inv.agent.AgentFileUtilities] deletingFile: /tftpboot/configs/tmp/10_228_135_254.cfg - Success.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color:#313131;"&gt;2020-08-05 18:00:51,344 DEBUG [com.ets.netsight.inv.agent.AgentFileUtilities] deletingFile: /tftpboot/configs/tmp/10_228_135_254.cfg checking to see if parent dir can be removed.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color:#313131;"&gt;2020-08-05 18:00:51,344 DEBUG [com.ets.netsight.inv.agent.AgentFileUtilities] deletingFile - Parent Dir: /tftpboot/configs/tmp&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color:#313131;"&gt;2020-08-05 18:00:51,344 DEBUG [com.ets.netsight.inv.agent.AgentFileUtilities] deletingFile - Parent Dir: /tftpboot/configs/tmp - Success.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color:#313131;"&gt;2020-08-05 18:00:51,344 INFO [stdout] [AgentCB] Sending [Complete] Response to Client [extreme.ahold.net] = [Archive Save] for Ticket [Management Center Archive] Message = [Error Archiving Configuration File.]&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Aug 2020 14:18:34 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/xmc-custom-backup-script-for-cisco-sg-500-series/m-p/70752#M8220</guid>
      <dc:creator>Peter_Majercak</dc:creator>
      <dc:date>2020-08-06T14:18:34Z</dc:date>
    </item>
    <item>
      <title>Re: XMC custom backup script for Cisco SG 500 series</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/xmc-custom-backup-script-for-cisco-sg-500-series/m-p/70753#M8221</link>
      <description>&lt;P&gt;Hi Peter.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;in the inventory script you can define success criteria = even if the file is successfully received the CLI can report “Success” or “Failure”. This CLI response can be parsed in sections:&lt;/P&gt;&lt;P&gt;-----BEGIN SUCCESS "Configuration Upload"-----&lt;BR /&gt;-----END SUCCESS-----&lt;BR /&gt;-----BEGIN SUCCESS "Configuration Download"-----&lt;BR /&gt;-----END SUCCESS-----&lt;BR /&gt;-----BEGIN SUCCESS "Firmware Download"-----&lt;BR /&gt;-----END SUCCESS-----&lt;BR /&gt;-----BEGIN SUCCESS "BootPROM Download"-----&lt;BR /&gt;-----END SUCCESS-----&lt;BR /&gt;-----BEGIN SUCCESS "Reset"-----&lt;BR /&gt;-----END SUCCESS-----&lt;BR /&gt;-----BEGIN SUCCESS "Timed Reset"-----&lt;BR /&gt;-----END SUCCESS-----&lt;BR /&gt;-----BEGIN SUCCESS "Timed Reset Abort"-----&lt;BR /&gt;-----END SUCCESS-----&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I suggest you check the CLI response of the device and the relevant section of the Inventory script&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Thu, 06 Aug 2020 18:00:13 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/xmc-custom-backup-script-for-cisco-sg-500-series/m-p/70753#M8221</guid>
      <dc:creator>Zdeněk_Pala</dc:creator>
      <dc:date>2020-08-06T18:00:13Z</dc:date>
    </item>
    <item>
      <title>Re: XMC custom backup script for Cisco SG 500 series</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/xmc-custom-backup-script-for-cisco-sg-500-series/m-p/70754#M8222</link>
      <description>&lt;P&gt;Thank you Zdenek&amp;nbsp;for your hint. I was able fix my script with this advice.&lt;/P&gt;</description>
      <pubDate>Sat, 08 Aug 2020 01:11:29 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/xmc-custom-backup-script-for-cisco-sg-500-series/m-p/70754#M8222</guid>
      <dc:creator>riman</dc:creator>
      <dc:date>2020-08-08T01:11:29Z</dc:date>
    </item>
    <item>
      <title>Re: XMC custom backup script for Cisco SG 500 series</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/xmc-custom-backup-script-for-cisco-sg-500-series/m-p/70755#M8223</link>
      <description>&lt;P&gt;That is great to hear. Congratulations. If you share the script and details, then I can publish it at GitHub, the community can benefit from it.&lt;/P&gt;</description>
      <pubDate>Sat, 08 Aug 2020 02:11:56 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/xmc-custom-backup-script-for-cisco-sg-500-series/m-p/70755#M8223</guid>
      <dc:creator>Zdeněk_Pala</dc:creator>
      <dc:date>2020-08-08T02:11:56Z</dc:date>
    </item>
  </channel>
</rss>

