当前位置:网站首页>HP 阵列卡排障一例
HP 阵列卡排障一例
2022-07-03 16:58:00 【星哥玩云】
公司使用的是HP gen8机器,用的是p420i阵列卡,同时在系统的另一端,nagios监控系统配合nrpe脚本check_hpasm定期检测硬件健康。
最近为了让机器更带劲,加上了SSD硬盘,机械硬盘仅用作大容量存储,在感受速度与激情的同时,悲剧接踵而至。
nagios 监控报警,硬件出错:
CRITICAL - da controller 1 in slot 1 needs attention, System: 'proliant dl3x0e gen8', S/N: 'CN74xxxxx', ROM: 'P73 12/20/2013' Performance Data: pc_1=65 fan_5=27% fan_6=27% fan_7=27% fan_8=27% temp_1_ambient=23;42;42 temp_2_cpu#1=40;70;70 temp_4_memory_bd=24;87;87 temp_6_memory_bd=25;80;80 temp_7_memory_bd=26;80;80 temp_8_memory_bd=26;80;80 temp_9_memory_bd=25;80;80 temp_10_memory_bd=25;80;80 temp_11_memory_bd=26;80;80 temp_12_system_bd=35;60;60 temp_13_system_bd=44;105;105 temp_14_system_bd=33;95;95 temp_17_power_supply_bay=26;80;80 temp_18_power_supply_bay=25;80;80 temp_19_system_bd=25;110;110 temp_20_system_bd=21;110;110 temp_21_system_bd=24;110;110 temp_22_system_bd=26;110;110 temp_23_system_bd=21;65;65 temp_26_system_bd=35;100;100 temp_28_system_bd=28;90;90 temp_29_i/o_zone=85;100;100 temp_31_i/o_zone=32;80;80 temp_32_i/o_zone=25;80;80 temp_33_system_bd=32;80;80 temp_34_system_bd=30;80;80 temp_35_system_bd=30;80;80 temp_36_system_bd=31;80;80 temp_37_system_bd=29;80;80
由于报警内容非常含糊,像是一颗***,根本不敢将机器正式投入运营,不得不将机器从机房运回来仔细测试。感觉是硬件故障,但是替换了阵列卡甚至重装了N次操作系统之后,依然报相同的错误。如果不用SSD,只使用普通硬盘,就不会报错。
最终的问题定位到了HP 阵列卡里的HP SSD smart path 功能,该功能可以加速SSD盘读写,有点混合硬盘的味道,即当作机械硬盘的缓存。但是很抱歉,如果你使用SSD硬盘安装操作系统的话,会有上面的报错。
解决办法:
yum install http://downloads.linux.hp.com/SDR/downloads/MCP/CentOS/7/x86_64/10.0/hpssacli-2.0-22.0.x86_64.rpm http://downloads.linux.hp.com/SDR/downloads/MCP/CentOS/7/x86_64/10.0/hpssa-2.0-22.0.x86_64.rpm-y /usr/sbin/hpssacli controller slot=1 array a modify ssdsmartpath=disable
hpssacli-2.0-22.0.x86_64.rpm ,经过测试,这个包centos 6/7 都适用。
边栏推荐
- Network security web penetration technology
- 建立自己的网站(23)
- [combinatorics] recursive equation (characteristic equation and characteristic root | example of characteristic equation | root formula of monadic quadratic equation)
- What is your income level in the country?
- PHP converts a one-dimensional array into a two-dimensional array
- 智慧之道(知行合一)
- LeetCode 1657. Determine whether the two strings are close
- function overloading
- Daily code 300 lines learning notes day 10
- CC2530 common registers for watchdog
猜你喜欢

Add color to the interface automation test framework and realize the enterprise wechat test report
![[combinatorics] polynomial theorem (polynomial theorem | polynomial theorem proof | polynomial theorem inference 1 item number is the number of non negative integer solutions | polynomial theorem infe](/img/9d/6118b699c0d90810638f9b08d4f80a.jpg)
[combinatorics] polynomial theorem (polynomial theorem | polynomial theorem proof | polynomial theorem inference 1 item number is the number of non negative integer solutions | polynomial theorem infe

CC2530 common registers for ADC single channel conversion

What is the material of sa302grc? American standard container plate sa302grc chemical composition

Analysis of variance summary

2022.02.14_ Daily question leetcode five hundred and forty

Thread pool executes scheduled tasks

Idea configuration plug-in

C language modifies files by line

静态程序分析(一)—— 大纲思维导图与内容介绍
随机推荐
What is the maximum number of concurrent TCP connections for a server? 65535?
C language string inversion
定义一个结构体Fraction,表示分数,用于表示 2/3, 5/6这样的分数
What is the material of sa302grc? American standard container plate sa302grc chemical composition
What kind of material is 14Cr1MoR? Analysis of chemical composition and mechanical properties of 14Cr1MoR
UCORE overview
word 退格键删除不了选中文本,只能按delete
2022.02.14_ Daily question leetcode five hundred and forty
Bcvp developer community 2022 exclusive peripheral first bullet
Prepare for the golden three silver four, 100+ software test interview questions (function / interface / Automation) interview questions. win victory the moment one raises one 's standard
香港理工大学|数据高效的强化学习和网络流量动态的自适应最优周界控制
LeetCode 1657. Determine whether the two strings are close
斑马识别成狗,AI犯错的原因被斯坦福找到了
27. Input 3 integers and output them in descending order. Pointer method is required.
What is the difference between 14Cr1MoR container plate and 14Cr1MoR (H)? Chemical composition and performance analysis of 14Cr1MoR
C language string practice
Mysql database DDL and DML
[combinatorics] non descending path problem (number of non descending paths with constraints)
Web crawler knowledge day03
27. 输入3个整数,按从大到小的次序输出。要求用指针方法实现。