

- The user can only change the system BIOS RBSU (ROM Based Setup Utility) items if they exist in the xml file. 
  If a particular item is not shown in the XML file, then it cannot be changed by CONREP utilities.


- The following XML file should be used for DL170h G6, DL2x170h G6, DL4x170h G6, or SL170z G6 server with the BIOS date equal or earlier than 11/25/2009
      conrep_DL170hg6-SL170zg6_20091125

- The following XML file should be used for DL170h G6, DL2x170h G6, DL4x170h G6, or SL170z G6 server with the BIOS date equal or later than 12/17/2010. 
      conrep_DL170hG6_SL170zG6_20101217.xml

- The following XML file should be used for SL2x170z G6 server with the BIOS date equal or earlier than 11/25/2009
      conrep_SL2x170zg6_20091125 

- The following XML file should be used for SL2x170z G6 server with the BIOS date equal or later than 12/17/2010. 
      conrep_SL2x170zG6_20101217.xml



CONREP screen output examples:

NOTE: The file names after the -x,  -f should be specified, otherwsie, the default file name Conrep.xml and Conrep.dat 
      will be used. 

NOTE: A specific XML file needs to be used for 100 series servers. If you use the default name this may cause an error 
      while running Conrep.


Example of how to extract the current BIOS RBSU content:

To extract the BIOS RBSU content on a SL160z G6 server and save the configuration to "sl160zconrep.dat" file
**************************************************************************
[root@ilo002481b08134 conrep]# ./conrep -s -xconrepSL160zg6_20090728.xml -fsl160zconrep.dat
conrep 3.00 - SmartStart Scripting Toolkit Configuration Replication Program
Copyright (c) 2007-2009 Hewlett-Packard Development Company, L.P.

        System Type:                    ProLiant SL160z G6 
        ROM Date   :                    07/28/2009
        ROM Family :                    O33
        Processor Manufacturer :        Intel            

XML System Configuration : conrep_SL160zg6_20090728.xml
Hardware   Configuration : sl160zconrep.dat

Saving configuration data to sl160zconrep.dat.
CONREP Return code: 0
**************************************************************************




Example of how to load the current BIOS RBSU content from another server extraction:

To load the BIOS RBSU content from other server extraction to the other SL160z G6 deployment server
**************************************************************************
[root@ilo002481b08134 conrep]# ./conrep -l -xconrepSL160zg6_20090728.xml  -fsl160zconrep.dat
conrep 3.00 - SmartStart Scripting Toolkit Configuration Replication Program
Copyright (c) 2007-2009 Hewlett-Packard Development Company, L.P.

        System Type:                    ProLiant SL160z G6 
        ROM Date   :                    07/28/2009
        ROM Family :                    O33
        Processor Manufacturer :        Intel            

XML System Configuration : conrep_SL160zg6_20090728.xml
Hardware   Configuration : sl160zconrep.dat

Loading configuration from sl160zconrep.dat.
ASM values not set! aborting

CONREP Return code: 0
**************************************************************************
Note: This ASM value not set message is a error message meant for 300 and above systems that have ASM controllers.
      It has no affect on the 100 series and can be ignored.
**************************************************************************

