This commit is contained in:
30
Docs/华为服务器设置风扇转速.md
Normal file
30
Docs/华为服务器设置风扇转速.md
Normal file
@@ -0,0 +1,30 @@
|
||||
> 本文作者:丁辉
|
||||
|
||||
# 华为服务器设置风扇转速
|
||||
|
||||
1. 首先用ssh登录服务器
|
||||
|
||||
```bash
|
||||
ssh root@$IP
|
||||
```
|
||||
|
||||
2. 设置风扇的工作模式为手动,并设置手动的时间为1亿秒,大概3年多
|
||||
|
||||
```bash
|
||||
ipmcset -d fanmode -v 1 100000000
|
||||
```
|
||||
|
||||
3. 设置风扇转速是百分之多少,默认是20%
|
||||
|
||||
```bash
|
||||
ipmcset -d fanlevel -v 20
|
||||
```
|
||||
|
||||
4. 获取风扇的当前模式
|
||||
|
||||
```bash
|
||||
ipmcget -d fanmode
|
||||
ipmcget -d fanlevel
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user