Administrator Guide

3 Blank Lines Make Files Easy for Humans to Read
Using blank lines is recommended for making code easier for you to read.
For example:
BootOrder=harddisk;usb;pxe
SessionConfig=ICA
PnliteServer=xxxxx
SessionConfig=ICA USBRedirection=HDX AudioQuality=High
DomainList="dellwyse.com"
Password=PCCOPIDIPKCKPGGC encrypt=yes
MaxVNCD=1
VncPassword="NCAOIIBOMPACMOAFMPBJ" Encrypt=yes
VncPrompt=No Accept=5
4 Comment by using a # Sign
As stated earlier, number signs (#) indicate the start of a comment. Comments can begin anywhere on a line. Everything between the
# and the End of Line is ignored.
5 Values with White Spaces Require Quotation Marks
Values of parameters and their options containing white spaces must be placed inside quotation marks (use common-practice nesting
rules).
6 Separate Lists by using Semicolons or Commas
Use semicolons or commas for list separators.
Parameters for a xen.ini le
The following table contains the most commonly used parameters in a xen.ini le.
IMPORTANT
: Some parameters also have options shown within parenthesis [ ]. If an option has an underlined value (default),
that option and default value will be automatically updated along with the parameter, options without underlined values can also
be used if you want to, but are not automatically updated with the parameter.
In addition, when using parameters and options, you can retain the default value or change it to another value shown.
For example, in the following case where:
ParameterX={yes, no}
[Option1={0, 1}]
[Option2={1, 2, 3, 4}]
If you use ParameterX, then Option1 and its default value 0 will automatically updated as Option1 has been underlined (default of 0). You
can still use Option2 if you want to, however, Option2 is not automatically along with the parameter as Option2 does not have a underlined
(default) value.
Table 22.
Parameters for a xen.ini File
Parameter Description
AddCerticate=<lename>
password=<plain text password>
Password-enc=<encrypted password>
Species a certicate le residing in the subfolder cacerts under the xen
folder to load on the nand ash device on platforms with nand ash, or on
the memory.
Creating and Using xen.ini Files 177