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
-
Download the CVInstallGCPDrivers.ps1 script from the Commvault Store.
-
From an elevated PowerShell prompt, navigate to the script folder and run the following script to download the drivers:
E.g: .CVInstallGCPDrivers.ps1 "C:CVDrivers" download.\CVInstallGCPDrivers.ps1 "DownloadFolderPath" download
-
Copy the script from step1 and the folder DownloadFolderPath from step2 to the source VM.
-
On the source VM, from an elevated PowerShell prompt, naviage tot he script folder and run the following script to install the drivers:
E.g: .CVInstallGCPDrivers.ps1 "C:CVDrivers" install.\CVInstallGCPDrivers.ps1 "DownloadFolderPath" install