Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request support for remote IPMI #27

Open
davidngrc opened this issue Sep 9, 2023 · 8 comments
Open

Request support for remote IPMI #27

davidngrc opened this issue Sep 9, 2023 · 8 comments
Labels
enhancement New feature or request

Comments

@davidngrc
Copy link

it seems like this script is install on a host directly.
but what if the host is proxmox and want to keep it clean, so this script should install in a vm.
possible add remote support?
I think the command is
ipmitool -U ipmi_user_name -P ipmi_password -H ipmi_ip

@petersulyok
Copy link
Owner

petersulyok commented Sep 10, 2023

Not sure if I got the idea correctly but I think it could not work like this.
Remote IPMI management is possible (as you suggested) but you need CPU and HD temperature as well from the remote machine and it is not trivial.

I would rather install this systemd service on the proxmox machine (in /opt or in /usr/local folder) instead of a VM.

@petersulyok
Copy link
Owner

Hi @davidngrc, thinking further on this feature request I think adding extra command line parameter would be not hard at all. Could you please double check if you can read the temperature of the CPU and SATA HD correctly in a VM? I'm not sure if drivetemp can be loaded properly and please compare the temperature value coming in a VM with the temperature of the host machine. Thanks.

@petersulyok petersulyok added the enhancement New feature or request label Sep 14, 2023
@petersulyok
Copy link
Owner

Adding a new docker support for SMFC v3.4.0 might solve your issue here.
@davidngrc please check it out.

@alexanderek
Copy link

Hello!

In my case, the script should work on Proxmox host, getting CPU temperature locally, but HDD disks themselves are in TrueNAS VM. Is there any way to make the script work?

@petersulyok
Copy link
Owner

petersulyok commented Feb 20, 2024

In my case, the script should work on Proxmox host, getting CPU temperature locally, but HDD disks themselves are in TrueNAS VM. Is there any way to make the script work?

Let me understand your plan. You are running Proxmox host and there is a VM running TrueNAS with assigned/dedicated hard disks, right? My assumptions is that you may run smfc inside TrueNAS. What do you think?

@petersulyok
Copy link
Owner

Also, my other idea is to run docker in LCX in Proxmox.

@alexanderek
Copy link

Correct, proxmox and vm truenas scale. I originally thought of running this on the proxmox host, and getting disk temperatures somehow remotely from truenas.

@petersulyok
Copy link
Owner

I do not have experience of running smfc on either Proxmox or on TrueNAS Scale platforms.
I thought docker support might help here, but if you don't access to the host hardware and IPMI interface this could be a issue, definitely.

I will try to understand the issues around these two platforms better.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
3 participants