Users Guide
Table Of Contents
- Dell Command | Monitor バージョン10.2.1 ユーザーズガイド
- Dell Command | Monitor 10.2.1の概要
- Windows SMM Security Mitigations Table(WSMT)準拠
- Dell Command | Monitor 10.2.1の標準およびプロトコル
- Dell Command | Monitor 10.2.1を使用したユース ケース シナリオ
- Dell Command | Monitor 10.2.1の使用方法
- Dell Command | Monitor 10.2.1を使用したDellクライアント システムのローカルでの管理
- Dell Command | Monitor 10.2.1を使用したDellクライアント システムのリモートでの管理
- Dell Command | Monitor 10.2.1に関するよくある質問
- Dell Command | Monitor 10.2.1を使用したトラブルシューティング手順
- サードパーティライセンス
- その他の必要マニュアル
- デルへのお問い合わせ
メモ: 向上プログラムを利用できるのは、DCM v10.2.1 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.2.1 を使用した Dell クライアント システムのローカルでの管理