Citrix Systems 6.1.0 manual Proto dhcp or static

Models: 6.1.0

1 51
Download 51 pages 21.52 Kb
Page 51
Image 51

Element

Description

Required?

 

 

 

<admin-interface>

The single network interface to be used as the host

N

 

administration interface.

 

 

Attributes:

 

 

proto: dhcp or static

 

 

name: eth0 for example.

 

 

Children:

 

 

<ipaddr>: The IP address, if proto="static"

 

 

<subnet>: The subnet mask, if proto="static"

 

 

<gateway>: The gateway, if proto="static"

 

 

All three child elements are required if proto="static"

 

 

 

 

<timezone>

In the format used by the TZ variable, for example Europe/

Y

 

London, or America/Los_Angeles.

 

 

 

 

<name-server>

The IP address of a nameserver. You should use one of these

N

 

elements for each nameserver you want to use.

 

 

 

 

<hostname>

Specify if you want to manually set a hostname.

N

 

 

 

<ntp-server>

Specify one or more NTP servers.

N

 

 

 

 

You can also perform automated upgrades by changing the answer file appropriately. Set the mode attribute of the installation element to upgrade, specify the disk on which the existing installation lives with the existing- installation element, and leave the primary-diskand guest-diskelements unspecified. For example:

<?xml version="1.0"?> <installation mode="upgrade">

<existing-installation>sda</existing-installation>

<source type="url">http://pxehost.example.com/XenServer_/</source> <post-install-script type="url"> http://pxehost.example.com/myscripts/post-install-script </post-install-script>

</installation>

46

Page 51
Image 51
Citrix Systems 6.1.0 manual Proto dhcp or static