Users Guide

27
OpenManage Essentials コマンドラインイン
タフェースの使用
OpenManage Essentials コマンドラインインタフェースの起動
スタートすべてのプログラム OpenManage ApplicationsEssentials Essentials コマンドラインインタ
フェース をクリックします。
検出プロファイル入力ファイルの作成
検出範囲または検出グループを作成する CLI コマンドには、SNMPWMIStorageWS-ManSSH および IPMI
などの検出プロトコルのパラメータを定義する XML ファイルが必要になります。このファイルは、使用され
るプロトコルや、各プロトコルのパラメータを定義します。ファイルは XML エディタまたはテキストエディ
タを使って変更できます。サンプル XML ファイルDiscoveryProfile.xmlは、C:\Program Files (x86)\Dell\SysMgt
\Essentials\Tools\CLI\Samples サンプル フォルダに含まれています。複数の検出プロファイルを作成するに
は、xml ファイルを編集して名前を変更します。XML ファイルに WMIIPMIWS-ManEMC および SSH
ロトコルのパスワードを保存することはできません。パスワードは、次のコマンドを使ってコマンドライン
引数に指定してください。
-wmiPassword<wmi password>
-ipmiPassword<ipmi password>
-wsmanPassword<wsman password>
-emcPassword<emc password>
-sshPassword<ssh password>
profile.xml ファイルの一例を以下に示します。
<?xml version="1.0" encoding="utf-8" ?> <DiscoveryConfiguration> <NetMask>
255.255.255.240 </NetMask> <ICMPConfiguration> <Timeout>400</Timeout>
<Retries>1</Retries> </ICMPConfiguration> <SNMPConfig Enable="True">
<GetCommunity>public</GetCommunity> <SetCommunity></SetCommunity> <Timeout>400</
Timeout> <Retries>2</Retries> </SNMPConfig> <WMIConfig Enable="False">
<UserName>Administrator</UserName> </WMIConfig> <StoragePowerVaultConfig
Enable="False"></StoragePowerVaultConfig> <StorageEMCConfig Enable="False">
<UserName>Administrator</UserName> <Port>443</Port> </StorageEMCConfig>
<WSManConfig Enable="False"> <Userid></Userid> <Timeout>2</Timeout> <Retries>4</
Retries> <Port>623</Port> <SecureMode Enable="False" SkipNameCheck="False"
TrustedSite="False"> <CertificateFile>Certificate.crt</CertificateFile> </
SecureMode> </WSManConfig> <IPMIConfig Enable="False"> <UserName></UserName>
<KGkey></KGkey> <Timeout>5</Timeout> <Retries>2</Retries> </IPMIConfig>
<SSHConfig Enabled="True"> <UserName>Administrator</UserName> <Timeout>5</
Timeout> <Retries>2</Retries> <Port>400</Port> </SSHConfig> </
DiscoveryConfiguration>
メモ: WS-Man を使って iDRAC を検出した場合、および証書ファイルがローカルシステムにある必要があ
るセキュアモードを使用している場合、証書ファイルへの完全なパスを指定してください。例:c:
\192.168.1.5.cer
221