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] Xen VM Create Question

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Xen VM Create Question
From: Randy Katz <rkatz@xxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 05 May 2011 04:58:21 -0700
Delivery-date: Thu, 05 May 2011 05:02:46 -0700
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; en-US; rv:1.9.2.17) Gecko/20110414 Lightning/1.0b2 Thunderbird/3.1.10
Hi,

dom0 CentOS 5.6 with updates and Virtualization group installed.
domU CentOS 5.6 install

I have configured a conf file and a kickstart and the install goes well, however, it seems to be reverting to a dhcp install rather then grabbing the eth information I give it. Also, it creates an ifcfg-eth0.bak file with the info I give it with a different MAC address, not sure how it gets
either. If there is anything you know about this please let me know.

If I remove ifcfg-eth0, mv ifcfg-eth0.bak to ifcfg-eth0 and remove the HWADDR and do a /etc/init.d/network restart
it works fine with the correct IP.

ifcfg-eth0

# Xen Virtual Ethernet
DEVICE=eth0
BOOTPROTO=dhcp
ONBOOT=yes
HWADDR=00:16:3e:06:33:04


ifcfg-eth0.bak

# Xen Virtual Ethernet
DEVICE=eth0
BOOTPROTO=static
DHCPCLASS=
HWADDR=00:16:3E:72:6B:32
IPADDR=192.168.1.23
NETMASK=255.255.255.0
ONBOOT=yes


test1.cfg

kernel = "/etc/xen/images/vmlinuz"
ramdisk = "/etc/xen/images/initrd.img"
extra = "text ks=http://192.168.1.21/test1.ks.cfg";
name = "test1"
memory = "1024"
disk = [ "phy:/dev/vg1/test1,xvda,w" ]
vif = [ 'bridge=xenbr1', ]
vcpus=1
on_reboot = 'destroy'
on_crash = 'destroy'

test1.ks.cfg

install
url --url http://192.168.1.21/centos
lang en_US.UTF-8
keyboard us
network --device=eth0 --bootproto=static --ip=192.168.1.23 --netmask=255.255.255
.0 --gateway=192.168.1.1 --nameserver=192.168.1.1 --hostname=test1 --
noipv6 --onboot=yes
rootpw sc4300.1
firewall --enabled --port=22:tcp
authconfig --enableshadow --enablemd5
selinux --disabled
timezone --utc America/Los_Angeles
bootloader --location=mbr --driveorder=xvda --append="console=xvc0"
reboot
clearpart --all --initlabel --drives=xvda
part /boot --fstype ext3 --size=1024 --ondisk=xvda
part pv.2 --size=0 --grow --ondisk=xvda
volgroup VolGroup00 --pesize=16384 pv.2
logvol / --fstype ext3 --name=LogVol00 --vgname=VolGroup00 --size=1024 --grow logvol swap --fstype swap --name=LogVol01 --vgname=VolGroup00 --size=2048 --grow
 --maxsize=4096

%packages
@base

Best regards,
Randy

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

<Prev in Thread] Current Thread [Next in Thread>