T630-GPU服务器宕机、自动重启日志记录

630-GPU服务器宕机,自动重启,日志记录:A fatal error was detected on a component at bus 128 device 3 function 0

故障原因:

造成机器宕机的原因是当多GPU高负载工作时, GPU 温度达到阈值(95度)触发了bus fatal error,导致重启宕机。

根本原因是IDRAC 温控进程异常,无法准确实时的反馈GPU实际工作温度,从而使GPU过热宕机;

Racadm直接调整风扇转速方式:

查看当前值:

[root@xxxxx ~]#racadm -r BMCIP -u xxx -p xxx get System.ThermalSettings.FanSpeedoffset

Security Alert: Certificate is invalid - self signed certificate

Continuing execution. Use -S option for racadm to stop execution on certificate-related errors.

[Key=System.Embedded.1#ThermalSettings.1]

FanSpeedOffset=Off

设置风扇转速值为3:【0 low fan speed、1 medium fan speed、2 high fan speed、3 max fan speed】

[root@xxxxx ~]# racadm -r BMCIP -u xxx -p xxx set System.ThermalSettings.FanSpeedoffset 3

Security Alert: Certificate is invalid - self signed certificate

Continuing execution. Use -S option for racadm to stop execution on certificate-related errors.

[Key=System.Embedded.1#ThermalSettings.1]

Object value modified successfully

设置完成后再次查看:

[root@xxxxx ~]#racadm -r BMCIP -u xxx -p xxx get System.ThermalSettings.FanSpeedoffset

Security Alert: Certificate is invalid - self signed certificate

Continuing execution. Use -S option for racadm to stop execution on certificate-related errors.

[Key=System.Embedded.1#ThermalSettings.1]

FanSpeedOffset=Max Fan Speed

通过调整风扇转速,服务器运行正常。

文章来源:https://www.cnaaa.net,转载请注明出处:https://www.cnaaa.net/archives/8190

(0)
郭靖的头像郭靖
上一篇 2023年5月16日 下午5:20
下一篇 2023年5月17日 下午5:25

相关推荐

  • Racadm安装指南

    安装 racadm 重置密码 查看磁盘阵列 查看虚拟磁盘信息 共三个阵列, 两个 raid1 , 一个 raid5. 状态都是 OK 查看物理盘信息 列出所有的物理磁盘 一共12个物理磁盘

    2023年5月17日
    70810
  • Linux如何搭建docker环境

    1、docker的版本信息 Docker CE在17.03版本之前叫Docker Engine,版本号从0.1.0(2013-03-23)~1.13.1(2017-02-08),详见https://docs.docker.com/release-notes/docker-engine/Docker分为CE和EE。CE即社区版(免费);EE即企业版,强调安全,…

    2022年11月16日
    50200
  • Dockerfile构建镜像

    Dockerfile 是一个文本文件,其内包含了一条条的 指令(Instruction),每一条指令构建一层,因此每一条指令的内容,就是描述该层应当如何构建。 以之前定制 nginx 镜像为例,这次我们使用 Dockerfile 来定制。 这个 Dockerfile 很简单,一共就两行。涉及到了两条指令,FROM 和 RUN。 FROM 指定基础镜像 所谓定…

    2022年11月21日
    38400
  • Docker Commit构建镜像

    docker commit只用于特殊场合,比如被入侵后保存现场。一般不使用docker commit构建镜像。 现在让我们以定制一个 Web 服务器为例子,来讲解镜像是如何构建的。 这条命令会用 nginx 镜像启动一个容器,命名为 webserver,并且映射了 80 端口,这样我们可以用浏览器去访问这个 nginx 服务器。 如果是在本机运行的 Dock…

    2022年11月19日
    35700
  • Filebeat的Registry文件解读

    Registry文件 Filebeat会将自己处理日志文件的进度信息写入到registry文件中,以保证filebeat在重启之后能够接着处理未处理过的数据,而无需从头开始 registry文件内容为一个list,list里的每个元素都是一个字典,字典的格式如下: 每个字段的意义解释: source: 记录采集日志的完整路径 offset:&nbs…

    2023年5月25日
    30800

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注

在线咨询: QQ交谈

邮件:712342017@qq.com

工作时间:周一至周五,8:30-17:30,节假日休息

关注微信