HP iLO 4 Scripting and Command Line Guide

<!-- Firmware support information for next 5 tags: -->
<!-- iLO 4 - All versions. -->
<!-- iLO 3 - 1.20 and later. -->
<!-- iLO 2 - None. -->
<DIR_KERBEROS_ENABLED value="Yes"/>
<DIR_KERBEROS_REALM VALUE="realmname.domain.dom"/>
<DIR_KERBEROS_KDC_ADDRESS VALUE="realmkdc.domain.dom"/>
<DIR_KERBEROS_KDC_PORT VALUE="88"/>
<DIR_KERBEROS_KEYTAB>
-----BEGIN KEYTAB-----
VGhpcyBpcyBhIHRlc3Qgb2YgdGhlIEJhc2U2NCBlbmNvZGVyLiAgVGhpcy
BpcyBvbmx5IGEgdGVz
dC4=
-----END KEYTAB-----
</DIR_KERBEROS_KEYTAB>
</MOD_DIR_CONFIG>
</DIR_INFO>
</LOGIN>
</RIBCL>
NOTE: To modify only the kerberos authentication, start with the sample script
Mod_Kerberos_Config.xml.
NOTE: Do not use the following tags when using directory integration with schema extension:
DIR_ENABLE_GRP_ACCT
DIR_GRPACCT1_NAME
DIR_GRPACCT1_PRIV
Do not use the following tags when using schema-free directories:
DIR_OBJECT_DN
DIR_OBJECT_PASSWORD
Schemaless directory example (MOD_SCHEMALESS_DIR.XML)
<!-- RIBCL Sample Script for HP Lights-Out Products -->
<!--Copyright (c) 2003,2011 Hewlett-Packard Development Company, L.P.-->
<!-- Description: This is a sample XML script to modify the current -->
<!-- schemaless directory configuration on following -->
<!-- device: -->
<!-- Integrated Lights-Out 4 (iLO 4) -->
<!-- Integrated Lights-Out 3 (iLO 3) -->
<!-- Integrated Lights-Out 2 (iLO 2) -->
<!-- NOTE: You will need to replace the USER_LOGIN and PASSWORD -->
<!-- values with values that are appropriate for your -->
<!-- environment. -->
<!-- NOTE: Run Mod_directory.xml to enable Directory login, -->
<!-- And to set the directory server address. -->
<!-- The Privilege values are: -->
<!-- 1 = Administer User Accounts -->
<!-- 2 = Remote Console Access -->
<!-- 3 = Virtual Power and Reset -->
<!-- 4 = Virtual Media -->
<!-- 5 = Configure iLO settings -->
<!-- 6 = Login Privilege -->
<!-- Values "6" is supported by iLO 3 and iLO 4 -->
<!-- firmware only. -->
<!-- This script was written for iLO 3 firmware version 1.20 -->
<!-- release. -->
<!-- See "HP Integrated Lights-Out Management Processor -->
<!-- Scripting and Command Line Resource Guide" for more -->
<!-- information on scripting and the syntax of the RIBCL -->
<!-- XML. -->
<!-- Firmware support information for this script: -->
142 RIBCL XML Scripting Language