<?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: Anyone has success running netapp simulator on KVM? in Simulator Discussions</title>
    <link>https://community.netapp.com/t5/Simulator-Discussions/Anyone-has-success-running-netapp-simulator-on-KVM/m-p/437244#M2910</link>
    <description>&lt;P&gt;there are two scripts in &lt;A href="https://github.com/tcler/ontap-simulator-in-kvm" target="_blank"&gt;https://github.com/tcler/ontap-simulator-in-kvm&lt;/A&gt; :&lt;/P&gt;&lt;P&gt;ontap-simulator-single-node.sh for single node,&lt;/P&gt;&lt;P&gt;and &lt;A href="https://github.com/tcler/ontap-simulator-in-kvm/blob/master/ontap-simulator-two-node.sh" target="_blank" rel="noopener"&gt;ontap-simulator-two-node.sh&lt;/A&gt; for two nodes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Usage:&lt;/P&gt;&lt;P&gt;&amp;nbsp; ./ontap-simulator-two-node.sh --image /path/to/vsim-netapp-DOT9.9.1-cm_nodar.ova --license-file /path/to/CMode_licenses_9.9.1.txt&lt;/P&gt;</description>
    <pubDate>Thu, 11 Aug 2022 06:57:06 GMT</pubDate>
    <dc:creator>Jianhong</dc:creator>
    <dc:date>2022-08-11T06:57:06Z</dc:date>
    <item>
      <title>Anyone has success running netapp simulator on KVM?</title>
      <link>https://community.netapp.com/t5/Simulator-Discussions/Anyone-has-success-running-netapp-simulator-on-KVM/m-p/429667#M2835</link>
      <description>&lt;P&gt;I took the .ova files (9.7 &amp;amp; 9.8), and my peer convert to KVM images (due to our vmware env shrinking). The simulator vms come up, we can see the console, but cannot type. The console has no response to key strokes.&amp;nbsp; At initial boot, it accepts enter, but then after it comes up, no keyboard input.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 10:08:01 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Simulator-Discussions/Anyone-has-success-running-netapp-simulator-on-KVM/m-p/429667#M2835</guid>
      <dc:creator>JohnZhuang</dc:creator>
      <dc:date>2025-06-04T10:08:01Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone has success running netapp simulator on KVM?</title>
      <link>https://community.netapp.com/t5/Simulator-Discussions/Anyone-has-success-running-netapp-simulator-on-KVM/m-p/429734#M2836</link>
      <description>&lt;P&gt;I've never tried converting the Sim and no idea what your KVM environment is ... but if you're using "virt-install" try adding a "--nographics" switch to the end of the command and see if that helps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Good Luck!&lt;/P&gt;</description>
      <pubDate>Fri, 03 Dec 2021 20:33:33 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Simulator-Discussions/Anyone-has-success-running-netapp-simulator-on-KVM/m-p/429734#M2836</guid>
      <dc:creator>JohnChampion</dc:creator>
      <dc:date>2021-12-03T20:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone has success running netapp simulator on KVM?</title>
      <link>https://community.netapp.com/t5/Simulator-Discussions/Anyone-has-success-running-netapp-simulator-on-KVM/m-p/429739#M2837</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Take a look at this link:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/tcler/ontap-simulator-in-kvm" target="_blank"&gt;https://github.com/tcler/ontap-simulator-in-kvm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps &lt;span class="lia-unicode-emoji" title=":folded_hands:"&gt;🙏&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 04 Dec 2021 14:23:02 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Simulator-Discussions/Anyone-has-success-running-netapp-simulator-on-KVM/m-p/429739#M2837</guid>
      <dc:creator>jcolonfzenpr</dc:creator>
      <dc:date>2021-12-04T14:23:02Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone has success running netapp simulator on KVM?</title>
      <link>https://community.netapp.com/t5/Simulator-Discussions/Anyone-has-success-running-netapp-simulator-on-KVM/m-p/429817#M2838</link>
      <description>&lt;P&gt;I took a look at the github and passed to my peer. He used some of the options, and used below command for install:&lt;BR /&gt;&lt;SPAN&gt;virt-install --name nasim01a --memory 12288 --vcpus 2 --os-variant freebsd11.2 --disk=vsim-NetAppDOT-simulate-disk{1..4}.qcow2,bus=ide --autostart&amp;nbsp; --network bridge=br0,model=e1000,mac=02:18:A6:97:B3:A0 --network bridge=br0,model=e1000,mac=02:d6:ca:b8:90:ce --network bridge=br0,model=e1000,mac=02:0a:1f:e3:5f:ef --network bridge=br0,model=e1000,mac=02:c0:80:ec:5b:93 --autostart --vnc --virt-type kvm --machine pc --boot hd,network,menu=on --noautoconsole&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The significant change may be the os. Now the vm boots up to cluster setup (after 2nd reboot) and I was able to do set up.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, I expected 2 nodes, but only get 1 node with 2 cores, 12G RAM, and 4 nic. I am wondering how to make it 2-nodes? Was it because I did not give enough nics?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks!&lt;/P&gt;&lt;P&gt;john&lt;/P&gt;</description>
      <pubDate>Tue, 07 Dec 2021 23:02:39 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Simulator-Discussions/Anyone-has-success-running-netapp-simulator-on-KVM/m-p/429817#M2838</guid>
      <dc:creator>JohnZhuang</dc:creator>
      <dc:date>2021-12-07T23:02:39Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone has success running netapp simulator on KVM?</title>
      <link>https://community.netapp.com/t5/Simulator-Discussions/Anyone-has-success-running-netapp-simulator-on-KVM/m-p/429823#M2839</link>
      <description>&lt;P&gt;You'd need to install a 2nd instance (nasim01b? - be sure to use different MACs, etc) and change the serial number on the 2nd node.&amp;nbsp; The Simulator Install and Setup Guide (pdf) has the instructions on how to do this and the CMode_licenses.txt file has the serial number and license keys for the 2nd node.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;... and if you do a search for "&lt;SPAN&gt;Sean Hatfield", he's made numerous posts on how to customize the simulator including adding disks, changing disk size, etc.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Dec 2021 09:04:23 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Simulator-Discussions/Anyone-has-success-running-netapp-simulator-on-KVM/m-p/429823#M2839</guid>
      <dc:creator>JohnChampion</dc:creator>
      <dc:date>2021-12-08T09:04:23Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone has success running netapp simulator on KVM?</title>
      <link>https://community.netapp.com/t5/Simulator-Discussions/Anyone-has-success-running-netapp-simulator-on-KVM/m-p/437244#M2910</link>
      <description>&lt;P&gt;there are two scripts in &lt;A href="https://github.com/tcler/ontap-simulator-in-kvm" target="_blank"&gt;https://github.com/tcler/ontap-simulator-in-kvm&lt;/A&gt; :&lt;/P&gt;&lt;P&gt;ontap-simulator-single-node.sh for single node,&lt;/P&gt;&lt;P&gt;and &lt;A href="https://github.com/tcler/ontap-simulator-in-kvm/blob/master/ontap-simulator-two-node.sh" target="_blank" rel="noopener"&gt;ontap-simulator-two-node.sh&lt;/A&gt; for two nodes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Usage:&lt;/P&gt;&lt;P&gt;&amp;nbsp; ./ontap-simulator-two-node.sh --image /path/to/vsim-netapp-DOT9.9.1-cm_nodar.ova --license-file /path/to/CMode_licenses_9.9.1.txt&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2022 06:57:06 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Simulator-Discussions/Anyone-has-success-running-netapp-simulator-on-KVM/m-p/437244#M2910</guid>
      <dc:creator>Jianhong</dc:creator>
      <dc:date>2022-08-11T06:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone has success running netapp simulator on KVM?</title>
      <link>https://community.netapp.com/t5/Simulator-Discussions/Anyone-has-success-running-netapp-simulator-on-KVM/m-p/448963#M3062</link>
      <description>&lt;P&gt;Update: now we provide an auto script:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;A href="https://github.com/tcler/kiss-vm-ns/blob/master/utils/make-ontap-simulator.sh" target="_blank" rel="noopener"&gt;https://github.com/tcler/kiss-vm-ns/blob/master/utils/make-ontap-simulator.sh&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;after install kiss-vm and download the ontap-simulator image and license file to ~/Downloads ; run&lt;/P&gt;&lt;P&gt;ONTAP_VER=&lt;EM&gt;9.13.1&lt;/EM&gt;&amp;nbsp; make-ontap-simulator.sh&amp;nbsp;&amp;nbsp; #will auto create a two node ontap simulator.&lt;/P&gt;</description>
      <pubDate>Sat, 18 Nov 2023 03:57:09 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Simulator-Discussions/Anyone-has-success-running-netapp-simulator-on-KVM/m-p/448963#M3062</guid>
      <dc:creator>Jianhong-Yin</dc:creator>
      <dc:date>2023-11-18T03:57:09Z</dc:date>
    </item>
  </channel>
</rss>

