ONTAP Discussions

command on 8.3 that displays power consumption and temperature of the filer

dolphhin33
11,769 Views

HI All

 

I am looking for command to with give me information about controllers power consumption and temperature. 

1 ACCEPTED SOLUTION

asulliva
11,687 Views

From ClusterShell you also have the commands "system node environment sensors show" and "storage shelf show -fields temp-op-status,voltage-op-status".  More details on shelf temp sensor are available as well (such as sensor readings, etc.) using different fields in the show command.

 

Andrew

If this post resolved your issue, please help others by selecting ACCEPT AS SOLUTION or adding a KUDO.

View solution in original post

4 REPLIES 4

ghislanzoni
11,756 Views

Hi,

there is a command on 7 mode useful for this case:

 

environment status chassis all

 

In Cdot you have to use this command pattern:

 

run -node (node name) -command environment status chassis all

 

Regards
Roberto

 

dolphhin33
11,752 Views

thats great Roberto, let me check it. 

asulliva
11,688 Views

From ClusterShell you also have the commands "system node environment sensors show" and "storage shelf show -fields temp-op-status,voltage-op-status".  More details on shelf temp sensor are available as well (such as sensor readings, etc.) using different fields in the show command.

 

Andrew

If this post resolved your issue, please help others by selecting ACCEPT AS SOLUTION or adding a KUDO.

ckh
11,437 Views

Hi,

 

I wasn't able to obtain voltage information from DS14-Mk4-FC. Any idea how I can get the readings?

 

Sin1StorConCL01::> storage shelf show -fields product-id,voltage-op-status,voltage-sensor-reading 
node            shelf product-id  voltage-sensor-reading            voltage-op-status                                          
--------------- ----- ----------- --------------------------------- -----------------------------------------------------------
Sin1StorConCL11 2.20  DS2246      5.70,12.420,5.70,12.420           normal,normal,normal,normal                                
Sin1StorConCL11 2.21  DS2246      5.70,12.420,5.70,12.420           normal,normal,normal,normal                                
Sin1StorConCL11 3.1   DS4243      5.110,12.220,-,-,-,-,5.110,12.140 normal,normal,unknown,unknown,unknown,unknown,normal,normal
Sin1StorConCL11 3.2   DS4243      5.110,12.180,-,-,-,-,5.110,12.220 normal,normal,unknown,unknown,unknown,unknown,normal,normal
Sin1StorConCL11 3.3   DS4243      5.110,12.140,-,-,-,-,5.110,12.140 normal,normal,unknown,unknown,unknown,unknown,normal,normal
Sin1StorConCL11 4.1   DS14-Mk4-FC -                                 -                                                          
Sin1StorConCL11 4.2   DS14-Mk4-FC -                                 -                                                          
Sin1StorConCL11 4.3   DS14-Mk4-FC -                                 -                                                          
Sin1StorConCL11 4.4   DS14-Mk4-FC -                                 -                                                          
Sin1StorConCL11 4.5   DS14-Mk4-FC -                                 -                                                          
Sin1StorConCL11 4.6   DS14-Mk4-FC -                                 -                                                          
Sin1StorConCL11 5.10  DS4246      5.150,12.380,-,-,-,-,5.150,12.380 normal,normal,unknown,unknown,unknown,unknown,normal,normal
12 entries were displayed.

Public