10-Dec-2020 06:57
Hi everyone,
I want to see the chassis power supply and chassis fan status of a device from CLI, using "tmsh show sys hardware" command. But there is no information about the power supply and fan status. What might be the issue?
Thank you.
Best Regards
15-Dec-2020
03:20
- last edited on
04-Jun-2023
21:08
by
JimmyPackets
See the below details.
[root@VIP4400-R15-S35:/S2-green-P:Active] config tmsh show sys hardware|grep -iA 9 "Chassis Fan Status"
Chassis Fan Status
Index Status Fan Speed(rpm)
1 up 3375
2 up 3375
3 up 3375
4 up 3443
5 up 3375
6 up 3515
7 up 3375
8 up 3375
[root@VIP4400-R15-S35:/S2-green-P:Active] config tmsh show sys hardware|grep -iA 5 "Chassis Power Supply Status"
Chassis Power Supply Status
Index Status
1 up
2 up
3 down
4 down
17-Dec-2020 05:53
Interesting... Plz ease Open Support case.
17-Dec-2020
08:14
- last edited on
04-Jun-2023
21:08
by
JimmyPackets
I suspect you maybe on Guest, can you confirm that by running this below command,
tmsh show sys hardware | grep -A1 Platform
If it says Guest, you may not able to see power/fan status. Only if its a hardware, you would see.
Also if it was a hardware, I'm positive you should have atleast seen Down or something else. But since you get blank, I'm suspecting it could be a guest machine.
26-Dec-2020 02:38
Hi,
Thank you for your attention but it is hardware appliance.
28-Dec-2020 00:27
Can you open a support case and keep us posted too.
19-Dec-2020
15:59
- last edited on
04-Jun-2023
21:08
by
JimmyPackets
Hello Canan.
You could be facing some bug or matching some specific condition.
https://cdn.f5.com/product/bugtracker/ID720104.html
https://support.f5.com/csp/article/K18802953
I recommend you in future questions to provide more information about your environment (like release, platform or command output), this could help us to understand what your issue is.
Anyway, if I were you I would try to search in your device stats (psu, fan) if this information is represented correctly or not. I don't remember exactly the table name, just search for it with this command:
tmctl
An example:
tmctl -w 300 blade_temperature_status_stat
Regards,
Dario.
26-Dec-2020 02:54
Hi Dario,
Thank you for your reply, I try to search stats with the commands you wrote. But there is no information about the FAN or PSU on the table. As you stated it could be a bug or something.