
Before you begin
- Labs create a Google Cloud project and resources for a fixed time
- Labs have a time limit and no pause feature. If you end the lab, you'll have to restart from the beginning.
- On the top left of your screen, click Start lab to begin
Assign roles to service account
/ 10
Set up Service Accounts
/ 20
Set up a new ONTAP Storage Environment
/ 30
Access the Volume
/ 40
This lab was developed with our partner, NetApp. Your personal information may be shared with NetApp, the lab sponsor, if you have opted-in to receive product updates, announcements, and offers in your Account Profile.
In this lab, you will learn about NetApp BlueXP and how to deploy NetApp Cloud Volumes ONTAP for Google Cloud on top of Compute Engine, Persistent Disk, and Cloud Storage. You will get an initial practical experience in setting up Cloud Volumes ONTAP and use it as an NFS storage for your applications.
This lab is derived from the BlueXP’s documentation published by NetApp.
In this lab, you will learn how to:
Read these instructions. Labs are timed and you cannot pause them. The timer, which starts when you click Start Lab, shows how long Google Cloud resources are made available to you.
This hands-on lab lets you do the lab activities in a real cloud environment, not in a simulation or demo environment. It does so by giving you new, temporary credentials you use to sign in and access Google Cloud for the duration of the lab.
To complete this lab, you need:
Click the Start Lab button. If you need to pay for the lab, a dialog opens for you to select your payment method. On the left is the Lab Details pane with the following:
Click Open Google Cloud console (or right-click and select Open Link in Incognito Window if you are running the Chrome browser).
The lab spins up resources, and then opens another tab that shows the Sign in page.
Tip: Arrange the tabs in separate windows, side-by-side.
If necessary, copy the Username below and paste it into the Sign in dialog.
You can also find the Username in the Lab Details pane.
Click Next.
Copy the Password below and paste it into the Welcome dialog.
You can also find the Password in the Lab Details pane.
Click Next.
Click through the subsequent pages:
After a few moments, the Google Cloud console opens in this tab.
Cloud Shell is a virtual machine that is loaded with development tools. It offers a persistent 5GB home directory and runs on the Google Cloud. Cloud Shell provides command-line access to your Google Cloud resources.
Click Activate Cloud Shell at the top of the Google Cloud console.
Click through the following windows:
When you are connected, you are already authenticated, and the project is set to your Project_ID,
gcloud
is the command-line tool for Google Cloud. It comes pre-installed on Cloud Shell and supports tab-completion.
Output:
Output:
gcloud
, in Google Cloud, refer to the gcloud CLI overview guide.
netapp-cloud-manager
service account:Click Check my progress to verify that you've performed the above task.
netapp-cvo
service account and assign it the relevant roles:Click Check my progress to verify that you've performed the above task.
In this section, you will log in to NetApp BlueXP, NetApp’s data lifecycle management platform, and create a new Cloud Volumes ONTAP storage environment on Google Cloud infrastructure.
From the Navigation Menu, go to Compute Engine > VM instances. You should see the cloudmanager
VM already deployed for you.
Click the External IP to connect to the VM in a new window. Use http://<IP Address>/
cloudmanager
VM and scroll down, you can find the external IP under Network interfaces.Once you are on the BlueXP SaaS setup page, you can set up your NetApp Account.
user
. Click Let's Start. Click on Lets go to BlueXP.Welcome to NetApp BlueXP
, click Continue.Before you add a working environment, navigate to the gear icon on the top-right of the page then click Connector Settings.
For Automatic Cloud Volumes ONTAP update during deployment, click the box and then uncheck the Automatically update Cloud Volumes ONTAP
box to turn the updates off.
Click Save. Your configuration settings should resemble the following:
Choose a Location: select Google Cloud Platform.
Choose Type: For Cloud Volumes ONTAP, click on Add New.
Specify a cluster name, optionally add labels, and then specify a new password for the default admin account.
Click Continue.
netapp-cvo
has been pre-created for you with the Storage Admin role.
For Data Sense & Compliance, leave the default configuration and click Continue.
Location & Connectivity: For the Google Cloud Region and Google Cloud Zone, use us-central1
and us-central1-a
, respectively. For VPC, select the value from the dropdown. For the Subnet, and Firewall Policy, leave as default. Select the checkbox to confirm network connectivity to Google Cloud storage for data tiering, and click Continue.
Cloud Volumes ONTAP Charging Methods & NSS Account: Select Freemium (Up to 500 GiB) and click on Continue.
Preconfigured Packages: click Change Configuration.
On the Licensing section, first click Change version and select ONTAP-9.7P5 version
from the drop down.
Click Apply. Next, from the Machine Type dropdown list select n1-highmem-4
.
Click Continue.
Underlying Storage Resources: Choose Standard
and for the GCP Disk Size select 100 GB
. Click Continue.
WORM (write once, read many): keep the settings as default and click Continue.
Create Volume: Skip this as you will create a volume and access it in the next sections.
Review & Approve: Review and confirm your selections:
Great! You’re done. Now, sit back while BlueXP deploys your Cloud Volumes ONTAP system on top of Google Cloud resources (Compute Engine and Persistent Disks + Cloud Storage). This should take around ten minutes to complete. In the meantime, you can check out the NetApp documentation for Cloud Volumes ONTAP for Google Cloud.
Click Check my progress to verify that you've performed the above task.
In this section, you will learn how to create a Cloud Volumes ONTAP volume, choose the access protocol to be used, and enable storage efficiencies and cold data tiering.
After your Cloud Volumes ONTAP system is deployed, on the Working Environments page, double click the new Working Environment added to enter the Volumes page.
Navigate to the Volumes page on the top, right side and, click on Add Volume.
Edit the Volume Details, Protection & Tags, Protocol section with the following information:
data1
10
(size set in GiB)default
, and click Next.NFS
as protocolCustom export policy
, and click Next
Standard
, then click Next.default
settings.data1
volume.Great! You have just created your first Cloud Volumes ONTAP volume to store your applications data optimized for capacity and cost, leveraging NetApp’s data footprint reduction technologies (thin provisioning, deduplication and compression) with intelligent data management - frequently accessed (hot) data remains on SSD-backed PD while infrequently accessed (cold) data is seamlessly moved to Cloud Storage.
In this section, you will access the Cloud Volumes ONTAP volume created in Section 2 from a Linux VM using the NFS protocol.
Go back to the Cloud Console.
Run the following commands in Cloud Shell to reset your PROJECT_ID
environment variable and create a new linux-vm
instance:
After the VM has been deployed, navigate back to the NetApp BlueXP page and refresh the page.
On the Volumes page, locate the data1
volume and click on Manage volume.
From the list of operations revealed, click on Mount Command, and then click on Copy to copy the command to your clipboard.
Back in the Cloud Console, from the Navigation Menu, navigate to Compute Engine > VM instances
On the VM instances page, locate the linux-vm
instance and connect to it by clicking on SSH.
In the linux VM SSH window, create a local directory under /mnt
named data1
that would serve as a mount point:
nfs-common
:<dest_dir>
with the /mnt/data1
directory created. Press Enter to mount Cloud Volumes ONTAP volume using NFS:You should see the data1
volume mounted on /mnt/data
.
Great! You have just mounted the volume created in the previous section, and it’s ready to be accessed by your applications that use NFS.
Click Check my progress to verify that you've performed the above task.
In this lab, you got your first NetApp Cloud solutions skills by using BlueXP to deploy Cloud Volume ONTAP for Google Cloud on top of Google Cloud infrastructure. You have also learned how to create volumes that serve as data containers, and provide your applications with an optimized NFS storage.
Be sure to check out the following to receive more hands-on practice with NetApp:
...helps you make the most of Google Cloud technologies. Our classes include technical skills and best practices to help you get up to speed quickly and continue your learning journey. We offer fundamental to advanced level training, with on-demand, live, and virtual options to suit your busy schedule. Certifications help you validate and prove your skill and expertise in Google Cloud technologies.
Manual Last Updated April 28, 2023
Lab Last Tested April 28, 2023
Copyright 2025 Google LLC. All rights reserved. Google and the Google logo are trademarks of Google LLC. All other company and product names may be trademarks of the respective companies with which they are associated.
This content is not currently available
We will notify you via email when it becomes available
Great!
We will contact you via email if it becomes available
One lab at a time
Confirm to end all existing labs and start this one