Dell V1.2 Manual de usuario Pagina 215

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 224
  • Tabla de contenidos
  • SOLUCIÓN DE PROBLEMAS
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 214
27
Using OpenManage Essentials Command Line
Interface
Launching the OpenManage Essentials Command Line Interface
Click StartAll Programs OpenManage ApplicationsEssentials Essentials Command Line Interface.
Creating a Discovery Profile Input File
CLI commands that create discovery ranges or discovery groups require an XML-based file that defines the parameters
for discovery protocols such as SNMP, WMI, Storage, WS-Man, SSH, and IPMI. This file defines which protocols are
used and the parameters for each of the protocols. The file can be modified using an XML editor or a text editor. A
sample XML file (DiscoveryProfile.xml) is included in thesamples folder at C:\Program Files (x86)\Dell\SysMgt\Essentials
\Tools\CLI\Samples
. Edit the xml file and rename it to create multiple discovery profiles. You cannot store passwords for
WMI, IPMI, WS-Man, EMC and SSH protocols in the XML file. Specify passwords in the command line arguments using
the following commands:
-wmiPassword<wmi password>
-ipmiPassword<ipmi password>
-wsmanPassword<wsman password>
-emcPassword<emc password>
-sshPassword<ssh password>
An example of the profile.xml file is outlined below:
<?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">
215
Vista de pagina 214
1 2 ... 210 211 212 213 214 215 216 217 218 219 220 ... 223 224

Comentarios a estos manuales

Sin comentarios