Questions tagged [google-compute-engine]

Google Compute Engine offers scalable and flexible virtual machine computing capabilities in the cloud.

Google Compute Engine (GCE) is the Infrastructure as a Service (IaaS) component of Google Cloud Platform which is built on the global infrastructure that runs Google's search engine, Gmail, YouTube and other services. Google Compute Engine enables users to launch virtual machines (VMs) on demand. VMs can be launched from the standard images or custom images created by users. GCE users must authenticate based on OAuth 2.0 before launching the VMs. Google Compute Engine can be accessed via the Developer Console, RESTful API or command-line interface (CLI).

Useful links

1463 questions
0
votes
1 answer

Gcloud compute snapshot of re-created disk is not complete?

I recently recreated a disk / vm image in google compute from a previous set of snapshots. Those snapshots are currently dated and sized as follows: - May 20 60 MB - May 21 372 MB - May 22 255 MB - May 23 118 MB - May 24 93…
GaryA
  • 1
  • 1
0
votes
0 answers

Has any tried empty HA cluster template with Deployment Manager for RHEL 7 for sap provided by Google?

I tried to build empty RHEL cluster on GCP using below google provide Deployment Manager template. The instances get provisioned but cluster never gets configured. Even the Deployment Manager failed to configure the password less authentication…
d.s
  • 110
  • 9
0
votes
1 answer

GCP Network Load Blancing with internal IP Backend-Services

I try to configure an external TCP LB and 3 backend instances which have not any external IPs. I'd like to use only the LB external IP and reach the instances. After terminating the configuration based on the user guide below, I cannot reach the…
0
votes
1 answer

redhat repo is not accessible for RHEL 7.6 for sap and RHEL 7.7 for sap (pay-as-you-go) on GCP

Redhat repo is not accessible for RHEL 7.6 for sap and RHEL 7.7 for sap (pay-as-you-go) on GCP. I can understand 403 error. But this should not happen on pay-as-you-go Instance on GCP. Below is the Output: $ sudo su - [root@instance-1 ~]# yum…
d.s
  • 110
  • 9
0
votes
1 answer

GCE: Instance has no connectivity after being cloned from a working instance

I'm currently trying to "clone" a working Ubuntu 18 instance. Essentially I just want to make multiple instances from a single preconfigured Ubuntu 18.04 instance. The preconfigured Ubuntu instance is using Google's stock Ubuntu 18.04 LTS image and…
0
votes
1 answer

gcloud compute engine - multiple full backups / snapshots / machine images?

On a gcloud debian vm instance, I would like to create full backups and rotate them, e.g. one per day of week one per week one per month one per year That is, each daily would get over-written every seven days, weekly each month, monthly…
GaryA
  • 1
  • 1
0
votes
1 answer

GCE: Ubuntu 18.04 custom image has no connectivity/SSH?

I'm currently struggling to get a custom image of Ubuntu 18.04LTS to work in GCE. I'm using the Ubuntu Desktop version, since installing gdm3 afterwards on Google stock Ubuntu just doesn't seem to deliver the experience my users need (I'll be using…
0
votes
1 answer

My VM instance keep disconnecting with internal IP

I have a VM instance setup as a database (MongoDB) on GG Cloud and it was working fine until recently it just can't be connected with internal IP. Sometime it was able to connect, but for a few moment and then it get disconnected again. I have…
0
votes
1 answer

gcloud-console "You do not have permission to see this card" => cannot open SSH session?

New to gcloud, need to admin a compute engine. I have the following roles: Compute Admin Service Account Admin Organization Admin Yet when I view the dashboard, the Compute Engine card says "You do not have permission to see this card" It…
0
votes
1 answer

I am trying to import a virtual appliance. It concludes with a failure. What might me wrong?

I uploaded an ova file to my bucket. I open the Cloud Shell online terminal. I set region and zone successfully. Then I run the following command to start the import. gcloud compute instances import adv-odi…
0
votes
1 answer

New Deep Learning VM deployment resource-level error

I am getting the error below while trying to deploy a Google Cloud VM Image, using zone europe-west1-b, GPU NVIDIA Tesla K80, and framework PyTorch 1.4 + fast.ai (CUDA 10.0). Both my global and regional quotas are 1, so I don't think it's a quota…
0
votes
1 answer

asia-south1-a - does not have enough resources available to fulfill the request. Try a different zone, or try again later

i am facing this difficulty from last 2 days, and can not start VM. "The zone 'projects/oceanic-trail-******/zones/asia-south1-a' does not have enough resources available to fulfill the request. Try a different zone, or try again later." Can someone…
0
votes
1 answer

"does not have enough resources available to fulfill the request. Try a different zone, or try again later"

I am trying to launch my VM instance ,but I am getting this error : "does not have enough resources available to fulfill the request. Try a different zone, or try again later" .
Megha
  • 1
0
votes
1 answer

Windows Server licensing when exporting VM from Google Cloud

I have a WS 2012 R2 VM running under Google Cloud Platform. It is using a datacenter WS license provided by Google. What are the options to export that VM to an on-premises infrastructure and keep WS running? Do I need a datacenter license or can I…
0
votes
1 answer

Requiere sudo asks password in a ComputeEngine instance providing access with OS Login

I'm running an Ubuntu 20.04 instance in Compute Engine providing SSH access through OS Login. User has set Compute OS Admin Login role and can run commands via sudo without specifying a password. Is there any way to change this? I would like sudo…
rigui
  • 1