yukiiiiii2008

joined 10 months ago
[–] [email protected] 1 points 10 months ago

Where do you put the script? I just want to fix the fan speed to 10% when the server power on.

 

Currently, I use the following command to set the fan speed of the server after it starts up:

```

ipmitool -I lanplus -H 192.168.31.217 -U root -P calvin raw 0x30 0x30 0x01 0x00

ipmitool -I lanplus -H 192.168.31.217 -U root -P calvin raw 0x30 0x30 0x02 0xff 0x0a

```

The problem is whenever the server restarts, the fan speed will change back to its old state.

That's really a problem, for example, if I go out and the power goes out and then comes back on. There will be a huge noise made by the server before I get home.

 

I bought several VPSes across different VPS providers. Although I chose Ubuntu 20.04 on all providers, I found they use different Linux kernels. There might be other differences as well. In order to keep my running environment stable, I want to use the same OS image in all VPSes. But I think it's impossible, it seems, that every vendor has some modification on internet options at least.