Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Does anyone know if there is an existing PowerShell script that can be customized to automate a rolling ONTAP upgrade, to upgrade the system from v9.0 to v9.1 then v9.1 to v9.3 and then v9.3 to v9.5 on a system with 2 HA clusters? Is automating this process recommended, or is the manual upgrade a better best practice? Thank you!!
Solved! See The Solution
1 ACCEPTED SOLUTION
tahmad has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
search for the netapp powershell toolkit
using ansible you have: https://docs.ansible.com/ansible/latest/collections/netapp/ontap/na_ontap_software_update_module.html
regarding automate or not... it depends on how many clusters, nodes...
so if one cluster, couples of nodes, no. Upgrade via System Manager is already automated. Even for a cluster with more nodes.. so it does not seem so necessary.
maybe with multiple clusters you can start to have some advantages
this is just an opinion from someone that never needed to do that (automation of this kind). maybe others in the community have a better opinion on this.
1 REPLY 1
tahmad has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
search for the netapp powershell toolkit
using ansible you have: https://docs.ansible.com/ansible/latest/collections/netapp/ontap/na_ontap_software_update_module.html
regarding automate or not... it depends on how many clusters, nodes...
so if one cluster, couples of nodes, no. Upgrade via System Manager is already automated. Even for a cluster with more nodes.. so it does not seem so necessary.
maybe with multiple clusters you can start to have some advantages
this is just an opinion from someone that never needed to do that (automation of this kind). maybe others in the community have a better opinion on this.
