<?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: ontap sim on hyper-v in Simulator Discussions</title>
    <link>https://community.netapp.com/t5/Simulator-Discussions/ontap-sim-on-hyper-v/m-p/151231#M2488</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I finally managed to run ONTAP 9.6 sim pretty well the way someone may find inappropriate, but anyway it works, and ONTAP runs pretty smooth.&lt;/P&gt;
&lt;P&gt;The key thing with Hyper-V is that ONTAP simulator doesn't include drivers for Hyper-V emulated network adapter, but requires e1000 as described in OVF.&lt;/P&gt;
&lt;P&gt;What I did was:&lt;/P&gt;
&lt;P&gt;1) On my Hyper-V host I created a Gen2&amp;nbsp; (this is fairly relevant, and Gen1 might work as well) VM running Debian 9.9.&lt;/P&gt;
&lt;P&gt;2) On the Hyper-V host executed a powershell command&lt;/P&gt;
&lt;PRE&gt;Set-VMProcessor -vmname KVM -ExposeVirtualizationExtensions $true&lt;/PRE&gt;
&lt;P&gt;where KVM is the VM name as listed by `get-vm` commandlet.&lt;/P&gt;
&lt;P&gt;This allows VMX CPU extensions to be exposed to the guest.&lt;/P&gt;
&lt;P&gt;3) Install QEMU/KVM inside the guest&lt;/P&gt;
&lt;P&gt;4) unzip Workstation OVA for ONTAP simulator&lt;/P&gt;
&lt;P&gt;5) convert vmdk -&amp;gt; qcow via qemu-img&amp;nbsp; (done on Debian Guest).&lt;/P&gt;
&lt;P&gt;6) create VM using virt-manager. This can be also done by importing dupmed XML of an example VM.&lt;/P&gt;
&lt;P&gt;7) allowed nested guests in KVM.&lt;/P&gt;
&lt;P&gt;Following all these, I succeeded to run 2 instances of ONTAP sim (2 clusters with cluster interconnect). Also Windows and Debian VMs run fine on that KVM hypervisor which itself is actually a guest inside Hyper-V.&lt;/P&gt;
&lt;P&gt;Virtualization overhead is almost not noticeable. At least as compared by Linux CLI-based 7-zip benchmark that was executed in first-level guest (VM that runs directly in Hyper-V) and nested guest (debian VM in KVM, while that KVM is a guest in Hyper-V) thanks to VMX extensions exposed all the way through.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;KVM configuration and ONTAP xml of the KVM guest (domain) can be found in this thread:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.netapp.com/t5/Simulator-Discussions/Please-support-the-ontap-simulator-in-kvm-virtualization-and-not-just-vmware/m-p/151229/highlight/true#M2487" target="_blank" rel="noopener"&gt;Please-support-the-ontap-simulator-in-kvm-virtualization&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Hope this helps &lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://community.netapp.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" /&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 25 Sep 2019 08:36:29 GMT</pubDate>
    <dc:creator>ilya_v</dc:creator>
    <dc:date>2019-09-25T08:36:29Z</dc:date>
    <item>
      <title>ontap sim on hyper-v</title>
      <link>https://community.netapp.com/t5/Simulator-Discussions/ontap-sim-on-hyper-v/m-p/143455#M2391</link>
      <description>&lt;P&gt;hello everybody&lt;/P&gt;
&lt;P&gt;How can i&amp;nbsp; install ontap 9.4 simulator on hype-v?&lt;/P&gt;
&lt;P&gt;thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 13:14:02 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Simulator-Discussions/ontap-sim-on-hyper-v/m-p/143455#M2391</guid>
      <dc:creator>johnsfetsoris</dc:creator>
      <dc:date>2025-06-04T13:14:02Z</dc:date>
    </item>
    <item>
      <title>Re: ontap sim on hyper-v</title>
      <link>https://community.netapp.com/t5/Simulator-Discussions/ontap-sim-on-hyper-v/m-p/143473#M2392</link>
      <description>&lt;P&gt;Nope. Unfortunately, most probably, it is not going to work&lt;/P&gt;</description>
      <pubDate>Wed, 10 Oct 2018 14:22:17 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Simulator-Discussions/ontap-sim-on-hyper-v/m-p/143473#M2392</guid>
      <dc:creator>Damien_Queen</dc:creator>
      <dc:date>2018-10-10T14:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: ontap sim on hyper-v</title>
      <link>https://community.netapp.com/t5/Simulator-Discussions/ontap-sim-on-hyper-v/m-p/151231#M2488</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I finally managed to run ONTAP 9.6 sim pretty well the way someone may find inappropriate, but anyway it works, and ONTAP runs pretty smooth.&lt;/P&gt;
&lt;P&gt;The key thing with Hyper-V is that ONTAP simulator doesn't include drivers for Hyper-V emulated network adapter, but requires e1000 as described in OVF.&lt;/P&gt;
&lt;P&gt;What I did was:&lt;/P&gt;
&lt;P&gt;1) On my Hyper-V host I created a Gen2&amp;nbsp; (this is fairly relevant, and Gen1 might work as well) VM running Debian 9.9.&lt;/P&gt;
&lt;P&gt;2) On the Hyper-V host executed a powershell command&lt;/P&gt;
&lt;PRE&gt;Set-VMProcessor -vmname KVM -ExposeVirtualizationExtensions $true&lt;/PRE&gt;
&lt;P&gt;where KVM is the VM name as listed by `get-vm` commandlet.&lt;/P&gt;
&lt;P&gt;This allows VMX CPU extensions to be exposed to the guest.&lt;/P&gt;
&lt;P&gt;3) Install QEMU/KVM inside the guest&lt;/P&gt;
&lt;P&gt;4) unzip Workstation OVA for ONTAP simulator&lt;/P&gt;
&lt;P&gt;5) convert vmdk -&amp;gt; qcow via qemu-img&amp;nbsp; (done on Debian Guest).&lt;/P&gt;
&lt;P&gt;6) create VM using virt-manager. This can be also done by importing dupmed XML of an example VM.&lt;/P&gt;
&lt;P&gt;7) allowed nested guests in KVM.&lt;/P&gt;
&lt;P&gt;Following all these, I succeeded to run 2 instances of ONTAP sim (2 clusters with cluster interconnect). Also Windows and Debian VMs run fine on that KVM hypervisor which itself is actually a guest inside Hyper-V.&lt;/P&gt;
&lt;P&gt;Virtualization overhead is almost not noticeable. At least as compared by Linux CLI-based 7-zip benchmark that was executed in first-level guest (VM that runs directly in Hyper-V) and nested guest (debian VM in KVM, while that KVM is a guest in Hyper-V) thanks to VMX extensions exposed all the way through.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;KVM configuration and ONTAP xml of the KVM guest (domain) can be found in this thread:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.netapp.com/t5/Simulator-Discussions/Please-support-the-ontap-simulator-in-kvm-virtualization-and-not-just-vmware/m-p/151229/highlight/true#M2487" target="_blank" rel="noopener"&gt;Please-support-the-ontap-simulator-in-kvm-virtualization&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Hope this helps &lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://community.netapp.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Sep 2019 08:36:29 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Simulator-Discussions/ontap-sim-on-hyper-v/m-p/151231#M2488</guid>
      <dc:creator>ilya_v</dc:creator>
      <dc:date>2019-09-25T08:36:29Z</dc:date>
    </item>
  </channel>
</rss>

