Copying the .iso file and sending the Zip file to the KVM host

Deploying an HCP VM System on KVM

Version
9.6.x
Audience
anonymous
Part Number
MK-94HCP009-07
  1. 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 )
  2. 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
  3. SSH into your KVM host.
  4. From your KVM host, enter the following command to navigate to the folder with the saved .iso file:
    cd /var/iso
  5. Enter the following command to unzip the file:
    unzip HS222_release-number.iso.zip