akshayfromcomhard commented on issue #10284:
URL: https://github.com/apache/cloudstack/issues/10284#issuecomment-2629110907

   Are these the steps? -
   
   Steps for Manual OVA Migration Process
   Step 1: Export the VM to OVA from vCenter/ESXi
   Use the vSphere Client to export the VM as an OVA.
   Right-click on the VM → Template → Export OVF Template.
   Save the exported .ova file on your local machine or a network location.
   Step 2: Copy the OVA to the KVM Host
   Use the scp (secure copy) command to transfer the exported OVA to your KVM 
server.
   
   Example Command:
   
   scp /path/to/your-vm.ova user@kvm-host:/path/to/destination/
   
   Replace /path/to/your-vm.ova with the actual OVA file path on your local 
system.
   Replace user@kvm-host:/path/to/destination/ with your KVM server's username, 
IP, and destination path.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to