Users Guide
Table Of Contents
- Dell Command | Monitor 版本 10.4 用户指南
- Dell Command | Monitor 10.4 简介
- Windows SMM 安全气候变化表 (WSMT) 合规性
- 适用于 Dell Command | Monitor 10.4 的标准和协议
- 使用 Dell Command | Monitor 10.4 的使用案例场景
- 使用 Dell Command | Monitor 10.4
- 使用 Dell Command | Monitor 10.4 本地管理 Dell 客户端系统
- 使用 Dell Command | Monitor 10.4 远程管理 Dell 客户端系统
- 有关 Dell Command | Monitor 10.4 的常见问题
- 使用 Dell Command | Monitor 10.4 的故障处理步骤
- 您可能需要的其他说明文件
- 联系戴尔
注: 改进计划仅适用于 DCM 10.4 x64 位版本。
● 从 WMI 获取代理的命令:
Get-CimInstance -Namespace root\dcim\sysman -ClassName DCIM_ApplicationProxySetting
● 从 WMI 设置代理的命令:
Get-CimInstance -Namespace root\dcim\sysman -ClassName DCIM_ApplicationProxySetting |
Invoke-CimMethod -MethodName Change
ProxySetting -Arguments @{NewAddress="10.0.0.223"; NewPort="8080"}
使用 OMICLI 在本地管理 Linux 系统
您可以使用 OMICLI 命令在本地管理 Linux 系统。在运行 Linux 的系统上,OMICLI 的安装位置为 /opt/omi/bin。
● 枚举 DCIM 类的实例
○ ./omicli ei root/dcim/sysman DCIM_BIOSEnumeration
○ ./omicli ei root/dcim/sysman DCIM_BIOSPassword
● 获取 BIOS 设置的属性
./omicli gi root/dcim/sysman { DCIM_BIOSPassword InstanceID DCIM:BIOSSetupPassword }
● 设置管理员密码
./omicli iv root/dcim/sysman { DCIM_BIOSService Name DCIM:BiosService
SystemCreationClassName DCIM_ComputerSystem SystemName <system name from DCIM_BIOSService
class> CreationClassName DCIM_BIOSService } SetBIOSAttributes { AttributeName "AdminPwd"
AttributeValue dell }
● 更改 BIOS 设置
○ ./omicli iv root/dcim/sysman { DCIM_BIOSService Name DCIM_BiosService
SystemCreationClassName DCIM_ComputerSystem SystemName <system name in DCIM_BIOSService
class> CreationClassName DCIM_BIOSService } SetBIOSAttributes { AttributeName "Num Lock"
AttributeValue “1” AuthorizationToken "" }
○ ./omicli iv root/dcim/sysman { DCIM_BIOSService Name DCIM:BiosService
SystemCreationClassName DCIM_ComputerSystem SystemName <system name from DCIM_BIOSService
class> CreationClassName DCIM_BIOSService } SetBIOSAttributes { AttributeName "AdminPwd"
AttributeValue <password> }
./omicli iv root/dcim/sysman { DCIM_BIOSService Name DCIM:BiosService
SystemCreationClassName DCIM_ComputerSystem SystemName <system name from DCIM_BIOSService
class> CreationClassName DCIM_BIOSService } SetBIOSAttributes { AttributeName "AdminPwd"
AttributeValue <password> }
● 订阅警报
./omicli sub root/dcim/sysman --queryexpr "select * from DCIM_AlertIndication"
22 使用 Dell Command | Monitor 10.4 本地管理 Dell 客户端系统