Hi
Thanks for your answer but now i m really puzzled
when i ran the command
storage shelf show -power -shelf 4.0
I got the following output
Power Supply Units:
Crest Power Reset PSU Operational
ID Type Part# Serial# Power Rating Factor Drawn Capable Enabled Firmware Status
--- ---- ------------ --------------- -------------- ------ ------- ------- ------- -------- --------------
-------
1 9E 114-00087+C0 PSD057143924917 - - - false true 0208 normal
2 - - - - - - false false - not-installed
3 - - - - - - false false - not-installed
4 9E 114-00087+C0 PSD057143924919 - - - false true 0208 normal
Voltage Sensors:
Voltage Operational
ID (V) Status
--- ------- ----------------------
1 5.70 normal
2 12.140 normal
3 - not-installed
4 - not-installed
5 - not-installed
6 - not-installed
7 5.70 normal
8 12.140 normal
Current Sensors:
Current Operational
ID (mA) Status
--- ------- ----------------------
1 7220 normal
2 5970 normal
3 - not-installed
4 - not-installed
5 - not-installed
6 - not-installed
7 4330 normal
8 7960 normal
To get the power consumption of the shelf should i add the value of sensor 1,2,7,8?
and concerning a bay that is shared.
i have three sheves and two nodes.
I type this comand to get the sensor value
storage shelf show -current-sensor-id 1 -fields current-sensor-reading
snap_n01 3.10 8510,8670,-,-,-,-,7180,10310
snap_n01 3.11 4410,5930,-,-,-,-,6050,8430
snap_n01 4.1 5350,7730,-,-,-,-,4210,7180
and the node give me
snap::> node environment sensors show -name "PSU2 Curr" -field value
node value
-------- -----
snap_n01 12000
snap_n02 14000
2 entries were displayed.
snap::> node environment sensors show -name "PSU1 Curr" -field value
node value
-------- -----
snap_n01 12000
snap_n02 12000
2 entries were displayed.
if i add all the value from the shelved it gives me more that the total from the node.
How can i manage to get the total power comsuption?