Deploying an Access Node on Google Cloud

Create an access node on Google Cloud before you configure Google Cloud VM protection if you use your own infrastructure.

Requirements

  • You must have permission to create virtual machines in the target Google Cloud project.

  • Have the following Google Cloud information available:

    • Project ID

    • Zone

    • VPC network

    • Subnet

  • If you're using Commvault software, have the CommServe host name and CommServe name available.

  • If you're using Commvault Cloud, have the installation authcode available for manual deployments.

Add Access Node

  1. From the Command Center navigation pane, go to Manage > Infrastructure.

  2. Click the Access nodes tile.

  3. In the upper-right area of the page, click Add.

  4. From the Vendor list, select Google Cloud.

  5. From the Deployment type list, select any of the following:

    Vendor native deployment
    1. From the Platform list, select the operating system.

    2. For Instance Name, enter the name of the access node.

    3. For Project ID, specify the Google Cloud project where the access node will be created.

      For a list of projects, you can copy and paste the following command in the Cloud Shell: gcloud projects list.

    4. For Zone, enter the zone in which the access node will be created.

      For a list of zones, you can copy and paste the following command in the Cloud Shell: gcloud compute zones list.

    5. For Subnet URL, provide the subnet URL details of the VM.

      For a list subnet details, you can copy and paste the following command in the Cloud Shell: gcloud compute networks subnets list.

    6. For VPC Network, provide the VPC network details of the VM.

      For a list network details, you can copy and paste the following command in the Cloud Shell: gcloud compute networks subnets list.

    7. To assign an external IP address to the VM, enable External IP. Google Cloud will automatically assign an ephemeral external IP address to the VM.

    8. To use a specific IP address, enable Use reserved static IP address and enter the static IP you want to use.

    9. For CommServe name, enter the name of the CommServe.

    10. For CommServe hostname, enter the hostname of the CommServe.

      Note

      The CommServe name and CommServe hostname fields are only visible at the tenant level.

    11. If the CommServe is behind a firewall, enable Is CommServe behind a firewall? and enter the network proxy details:

      • Proxy host name: Enter the hostname of the proxy server used to connect to the CommServe.

      • Proxy client name: Enter the proxy name that the client will use to connect to the CommServe.

      • Proxy port: Enter the port number of the proxy that connects to the CommServe.

    12. Once all configuration details for the VM are provided, log in to Google Cloud Shell and run the following commands:

      • Deploy the access node using terraform configuration:

        Copy the VM configuration details from the window and run the script in the Cloud Shell to automatically deploy and configure the access node.

      • After deploying the access node, execute below command to cleanup the metadata used for CommServe registration:

        Run the this command in the Cloud Shell to clean up the metadata used during the CommServe registration process.

    13. Click Close.

    Manual deployment
    1. Based on the OS type, download the access node packages and perform an interactive installation.

    2. Copy the provided Auth code, as it will be required during the installation.

×

Loading...