Active IQ Unified Manager Discussions

Firmware / Software update examples?

mancusi
4,851 Views

Has anyone built any workflows that performs firmware updates, e.g. disk / controller / etc to a specified storage controller?

2 REPLIES 2

tanzim
4,851 Views

David,

There are quite a few workflows that have been posted on the community that address your need.

I've delved into the community content posts and unearthed the following:

1: Day-0 Workflow Example - Tons of automated setup (https://communities.netapp.com/docs/DOC-20088)

    I believe this should suffice for you though you need to extract relevant steps from the workflow and stitch them.The workflow is enormous and you probably would  want to focus on the following steps of the workflow:

    a. Upgrade ONTAP software

    b. Upgrade system firmware

    c. Update diskshelf firmware

    d. Update disk firmware

    e. Update RLM firmware

    

     Pre-Requisite :  As mentioned in the corresponding post, you would need a Linux host to act as a "Jump Host" / software repository to store approved versions of OnTap software, firmware, disk firmware, SSH keys, etc 

2: Day-0 Workflow Example - Install / Update ONTAP software (https://communities.netapp.com/docs/DOC-17148)

    The workflow mentioned here installs or updates ONTAP software.

    The idea is that the Linux Jump Host has a software repository that contains the go-to ONTAP images from where the software images are copied to  /etc/software on the controller

     This workflow needs to be converted into a bigger workflow for a complete automation solution by adding the following dependent workflows

      a. Day-0 Command Example - Make a Directory on a Linux Host (https://communities.netapp.com/docs/DOC-17142)

               - controller's vol0 volume is exported and mounted on the "Jump host"

      b. Day-0 Command Example - Mount an Export on a Linux Host (https://communities.netapp.com/docs/DOC-17143)

               - Linux "Jump host" is used to mount vol0 from a Controller and copy software images into the /etc/software directory on the Controller

      c. Day-0 Command Example - Copy File on Linux Host (https://communities.netapp.com/docs/DOC-17144)

               - Copies a file(ONTAP images) from a source directory(software repository) to a destination directory(/etc/software folder on the controller)

     Pre-Requisites : Linux host

3: Day-0 Command Example - Controller Software Update (https://communities.netapp.com/docs/DOC-17145)

     This workflow updates controller software.

     Pre-Requisite: Software file must already be in the controller's /etc/software directory

Hope this information is of help!

yaronh
4,851 Views

That's great Tanzim!

Thanks for the summary and the effort.

Yaron

Public