Prerequisites for Oracle Database deployment using NetApp Volumes

This document describes the prerequisites for deploying Oracle Database using Google Cloud NetApp Volumes.

Make sure that the following prerequisites are complete before creating a deployment:

  • Oracle Linux 10 running on all three Compute Engine instances.
  • Enable the NetApp Volumes API. Run the following Google Cloud CLI command:

    gcloud services enable netapp.googleapis.com
    
  • Synchronize the time on all three VMs. Run the following commands:

    chronyc tracking
    timedatectl
  • Configure networking for NetApp Volumes. Create a VPC network and a subnet with private services access.

  • Grant the required Identity and Access Management (IAM) roles and permissions.

    Task Required access
    Create Compute Engine VMs Compute Instance Admin

    roles/compute.instanceAdmin

    Virtual Private Cloud (VPC) and firewall policies Network administrator or policy administrator
    Create NetApp Volumes storage pools and volumes NetApp Volumes Admin

    roles/netapp.admin

    Configure private services access Network administrator in host project
    SSH using Identity-Aware Proxy (IAP) IAP-secured tunnel user and OS login (if used)

What's next