User's Manual

Using the Dell™ Management Pack for Microsoft
®
Operations Manager 35
When user names, passwords or KGKeys for the BMC are changed, the BMC login details of the corresponding
server should also be manually updated in the
Individual_BMC_Authentication_Credentials
section of the
%Management_Group_Name%_bmcServers.xml
. By default, each BMC user name, password and KGKey
will be used by the Dell Remote Power Control tasks and the LED Identification Control tasks. Global BMC
Authentication Credentials are disabled when either BMC_UserName, BMC_Password, or BMC_KGKey of
the Global Credential section is set to
-1
in the xml file. For enabling the use of Global BMC
Authentication Credentials (that is, one global BMC_UserName, BMC_Password, and BMC_KGKey for all
Table 4-3. Sample Global_BMC_Authentication_Credentials
<Global_BMC_Authentication_Credentials>
<!-- The Global credentials override all individual server BMC authenti-
cation credentials if enabled-->
<!-- To enable global authentication credentials, enter Global username,
Global password and Global KGKey below-->
<!-- To disable global authentication credentials, set either one of
Global username, Global password or Global KGKey to -1-->
<BMC_UserName>-1</BMC_UserName>
<BMC_Password>-1</BMC_Password>
<BMC_KG_Key>-1</BMC_KG_Key>
</Global_BMC_Authentication_Credentials>
Table 4-4. Sample Individual_BMC_Authentication_Credentials
Individual_BMC_Authentication_Credentials>
- <!--To set unique BMC Username, password, KGKey per server , set
either Global BMC Username or Global BMC Password or Global KGKey to -1
and edit the BMC login credentials per server below-->
- <Server>
<ServerFQDN>conn-pe2850.rocksdev.net</ServerFQDN>
<BMC_IP>192.168.18.172</BMC_IP>
<BMC_UserName>root</BMC_UserName>
<BMC_Password>calvin</BMC_Password>
<BMC_KG_Key>00</BMC_KG_Key>
</Server>