WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

[Xen-users] XCP unattend install-answerfile error

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] XCP unattend install-answerfile error
From: 李龙 <lilong@xxxxxxxxxx>
Date: Thu, 20 Oct 2011 21:55:41 +0800
Delivery-date: Thu, 20 Oct 2011 07:09:08 -0700
Domainkey-signature: a=rsa-sha1; s=default; d=ncic.ac.cn; c=simple; q=dns; b=BrgU/sxFu38kkvRyp+Kcbhj+6mbCoQn9OkZWYsi8pf2gyuqMHPM3MacN2eB49z3HL RBuTRFMthVkF/4vuuBbJA==
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; zh-CN; rv:1.9.2.17) Gecko/20110414 Thunderbird/3.1.10
hi,guys
I try to install XCP using answerfile.
I made all the environment needed well, and it works well without
answerfile.
However, there are so many machines to be installed, so I want to
install it via unattended way.
So i write a answerfile by copying the example of the manual.


------------------>
label xenserver-auto
kernel xenserver/mboot.c32
append xenserver/xen.gz dom0_mem=752M com1=115200,8n1 console=com1,tty
--- xenserver/vmlinuz xencons=hvc console=hvc0 console=tty0
answerfile=nfs://10.10.x.x:/mnt/nfs/xcp.cfg install ---
xenserver/install.img

The answerfile as follows:
<?xml version="1.0"?>
<installation>
<primary-disk>sda</primary-disk>
<keymap>us</keymap>
<root-password>mypassword</root-password>
<source type="nfs">
nfs://10.10.x.x:/mnt/nfs/xcp
</source>
</installation>



And then i start my machine, after loading the .img, the screen display
a message: "List index out of range"

Are there anyone has a idea about my error?

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] XCP unattend install-answerfile error, 李龙 <=