<?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: Install Simulator 8.3.1 in Simulator Discussions</title>
    <link>https://community.netapp.com/t5/Simulator-Discussions/Install-Simulator-8-3-1/m-p/140378#M2340</link>
    <description>&lt;P&gt;I experiment with vsim on vbox from time to time.&amp;nbsp; I wrote a function to convert the VMware version to vbox as part of a larger project, which won't work out of context but here's the gist of it.&amp;nbsp; Check these settings against your config and see what is missing.&amp;nbsp; I can see from your screenshot you have the disks in the right order, but are missing 3 nics.&amp;nbsp; I also don't see the serial ports.&amp;nbsp; Some of the other settings aren't apparent from your screenshot.&amp;nbsp; Check the IDE device type, and the settings at the top of this psuedocode.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;
#Make it from scratch
vboxmanage createvm --name "$name" --basefolder "$SIMDIR" --ostype "FreeBSD_64" --register
vboxmanage modifyvm "$name" --ioapic on 
vboxmanage modifyvm "$name" --vram 16
vboxmanage modifyvm "$name" --cpus 2
vboxmanage modifyvm "$name" --memory 6144

#Make 4 nics on the natnetwork
vboxmanage modifyvm "$name" --nic1 natnetwork --nictype1 82545EM --cableconnected1 on
vboxmanage modifyvm "$name" --nic2 natnetwork --nictype2 82545EM --cableconnected2 on
vboxmanage modifyvm "$name" --nic3 natnetwork --nictype3 82545EM --cableconnected3 on
vboxmanage modifyvm "$name" --nic4 natnetwork --nictype4 82545EM --cableconnected4 on

#If these are missing it can get stuck
vboxmanage modifyvm "$name" --uart1 0x3F8 4
vboxmanage modifyvm "$name" --uart2 0x2F8 3

#A blank floppy image keeps disk enumeration as expected
vboxmanage storagectl "$name" --name floppy --add floppy --controller I82078 --portcount 1 
vboxmanage storageattach "$name" --storagectl floppy --device 0 --medium emptydrive

#Connect disks
vboxmanage storagectl "$name" --name IDE    --add ide    --controller PIIX4  --portcount 2
vboxmanage storageattach "$name" --storagectl IDE --port 0 --device 0 --type hdd --medium "$SIMDIR/$name/$_ide00"
vboxmanage storageattach "$name" --storagectl IDE --port 0 --device 1 --type hdd --medium "$SIMDIR/$name/$_ide01"
vboxmanage storageattach "$name" --storagectl IDE --port 1 --device 0 --type hdd --medium "$SIMDIR/$name/$_ide10"
vboxmanage storageattach "$name" --storagectl IDE --port 1 --device 1 --type hdd --medium "$SIMDIR/$name/$_ide11"
&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, disable VMware tools in the loader.&amp;nbsp; It will fail to start anyway, but no reason to let it try.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;setenv bootarg.vm.run_vmtools "false"
&lt;/PRE&gt;</description>
    <pubDate>Sat, 19 May 2018 07:17:48 GMT</pubDate>
    <dc:creator>SeanHatfield</dc:creator>
    <dc:date>2018-05-19T07:17:48Z</dc:date>
    <item>
      <title>Install Simulator 8.3.1</title>
      <link>https://community.netapp.com/t5/Simulator-Discussions/Install-Simulator-8-3-1/m-p/140353#M2338</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Good Day, I am trying to install NetApp Simulator 8.3.1, unable to complete the install.&lt;BR /&gt;&lt;BR /&gt;OS: Ubuntu 16.04&lt;BR /&gt;&lt;BR /&gt;Running on VirtualBox 5.0.40&lt;BR /&gt;&lt;BR /&gt;Total Memory 8.GB&lt;BR /&gt;&lt;BR /&gt;Disk Space 43GB +&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Getting error attached the image and what's the config on virtual box also attached.&lt;BR /&gt;&lt;BR /&gt;I tried following some of the links below which is already been worked, but I am getting errors all time.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://community.netapp.com/t5/Simulator-Discussions/Simulate-ONTAP-8-3-1-with-mounting-cfcard-and-panic/td-p/117658" target="_blank"&gt;http://community.netapp.com/t5/Simulator-Discussions/Simulate-ONTAP-8-3-1-with-mounting-cfcard-and-panic/td-p/117658&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please help, Thanks in Adv.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;rpshan&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:42:03 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Simulator-Discussions/Install-Simulator-8-3-1/m-p/140353#M2338</guid>
      <dc:creator>rpshan</dc:creator>
      <dc:date>2025-06-04T13:42:03Z</dc:date>
    </item>
    <item>
      <title>Re: Install Simulator 8.3.1</title>
      <link>https://community.netapp.com/t5/Simulator-Discussions/Install-Simulator-8-3-1/m-p/140377#M2339</link>
      <description>&lt;P&gt;Hi there,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The simulator is only intended for use under VMWare, so some customisations are needed. Please have a look at this post and let me know if it helps -&amp;nbsp;&lt;A href="http://community.netapp.com/t5/Simulator-Discussions/9-1-and-9-2-simulator-hangs-at-boot-loader-in-virtualbox/td-p/134518" target="_blank"&gt;http://community.netapp.com/t5/Simulator-Discussions/9-1-and-9-2-simulator-hangs-at-boot-loader-in-virtualbox/td-p/134518&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 19 May 2018 00:31:13 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Simulator-Discussions/Install-Simulator-8-3-1/m-p/140377#M2339</guid>
      <dc:creator>AlexDawson</dc:creator>
      <dc:date>2018-05-19T00:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: Install Simulator 8.3.1</title>
      <link>https://community.netapp.com/t5/Simulator-Discussions/Install-Simulator-8-3-1/m-p/140378#M2340</link>
      <description>&lt;P&gt;I experiment with vsim on vbox from time to time.&amp;nbsp; I wrote a function to convert the VMware version to vbox as part of a larger project, which won't work out of context but here's the gist of it.&amp;nbsp; Check these settings against your config and see what is missing.&amp;nbsp; I can see from your screenshot you have the disks in the right order, but are missing 3 nics.&amp;nbsp; I also don't see the serial ports.&amp;nbsp; Some of the other settings aren't apparent from your screenshot.&amp;nbsp; Check the IDE device type, and the settings at the top of this psuedocode.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;
#Make it from scratch
vboxmanage createvm --name "$name" --basefolder "$SIMDIR" --ostype "FreeBSD_64" --register
vboxmanage modifyvm "$name" --ioapic on 
vboxmanage modifyvm "$name" --vram 16
vboxmanage modifyvm "$name" --cpus 2
vboxmanage modifyvm "$name" --memory 6144

#Make 4 nics on the natnetwork
vboxmanage modifyvm "$name" --nic1 natnetwork --nictype1 82545EM --cableconnected1 on
vboxmanage modifyvm "$name" --nic2 natnetwork --nictype2 82545EM --cableconnected2 on
vboxmanage modifyvm "$name" --nic3 natnetwork --nictype3 82545EM --cableconnected3 on
vboxmanage modifyvm "$name" --nic4 natnetwork --nictype4 82545EM --cableconnected4 on

#If these are missing it can get stuck
vboxmanage modifyvm "$name" --uart1 0x3F8 4
vboxmanage modifyvm "$name" --uart2 0x2F8 3

#A blank floppy image keeps disk enumeration as expected
vboxmanage storagectl "$name" --name floppy --add floppy --controller I82078 --portcount 1 
vboxmanage storageattach "$name" --storagectl floppy --device 0 --medium emptydrive

#Connect disks
vboxmanage storagectl "$name" --name IDE    --add ide    --controller PIIX4  --portcount 2
vboxmanage storageattach "$name" --storagectl IDE --port 0 --device 0 --type hdd --medium "$SIMDIR/$name/$_ide00"
vboxmanage storageattach "$name" --storagectl IDE --port 0 --device 1 --type hdd --medium "$SIMDIR/$name/$_ide01"
vboxmanage storageattach "$name" --storagectl IDE --port 1 --device 0 --type hdd --medium "$SIMDIR/$name/$_ide10"
vboxmanage storageattach "$name" --storagectl IDE --port 1 --device 1 --type hdd --medium "$SIMDIR/$name/$_ide11"
&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, disable VMware tools in the loader.&amp;nbsp; It will fail to start anyway, but no reason to let it try.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;setenv bootarg.vm.run_vmtools "false"
&lt;/PRE&gt;</description>
      <pubDate>Sat, 19 May 2018 07:17:48 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Simulator-Discussions/Install-Simulator-8-3-1/m-p/140378#M2340</guid>
      <dc:creator>SeanHatfield</dc:creator>
      <dc:date>2018-05-19T07:17:48Z</dc:date>
    </item>
  </channel>
</rss>

