HP ProLiant SL2500 HP Scripting Toolkit 9.60 for Windows User Guide - Page 28

CONREP command file contents, Using HPRCU

Page 28 highlights

CONREP command file contents A typical data file generated by the CONREP command is similar to the following: 00 01 03 02 04 ff ff ff EMPTY_DELETE 80 86 25 a3 00 00 fa 41 0e 11 ff ff 00 00 78 c1 Using HPRCU HPRCU is an RBSU configuration utility similar to CONREP. This utility is supported on all HP ProLiant Gen8 servers except the HP ProLiant DL580 Gen8 server. This utility does not use a definition XML file like the CONREP utility, but directly reads the same table that RBSU uses for feature names and settings. All features and options are number based. Each feature and option has a unique number. 28 Scripting Toolkit utilities

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62

</Conrep_data>
CONREP command file contents
A typical data file generated by the CONREP command is similar to the following:
<?xml version="1.0" encoding="UTF-8"?>
<!--generated by conrep version 3.00-->
<Conrep version="3.00"
originating_platform=
"ProLiant DL360 G4"
originating_family=
"P52"
originating_romdate=
"08/16/2005">
<Section name="IPL_Order"
helptext=
"Current Initial Program Load device boot order">
<Index0>00 </Index0>
<Index1>01 </Index1>
<Index2>03 </Index2>
<Index3>02 </Index3>
<Index4>04 </Index4>
<Index5>ff </Index5>
<Index6>ff </Index6>
<Index7>ff </Index7>
</Section>
<Section name="PCI_Devices"
helptext=
"Lists of PCI devices and their interrupts-not displayed if default" >EMPTY_DELETE</Section>
<Section name="Controller_Order"
helptext=
"Lists the current boot controller ordering">
<Id0>80 86 25 a3 </Id0>
<Slot0>00 </Slot0>
<BusDev0>00 fa </BusDev0>
<Rest0>41 </Rest0>
<Id1>0e 11 ff ff </Id1>
<Slot1>00 </Slot1>
<BusDev1>00 78 </BusDev1>
<Rest1>c1 </Rest1>
</Section>
</Conrep>
Using HPRCU
HPRCU is an RBSU configuration utility similar to CONREP. This utility is supported on all HP
ProLiant Gen8 servers except the HP ProLiant DL580 Gen8 server. This utility does not use a
definition XML file like the CONREP utility, but directly reads the same table that RBSU uses for
feature names and settings. All features and options are number based. Each feature and option
has a unique number.
28
Scripting Toolkit utilities