Active IQ Unified Manager Discussions

OCI - Storage Arrays Configurations

Alberto19
3,560 Views

Hi all,

how i can extract the storage arrays specifications (disks, raid configured, serial number, capacity, capacity raw, etc.) via Oncommand Insight software, or even a phyton script that query OCI?

 

I hope in your help.

 

 

 

Thanks & Regards

1 ACCEPTED SOLUTION

ostiguy
3,548 Views

OCI has both a REST API and a true data warehouse (DWH) solution. The DWH is MySQL based, and is open schema and documented.

 

We would tend to recommend using the DWH for capacity reporting use cases - there are some elements of configuration and capacity that we have not yet made available via the REST API.

View solution in original post

3 REPLIES 3

ostiguy
3,549 Views

OCI has both a REST API and a true data warehouse (DWH) solution. The DWH is MySQL based, and is open schema and documented.

 

We would tend to recommend using the DWH for capacity reporting use cases - there are some elements of configuration and capacity that we have not yet made available via the REST API.

moechnig
3,536 Views

To get the information quickly and manually, use the Java client, Inventory, Storage.  General information about the array will be in the master view.  Select an array and enable various micro-views to get things like disks, pools, volumes, etc.  Be aware that you may need to enable additional columns using the "customize" button in both the master view and the micro views to get the information you need.  For each micro-view, there is an option to export the data to CSV under the file menu but it also works to do a select-all in a given view or micro-view and copy the data into Excel. 

dbourque
3,532 Views

You may also want to extract this information using queries in the Server WebUI. It will allow you to filter based on model, vendor, disk speed or class. The queries can also be export the data.

storage.png

Public