Moving an Existing Mount Path to a New Cloud Storage Vendor

Existing cloud storage mount paths can be moved to a new cloud storage vendor.

Before You Begin

Migrate the existing data to the new storage vendor using third-party tools or cloud vendor tools to migrate data.

Procedure

  1. Login to the CommServe computer and create a deviceconversion.txt file on any available drive . For example, C:\.

  2. Find the Device ID associated with the cloud storage library.

    You can obtain the Device IDs from Expert Storage Configuration dialog box. Expand the source cloud library, to view the devices as shown in the following sample image:

    Migrating Data From Amazon Glacier Library to Amazon S3 Library (1)

    Note down the of Device ID numbers. (2297 in the sample image.)

  3. Add the Device IDs in the deviceconversion.txt file.

    • If you have only one device, type the number associated with the device in the file. For example:

      2297
    • If you have multiple devices, enter each Device ID in each row: For example:

      2297
      2298
      2300
    • Save the file.

  4. Modify the name of the cloud storage vendor using the UpdateDeviceTypeForDevice Qscript.

    Note

    To obtain the UpdateDeviceTypeForDevice Qscript, along with an Authentication Code to run the script, open a ticket on the Maintenance Advantage Customer Support Portal.

  5. Open the command prompt and navigate to the <software installation path>\Base> folder.

  6. Execute the UpdateDeviceTypeForDevice QScript, received from Commvault Customer Support, using the following command:

    Syntax

    qscript -f UpdateDeviceTypeForDevice.sqle -i "InputFilePath" New_DeviceID AuthCode

    Where:

    New_DeviceID is the storage ID for the new vendor provided by Commvault Customer Support.

    AuthCode is the authorization code provided by Commvault Customer Support to run the script.

    qscript -f UpdateDeviceTypeForDevice.sqle -i c:\deviceconversion.txt 2 AUTH_Code

    Example

    For example, to move data to Amazon S3, use the following options:

    qscript -f UpdateDeviceTypeForDevice.sqle -i c:\deviceconversion.txt 2 <authorization code>

  7. Once the Qscript is successfully run, add the appropriate credentials for the library, using the following steps:

    1. From the CommCell Browser, navigate to Storage Resources | Libraries | <Cloud Storage Library>.

    2. Right click the migrated mount path and then click Share Mount Path.

    3. From the Sharing tab, highlight the Device Controller MediaAgent and then click the Edit button.

    4. Specify the appropriate credentials and other applicable details associated with the new cloud storage vendor.

    5. Click OK twice to save the information.

Loading...