SmartSetup Scripting Toolkit Deployment Guide for HP Integrity Servers with Microsoft Windows Server 2003 for Itanium-based Systems
Table Of Contents
- SmartSetup Scripting Toolkit Deployment Guide
- Table of Contents
- About This Document
- 1 Overview
- 2 Creating a server profile
- 3 Setting up the toolkit environment
- 4 Setting up the boot mechanism
- Using a bootable CD/DVD
- Using a USB flash device
- Using network boot
- Interrupting the SSTK deployment process
- 5 Utilities Reference

Examples
Example 5-1 Sample conrep.dat file
<Conrep_data>
<Section name="EFI_general_variables">
<TimeOut>54 00 69 ... 07 00 00 00</TimeOut>
<digest>19 74 58 be 5f 61 f7 da c6 17 79 fd 50 fc 5b 45</digest>
</Section>
</Conrep_data>
Example 5-2 conrep.xml file
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<conrep>
<section name="EFI_general_variables">
<ev>Lang</ev>
<ev>Default</ev>
<ev>UIOption</ev>
<ev>CPUThreadControl</ev>
<ev>AutobootRetry</ev>
<ev>Timeout</ev>
</section>
</conrep>
Return codes
Table 5-2 Return codes
ActionCauseMeaningValue
conrep executed
successfully
0
Log in as root to run conrep.
The user is not a system
administrator.
Permission denied1
Run conrep -h to get help using
conrep.
An error occurred while using
conrep for some unexpected
reason, such as the wrong
parameters.
Usage error2
Put the specified conrep.dat file in
the correct directory.
The specified conrep.dat file does
not exist.
The conrep.dat file not
found
3
This error occurs only if conrep
cannot allocate memory to be used
to calculate the hash value for the
conrep.dat file.
Error generating hash
information to the
conrep.dat file
4
Generation another conrep.dat file.The contents of the conrep.dat
file and the hash information do not
match.
The conrep.dat file is
corrupted
5
This is not an error, only a warning. No
action is required.
The machine used to capture the EFI
variables and generate the
conrep.dat file has some EFI
variables that do not exist in the
current system.
At least one EFI variable
described in the
conrep.dat file was not
found in the system.
6
No action is required. The variable will
not be written and conrepcontinues to
execute.
The user does not have permission
to write in the raw_var file in the
/sys/firmware/efi/vars/VAR_NAME-GUID
directory.
Error writing an EFI variable7
54 Utilities Reference