SmartSetup Scripting Toolkit Deployment Guide for HP Integrity Servers with Windows Server 2003 and Windows Server 2008 for Itanium-based Systems

<ev>Timeout</ev>
</section>
<section name="EFI_Non-Cell_variables">
<ev>AutobootRetry</ev>
</section>
<section name="EFI_Cell_variables">
<ev>AutobootRetries</ev>
</section>
</conrep>
To read variables from the configuration file and write them to the conrep.dat file in verbose
mode, enter:
conrep -s -x conrep.xml -f y:\data_files\conrep.dat v
To write the contents of the conrep.dat file to NVRAM in verbose mode, enter:
conrep l f y:\data_files\conrep.dat -v
Return codes
Table 6-1 conrep Return Codes
ActionCauseMeaningValue
conrep executed
successfully
0
Log in as an administrator and rerun
conrep.
The user does not have
administrator privileges.
Permission denied1
Run conrep -h to display available
options and usage.
An error occurred while using
conrep for some unexpected
reason, such as the wrong
parameters.
Usage error2
Put the data file in the same directory
as the conrep executable or specify the
correct path with the -f option.
The data file was not found in the
current directory or in the path
specified with the -f option.
Data file not found3
Obtain another data file.The data file digest does not match
either because the file is missing
information or someone has
modified it.
The data file is corrupted4
There is an error in the Windows API
or the system hardware.
An error occurred when writing to
NVRAM.
Write variable error5
Put the configuration file in the same
directory as the conrep executable or
specify the correct path with the -x
option.
The configuration was not found in
the current directory or in the path
specified with the -x option.
Configuration file not found6
No action. This is only a warning
message.
At least one variable of the
configuration file was not found in
NVRAM.
Variable not found7
This might be an error in the Windows
API or in the system hardware.
An error occurred when reading a
variable from NVRAM.
Read variable operation error8
This might be an error in the Windows
API or in the system hardware.
An error occurred when deleting
(clearing the value of) a variable
from NVRAM.
Delete variable operation
error
9
Verify whether the XML file is
well-formed and there are no missing
values.
A problem occurred while reading
an XML file.
XML parsing error11
conrep 45