Reference Guide

20
简介
故障消息
CLI 故障消息可提供某些命令成功的原因。命令失败常见原因包括语
错误和组件存在。许多错误消息提供成功执行命令的语法信息。
如果您为系统配置中存在的组件或功能执行命令,错误消息会表明该
组件存在。
命令:
omconfig chassis volts index=3 minwarnthresh=
3.3000
Example message:
Error! Number with up to 3 digits after decimal
point expected, read 3.3000
The value given by the command specifies more than
3 digits after the decimal point. A valid minimum
warning threshold value for volts contains up to 3
digits after the decimal point.
键入:
omconfig chassis volts index=3 minwarnthresh=3.300
输入修改保留 3 数点的命令时,会得到一个错误消息:
错误!电压探测器最小警告阈值必须在 11.400 12.480
间。
修改后的命令:
omconfig chassis volts index=3 minwarnthresh=
11.500
消息:
电压探测器警告阈值已成功设置。