Extract the SSC600 SW package,
cd <path to SSC600 SW package>
cabextract <SSC600 SW package>
cd virtual_products/
and copy the services and scripts to their proper locations,
chmod +x *.sh
sudo cp *.sh /usr/sbin/
sudo cp *.service /etc/systemd/system
and update the systemd services
sudo systemctl daemon-reload
When starting up the VM, the emulator sets up tasks for the virtual networking layer. These tasks need to be run with real-time scheduler in order to avoid unwanted latencies in the Ethernet frames. This is handled by the provided script qemu.hook (../template/kvm/qemu.hook). This file should be copied to the libvirt hook folder and renamed to qemu. Default location for the hook scripts is /etc/libvirt/hooks/. Make sure that the file has the correct ownership and that it is executable.
sudo mkdir /etc/libvirt/hooks/qemu
chmod +x qemu.hook
sudo cp qemu.hook /etc/libvirt/hooks/qemu
Extract the SSC600 SW disk image and copy it to the libvirt storage location, default is /var/lib/libvirt/images
gunzip ssc600_disk.img.gz
sudo cp ssc600_disk.img
/var/lib/libvirt/images/ssc600_disk.img