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
消息:
电压探测器警告阈值已成功设置。