Download the WebLM KVM image from PLDS to your computer.
Log in to the ASP R6.0.x CLI with custadm credentials.
Run the following command to ensure that the staging folder exists: /var/lib/libvirt/staging.
ADDITIONAL INFORMATION:
sudo ls -ld /var/lib/libvirt/staging
Remove older images from the staging folder.
Ensure sufficient space is available in the staging folder to copy the KVM image.
Optional: If the staging folder does not exist, create it using the following commands:
ADDITIONAL INFORMATION:
sudo mkdir /var/lib/libvirt/staging
sudo chown custadm:wheel /var/lib/libvirt/staging
STEP RESULT:
The chown command now allows custadm to write into the staging directory with sudo. The permissions should look as follows:drwxr-x---. 2 custadm wheel 6 Oct 23 14:32 /var/lib/libvirt/staging