Question

created s3 cloud library , now I need to share the mount path to another MA agent using workflow

  • 21 March 2024
  • 2 replies
  • 27 views

Badge +3
  1. I have created s3 cloud library , now I need to share the mount path to another MA agent.

https://documentation.commvault.com/2022e/expert/adding_new_mediaagent_to_cloud_storage_device.html

By Using Device ID

https://documentation.commvault.com/2023e/expert/files/products/media_agent/xml/ShareMountpath.xml

You can use the device ID to share a mount path with one or more MediaAgents

 

Here I can see sharing mount path using device IDs, I need the same using names, not IDs

 

I can see xml parameter for Disklibrary , need xml file for cloud lbrary – mount path sharing.


2 replies

Badge +3

Hi Neeraj,

I would like you to refer to the below documents,

 

https://documentation.commvault.com/2023e/expert/adding_new_mediaagent_to_cloud_storage_device.html

https://documentation.commvault.com/2023e/expert/cloud_libraries_vendor_specific_xml_parameters.html

 

Below are the available attributes.

 

Attribute

Description

mediaAgentName

The name of the MediaAgent.

libraryName

The name of the new cloud library.

credentialName

The name of the credential that you created using the Credential Manager. If you enter the credential name, then:

  • Update the loginName parameter in the format of "<vendorURL>//__CVCRED__". For example, "s3.amazonaws.com//__CVCRED__".

  • Update a dummy value for the password parameter.

Badge +4

Hello @Neeraj 

 

please check below steps.

https://documentation.commvault.com/2022e/expert/adding_new_mediaagent_to_cloud_storage_device.html

By Using Device Name

You can use the device name to add a mount path to a cloud storage library.

Complete the following steps:

  1. Download the add_cloud_mp_device_name.xml file and save it on the computer where the command is run.

  2. Open the XML file.

  3. Change the XML parameters.

    Attribute

    Description

    deviceName

    The name of the cloud device that you want to use to configure.

    libraryName

    The name of the new cloud library.

    mediaAgentName

    The name of the MediaAgent.

    Example: Use this example XML file to add a mount path to a cloud library with name "Library1", device name "Device1" and MediaAgent name "MA1".

  4. Run the following command from the <software installation directory>\Base folder.

    qoperation execute –af add_cloud_mp_device_name.xml

Reply