Error message when starting virtual machine through ISO #10573
problemUnable to orchestrate the start of VM instance {"instanceName":"i-2-15-VM","uuid":"f0824508-98b7-4722-96cd-88d9172dee64"}. versions4.20 The steps to reproduce the bug
... What to do about it?No response |
Replies: 7 comments 17 replies
|
Thanks for opening your first issue here! Be sure to follow the issue template! |
|
@weizhouapache I think it's a problem with the image. When registering for ISO, simply download without checking the box and it will work fine. Skipping auxiliary storage may cause issues. |
@huliangshan
|
|
@weizhouapache Yes, because if the option to download directly is not selected, it will download the complete file to the auxiliary storage. If the option to download directly is selected, it seems that the download was not successful, which caused the failure |
when you register direct-download ISO with a https URL, you need to upload the certificate You can try ISO with http URL (not https), then certificate is not required. |
when you register direct-download ISO with a https URL, you need to upload the certificate
Please refer to the APIs
https://cloudstack.apache.org/api/apidocs-4.20/apis/uploadTemplateDirectDownloadCertificate.html
https://cloudstack.apache.org/api/apidocs-4.20/apis/provisionTemplateDirectDownloadCertificate.html
You can try ISO with http URL (not https), then certificate is not required.