<?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 Helpful ONTAP Simulator Settings for System Config Backups in Simulator Discussions</title>
    <link>https://community.netapp.com/t5/Simulator-Discussions/Helpful-ONTAP-Simulator-Settings-for-System-Config-Backups/m-p/126941#M2066</link>
    <description>&lt;P&gt;I recently discovered and resolved an issue I was having in one of my ONTAP simulator labs. I'm usually running 2, 3 or 4 single-node ONTAP clusters. The performance of my sims was tanking at what seemed random times. I eventually discovered it was happening at 10am each morning (and at some other off-hours times). I eventually discovered the cause was heavy IOPS on vol0 which was&amp;nbsp;being caused by ONTAP's system configuration backup process.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SCOPE: The changes below should only be needed on ONTAP&amp;nbsp;simulators. I don't believe&amp;nbsp;actual ONTAP systems running on&amp;nbsp;decent&amp;nbsp;hardware will ever have this same problem. This is likely only an issue on cramped lab environments like a single ESX node with a single SATA disk datastore (ex: my lab). On a laptop with VMware Workstation or Fusion the symptoms are possibly&amp;nbsp;even worst. However, on&amp;nbsp;an SSD-based laptop you might not even notice&amp;nbsp;it is happening (they are quiet and fast). Just don't schedule demos between 10:00am and about 10:45am. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SUMMARY: By default, ONTAP systems run regularly scheduled system configuration backup jobs that gather data on each node and then consolidate it for the entire cluster, all the while hammering vol0(s). For a simulator, or worst yet, multiple simulators running on a single hypervisor this can be a strain.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The changes suggested&amp;nbsp;below simply cut down the number of times it runs and reduces the number of copies retained. You can read more about the issue here in the standard ONTAP forum where I originally sought help --- &lt;A href="https://community.netapp.com/t5/Data-ONTAP-Discussions/What-are-these-snapshots-that-appear-on-my-vol0-and-system-config-backup/m-p/125871#M27126" target="_blank"&gt;http://community.netapp.com/t5/Data-ONTAP-Discussions/What-are-these-snapshots-that-appear-on-my-vol0-and-system-config-backup/m-p/125871#M27126&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CHANGES: The commands below show&amp;nbsp;the settings before, change the settings, and then view the settings afterwards. I've tested these on ONTAP 9 and 8.3.2 but I suspect they are the same for prior releases.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;---&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="terminal,monaco"&gt;#&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="terminal,monaco"&gt;set advanced &amp;nbsp; &amp;nbsp; # advanced priv level commands follow&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="terminal,monaco"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="terminal,monaco"&gt;#&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="terminal,monaco"&gt;# &amp;nbsp;View&amp;nbsp;settings before&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="terminal,monaco"&gt;#&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="terminal,monaco"&gt;system configuration backup show &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;# shows current config backup files&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="terminal,monaco"&gt;system configuration backup settings show &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; # shows optional URL and Username&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="terminal,monaco"&gt;system configuration backup settings show -instance &amp;nbsp; &amp;nbsp; # shows #&amp;nbsp;of files retained,&amp;nbsp;schedules&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="terminal,monaco"&gt;job schedule cron show &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;# shows schedules (8hour, daily, weekly)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="terminal,monaco"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="terminal,monaco"&gt;#&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="terminal,monaco"&gt;# &amp;nbsp;Changes to reduce the impact for a simulator environment&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="terminal,monaco"&gt;#&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="terminal,monaco"&gt;job schedule cron modify 8hour -hour 18 -minute 15 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; # Change to once a day at&amp;nbsp;6:15pm (up to you)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="terminal,monaco"&gt;y&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="terminal,monaco"&gt;system configuration backup setting modify -numbackups1 1 &amp;nbsp; &amp;nbsp; &amp;nbsp;# Change 1st (8hour) to 1 copy&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="terminal,monaco"&gt;system configuration backup setting &lt;SPAN&gt;modify&amp;nbsp;&lt;/SPAN&gt;-numbackups2 1 &amp;nbsp; &amp;nbsp; &amp;nbsp;# Change 2nd (daily) to 1 copy&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="terminal,monaco"&gt;system configuration backup setting &lt;SPAN&gt;modify&amp;nbsp;&lt;/SPAN&gt;-numbackups3 1 &amp;nbsp; &amp;nbsp; &amp;nbsp;# Change 3rd (weekly) to 1 copy&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="terminal,monaco"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="terminal,monaco"&gt;#&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="terminal,monaco"&gt;# &amp;nbsp;View&amp;nbsp;settings&amp;nbsp;afterwards&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="terminal,monaco"&gt;#&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="terminal,monaco"&gt;system configuration backup show &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;# shows current config backup files&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="terminal,monaco"&gt;system configuration backup settings show &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; # shows optional URL and Username&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="terminal,monaco"&gt;system configuration backup settings show -instance &amp;nbsp; &amp;nbsp; # shows # of&amp;nbsp;files retained, schedules&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="terminal,monaco"&gt;job schedule cron show &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;# shows schedules (8hour, daily, weekly)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="terminal,monaco"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="terminal,monaco"&gt;#&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="terminal,monaco"&gt;set admin &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; # return to admin mode&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="terminal,monaco"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new, courier"&gt;---&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The number of retained copies will eventually drop from 2 to 1 as the backup jobs execute and purge older copies. However, if you are anxious to get the space back sooner you can also delete older copies explicitly with this command:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;#&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;system configuration backup delete &amp;lt;backupName&amp;gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I could not find a way to completely disable the backups or change them to&amp;nbsp;use some other named ONTAP cron schedules. If anyone figures out a way to do that, let us know.&lt;/P&gt;</description>
    <pubDate>Wed, 04 Jun 2025 16:10:23 GMT</pubDate>
    <dc:creator>dkorns</dc:creator>
    <dc:date>2025-06-04T16:10:23Z</dc:date>
    <item>
      <title>Helpful ONTAP Simulator Settings for System Config Backups</title>
      <link>https://community.netapp.com/t5/Simulator-Discussions/Helpful-ONTAP-Simulator-Settings-for-System-Config-Backups/m-p/126941#M2066</link>
      <description>&lt;P&gt;I recently discovered and resolved an issue I was having in one of my ONTAP simulator labs. I'm usually running 2, 3 or 4 single-node ONTAP clusters. The performance of my sims was tanking at what seemed random times. I eventually discovered it was happening at 10am each morning (and at some other off-hours times). I eventually discovered the cause was heavy IOPS on vol0 which was&amp;nbsp;being caused by ONTAP's system configuration backup process.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SCOPE: The changes below should only be needed on ONTAP&amp;nbsp;simulators. I don't believe&amp;nbsp;actual ONTAP systems running on&amp;nbsp;decent&amp;nbsp;hardware will ever have this same problem. This is likely only an issue on cramped lab environments like a single ESX node with a single SATA disk datastore (ex: my lab). On a laptop with VMware Workstation or Fusion the symptoms are possibly&amp;nbsp;even worst. However, on&amp;nbsp;an SSD-based laptop you might not even notice&amp;nbsp;it is happening (they are quiet and fast). Just don't schedule demos between 10:00am and about 10:45am. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SUMMARY: By default, ONTAP systems run regularly scheduled system configuration backup jobs that gather data on each node and then consolidate it for the entire cluster, all the while hammering vol0(s). For a simulator, or worst yet, multiple simulators running on a single hypervisor this can be a strain.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The changes suggested&amp;nbsp;below simply cut down the number of times it runs and reduces the number of copies retained. You can read more about the issue here in the standard ONTAP forum where I originally sought help --- &lt;A href="https://community.netapp.com/t5/Data-ONTAP-Discussions/What-are-these-snapshots-that-appear-on-my-vol0-and-system-config-backup/m-p/125871#M27126" target="_blank"&gt;http://community.netapp.com/t5/Data-ONTAP-Discussions/What-are-these-snapshots-that-appear-on-my-vol0-and-system-config-backup/m-p/125871#M27126&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CHANGES: The commands below show&amp;nbsp;the settings before, change the settings, and then view the settings afterwards. I've tested these on ONTAP 9 and 8.3.2 but I suspect they are the same for prior releases.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;---&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="terminal,monaco"&gt;#&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="terminal,monaco"&gt;set advanced &amp;nbsp; &amp;nbsp; # advanced priv level commands follow&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="terminal,monaco"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="terminal,monaco"&gt;#&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="terminal,monaco"&gt;# &amp;nbsp;View&amp;nbsp;settings before&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="terminal,monaco"&gt;#&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="terminal,monaco"&gt;system configuration backup show &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;# shows current config backup files&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="terminal,monaco"&gt;system configuration backup settings show &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; # shows optional URL and Username&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="terminal,monaco"&gt;system configuration backup settings show -instance &amp;nbsp; &amp;nbsp; # shows #&amp;nbsp;of files retained,&amp;nbsp;schedules&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="terminal,monaco"&gt;job schedule cron show &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;# shows schedules (8hour, daily, weekly)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="terminal,monaco"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="terminal,monaco"&gt;#&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="terminal,monaco"&gt;# &amp;nbsp;Changes to reduce the impact for a simulator environment&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="terminal,monaco"&gt;#&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="terminal,monaco"&gt;job schedule cron modify 8hour -hour 18 -minute 15 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; # Change to once a day at&amp;nbsp;6:15pm (up to you)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="terminal,monaco"&gt;y&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="terminal,monaco"&gt;system configuration backup setting modify -numbackups1 1 &amp;nbsp; &amp;nbsp; &amp;nbsp;# Change 1st (8hour) to 1 copy&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="terminal,monaco"&gt;system configuration backup setting &lt;SPAN&gt;modify&amp;nbsp;&lt;/SPAN&gt;-numbackups2 1 &amp;nbsp; &amp;nbsp; &amp;nbsp;# Change 2nd (daily) to 1 copy&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="terminal,monaco"&gt;system configuration backup setting &lt;SPAN&gt;modify&amp;nbsp;&lt;/SPAN&gt;-numbackups3 1 &amp;nbsp; &amp;nbsp; &amp;nbsp;# Change 3rd (weekly) to 1 copy&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="terminal,monaco"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="terminal,monaco"&gt;#&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="terminal,monaco"&gt;# &amp;nbsp;View&amp;nbsp;settings&amp;nbsp;afterwards&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="terminal,monaco"&gt;#&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="terminal,monaco"&gt;system configuration backup show &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;# shows current config backup files&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="terminal,monaco"&gt;system configuration backup settings show &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; # shows optional URL and Username&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="terminal,monaco"&gt;system configuration backup settings show -instance &amp;nbsp; &amp;nbsp; # shows # of&amp;nbsp;files retained, schedules&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="terminal,monaco"&gt;job schedule cron show &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;# shows schedules (8hour, daily, weekly)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="terminal,monaco"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="terminal,monaco"&gt;#&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="terminal,monaco"&gt;set admin &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; # return to admin mode&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="terminal,monaco"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new, courier"&gt;---&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The number of retained copies will eventually drop from 2 to 1 as the backup jobs execute and purge older copies. However, if you are anxious to get the space back sooner you can also delete older copies explicitly with this command:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;#&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;system configuration backup delete &amp;lt;backupName&amp;gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I could not find a way to completely disable the backups or change them to&amp;nbsp;use some other named ONTAP cron schedules. If anyone figures out a way to do that, let us know.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 16:10:23 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Simulator-Discussions/Helpful-ONTAP-Simulator-Settings-for-System-Config-Backups/m-p/126941#M2066</guid>
      <dc:creator>dkorns</dc:creator>
      <dc:date>2025-06-04T16:10:23Z</dc:date>
    </item>
  </channel>
</rss>

