问题描述
长时间 AC 测试,出现 SSH 无法连接的现象,脚本判断条件:BMC ping 通,且能正常访问 redfish 后,使用 SSH 登录 BMC,登录失败,80 次出现一次
查看 security log 可见
2026-03-04T05:09:52.962673+08:00 2102315CBF10QC100040 sshd[5264]: error: get auth_mode failed
2026-03-04T05:09:54.476842+08:00 2102315CBF10QC100040 sshd[5440]: error: get auth_mode failed
2026-03-04T05:09:56.507441+08:00 2102315CBF10QC100040 sshd[5496]: error: get auth_mode failed
2026-03-04T05:09:58.604189+08:00 2102315CBF10QC100040 sshd[5534]: error: get auth_mode failed
查看 app.log 可见
2026-03-04 05:09:52.962124 native_code ERROR: uip_user.c(953): [uip user] Call method failed, Error name:org.freedesktop.DBus.Error.ServiceUnknown, Error message:The name bmc.kepler.iam was not provided by any .service files.
该时间点 sshd 发生了 coredump:
![]()
该时段伴有大量组件异常重启
一键日志(分卷压缩,去掉 txt 后缀解压):
dump_info.zip.txt (993.6 KB)
dump_info.z03.txt (8 MB)
dump_info.z02.txt (8 MB)
dump_info.z01.txt (8 MB)
环境信息
1230 SP1 补丁版本
海力士闪存,但是未见典型 unexpected symbol 打印

