# set_bios **Repository Path**: chenzhm23/set_bios ## Basic Information - **Project Name**: set_bios - **Description**: ipmitool设置BIOS参数 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-07-28 - **Last Updated**: 2022-07-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 设置一下四个BIOS参数可参考下面方法,大小写可能有区分,具体以参数查询结果为准: "NumaEn": "Enabled" "TurboMode": "Disabled" "ProcessorAutonomousCstateEnable": "Enabled" "ProcessorHyperThreadingDisable": "Enabled" ### 例如,设置NumaEn为Enabled,执行: ` python set_bios.py --ip=xxx --username=xxx --password=xxx --key=NumaEn --val=Enabled ` ### 查询可配置的BIOS参数,执行: ` python get_bios.py --ip=xxx --username=xxx --password=xxx ` 参考链接:https://support.huawei.com/enterprise/zh/doc/EDOC1000126991/e9811db1