# NetApp Clustered ONTAP

## **Prerequisites:** <a href="#prerequisites" id="prerequisites"></a>

NetApp Clustered ONTAP is an unified storage operating system of NetApp's FAS/AFS storage arrays which provide file, block and object storage services to end hosts and applications. CloudFabrix's RDA supports integrating with Clustered ONTAP through it's API interface to collect inventory data on-demand or on schedule basis.

Please follow below steps to create a read-only service user account which is used to collect the inventory data such as ONTAP version, storage array model, SVMs, LUNs, volumes, aggregates, disks etc.

**Supported version:** NetApp Clustered ONTAP Release Version 9.X or above

1. Create an user-account with readonly user role in NetApp OnCommand System Manager
2. Login to NetApp OnCommand System Manager as ‘admin’ privileged user
3. Click on ‘**Settings**’, under '**Users**' section, click on '**Add**'
4. Enter username (ex: readonly) and password.
5. Under '**User Login Methods**' section, select **http** and **ontapi** and set the role as '**readonly**'
6. Click on '**Add**' button to create the service user account.

![](https://gblobscdn.gitbook.com/assets%2F-LhoMVYxiQlKXh6OxX98%2F-M0ipzm6bIw2IsLNlDZx%2F-M0iqNZopCGmu3F_o_5U%2FScreen%20Shot%202020-02-22%20at%201.41.38%20PM.png?alt=media\&token=dffae5db-72b4-4523-a06e-4b0f96ce6e46)

![](https://gblobscdn.gitbook.com/assets%2F-LhoMVYxiQlKXh6OxX98%2F-M0iqZMa8DvUNHQN79xR%2F-M0iqpse-MIkQflAikEH%2FScreen%20Shot%202020-02-22%20at%201.43.31%20PM.png?alt=media\&token=a49393c3-e128-441a-ba22-5a5123de6910)

![](https://gblobscdn.gitbook.com/assets%2F-LhoMVYxiQlKXh6OxX98%2F-M0iqZMa8DvUNHQN79xR%2F-M0ir9iM4-qiFw4WfUQj%2FScreen%20Shot%202020-02-22%20at%201.44.57%20PM.png?alt=media\&token=3ea0de09-f6fd-4fac-8324-8ac54e8a1d16)

## Adding NetApp ONTAP C-Mode as Datasource/Extension in '**RDA**': <a href="#adding-appdynamics-as-datasource" id="adding-appdynamics-as-datasource"></a>

NetApp ONTAP C-Mode or any other datasource/extension's configuration is configured in RDA's user interface.  Login into RDA's user interface using a browser.

**https\://\<rda-ip-address>:9998**

Under '**Notebook**', click on '**CFXDX Python 3**' box

![](/files/-McvJao2W2zwuMV05Ek3)

In the '**Notebook**' command box, type **`botadmin()`** and **`alt (or option) + Enter`** to open datasource administration menu.

Click on '**Add**' menu and under **Type** drop down, select **`netapp-ontap-cmode`**

![](/files/zUmsE8CBmDaUk7PjXXAl)

**Enter the below details to add NetApp Clustered ONTAP as a datasource:**

* Name
* Cluster IP (IP Address or DNS name of NetApp Clustered ONTAP array cluster)
* Username and Password
* Port (API access port, ex: 443)
* Protocol (http or https)

For the details on NetApp Clustered ONTAP's inventory data collection bots, please refer [**CloudFabrix RDA Bot documentation**](https://bot-docs.cloudfabrix.io/Bots/netapp-ontap-cmode/)**.**


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cloudfabrix.io/rda/cfxdx-datasource-integrations/netapp-clustered-ontap.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
