--- title: "Dell ClarityNow (DataIQ) With Wasabi" slug: "how-do-i-use-dells-claritynow-dataiq-with-wasabi" status: "update" updated: 2026-09-11T18:45:22Z published: 2026-09-11T18:45:22Z canonical: "docs.wasabi.com/how-do-i-use-dells-claritynow-dataiq-with-wasabi" --- > ## Documentation Index > Fetch the complete documentation index at: https://docs.wasabi.com/llms.txt > Use this file to discover all available pages before exploring further. # Dell ClarityNow (DataIQ) With Wasabi [Dell's ClarityNow](https://www.dell.com/support/kbdoc/en-us/000129711/dell-dataiq-info-hub) (now DataIQ) is validated for use with Wasabi. The ClarityNow data management software enables the process of data discovery, management, and movement for enterprises with large, unstructured data sets located in various storage technologies (including Wasabi's object based storage). ## Requirements - Active Wasabi account - ClarityNow is installed and running - The S3 scanning functionality requires an aws-sdk package (*aws-sdk-1.11.221-0.x86_64.rpm*) to Below are the steps to connect ClarityNow with your Wasabi account. 1. Before you run the ClarityNow daemon, install the **aws sdk** package. ```plaintext rpm -ivh aws-sdk-1.11.221-0.x86_64 ``` 2. Store your Wasabi account credentials (access-key and secret access-key) in the credentials file. ```plaintext mkdir .aws cd .aws vi credentials ``` 3. Enter your keys, as shown in the example below. **Save** and **close** the file. ```plaintext [wasabi] aws_access_key_id=<******your access key*******> aws_secret_access_key=<*****your secret-key*******> ``` 4. Run the ClarityNow service. ```plaintext systemctl start claritynow ``` 5. We will use the GUI to add the rest of the configuration. Log in to the GUI of your ClarityNow server. Click **Server** and click **S3 API Endpoints**, as shown below. ![mceclip0.png](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/360050938352.png) 6. Click the **+** icon. ![mceclip1.png](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/360050938372.png) 7. Enter a **Name**, appropriate **Endpoint URL** based on your bucket region (review [Service URLs for Wasabi's Storage Regions](https://docs.wasabi.com/docs/what-are-the-service-urls-for-wasabis-different-storage-regions) for information on all Wasabi service URLs) and **Credentials name** (this has to match the profile name under which we stored credentials in Step 2). Click **Save** when done. ![mceclip2.png](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/360050938432.png) 8. Navigate to the main menu and click **Server**. Click **Volumes**. ![mceclip3.png](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/360050938452.png) 9. Click the **+** icon to add a new Volume. ![mceclip4.png](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/360050938492.png) 10. For the FS Type, select **AWS S3 (or compatible)** from the drop-down list. This will change the settings for Volume to reflect the S3-specific configuration. ![mceclip5.png](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/360051047451.png) 11. Enter a suitable **Volume name**. Select the Wasabi **S3 Endpoint** created from Step 6 and the appropriate **S3 Bucket** from your Wasabi account (these will be auto-populated upon a successful connection to your Wasabi account). Click **Ok**. ![mceclip6.png](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/360051047471.png) 12. Select the Schedule tab to configure your scanning schedule for the bucket. ![mceclip7.png](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/360051047551.png) You have now successfully integrated the ClarityNow data management software with your Wasabi cloud storage account.