Owners Manual
28
OpenManage Essentials コマンドラインイ
ンタフェースの使用
OpenManage Essentials コマンドラインインタフェースの
起動
スタート → すべてのプログラム → OpenManage Applications → Essentials → Essentials コマンドライン
インタフェース をクリックします。
検出プロファイル入力ファイルの作成
検出範囲または検出グループを作成する CLI コマンドには、SNMP、WMI、Storage、WS-Man、SSH および
IPMI などの検出プロトコルのパラメータを定義する XML ファイルが必要になります。このファイルは、使
用されるプロトコルや、各プロトコルのパラメータを定義します。ファイルは
XML エディタまたはテキスト
エディタを使って変更できます。サンプル XML ファイル(DiscoveryProfile.xml)は、C:\Program Files
(x86)\Dell\SysMgt\Essentials\Tools\CLI\Samples の サンプル フォルダに含まれています。複数の検出プロ
ファイルを作成するには、
xml ファイルを編集して名前を変更します。XML ファイルに WMI、IPMI、WS-
Man、EMC および 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>
253