Dell OS10 virtualization images

Here you can ask EVE-NG team to add new images to the list to play in lab.

Do not ask questions like "where I can get image x or Y" in that forum

Moderator: mike

lboue
Posts: 7
Joined: Fri Dec 22, 2017 10:08 am

Dell OS10 virtualization images

Post by lboue » Tue Sep 11, 2018 11:48 am

Hello,

I added support Dell OS10 Virtualization images on my local EVE-NG lab.
So do you have a Git repo where I could create a pull request to publish changes?

Regards,
Ludovic

vandee2000
Posts: 25
Joined: Thu Mar 30, 2017 2:52 pm
Location: California

Re: Dell OS10 virtualization images

Post by vandee2000 » Wed Sep 12, 2018 1:19 am

Wow so did you get them working on EVE? If so can you please publish a quick how to?

lboue
Posts: 7
Joined: Fri Dec 22, 2017 10:08 am

Re: Dell OS10 virtualization images

Post by lboue » Wed Sep 12, 2018 7:02 am

Hello,

Here is the OS10 tutorial:

1) Download the GNS3 Appliance zip archive here: https://www.force10networks.com/CSPorta ... ation.aspx

2) Extract the files

Code: Select all

$ cd /tmp
$ unzip  OS10_Virtualization_10.4.1.0V.zip 
3) Move it to the qemu 'dellos10' new dir

Code: Select all

$ sudo mkdir /opt/unetlab/addons/qemu/dellos10-10.4.1.0
$ sudo mv OS10-Installer-10.4.1.0.qcow2 /opt/unetlab/addons/qemu/dellos10-10.4.1.0
$ sudo mv /tmp/OS10-Disk-1.0.0.vmdk /opt/unetlab/addons/qemu/dellos10-10.4.1.0/
4) Rename image files

Code: Select all

$ cd /opt/unetlab/addons/qemu/dellos10-10.4.1.0
$ sudo cp OS10-Installer-10.4.1.0.qcow2 virtiob.qcow2
$ sudo cp OS10-Disk-1.0.0.vmdk sataa.qcow2

5) List files

Code: Select all

$/opt/unetlab/addons/qemu/dellos10-10.4.1.0$ ls  -l
total 928128
-rw-rw-r-- 1 user user  22937600 sept. 10 10:26 OS10-Disk-1.0.0.vmdk
-rw-rw-r-- 1 user user 452263936 sept. 10 09:41 OS10-Installer-10.4.1.0.qcow2
-rw-r--r-- 1 root root  22937600 sept. 10 13:57 sataa.qcow2
-rw-r--r-- 1 root root 452263936 sept. 10 13:56 virtiob.qcow2
We will use hda (sataa.qcow2) and hdb (virtiob.qcow2) to boot the OS10 device.

Regards,
Ludovic

rajeshpillai
Posts: 1
Joined: Fri Dec 15, 2017 2:24 pm

Re: Dell OS10 virtualization images

Post by rajeshpillai » Wed Sep 12, 2018 9:09 pm

Successfully followed all steps, however can't get Dell OS10 as a drop down in the "Node dropbox".
Am I missing something ?

vandee2000
Posts: 25
Joined: Thu Mar 30, 2017 2:52 pm
Location: California

Re: Dell OS10 virtualization images

Post by vandee2000 » Wed Sep 12, 2018 10:20 pm

Thank you for the tutorial. I will check this out tonight!

nbctcp
Posts: 41
Joined: Tue Apr 04, 2017 7:36 am

Re: Dell OS10 virtualization images

Post by nbctcp » Wed Aug 21, 2019 8:25 pm

either
you follow above steps and create a new dellftos template
or
using existing linux template
# mkdir /opt/unetlab/addons/qemu/linux-dellos10-10.4.1.0
scp OS10_Virtualization_10.4.1.0V.zip into /opt/unetlab/addons/qemu/linux-dellos10-10.4.1.0
# cd /opt/unetlab/addons/qemu/linux-dellos10-10.4.1.0
# unzip OS10_Virtualization_10.4.1.0V.zip
# mv OS10-Installer-10.4.1.0.qcow2 virtiob.qcow2
# mv OS10-Disk-1.0.0.vmdk sataa.qcow2
# /opt/unetlab/wrappers/unl_wrapper -a fixpermissions
rajeshpillai wrote:
Wed Sep 12, 2018 9:09 pm
Successfully followed all steps, however can't get Dell OS10 as a drop down in the "Node dropbox".
Am I missing something ?

nbctcp
Posts: 41
Joined: Tue Apr 04, 2017 7:36 am

Re: Dell OS10 virtualization images

Post by nbctcp » Tue Nov 19, 2019 6:37 pm

choose linux under node drop menu

ramons
Posts: 1
Joined: Tue Mar 17, 2020 9:17 am

Re: Dell OS10 virtualization images

Post by ramons » Thu Mar 19, 2020 12:49 pm

The new Dell OS10 10.5.x.x is not working
EXt2-fs (vda1) error couldn't mount because of usuported future

Can you please help

mhanna885
Posts: 2
Joined: Mon Jun 22, 2020 3:17 pm

Re: Dell OS10 virtualization images

Post by mhanna885 » Mon Jun 22, 2020 3:57 pm

Trying to get this working in

EVE-NG version: 2.0.3-110
QEMU version: 2.4.0

Using the steps outlined I copied and renamed the files and when I boot the node it says

EXT3-fs (vda1): error: couldn't mount because of unsupported optional features (240)
EXT2-fs (vda1): error: couldn't mount because of unsupported optional features (240)

And then it just hangs.

Any tips? Is there a better template file I can add rather than using the Linux template?

After waiting more patiently the switch eventually booted I am guessing it was the install running. It just does not provide any notice of what it is doing.

mhanna885
Posts: 2
Joined: Mon Jun 22, 2020 3:17 pm

Re: Dell OS10 virtualization images

Post by mhanna885 » Mon Jun 22, 2020 5:05 pm

Another question. When I added the node I specified 15 interfaces however when the switch boots it has 32 interfaces with only the first 14 showing up.

Is this qcow2 images hardcoded with a certain number of interfaces?

Also Trying to add more than one copy of this to a lab and the second one is failing to install the OS.

Anyone document all of the quirks with these images?

I answered part of my own question again. The Image loads as an S6000 which has 32x40 gig ports.

Post Reply