SimonF

Community Developer
  • Posts

    3511
  • Joined

  • Last visited

  • Days Won

    17

SimonF last won the day on September 17

SimonF had the most liked content!

Converted

  • Location
    United Kingdom

Recent Profile Visitors

9807 profile views

SimonF's Achievements

Experienced

Experienced (11/14)

798

Reputation

123

Community Answers

  1. No but may be able to add. Will need to investigate.
  2. If you could that would be helpful. Currently this is my info for the iDRAC controls I have been testing on a 720. But not part of the plugin as yet. Low ipmitool -I lanplus -H ipaddress of idrac -U username -P password raw 0x30 0xCE 0x00 0x09 0x07 0x00 0x00 0x00 0x07 0x00 0x02 0x02 0x02 0x00 0x00 high ipmitool -I lanplus -H ipaddress of idrac -U username -P password raw 0x30 0xCE 0x00 0x09 0x07 0x00 0x00 0x00 0x07 0x00 0x02 0x02 0x02 0x01 0x00 https://www.virtualbytes.io/dell-poweredge-ipmi-fan-control/ ### Dell Fan Control Commands # # # Hex to Decimal: http://www.hexadecimaldictionary.com/hexadecimal/0x1a/ # # # print temps and fans rpms ipmitool -I lanplus -H <iDRAC-IP> -U <iDRAC-USER> -P <iDRAC-PASSWORD> sensor reading "Ambient Temp" "FAN 1 RPM" "FAN 2 RPM" "FAN 3 RPM" # # print fan info ipmitool -I lanplus -H <iDRAC-IP> -U <iDRAC-USER> -P <iDRAC-PASSWORD> sdr get "FAN 1 RPM" "FAN 2 RPM" "FAN 3 RPM" # # enable manual/static fan control ipmitool -I lanplus -H <iDRAC-IP> -U <iDRAC-USER> -P <iDRAC-PASSWORD> raw 0x30 0x30 0x01 0x00 # # disable manual/static fan control ipmitool -I lanplus -H <iDRAC-IP> -U <iDRAC-USER> -P <iDRAC-PASSWORD> raw 0x30 0x30 0x01 0x01 # # set fan speed to 0 rpm ipmitool -I lanplus -H <iDRAC-IP> -U <iDRAC-USER> -P <iDRAC-PASSWORD> raw 0x30 0x30 0x02 0xff 0x00 # # set fan speed to 20 % ipmitool -I lanplus -H <iDRAC-IP> -U <iDRAC-USER> -P <iDRAC-PASSWORD> raw 0x30 0x30 0x02 0xff 0x14 # # set fan speed to 30 % ipmitool -I lanplus -H <iDRAC-IP> -U <iDRAC-USER> -P <iDRAC-PASSWORD> raw 0x30 0x30 0x02 0xff 0x1e # # set fan speed to 100 % ipmitool -I lanplus -H <iDRAC-IP> -U <iDRAC-USER> -P <iDRAC-PASSWORD> raw 0x30 0x30 0x02 0xff 0x64
  3. Try this command, you will need to use your IP etc /usr/sbin/ipmi-sensors --output-sensor-thresholds --comma-separated-output --output-sensor-state --no-header-output --interpret-oem-data --always-prefix -h '192.168.x.x' -u 'ADMIN' -p 'PASSWORD' --session-timeout=5000 --retransmission-timeout=1000
  4. What is your setting in VM Settings for ISO path And what is the setup of your share?
  5. Iooks like it was usb controller amd You just need to remove the 0a.:0.3 entry from the file. remove 0000:0a:00.3|1022:145f from /boot/config/vfio-pci.conf and it should be fine next reboot.
  6. You can do this. root@computenode:~# cp /usr/local/emhttp/plugins/gpustat/lib/Nvidia.php /boot/config/plugins/gpustat and in your go file to keep persistence as a work around. cp /boot/config/plugins/gpustat/Nvidia.php /usr/local/emhttp/plugins/gpustat/lib/
  7. Yes reboot will reset, but should release version update next week.
  8. Code logic is as follows if string is > 20 chars which yours is. I have added a line to remove GeForce if that is the first word. This would result in the following: you could test on your system by editting /usr/local/emhttp/plugins/gpustat/lib/Nvidia.php as below for the name function.
  9. Not that I know off. Suspect at time of integration they where the most common But if it is integrated it could only be refresh at a version change. plugins allow at faster pace of development to the community.
  10. This is not my thread, I only made it 6.12 compatible. Will see if we can change the OP or may be we should start a new one referring back to this one.
  11. Thanks, sorry should have asked, there is a gpujson file in /tmp could you send that also.
  12. GPU name is taken form nvidia-smi -L can you provide your output? Can you provide lspci also?
  13. @aquaTop changed in the current vers. So you need to use my vers of the gpu stat plugin from CA. Current vers is 2023.09.07 to support new top vers.