Connect iSCSI clients

This page provides instructions about how to connect iSCSI clients.

Use the following instructions to attach NetApp Volumes to iSCSI clients using the Google Cloud console or Google Cloud CLI.

Console

  1. Go to the NetApp Volumes page in the Google Cloud console.

    Go to NetApp Volumes

  2. Click Volumes.

  3. Click Show more icon on the volume.

  4. Click Mount instructions.

  5. Follow the mount instructions shown in the Google Cloud console.

  6. Click Finish.

gcloud

Connect iSCSI clients:

gcloudbetanetappvolumesdescribeVOLUME_NAME\
--project=PROJECT_ID\
--location=LOCATION\
--format="value(mountOptions.instructions)"

Replace the following information:

  • VOLUME_NAME: the name of the volume.

  • PROJECT_ID: the name of the project the volume is in.

  • LOCATION: the location of the volume.

What's next

Protect your data.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月06日 UTC.