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
Enable the Oracle Database@Google Cloud API for the project.
Confirm that you have the required roles necessary to view cluster information:
cloudVmClusterViewer
.For more information on how to assign roles, see Apply IAM roles.
View cluster information
Console
Go to the Exadata Database Service page in the Google Cloud console.
Click Exadata VM Clusters.
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
- Learn how to create or delete a cluster.
- Configure Identity and Access Management roles for an instance.
- Use monitoring metrics to monitor your instances.