• About
  • Blog
  • My Services
  • Twitter
  • LinkedIn
  • Email

CDOT - Check what versions of disk firmware are on your system

Simple script (needs to run on a Linux host so awk can be used) to show all disks and versions of firmware. awk is used tostrip the disk name then to remove duplicate lines

linuxhost# ssh -l admin cluster01 disk show -fields model,firmware-revision | awk '{print $2,$3}' | awk '!/./ || !seen[$0]++' | grep -v "entries"

firmware-revision model
----------------- ----------------
NA00 X308_WKOJN03TSSM
NA00 X308_THARR03TSSM
Tag
  • technical tip
  • netapp

Share

Twitter Facebook Google+
Back to all post
comments powered by Disqus
Subscribe!
All content copyright © 2025 • All rights reserved.
Proudly published with Ghost