Score:0

Importing OVA file Issue

us flag

I have an ova file that I need to import as a VM instance in Google Cloud Computer Engine.

The OS of the ova file is not known and so it produces an error when importing.

I want to know if there is a workaround solution to this problem.

Many thanks.

Score:0
ph flag

I'd recommend using the gcloud command tool and specifying the operating system manually. Please see the documentation from Google below and an example command on this. You can either do this utilizing the cloud shell provided from the console, or by downloading the google cloud SDK and authenticating it with your account. Make sure you have adequate permissions to upload the OVA file to your storage bucket, and to create Compute engine resources. "Compute engine admin" and "Storage object admin" would be way more than you need.

gcloud compute instances import my-instance --os=ubuntu-1604 --source-uri=gs://my-bucket/Ubuntu.ova

https://cloud.google.com/compute/docs/import/import-ovf-files#import_ova_file

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.