Start a Conversation

Unsolved

This post is more than 5 years old

7624

November 3rd, 2017 09:00

Isilon - How to tell what version Drive and Node Firmware is installed on cluster/nodes

Community,

Is there a way to figure out what drive firmware is installed on the cluster?  The same with Node Firmware?  I know  you can run the following but it does not say its drive firmware XYZ.

#isi drivefirmware status

  Model                                     FW          Desired FW  Count  Nodes

  HGST HUS724040ALA640                      MFAOAC50                1215   1-8,10-21,23-37,41-48

  HGST HUSMM1680ASS200                      A204                    96     1-48

  HUS726040ALA610                           A5EIT922                1      29

  ST4000NM0033-9ZM170                       EN06                    414    3,6,9-12,18-25,29-31,36-40,43-44,46,48

  ST4000NM0035-1V4107                       BL06                    2      30,33

#isi firmware status

   Device        Type       Firmware                                 Nodes

-- ------------  ---------  ---------------------------------------  -------------

   CFFPS1        CFFPS      03.03                                    1-18,20-47

   CFFPS2        CFFPS      03.03                                    1-18,20-47

   CMCSDR_Honeybadger  CMCSDR     00.0B                                    1-48

   CMC_HFHB      CMC        None                                     19

   CMC_HFHB      CMC        01.02                                    1-18,20-48

   IsilonFPV1    FrontPnl   UI.01.36                                 1-48

   LOx2-MLC-YD   Nvram      rp180c01+rp180c01                        9,11-12,18-22,24,26,28,30,36-38,40-46,48

   LOx           Nvram      rp180c01+rp180c01                        1-8,10,13-17,23,25,27,29,31-35,39,47

   Lsi           DiskCtrl   17.00.01.00                              1-48

   LsiExp0       DiskExp    0910+0210                                1-48

   LsiExp1       DiskExp    0910+0210                                1-48

   Mellanox      Network    2.30.8020+ISL1090110018                  1-48

   QLogic-NX2    10GigE     7.6.55                                   1-48

Let me know if there is an easy way to find out.

Thank you,

3 Apprentice

 • 

592 Posts

November 3rd, 2017 10:00

chjatwork

What's is displaying is the current drive fw & node fw.

If you load up the NEW disk fw (but don't start upgrade, run command again. You will see something in the "Desired FW" column, then it will update that NEW drive fw for the drive.

If you load up the NEW node fw (but don't start upgrade, run command again).  You will see an "*" for the devices that need NEW node fw.

Phil

2 Intern

 • 

356 Posts

November 3rd, 2017 10:00

Phil,

Totally understand and agree with your statements, but I need to know without installing a new package how would you be able to tell what has been previously installed?

Thank you,

2 Intern

 • 

356 Posts

November 3rd, 2017 10:00

Phil,

how do you know what the last Node and Drive Firmware package was installed?  Key word Package not individual components.  Let me know.

3 Apprentice

 • 

592 Posts

November 3rd, 2017 10:00

chjatwork

As I said, what is displaying is current drive & node fw.

3 Apprentice

 • 

592 Posts

November 3rd, 2017 11:00

Chris Hunt,

You have to check the drive fw & node fw against the current release notes for that particular device. Can't really tell which one was installed.

drive fw example, 36 "HGST HUS724020ALA640" drives need NEW drive fw:

isilon04-1# isi_dsp_install  Drive_Support_v1.9.tar

Installed Drive_Support_v1.9

Removed Drive_Support_v1.9 package files

DSP Install Succeeded, 23.2125451565 sec elapsed

isilon04-1# isi drivefirmware status

  Model                                     FW          Desired FW  Count  Nodes

  HGST HUS724020ALA640                      MF6OABW0    MF6OAC50    36     3

  HGST HUS724020ALA640                      MF6OAC50                71     1-2

  ST2000NM0033-9ZM175                       SNG4                    1      1

isilon04-1#

node fw example, "LOx/nvram" needs NEW node fw:

isilon02-13# isi pkg install IsiFw_Package_v9.3.2.tar

Preparing to install the package...

Verifying firmware update tool/package compatibility:

- Tool version    : 2

- Package version : 2

Checking the package for installation...

Installing the package

Committing the installation...

Package successfully installed.

isilon02-13# isi firmware status

  Device        Type      Firmware                                Nodes

-- ------------  ---------  ---------------------------------------  -------------

  CFFPS1_Octane  CFFPS      09.05                                    1-24

  CFFPS2_Octane  CFFPS      09.05                                    1-24

  CMCSDR_Hotfoot CMCSDR     00.0B                                    1-24

  CMC_HFHB       CMC        01.02                                    1-24

  IsilonFPV1     FrontPnl   UI.01.36                                 1-24

*  LOx           Nvram      rp180c01+rp180b01                        1-12

*  LOx           Nvram      rp180c01+rp180b03                        13-24

  Lsi            DiskCtrl   17.00.01.00                              1-24

  LsiExp0        DiskExp    0910+0210                                1-24

  Mellanox       Network    2.30.8020+ISL1090110018                  1-24

WARNING: Firmware marked with * does not match installed firmware package

No Events found!

Top