Plugin for NetApp

AbdulRahman89
Giga Contributor

Hello,

Is there is any Plugin available for ServiceNow Helsinki release to integrate with NetApp Technology?

Expected outcome is to configure ServiceNow to query & fetch current Storage details   from NetApp filer , transform and update in a table.

Regards

Abdul Rahman

6 REPLIES 6

I'm going to build a JDBC data source to the OCUM mysql DB and pull back what is needed in CMDB.



node > cluster > SVMs > volumes > shares > potentially DFS paths


mbeattie
Giga Contributor

Hi Drew,



Also of potential interest to you would be integration of OnCommand Workflow Automation (WFA) which is NetApp's Orchestration Application (and is free)


WFA Data sources can be either PowerShell\Perl or SQL based and can be used to pull information into a MySQL database.



https://mysupport.netapp.com/NOW/download/software/ocwfa/4.1/



So for example you could create a PowerShell based WFA data source to enumerate all your DFS links and targets within AD which would be updated on a re-occurring schedule into a MySQL database in WFA and then use that as the source to sync your CMDB. That would make sense if the CIFS share targets in your DFS links are integrated with NetApp. You could probably then link the CI of the NetApp CIFS share to the CI of the DFS link.



Hope that gives you some ideas.



/Matt