- Enter the following command to navigate to the folder on your local computer where you saved HS222_release-number.iso.zip:
cd $(find / -name "HS222_release-number.iso.zip" | xargs dirname )
- Enter the following command to copy and send the file to the /var/iso folder on your KVM host:
scp HS222_release-number.iso.zip Username@Front-End-Node- IPAddress:/var/iso For example: scp HS222_8.0.0.824.iso.zip root@192.168.210.16:/var/iso
- SSH into your KVM host.
- From your KVM host, enter the following command to navigate to the folder with the saved .iso file:
cd /var/iso
- Enter the following command to unzip the file:
unzip HS222_release-number.iso.zip