From 8621df83400774ee7956a0e20cc4c82062e9c0e1 Mon Sep 17 00:00:00 2001 From: Bill Thorp Date: Wed, 24 Apr 2024 12:09:45 -0400 Subject: [PATCH] Commmvault (#360) * Added Commvault v0 * small fixes * added images * fixed title --- app/dcs/third-party-tools/commvault/page.md | 96 +++++++++++++++++++++ 1 file changed, 96 insertions(+) create mode 100644 app/dcs/third-party-tools/commvault/page.md diff --git a/app/dcs/third-party-tools/commvault/page.md b/app/dcs/third-party-tools/commvault/page.md new file mode 100644 index 000000000..ab3d09458 --- /dev/null +++ b/app/dcs/third-party-tools/commvault/page.md @@ -0,0 +1,96 @@ +--- +title: Commvault +docId: zohpei7doongeiNg9caiy +tags: + - backup +metadata: + title: Guide for Commvault Integration + description: + A guide on how to download, setup, and use the free, open-source Cyberduck + file manager to integrate and transfer files easily with Storj. +--- + +## Integration + +To integrate Storj with Commvault, you will need to create S3 credentials in Storj and add them within Commvault. + +### Requirements + +- An active Storj account +- A bucket for use with Commvault in your Storj instance +- An active Commvault account +- Commvault MediaAgent installed and connected to CommCell server or Metallic.io + + +Download a [free trial](https://www.commvault.com/free-trial-form) of Commvault or [sign up for a Demo](https://www.commvault.com/request-demo). + +Trial users using Metallic.io may obtain a MediaAgent by performing a File Server installation. + +--- + +### Create an Account + +To begin, you will need to create a Storj account. + +Navigate to  to sign up, or log in if you already have an account. + +### Create a Bucket + +Once you have your Storj account you can create a bucket for your data to be stored in. + +{% partial file="create-bucket.md" /%} + +### Generate S3 credentials + +{% partial file="s3-credentials.md" /%} + +--- + +## Connecting Commvault to Storj + +### Cloud Credentials Configuration + +1. Log in to the Commvault Command Center or Metallic.io web console + +1. From the navigation pane on the left, click _Manage_ then _Security_ + +1. On the _Security_ page, click _Credential Vault_, then click _Add_ + +1. On the resulting _Add credential_ page configure the following fields: + * _Account type_ : "Cloud Account" + * _Vendor type_ : "S3 Compatible Storage" + * _Credential name_ : Any name you choose + * _Access key ID_ : The Access Key ID you generated in Storj + * _Secret access key_ : The Secret Access Key you generated in Storj + * _Description_ : Any description you choose + +1. Click _Save_ + +![](https://link.storjshare.io/raw/jua7rls6hkx5556qfcmhrqed2tfa/docs/images/Commvault%20add%20credential.png) + + +### Cloud Storage Configuration + +1. From the navigation pane on the left, click _Storage_ then _Cloud_ + +1. On the Cloud Storage page, in the upper right, click _Add_ + +1. On the resulting _Add cloud storage_ page configure the following fields: + * _Type_ : "S3 Compatible Storage" + * _Name_ : Any name you choose + * _MediaAgent_ : The MediaAgent you wish to use for this storage + * _Service host_ : "gateway.storjshare.io" + * _Credentials_ : Select the credentials you created in the previous section + * _Bucket_ : The name of the bucket you created in Storj + * _Use deduplication_: Unselect or configure as desired + +1. Click _Save_ + +![](https://link.storjshare.io/raw/jua7rls6hkx5556qfcmhrqed2tfa/docs/images/Commvault%20add%20cloud%20storage.png) + + +### Backup Configuration + +1. Storj should now be available as a storage target for your Commvault backups. + +![](https://link.storjshare.io/raw/jua7rls6hkx5556qfcmhrqed2tfa/docs/images/Commvault%20storage%20location.png) \ No newline at end of file