View VM cluster information

This page describes how to view information for a VM Cluster using Google Cloud.

After you create a VM Cluster, you can view details about your VM Cluster in the cluster details page in Google Cloud.

To create a cluster, see Create clusters. To modify an existing cluster, see Manage clusters.

Before you begin

View cluster information

Console

  1. Go to the Exadata Database Service page in the Google Cloud console.

    Go to Exadata Database Service

  2. Click Exadata VM Clusters.

  3. In the Exadata VM Clusters section, click the display name of the cluster you want to view information for.

    You're redirected to details page of the cluster.

gcloud

Use the gcloud oracle-database cloud-vm-clusters describe command to view cluster information for your VM Cluster.

gcloud oracle-database cloud-vm-clusters describe CLUSTER_ID
--location=REGION_ID

Replace the following:

  • CLUSTER_ID: the identifier for the cluster that you want to view information for.
  • REGION_ID: the region for the cluster that you want to view information for.

What's next