Using a Script to Prepare VMs for Conversion to Google Cloud Platform

You can use a PowerShell script to automatically prepare VMs for conversion to Google Cloud Platform (GCP). This script installs GCP drivers on Windows virtual machines.

Before You Begin

  • Ensure that the Windows VM has PowerShell installed, and that you have administrator privileges.

Procedure

  1. Download the CVInstallGCPDrivers.ps1 script from the Commvault Store.

  2. From an elevated PowerShell prompt, navigate to the script folder and run the following script to download the drivers:

    .\CVInstallGCPDrivers.ps1 "DownloadFolderPath" download
    E.g: .CVInstallGCPDrivers.ps1 "C:CVDrivers" download

  3. Copy the script from step1 and the folder DownloadFolderPath from step2 to the source VM.

  4. On the source VM, from an elevated PowerShell prompt, naviage tot he script folder and run the following script to install the drivers:

    .\CVInstallGCPDrivers.ps1 "DownloadFolderPath" install 
    E.g: .CVInstallGCPDrivers.ps1 "C:CVDrivers" install

Loading...