NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

ONTAP Discussions

Automating Ontap CDot configuration using scripts

PrakashMK
5,004 Views

Hello Friends, 

 

I am trying to find out if there are any scripts available to automate CDot configuration. 

 

My purpose of this script is for a refresh project, We have to configure new NAS locally , reconfigure after data copy and ship it to remote site. 

 

Where do I start first to create customized scripting?

 

 

Thank you,

Prakash

1 REPLY 1

mbeattie
4,981 Views

Hi Prakash,

 

There are a number of options, you can use the Data ONTAP powershell toolkit to automate deployment and configuration assuming you are working in windows environment.

You can download it here:

 

http://mysupport.netapp.com/tools/info/ECMLP2310788I.html?productID=61926

 

Alternately if you working in a UNIX environment and you need to write scripts in Perl or Ruby you can download the NMSDK here:

 

http://mysupport.netapp.com/NOW/download/software/nmsdk/5.6/

 

However rather than developing "scripts" you might also consider developing workflows that can invoked via a REST API using OnCommand Workflow Automation (WFA)

You can download WFA here:

 

http://mysupport.netapp.com/NOW/download/software/ocwfa/4.0/ (windows)

http://mysupport.netapp.com/NOW/download/software/ocwfa_linux/4.0/ (Linux)

 

WFA includes a number of example workflows to deploy vservers and provision NAS workloads. Optional content downloads are available via the automation store here:

 

https://automationstore.netapp.com/home.shtml

 

You can also use API services

 

http://mysupport.netapp.com/NOW/download/software/oncommand_api/1.2/

 

There are multiple options, your choice really depends on your requirements.

 

/Matt

If this post resolved your issue, help others by selecting ACCEPT AS SOLUTION or adding a KUDO.
Public