服务器之ECC报错检查
需要使用ipmitool工具
[root@Resource ~]# yum install ipmitool
首先查看是否有ecc报错
如下图:
[root@Resource ~]# ipmitool sel list | // | :: | Event Logging Disabled #0x72 | Log area reset/cleared | Asserted | // | :: | OS Boot | C: boot completed | Asserted | // | :: | OEM record dc | | 00001e395800 | // | :: | Physical Security #0x73 | General Chassis intrusion () | Asserted | // | :: | Physical Security #0x73 | General Chassis intrusion () | Deasserted | // | :: | Power Supply #0x74 | Redundancy Lost | Asserted | // | :: | Physical Security #0x73 | General Chassis intrusion () | Asserted | // | :: | Physical Security #0x73 | General Chassis intrusion () | Asserted | // | :: | Physical Security #0x73 | General Chassis intrusion () | Asserted a | // | :: | Unknown #0x2e | | Asserted b | // | :: | Memory #0x02 | Uncorrectable ECC (UnCorrectable ECC | DIMMB3) | Asserted c | // | :: | Unknown #0x2e | | Asserted d | // | :: | Memory #0x02 | Uncorrectable ECC (UnCorrectable ECC | DIMMB3) | Asserted e | // | :: | Physical Security #0x73 | General Chassis intrusion () | Asserted f | // | :: | Unknown #0x2e | | Asserted | // | :: | Memory #0x02 | Uncorrectable ECC (UnCorrectable ECC | DIMMB3) | Asserted | // | :: | Unknown #0x2e | | Asserted | // | :: | Memory #0x02 | Uncorrectable ECC (UnCorrectable ECC | DIMMB3) | Asserted | // | :: | Physical Security #0x73 | General Chassis intrusion () | Asserted | // | :: | Unknown #0x2e | | Asserted | // | :: | Memory #0x02 | Uncorrectable ECC (UnCorrectable ECC | DIMMB3) | Asserted | // | :: | Unknown #0x2e | | Asserted | // | :: | Memory #0x02 | Uncorrectable ECC (UnCorrectable ECC | DIMMB3) | Asserted | // | :: | Physical Security #0x73 | General Chassis intrusion () | Asserted | // | :: | Physical Security #0x73 | General Chassis intrusion () | Asserted 1a | // | :: | Physical Security #0x73 | General Chassis intrusion () | Deasserted 1b | // | :: | Drive Slot #0xa1 | Drive Present () | Deasserted 1c | // | :: | Drive Slot #0xa3 | Drive Present () | Deasserted 1d | // | :: | Drive Slot #0xa2 | Drive Present () | Deasserted 1e | // | :: | Drive Slot #0xa1 | Drive Present () | Asserted 1f | // | :: | Drive Slot #0xa3 | Drive Present () | Asserted | // | :: | Drive Slot #0xa0 | Drive Present () | Deasserted | // | :: | Drive Slot #0xa2 | Drive Present () | Asserted | // | :: | Drive Slot #0xa0 | Drive Present () | Asserted | // | :: | Temperature #0x04 | Upper Non-critical going high | Asserted | // | :: | Temperature #0x04 | Upper Non-critical going high | Deasserted | // | :: | Temperature #0x04 | Upper Non-critical going high | Asserted | // | :: | Temperature #0x04 | Upper Non-critical going high | Deasserted | // | :: | Physical Security #0x73 | General Chassis intrusion () | Asserted | // | :: | Physical Security #0x73 | General Chassis intrusion () | Deasserted
报错查看信息为txt文件,如下
[root@Resource ~]# ipmitool sel save SN12345.txt | // | :: | Event Logging Disabled #0x72 | Log area reset/cleared | Asserted | // | :: | OS Boot | C: boot completed | Asserted | // | :: | OEM record dc | | 00001e395800 | // | :: | Physical Security #0x73 | General Chassis intrusion () | Asserted | // | :: | Physical Security #0x73 | General Chassis intrusion () | Deasserted | // | :: | Power Supply #0x74 | Redundancy Lost | Asserted | // | :: | Physical Security #0x73 | General Chassis intrusion () | Asserted | // | :: | Physical Security #0x73 | General Chassis intrusion () | Asserted | // | :: | Physical Security #0x73 | General Chassis intrusion () | Asserted a | // | :: | Unknown #0x2e | | Asserted b | // | :: | Memory #0x02 | Uncorrectable ECC (UnCorrectable ECC | DIMMB3) | Asserted c | // | :: | Unknown #0x2e | | Asserted d | // | :: | Memory #0x02 | Uncorrectable ECC (UnCorrectable ECC | DIMMB3) | Asserted e | // | :: | Physical Security #0x73 | General Chassis intrusion () | Asserted f | // | :: | Unknown #0x2e | | Asserted | // | :: | Memory #0x02 | Uncorrectable ECC (UnCorrectable ECC | DIMMB3) | Asserted | // | :: | Unknown #0x2e | | Asserted | // | :: | Memory #0x02 | Uncorrectable ECC (UnCorrectable ECC | DIMMB3) | Asserted | // | :: | Physical Security #0x73 | General Chassis intrusion () | Asserted | // | :: | Unknown #0x2e | | Asserted | // | :: | Memory #0x02 | Uncorrectable ECC (UnCorrectable ECC | DIMMB3) | Asserted | // | :: | Unknown #0x2e | | Asserted | // | :: | Memory #0x02 | Uncorrectable ECC (UnCorrectable ECC | DIMMB3) | Asserted | // | :: | Physical Security #0x73 | General Chassis intrusion () | Asserted | // | :: | Physical Security #0x73 | General Chassis intrusion () | Asserted 1a | // | :: | Physical Security #0x73 | General Chassis intrusion () | Deasserted 1b | // | :: | Drive Slot #0xa1 | Drive Present () | Deasserted 1c | // | :: | Drive Slot #0xa3 | Drive Present () | Deasserted 1d | // | :: | Drive Slot #0xa2 | Drive Present () | Deasserted 1e | // | :: | Drive Slot #0xa1 | Drive Present () | Asserted 1f | // | :: | Drive Slot #0xa3 | Drive Present () | Asserted | // | :: | Drive Slot #0xa0 | Drive Present () | Deasserted | // | :: | Drive Slot #0xa2 | Drive Present () | Asserted | // | :: | Drive Slot #0xa0 | Drive Present () | Asserted | // | :: | Temperature #0x04 | Upper Non-critical going high | Asserted | // | :: | Temperature #0x04 | Upper Non-critical going high | Deasserted | // | :: | Temperature #0x04 | Upper Non-critical going high | Asserted | // | :: | Temperature #0x04 | Upper Non-critical going high | Deasserted | // | :: | Physical Security #0x73 | General Chassis intrusion () | Asserted | // | :: | Physical Security #0x73 | General Chassis intrusion () | Deasserted [root@Resource ~]# ll total -rw-r--r--. root root Nov : SN12345.txt
查看保存的文件信息
[root@Resource ~]# cat SN12345.txt 0x04 0x10 0x72 0x6f 0x02 0xff 0xff # Event Logging Disabled #0x72 Log area reset/cleared 0x04 0x1f 0x00 0x6f 0x01 0xff 0xff # OS Boot #0x00 C: boot completed 0x37 0x00 0x00 0x1e 0x39 0x58 0x00 # Reserved #0x00 Unknown 0x04 0x05 0x73 0x6f 0x80 0x02 0xff # Physical Security #0x73 General Chassis intrusion () 0x04 0x05 0x73 0xef 0x80 0x02 0xff # Physical Security #0x73 General Chassis intrusion () 0x04 0x08 0x74 0x0b 0x01 0xff 0xff # Power Supply #0x74 Redundancy Lost 0x04 0x05 0x73 0x6f 0x80 0x02 0xff # Physical Security #0x73 General Chassis intrusion () 0x04 0x05 0x73 0x6f 0x80 0x02 0xff # Physical Security #0x73 General Chassis intrusion () 0x04 0x05 0x73 0x6f 0x80 0x02 0xff # Physical Security #0x73 General Chassis intrusion () 0x04 0xc1 0x2e 0x72 0xa2 0x04 0x00 # Unknown #0x2e Unknown 0x04 0x0c 0x02 0x6f 0xa1 0xc1 0x40 # Memory #0x02 Uncorrectable ECC (UnCorrectable ECC | DIMMB3) 0x04 0xc1 0x2e 0x72 0xa2 0x04 0x00 # Unknown #0x2e Unknown 0x04 0x0c 0x02 0x6f 0xa1 0xc1 0x40 # Memory #0x02 Uncorrectable ECC (UnCorrectable ECC | DIMMB3) 0x04 0x05 0x73 0x6f 0x80 0x02 0xff # Physical Security #0x73 General Chassis intrusion () 0x04 0xc1 0x2e 0x72 0xa2 0x04 0x00 # Unknown #0x2e Unknown 0x04 0x0c 0x02 0x6f 0xa1 0xc1 0x40 # Memory #0x02 Uncorrectable ECC (UnCorrectable ECC | DIMMB3) 0x04 0xc1 0x2e 0x72 0xa2 0x04 0x00 # Unknown #0x2e Unknown 0x04 0x0c 0x02 0x6f 0xa1 0xc1 0x40 # Memory #0x02 Uncorrectable ECC (UnCorrectable ECC | DIMMB3) 0x04 0x05 0x73 0x6f 0x80 0x02 0xff # Physical Security #0x73 General Chassis intrusion () 0x04 0xc1 0x2e 0x72 0xa2 0x04 0x00 # Unknown #0x2e Unknown 0x04 0x0c 0x02 0x6f 0xa1 0xc1 0x40 # Memory #0x02 Uncorrectable ECC (UnCorrectable ECC | DIMMB3) 0x04 0xc1 0x2e 0x72 0xa2 0x04 0x00 # Unknown #0x2e Unknown 0x04 0x0c 0x02 0x6f 0xa1 0xc1 0x40 # Memory #0x02 Uncorrectable ECC (UnCorrectable ECC | DIMMB3) 0x04 0x05 0x73 0x6f 0x80 0x02 0xff # Physical Security #0x73 General Chassis intrusion () 0x04 0x05 0x73 0x6f 0x80 0x02 0xff # Physical Security #0x73 General Chassis intrusion () 0x04 0x05 0x73 0xef 0x80 0x02 0xff # Physical Security #0x73 General Chassis intrusion () 0x04 0x0d 0xa1 0xef 0xa0 0x01 0x01 # Drive Slot #0xa1 Drive Present () 0x04 0x0d 0xa3 0xef 0xa0 0x01 0x03 # Drive Slot #0xa3 Drive Present () 0x04 0x0d 0xa2 0xef 0xa0 0x01 0x02 # Drive Slot #0xa2 Drive Present () 0x04 0x0d 0xa1 0x6f 0xa0 0x01 0x01 # Drive Slot #0xa1 Drive Present () 0x04 0x0d 0xa3 0x6f 0xa0 0x01 0x03 # Drive Slot #0xa3 Drive Present () 0x04 0x0d 0xa0 0xef 0xa0 0x01 0x00 # Drive Slot #0xa0 Drive Present () 0x04 0x0d 0xa2 0x6f 0xa0 0x01 0x02 # Drive Slot #0xa2 Drive Present () 0x04 0x0d 0xa0 0x6f 0xa0 0x01 0x00 # Drive Slot #0xa0 Drive Present () 0x04 0x01 0x04 0x01 0x57 0xaa 0xaa # Temperature #0x04 Upper Non-critical going high 0x04 0x01 0x04 0x81 0x57 0xa7 0xaa # Temperature #0x04 Upper Non-critical going high 0x04 0x01 0x04 0x01 0x57 0xaa 0xaa # Temperature #0x04 Upper Non-critical going high 0x04 0x01 0x04 0x81 0x57 0xa7 0xaa # Temperature #0x04 Upper Non-critical going high 0x04 0x05 0x73 0x6f 0x80 0x02 0xff # Physical Security #0x73 General Chassis intrusion () 0x04 0x05 0x73 0xef 0x80 0x01 0xff # Physical Security #0x73 General Chassis intrusion ()
根据红色带有ECC的报错信息,前面的代码
0x04 0x0c 0x02 0x6f 0xa1 0xc1 0x40 # Memory #0x02 Uncorrectable ECC (UnCorrectable ECC | DIMMB3)
根据这些16进制代码判断定位内存的位置,进行更换内存
这个位置,以服务器厂商给的技术文档所要求得为准,因为每个机型的位置都不一样~
服务器之ECC报错检查的更多相关文章
- SpringBoot注册Windows服务和启动报错的原因
SpringBoot注册Windows服务和启动报错的原因 Windows系统启动Java程序会弹出黑窗口.黑窗口有几点不好.首先它不美观:其次容易误点导致程序关闭:但最让我匪夷所思的是:将鼠标光标选 ...
- 【spring boot】spring cloud下spring boot微服务启动没有报错,但是访问访问不到
spring cloud下spring boot微服务启动没有报错,但是访问访问不到 解决方法: 可能是端口被占用了,但是依旧启用成功了. 更改一下项目启用的端口号,再重新启动查看是否可以正常访问.
- 阿里云服务执行mysql_install_db报错
问题描述:阿里云服务执行mysql_install_db报错解决方案:安装autoconf库(yum -y install autoconf)然后在执行:mysql_install_db就会出现这样, ...
- 解决 U2000 R017 安装报错: 检查SQL server数据库环境变量信息 ( 异常 ) [ 详细信息 ] PATH环境变量中缺少数据库路径的信息
U2000 R017 安装报错: 检查SQL server数据库环境变量信息 ( 异常 ) [ 详细信息 ] PATH环境变量中缺少数据库路径的信息 管理员模式打开注册表位置: HKEY_LOCAL_ ...
- (转) 关于Oracle EBS邮件服务无法使用的报错
来源http://blog.itpub.net/23850820/viewspace-1060596/ 也可以检查如下网站:http://blog.sina.com.cn/s/blog_5b021b4 ...
- systemctl status ssh.service 服务重启出现报错
Case: ubuntu在从Ubuntu 16.04 LTS 升级到18.04 的时候,执行 do-release-upgrade -d 后,发现ssh无法登陆服务器, Solution: 1.通过s ...
- 【Solr】新建core后,启动服务访问web报错 HTTP Status 503
新建core collection2后,启动solr服务,访问solr web界面报错. HTTP Status 503 - Server is shutting down or failed to ...
- springCloud 服务注册启动报错<com.sun.jersey.api.client.ClientHandlerException: java.net.ConnectException: Connection refused: connect>
报错:com.sun.jersey.api.client.ClientHandlerException: java.net.ConnectException: Connection refused: ...
- Windows服务启动时候报错1053
用.net 开发了一个C#语言的windows服务,在本地和测试环境,安装启动都正常,在新的线上环境报错,不能启动-报出-错误1053:服务没有及时响应启动或控制请求. 后来发现时线上.NET FRA ...
随机推荐
- Webpack安装和配置
一.安装和配置webpack 1.全局安装webpack 这样就安装好了webpack,可以再全局通过webpack -v来查看是否安装成功. 2.先创建项目目录结构,根目录是mywebpack.进入 ...
- 【后台管理系统】—— Ant Design Pro入门学习&项目实践笔记(三)
前言:前一篇记录了[后台管理系统]目前进展开发中遇到的一些应用点,这一篇会梳理一些自己学习Ant Design Pro源码的功能点.附:Ant Design Pro 在线预览地址. Dashboard ...
- Windows COM Surrogate 已停止工作怎么办
已解决 如何解决"COM Surrogate 已停止工作"问题 悬赏分:15 - 解决时间:2008-7-6 16:55 Vista系统,经常出现这个提示框,烦人. 我试了网上有关 ...
- nmap小技巧[1] 探测大网络空间中的存活主机
url: nmap是所有安全爱好者应该熟练掌握的扫描工具,本篇介绍其在扫描大网络空间时的用法. 为什么要扫描大网络空间呢? 有这样的情形: 内网渗透 攻击者单点突破,进入内网后,需进一步扩大成果, ...
- angular - 如何运行在起来 - 使用nginx
nginx下载地址,使用的是标准版的: 点击下载nginx nginx下载完后,解压 dist文件夹下面所有angular文件放入html文件夹中. 最后命令行cd到当前nginx.exe目录,启动命 ...
- SEO优化100条
1.准备个好域名.①.尽量在5位数内,当然也不一定,反正要让用户好记.(看个人):②.尽量用顶级的域名,搜索排名感觉好一点.③.做中文站最好用拼音注册,不要问为什么.看百度(baidu.com)就是很 ...
- MyISAM的key_buffer_size和InnoDB的innodb_buffer_pool_size
一.MyISAM的key_buffer_size MyISAM的索引方式是非聚集索引,主索引和其他索引没有本质区别,在data域都是存储了具体记录行的地址.key_buffer_size规定了系统将多 ...
- Unity Android && Ant Automate Build 之一
这几天抽空研究下Android SDK 自动化打包.顺便温习下Unity 与 Android 交互机制. 一.Unity 与 Android 的 消息传递机制 Example: 导出 Android ...
- [翻译]JUnit 5 用户手册
为了系统的学习下 JUnit 5, 因此开始翻译 JUnit 5 官方用户手册, 谢谢关注! 本手册翻译自 5.0.0-M4 版本. 若感兴趣, 可 star 或 fork 该仓库! GitHub: ...
- detach与remove区别,以及detach保留被删除的元素数据,使用
detach() 会保留所有绑定的事件.附加的数据,这一点与 remove() 不同. remove掉元素后,元素再也找不回了.但是detach还能找回来,还能保留下来. 实现方式如下代码: < ...