ONTAP Discussions

Automated ONTAP configuration check and diff

SCL
468 Views

Hi,

 

I am looking for a way ascertain config changes to SVMs, Volumes, LIFs, Shares, Service Policy, Fpolicy, LDAP settings, CIFS security settings, etc -- i.e., the kitchen sink or as close to that as possible.

 

Any suggestions on how to do that?

 

TIA!

 

@santyv 

1 ACCEPTED SOLUTION

GM
423 Views

Ansible worked for me well in one project… but, it was a lot of work - with very little return, and it made me a single point of failure (as engineers and support people struggled with it).
I shared an old script before to enforce standards https://github.com/MGidi/NetAppCdotBestPracticeReportForNAS.
I evolved it in a few places, and had some scripts to create different objects in a standard way (e.g qtree, quota, share, DFS mount, AD groups, NTFS ACL etc..)

 

View solution in original post

1 REPLY 1

GM
424 Views

Ansible worked for me well in one project… but, it was a lot of work - with very little return, and it made me a single point of failure (as engineers and support people struggled with it).
I shared an old script before to enforce standards https://github.com/MGidi/NetAppCdotBestPracticeReportForNAS.
I evolved it in a few places, and had some scripts to create different objects in a standard way (e.g qtree, quota, share, DFS mount, AD groups, NTFS ACL etc..)

 

Public