Stop the virtual machine of this product if it is running.
Log in to the console of this product using the administrator account to stop the virtual machine with the following command.
# csgadm power stop
Log in to the KVM host.
Delete the qcow2 image created in step 3 of "D.1.2 Creating Snapshots in KVM Environments."
The following example shows how to delete the system area qcow2 image (CSG_v110_kvm_tmp.qcow2) and the cache area qcow2 image (CSG_v110_cache_tmp.qcow2).
# cd /var/lib/libvirt/images # rm CSG_v110_kvm_tmp.qcow2 # rm CSG_v110_cache_tmp.qcow2
Perform step 3 of "D.1.2 Creating Snapshots in KVM Environments" to create a new qcow2 image.