Users Guide
Table Of Contents
- Dell Command | Monitor バージョン10.5 ユーザーズガイド
- 目次
- Dell Command | Monitor 10.5の概要
- Windows SMM Security Mitigations Table(WSMT)準拠
- Dell Command | Monitor 10.5の標準およびプロトコル
- Dell Command | Monitor 10.5を使用したユース ケース シナリオ
- Dell Command | Monitor 10.5の使用方法
- Dell Command | Monitor 10.5をローカルで使用したDellクライアント システムの管理
- Dell Command | Monitor 10.5を使用したリモートでのDellクライアント システムの管理
- Dell Command | Monitor 10.5に関するよくある質問
- Dell Command | Monitor 10.5を使用したトラブルシューティング手順
- その他の必要マニュアル
- Dellへのお問い合わせ
メモ: 向上プログラムに参加するオプションは、DCM 10.5 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 を実行しているシステムでは、/opt/omi/bin に
OMICLI がインストールされています。
● 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.5 をローカルで使用した Dell クライアント システムの管理