For this, you dont have to go anywhere other than the firmware download page 🙂
http://mysupport.netapp.com/NOW/cgi-bin/shelffwdnld.cgi/download/tools/diskshelf/bin/all_shelf_fw
Under, Method 1: Using an HTTP or FTP server
Step 4 have different instructions for
1, clustered Data ONTAP 8.0.x
2, clustered Data ONTAP 8.1.x and 8.2
3, clustered Data ONTAP 8.2.1 or later (that include ontap 9)
clustered Data ONTAP 8.2.1 or later
The Alternate Control Path (ACP) interface initially used Ethernet-based network connectivity to perform various recovery tasks, such as expander resets and shelf power cycles. This feature was referred to as out-of-band (OOB) ACP.
With ONTAP 9.0 and later, ACP uses available SAS data links to perform the same tasks. This feature is referred to as in-band ACP.
Take note of these special cases of IOM6 running ACP FW 0208 or earlier, or any IOM3 with any FW:
IOM3 does not support in-band ACP
IOM6 does not support in-band ACP on FW 0208 or earlier; therefore, in this case:
Confirm the cluster is in OOB (not in-band) ACP mode before attempting update.
OOB ACP Ethernet cables must be in place
Set ACP to OOB mode if not already configured
See Knowledgebase article ID 1015915 for more info.
To download the latest shelf firmware package to all of the nodes in the cluster from a web server, use this command:
::*> storage firmware download –node * –package-url http://<web-server>/path/all_shelf_fw.zip
To download a specific shelf firmware file to all of the nodes in the cluster from a web server, use this command:
::*> storage firmware download –node * -package-url http://<web-server>/path/<shelf_type.fw_rev.SFW>.zip
To download an individual ACPP firmware file to all of the nodes in the cluster from a web server, use this command:
::*> storage firmware download –node * -package-url http://<web-server>/path/<ACPP_type.fw_rev.AFW>.zip
Hope this help.