Start a Conversation

Unsolved

H

64 Posts

1293

January 22nd, 2020 07:00

How to query m1000e blade temperatures using wsman?

Hi,

How do I get the contents of the following page from a bash terminal?: https:// /cgi-bin/webcgi/temperatures

I'm trying to fetch the temperature sensor data from all of the blades, I don't see a way to do this using racadm. I tried wsman, but by all appearances it feels like an abomination cooked up by the systemd developers. How the heck do I use openwsman to query the temperature sensors?

The only thing I have so far that actually does anything is:

wsman identify --noverifyhost --noverifypeer --endpoint https:// : @ :443/wsman

 

Moderator

 • 

8.4K Posts

January 22nd, 2020 12:00

Hopperkin,

 

I am researching the use of wsman to monitor the temps. In the meantime if you access the CMC you can monitor as well as set it up to send alerts in the event that something fails.

Let me look into the wsman method. 

64 Posts

January 22nd, 2020 19:00

Thanks for your attention Chris. I'm looking for an automated solution for reading the actual value of the temperature sensor to feed into Prometheus server, so getting the values via wsman is just a means to an end. racadm would be acceptable too if it had that data, but I don't think it does.

I did find some lint, these two commands work on the m1000e:

wsman enumerate --noverifyhost --noverifypeer --endpoint https:// : @ :443/wsman http://schemas.dell.com/wbem/wscim/1/cim-schema/2/DCIM_ModularChassisView

wsman enumerate --noverifyhost --noverifypeer --endpoint https:// : @ :443/wsman http://schemas.dell.com/wbem/wscim/1/cim-schema/2/DCIM_BladeServerView

I also found this Dell DCIM Definition Library: https://www.dell.com/support/article/us/en/19/sln312602/dcim-library-profile?lang=en

I also found this about CIM_Sensor: https://www.dmtf.org/sites/default/files/standards/documents/DSP1009_1.0.0.pdf

However, I still haven't been able to bring all of that information together to return any sensor values.

No Events found!

Top