You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
functions.sh: line 128: [: -gt: unary operator expected
Unable to send RAW command (channel=0x0 netfn=0x30 lun=0x0 cmd=0xce rsp=0xc1): Invalid command
------- Temperatures -------
Date & time Inlet CPU 1 CPU 2 Exhaust Active fan speed profile Third-party PCIe card Dell default cooling response Comment
13-01-2025 23:29:52 0°C 0°C User static fan control profile (5%)°C Enabled°C CPU temperature decreased and is now OK (<= 60°C), user's fan control profile applied.
./Dell_iDRAC_fan_controller.sh: line 152: printf: -: invalid number
./Dell_iDRAC_fan_controller.sh: line 152: printf: -: invalid number`
Server Information Power State ON System Model PowerEdge R610 System Revision I System Host Name localhost Operating System VMware ESXi 6.5.0 U3 build-14320405 Operating System Version Service Tag C1743M1 Express Service Code 26193802825 BIOS Version 1.3.6 Firmware Version 2.92 (Build 05) IP Address(es) 10.1.1.6 iDRAC MAC Address 00:21:9B:9D:60:00 Lifecycle Controller Firmware 1.3.0.350
The above issue happens both on the R610 listed here, as well as my R310.
Looks like the container isn't detecting the temp information at all on my server. It successfully spins down the fans, but doesn't see any temp increases. My server slowly climbed from 21c to 32c before I went in and killed the container to turn the BIOS fan control back on.
The text was updated successfully, but these errors were encountered:
`iDRAC/IPMI username: root
iDRAC/IPMI password:
Server model: DELL localhost
iDRAC/IPMI host: 10.1.1.6
Fan speed objective: 5%
CPU temperature threshold: 60°C
Check interval: 60s
No exhaust temperature sensor detected.
No CPU2 temperature sensor detected.
functions.sh: line 128: [: -gt: unary operator expected
Unable to send RAW command (channel=0x0 netfn=0x30 lun=0x0 cmd=0xce rsp=0xc1): Invalid command
13-01-2025 23:29:52 0°C 0°C User static fan control profile (5%)°C Enabled°C CPU temperature decreased and is now OK (<= 60°C), user's fan control profile applied.
./Dell_iDRAC_fan_controller.sh: line 152: printf: -: invalid number
./Dell_iDRAC_fan_controller.sh: line 152: printf: -: invalid number`
`CHECK_INTERVAL 60
CPU_TEMPERATURE_THRESHOLD 60
DISABLE_THIRD_PARTY_PCIE_CARD_DELL_DEFAULT_COOLING_RESPONSE false
FAN_SPEED 0x05
IDRAC_HOST 10.1.1.6
IDRAC_PASSWORD
IDRAC_USERNAME root
KEEP_THIRD_PARTY_PCIE_CARD_COOLING_RESPONSE_STATE_ON_EXIT false
PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin`
Server Information Power State ON System Model PowerEdge R610 System Revision I System Host Name localhost Operating System VMware ESXi 6.5.0 U3 build-14320405 Operating System Version Service Tag C1743M1 Express Service Code 26193802825 BIOS Version 1.3.6 Firmware Version 2.92 (Build 05) IP Address(es) 10.1.1.6 iDRAC MAC Address 00:21:9B:9D:60:00 Lifecycle Controller Firmware 1.3.0.350
The above issue happens both on the R610 listed here, as well as my R310.
Looks like the container isn't detecting the temp information at all on my server. It successfully spins down the fans, but doesn't see any temp increases. My server slowly climbed from 21c to 32c before I went in and killed the container to turn the BIOS fan control back on.
The text was updated successfully, but these errors were encountered: