Text | Scope of this testcase is to install an iSCSI server on KVM
Prerequisites:
- Make sure that your processor supports hardware virtualization running in terminal:
egrep "flags.*:.*(svm|vmx)" /proc/cpuinfo
If it prints anything the processor is suitable to use KVM
- sudo apt-get install qemu-kvm virt-manager
- Open Virtual Manager and connect to localhost. We will be using the default network for the first part of the environment set up, which allows DHCP and forwarding, as we will need Internet connection

|