CUXFAN: Difference between revisions

From HPCWIKI
Jump to navigation Jump to search
(새 문서: === CUXFan service === HPCMATE cuxfan services is a systemd service to control fans in given server. cuxfan service has following components {| class="wikitable" |+ !Type !Path !Description !Notices |- |service |/etc/systemd/system |systemd service unit | |- |Python code |/opt/hpcmate/cux |cuxfan.conf cuxfan.py |Use pynvme and pyyaml |- | | | | |} cuxfan service error - pip requirements sudo -H pip install --upgrade jsonschema==2.6.0 sudo -H pip install --upgrade pyyaml==5...)
 
(Add categories: Hardware, Cooling, Reference)
Line 33: Line 33:


sudo -H pip install --upgrade pyyaml==5.4.1
sudo -H pip install --upgrade pyyaml==5.4.1
[[Category:Hardware]]
[[Category:Cooling]]
[[Category:Reference]]

Revision as of 00:54, 15 July 2026

CUXFan service

HPCMATE cuxfan services is a systemd service to control fans in given server. cuxfan service has following components

Type Path Description Notices
service /etc/systemd/system systemd service unit
Python code /opt/hpcmate/cux cuxfan.conf

cuxfan.py

Use pynvme and pyyaml


cuxfan service error - pip requirements

sudo -H pip install --upgrade jsonschema==2.6.0

sudo -H pip install --upgrade pyyaml==5.4.1