HP VSR1000

Before posting something, READ the changelog, WATCH the videos, howto and provide following:
Your install is: Bare metal, ESXi, what CPU model, RAM, HD, what EVE version you have, output of the uname -a and any other info that might help us faster.

Moderator: mike

Post Reply
masterwin132
Posts: 4
Joined: Fri Oct 12, 2018 1:37 pm

HP VSR1000

Post by masterwin132 » Sat Nov 10, 2018 1:13 pm

Please help me.
How to install HP VSR 1000?
I have downloded:
VSR1000_HPE-CMW710-E0518-X64.ipe
VSR1000_HPE-CMW710-E0518-X64.qco
VSR1000_HPE-CMW710-E0518-X64.iso
VSR1000_HPE-CMW710-E0518-X64.ova
Where to copy this files?
Need I to rename this files?

static
Posts: 1
Joined: Tue Feb 05, 2019 9:01 am

Re: HP VSR1000

Post by static » Tue Feb 05, 2019 9:16 am

From https://www.eve-ng.net/documentation/images-table
Directory and file name
hpvsr-vsr1000 > hda.qcow2

Create the HP VSR directory.
# mkdir /opt/unetlab/addons/qemu/hpvsr-vsr1000

Change directory.
# cd /opt/unetlab/addons/qemu/hpvsr-vsr1000

Copy HPE VSR ISO image to directory using WinSCP or Filezilla.
In my case > VSR1000_HPE-CMW710-E0321P01-X64.iso

Create virtual disk to install the appliance on.
/opt/unetlab/addons/qemu/hpvsr-vsr1000# sudo /usr/bin/qemu-img create -f qcow2 hda.qcow2 8G
Formatting 'hda.qcow2', fmt=qcow2 size=8589934592 encryption=off cluster_size=65536 lazy_refcounts=off refcount_bits=16

Confirm you have everything
/opt/unetlab/addons/qemu/hpvsr-vsr1000# ls -lah

total 274M
drwxr-xr-x 2 root root 4.0K Feb 5 10:05 .
drwxr-xr-x 5 root root 4.0K Feb 4 11:42 ..
-rw-r--r-- 1 root root 193K Feb 5 10:05 hda.qcow2
-rw-r--r-- 1 root root 274M Dec 5 2015 VSR1000_HPE-CMW710-E0321P01-X64.iso

Fireup qemu using the hda and iso with 2 gig of ram.
/opt/unetlab/addons/qemu/hpvsr-vsr1000# /usr/bin/qemu-system-x86_64 -vnc :1 -enable-kvm hda.qcow2 -cdrom VSR1000_HPE-CMW710-E0321P01-X64.iso -m 2G

Now you need to connect to the vsr1000 appliance via vnc x.x.x.x:5901 (no encryption) where x.x.x.x is the ip of ur eve-ng server.
Follow the prompts and install the OS.
Finish the install > Reboot.

Ctrl C and kill the qemu session.
^C qemu-system-x86_64: terminating on signal 2

Fix Permissions.
/opt/unetlab/addons/qemu/hpvsr-vsr1000# /opt/unetlab/wrappers/unl_wrapper -a fixpermissions

Done.

Ahh remember to clean out VSR1000_HPE-CMW710-E0321P01-X64.iso file...
/opt/unetlab/addons/qemu/hpvsr-vsr1000# rm VSR1000_HPE-CMW710-E0321P01-X64.iso

Now ur done.

Post Reply