警报可在系统发生故障之前提前发出通知。SP 中的 Oracle ILOM 实现支持 15 条警报规则,其中配置了各种警报属性。支持的警报类型包括 SNMP 陷阱、IPMI PET 和电子邮件警报。对于 SNMP 陷阱和 PET,警报目标必须安装有相关 Oracle ILOM MIB,并且必须支持 SNMP 陷阱。
-> show -d properties /SP/alertmgmt/rules/alert
其中 alert 是要显示的警报编号,从 1 至 15。
例如,要显示警报 1 的属性,可键入:
-> show -d properties /SP/alertmgmt/rules/1 /SP/alertmgmt/rules/1 Properties: type = snmptrap level = disable destination = 0.0.0.0 destination_port = 0 community_or_username = public snmp_version = 1 testrule = (Cannot show property) ->
在输出中,未配置警报 1 发送任何警报。