ONTAP Discussions

system health node-connectivity

IanThompson
3,265 Views

Hello

 

There used to be some greate commands in 8.X

for example:

system health node-connectivity shelf show  -node * -num-paths ❤️

 

Any idea where a simialr command is in ontap 9.X

 

Thanks

Ian

3 REPLIES 3

GidonMarcus
3,236 Views

the same command you asked about works for me on 9.1P6 under "set diag" priv.

 

G

Gidi Marcus (Linkedin) - Storage and Microsoft technologies consultant - Hydro IT LTD - UK

IanThompson
3,166 Views

Strange, does not appear on my version…

 

XXXX::*> version

NetApp Release 9.1P6: Tue Jun 20 21:52:46 UTC 2017

 

TC2-SPSE-CLS01::*>

 

XXXXX::system*> set -privilege diagnostic

 

Warning: These diagnostic commands are for use by NetApp personnel only.

Do you want to continue? {y|n}: y

 

XXXXX::system*>

    capability        chassis           cluster-switch    configuration

    controller        feature-usage     fru-check         ha

    health            license           node              ontapi

    script            service-processor services          smtape

    snmp              timeout          

 

XXXXXX::system*> health

    alert       autosupport config      policy      status      subsystem

 

XXXX::system*>

deadsenator
2,935 Views

Not sure if you've already discovered this or not, but the command still works even if it does not show as an available command. Even at the diag priv level.

 

netapp::*> system health

 

alert autosupport config policy status subsystem

 

netapp::*> system health node-connectivity

 

command is complete

 

Tabbing out says command is complete. It is not complete! If you start typing the correct word it will tab-complete for that word only. I do not like this.

 

netapp::*> system health node-connectivity shelf show

 

system health node-connectivity shelf show
                                                       Num    Num
Node               Shelf Name                          Disks  Paths Status
------------------ ----------------------------------- -----  ----- ----------
netapp-01       2.17                                  24     2   ok
netapp-01       2.16                                  24     2   ok

 

Useful shelf commands:

 

system health node-connectivity shelf show

system health system-connectivity shelf show

system health node-connectivity adapter show

 

I would like to discover how to reveal these commands on my systems again as we progress through newer versions.

Public