Users Guide
Table Of Contents
- Dell EMC OpenManage Power Center 4.1 用户指南
- 概览
- 入门指南
- 使用 OpenManage Power Center
- OpenManage Power Center 的预安装要求
- 在 Microsoft Windows 操作系统上使用 Power Center
- 在 Linux 操作系统上使用 OpenManage Power Center
- 通过命令行界面使用 OpenManage Power Center
- 访问控制
- 任务管理
- 设备管理
- 虚拟机
- 电源监测
- 温度监测
- 策略
- 分析
- 管理报告
- 事件管理
- 安全性
- 配置设置
- 日志
- 故障排除
- 在 Microsoft Windows 操作系统上升级故障恢复
- 在 Linux 操作系统上升级故障恢复

● ssh_port
● ssh_user
● ssh_password
● ssh_validate_cert
对于 SNMPv1v2c,该属性是 snmp_community_string。(必填)。
对于 SNMPv3,该属性为:
● snmp_user (Required)
● snmp_authentication_password
● snmp_encryption_password
对于 WMI,该属性为:
● wmi_domain
● wmi_user
● wmi_password
update_profile
用法:
ompc_cli update_profile [-description <description>] [<pair of protocol property and value
options>] <profile_name> [<new_profile_name>]
update_profile 命令更新 OMPC 中现有的查找配置文件,目标文件由 profile_name 来确定。其命令选项的语义与 add_profile 命令
中的选项一致。而可以更新的协议属性集则取决于该配置文件所支持的协议。如果提供了 new_profile_name,则 profile_name 被
更新为 new_profile_name。
add_device
用法:
ompc_cli add_device [-device_name <device_name>] [-description <description>] [-size <size>]
[-estimated_max_power <estimated_max_power>] –device_type <SERVER | PDU | UPS | UNSUPPORTED |
CHASSIS | HYPERVISOR> [-model <model>] [–profile <profile-name>] [-protocol <protocol_name>]
[<pair of protocol property and value options>] [host_name or ip]
add_device 命令通过使用由配置文件名称确定的配置文件,或使用通过命令选项直接提供的相关协议信息,来将设备添加到
OMPC。您无法同时输入 –profile 和 –protocol。您无法同时输入 –profile–protocol。
device_name 为可选项,如果未提供该选项,则 OMPC 将生成一个 device_name(遵循与网络查找中一样的规则)。对于不支持
的设备,默认情况下自动生成的 device_name 为
不支持
。为了确保标识的唯一性,OMPC 会在设备名称后面附加上编号。
The [host_name or ip] 选项为必填项,除非 device_type 为
不支持
。
只有在类型为
不支持
的情况下,-model-才有效。
update_device
用法:
ompc_cli update_device [-description <description>] [-size <size>] [-estimated_max_power
<estimated_max_power>] [-host_name <host_name>] [-ip <ip>] [<pair of protocol property and
value options>] <device_name > [<new_device_name>]
update_device 命令更新由其 device_name 确定的设备信息。如果提供 new_device_name,则 device_name 也将更新为
new_device_name。[<pair of protocol property and value options>] 则取决于该设备所支持的协议。
28 通过命令行界面使用 OpenManage Power Center