Users Guide
表11-5 提供了使用 SM-CLP 在 Managed System 上执行 SEL 相关操作的示例。
表 11-5.SEL管理操作
映射目标导航
表11-6 提供了使用 cd verb 导航映射的示例。在所有示例中,假定初始的默认目标为 /。
表 11-6.映射目标导航操作
设置 iDRAC IP 地址、子网掩码和网关地址
操作
语法
查看 SEL
->show /system1/sp1/logs1
Targets:
record1
record2
record3
record4
record5
Properties:
Description=IPMI SEL
MaxNumberOfRecords=512
CurrentNumberOfRecords=5
Verbs:
cd
delete
exit
help
show
version
查看 SEL 记录
->show /system1/sp1/logs1/record4
ufip=/system1/sp1/logs1/log1/record4
Properties:
Caption=Not defined
Description=Backplane Drive 0: drive slot sensor for Backplane, drive presence was asserted
ElementName=Not Supported
LogCreationClassName=CIM_RecordLog
LogName=IPMI SEL
CreationClassName=CIM_LogRecord
RecordID=4
MessageTimeStamp=16:37:10,January 13,2007
Verbs:
cd
exit
help
show
version
清除 SEL
->delete /system1/sp1/logs1
All records deleted successfully
操作
语法
导航到系统目标并重新引导
->cd system1
->reset
注: 当前默认目标为 /。
导航到 SEL 目标并显示日志记录
->cd system1
->cd sp1
->cd logs1
->show
->cd system1/sp1/logs1
->show
显示当前目标
->cd .
上移一级
->cd ..
退出 shell
->exit