Hello all I have a situation here where I have a total of 8 doms (0-7 including Domain-0) on a single server I have setup the usual links in /etc/xen/auto so that they all start when the server starts. When the server starts dom ID 1 doesn''t start but all others do. If I start dom ID 1 manually using "xm create mydomain1.mydomain.com -f /etc/xen/mydomain1.mydomain.com" it starts without error. All doms are identical. size = 4Gb # Disk image size. memory = 128Mb # Memory size swap = 128Mb # Swap size # noswap = 1 # Don''t use swap at all for the new system. fs = ext3 # use the EXT3 filesystem for the disk image. dist = etch # Default distribution to install. image = sparse # Specify sparse vs. full disk images. Just the IP and names are different. Each dom has 2 IP eth0 and eth0:0 The physical server (what I refer to as the host server) has a single IP (eth0) I have set "loop max_loop=128" on the host server The host server is an old Compaq 6500 with 2.5G RAM and 56G array. OS is Debian 4.0R5 (minimal install) This is just a test machine as the production machine all this will be going on hasn''t been decommissioned yet (our old SQL server). This server has 64G RAM and 2.5T array. Again, an old Compaq machine. The setup I am using is from this howto. http://www.howtoforge.com/debian_etch_xen_from_debian_repository Given that this is my first experience with xen I am just looking for some pointers as to what to look for so that I can debug this as this is the second (different) hardware platform I have used and experienced the same problem. Regards Fred _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Update: I removed the first dom in the autostart list and restarted the server, again it won''t start the first dom in the list (different name). I then checked the physical server configuration and it actually has 2 NICs, but only 1 is configured and operating. Could it be the second unconfigured NIC that is causing my problem? Regards Fred -----Original Message----- From: "Fred Zinsli" <fred.zinsli@shooter.co.nz> To: Xen-users@lists.xensource.com Cc: Date: Fri, 05 Dec 2008 12:50:26 +1300 Subject: [Xen-users] dom ID 1 not auto starting> Hello all > > I have a situation here where I have a total of 8 doms (0-7 including > Domain-0) on a single server > > I have setup the usual links in /etc/xen/auto so that they all start > when > the server starts. > > When the server starts dom ID 1 doesn''t start but all others do. > If I start dom ID 1 manually using "xm create mydomain1.mydomain.com -f > /etc/xen/mydomain1.mydomain.com" it starts without error. > > All doms are identical. > > size = 4Gb # Disk image size. > memory = 128Mb # Memory size > swap = 128Mb # Swap size > # noswap = 1 # Don''t use swap at all for the new system. > fs = ext3 # use the EXT3 filesystem for the disk image. > dist = etch # Default distribution to install. > image = sparse # Specify sparse vs. full disk images. > > Just the IP and names are different. > Each dom has 2 IP eth0 and eth0:0 > The physical server (what I refer to as the host server) has a single > IP > (eth0) > > I have set "loop max_loop=128" on the host server > > The host server is an old Compaq 6500 with 2.5G RAM and 56G array. > OS is Debian 4.0R5 (minimal install) > > This is just a test machine as the production machine all this will be > going on hasn''t been decommissioned yet (our old SQL server). This > server > has 64G RAM and 2.5T array. Again, an old Compaq machine. > > The setup I am using is from this howto. > http://www.howtoforge.com/debian_etch_xen_from_debian_repository > > Given that this is my first experience with xen I am just looking for > some > pointers as to what to look for so that I can debug this as this is the > second (different) hardware platform I have used and experienced the > same > problem. > > Regards > > Fred > > > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Another update Tried adding and setting up the second NIC on the server. All the xen bridges disappear and the don''t seem to want to come back. Removed the second NIC configuration and the xen bridges come back. How do I assign an ID to each virtual host? Regards Fred -----Original Message----- From: "Fred Zinsli" <fred.zinsli@shooter.co.nz> To: Xen-users@lists.xensource.com Cc: Date: Fri, 05 Dec 2008 17:56:24 +1300 Subject: Re: [Xen-users] dom ID 1 not auto starting> Update: > > I removed the first dom in the autostart list and restarted the server, > again it won''t start the first dom in the list (different name). > > I then checked the physical server configuration and it actually has 2 > NICs, but only 1 is configured and operating. > > Could it be the second unconfigured NIC that is causing my problem? > > Regards > > Fred > > > -----Original Message----- > From: "Fred Zinsli" <fred.zinsli@shooter.co.nz> > To: Xen-users@lists.xensource.com > Cc: > Date: Fri, 05 Dec 2008 12:50:26 +1300 > Subject: [Xen-users] dom ID 1 not auto starting > > > Hello all > > > > I have a situation here where I have a total of 8 doms (0-7 including > > Domain-0) on a single server > > > > I have setup the usual links in /etc/xen/auto so that they all start > > when > > the server starts. > > > > When the server starts dom ID 1 doesn''t start but all others do. > > If I start dom ID 1 manually using "xm create mydomain1.mydomain.com > -f > > /etc/xen/mydomain1.mydomain.com" it starts without error. > > > > All doms are identical. > > > > size = 4Gb # Disk image size. > > memory = 128Mb # Memory size > > swap = 128Mb # Swap size > > # noswap = 1 # Don''t use swap at all for the new system. > > fs = ext3 # use the EXT3 filesystem for the disk image. > > dist = etch # Default distribution to install. > > image = sparse # Specify sparse vs. full disk images. > > > > Just the IP and names are different. > > Each dom has 2 IP eth0 and eth0:0 > > The physical server (what I refer to as the host server) has a single > > IP > > (eth0) > > > > I have set "loop max_loop=128" on the host server > > > > The host server is an old Compaq 6500 with 2.5G RAM and 56G array. > > OS is Debian 4.0R5 (minimal install) > > > > This is just a test machine as the production machine all this will > be > > going on hasn''t been decommissioned yet (our old SQL server). This > > server > > has 64G RAM and 2.5T array. Again, an old Compaq machine. > > > > The setup I am using is from this howto. > > http://www.howtoforge.com/debian_etch_xen_from_debian_repository > > > > Given that this is my first experience with xen I am just looking for > > some > > pointers as to what to look for so that I can debug this as this is > the > > second (different) hardware platform I have used and experienced the > > same > > problem. > > > > Regards > > > > Fred > > > > > > > > _______________________________________________ > > Xen-users mailing list > > Xen-users@lists.xensource.com > > http://lists.xensource.com/xen-users > > > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
OK, after some testing I am really still no further ahead on this.
It has nothing to do with the unconfigured NIC on the server as I set that
up, changed the bridge script and it still does the same thing.
This is what I get when I do ifconfig and xm list
server1:~# ifconfig
eth0 Link encap:Ethernet HWaddr 00:08:C7:49:08:75
inet addr:192.168.0.19 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::208:c7ff:fe49:875/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:170 errors:0 dropped:0 overruns:0 frame:0
TX packets:132 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:18309 (17.8 KiB) TX bytes:96488 (94.2 KiB)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
peth0 Link encap:Ethernet HWaddr FE:FF:FF:FF:FF:FF
inet6 addr: fe80::fcff:ffff:feff:ffff/64 Scope:Link
UP BROADCAST RUNNING NOARP MTU:1500 Metric:1
RX packets:128 errors:0 dropped:0 overruns:0 frame:0
TX packets:202 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:15477 (15.1 KiB) TX bytes:101188 (98.8 KiB)
vif0.0 Link encap:Ethernet HWaddr FE:FF:FF:FF:FF:FF
inet6 addr: fe80::fcff:ffff:feff:ffff/64 Scope:Link
UP BROADCAST RUNNING NOARP MTU:1500 Metric:1
RX packets:132 errors:0 dropped:0 overruns:0 frame:0
TX packets:170 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:96488 (94.2 KiB) TX bytes:18309 (17.8 KiB)
vif2.0 Link encap:Ethernet HWaddr FE:FF:FF:FF:FF:FF
inet6 addr: fe80::fcff:ffff:feff:ffff/64 Scope:Link
UP BROADCAST RUNNING NOARP MTU:1500 Metric:1
RX packets:7 errors:0 dropped:0 overruns:0 frame:0
TX packets:188 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:412 (412.0 b) TX bytes:32753 (31.9 KiB)
vif3.0 Link encap:Ethernet HWaddr FE:FF:FF:FF:FF:FF
inet6 addr: fe80::fcff:ffff:feff:ffff/64 Scope:Link
UP BROADCAST RUNNING NOARP MTU:1500 Metric:1
RX packets:7 errors:0 dropped:0 overruns:0 frame:0
TX packets:184 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:412 (412.0 b) TX bytes:32473 (31.7 KiB)
vif4.0 Link encap:Ethernet HWaddr FE:FF:FF:FF:FF:FF
inet6 addr: fe80::fcff:ffff:feff:ffff/64 Scope:Link
UP BROADCAST RUNNING NOARP MTU:1500 Metric:1
RX packets:7 errors:0 dropped:0 overruns:0 frame:0
TX packets:177 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:412 (412.0 b) TX bytes:31963 (31.2 KiB)
vif5.0 Link encap:Ethernet HWaddr FE:FF:FF:FF:FF:FF
inet6 addr: fe80::fcff:ffff:feff:ffff/64 Scope:Link
UP BROADCAST RUNNING NOARP MTU:1500 Metric:1
RX packets:7 errors:0 dropped:0 overruns:0 frame:0
TX packets:170 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:412 (412.0 b) TX bytes:31453 (30.7 KiB)
vif6.0 Link encap:Ethernet HWaddr FE:FF:FF:FF:FF:FF
inet6 addr: fe80::fcff:ffff:feff:ffff/64 Scope:Link
UP BROADCAST RUNNING NOARP MTU:1500 Metric:1
RX packets:7 errors:0 dropped:0 overruns:0 frame:0
TX packets:163 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:412 (412.0 b) TX bytes:30943 (30.2 KiB)
vif7.0 Link encap:Ethernet HWaddr FE:FF:FF:FF:FF:FF
inet6 addr: fe80::fcff:ffff:feff:ffff/64 Scope:Link
UP BROADCAST RUNNING NOARP MTU:1500 Metric:1
RX packets:7 errors:0 dropped:0 overruns:0 frame:0
TX packets:74 errors:0 dropped:33 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:412 (412.0 b) TX bytes:15915 (15.5 KiB)
xenbr0 Link encap:Ethernet HWaddr FE:FF:FF:FF:FF:FF
inet6 addr: fe80::200:ff:fe00:0/64 Scope:Link
UP BROADCAST RUNNING NOARP MTU:1500 Metric:1
RX packets:53 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:3255 (3.1 KiB) TX bytes:0 (0.0 b)
server1:~# xm list
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 1761 4 r----- 207.4
files-1.corpcomp.co.nz 2 128 1 -b---- 15.5
mx-1.corpcomp.co.nz 3 128 1 -b---- 15.5
mx-2.corpcomp.co.nz 4 128 1 -b---- 15.5
postman.corpcomp.co.nz 5 128 1 -b---- 15.7
secure-mail.corpcomp.co.nz 6 128 1 -b---- 15.7
sql-1.corpcomp.co.nz 7 128 1 -b---- 15.3
server1:~#
I can start the domain that hasn''t started.
server1:~# xm create build.corpcomp.co.nz -f
/etc/xen/build.corpcomp.co.nz.cfg
Using config file "/etc/xen/build.corpcomp.co.nz.cfg".
Started domain build.corpcomp.co.nz
server1:~# xm list
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 1634 4 r----- 234.1
build.corpcomp.co.nz 8 128 1 -b---- 15.0
files-1.corpcomp.co.nz 2 128 1 -b---- 16.2
mx-1.corpcomp.co.nz 3 128 1 -b---- 16.2
mx-2.corpcomp.co.nz 4 128 1 -b---- 16.3
postman.corpcomp.co.nz 5 128 1 -b---- 16.5
secure-mail.corpcomp.co.nz 6 128 1 -b---- 16.5
sql-1.corpcomp.co.nz 7 128 1 -b---- 16.0
server1:~#
And I also get the aditional bridge built.
vif8.0 Link encap:Ethernet HWaddr FE:FF:FF:FF:FF:FF
inet6 addr: fe80::fcff:ffff:feff:ffff/64 Scope:Link
UP BROADCAST RUNNING NOARP MTU:1500 Metric:1
RX packets:6 errors:0 dropped:0 overruns:0 frame:0
TX packets:3 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:384 (384.0 b) TX bytes:409 (409.0 b)
The server has 2.5G RAM and a 56G internal array (deb 4.0R5 installed).
deb was installed with all files on a single partion.
I am using an unmodified bridge script /etc/xen/scripts/network-bridge in
the /etc/xen/xend-config.sxp file.
Here is the xend.log
This was purged then the system rebooted to get this log.
[2008-11-09 23:22:53 xend.XendDomainInfo 2248] DEBUG (__init__:1072)
XendDomainInfo.handleShutdownWatch
[2008-11-09 23:22:53 xend.XendDomainInfo 2248] DEBUG (__init__:1072)
XendDomainInfo.handleShutdownWatch
[2008-11-09 23:22:53 xend.XendDomainInfo 2248] DEBUG (__init__:1072)
XendDomainInfo.handleShutdownWatch
[2008-11-09 23:22:54 xend.XendDomainInfo 2248] DEBUG (__init__:1072)
XendDomainInfo.handleShutdownWatch
[2008-11-09 23:22:54 xend.XendDomainInfo 2248] DEBUG (__init__:1072)
XendDomainInfo.handleShutdownWatch
[2008-11-09 23:22:54 xend.XendDomainInfo 2248] DEBUG (__init__:1072)
XendDomainInfo.handleShutdownWatch
[2008-11-09 23:22:54 xend.XendDomainInfo 2248] DEBUG (__init__:1072)
XendDomainInfo.handleShutdownWatch
[2008-11-09 23:22:54 xend.XendDomainInfo 2248] DEBUG (__init__:1072)
XendDomainInfo.handleShutdownWatch
[2008-11-09 23:22:55 xend.XendDomainInfo 2248] DEBUG (__init__:1072)
XendDomainInfo.handleShutdownWatch
[2008-11-09 23:22:55 xend.XendDomainInfo 2248] DEBUG (__init__:1072)
XendDomainInfo.handleShutdownWatch
[2008-11-09 23:22:56 xend.XendDomainInfo 2248] DEBUG (__init__:1072)
XendDomainInfo.handleShutdownWatch
[2008-11-09 23:22:56 xend.XendDomainInfo 2248] DEBUG (__init__:1072)
XendDomainInfo.handleShutdownWatch
[2008-11-09 23:23:08 xend.XendDomainInfo 2248] INFO (__init__:1072) Domain
has shutdown: name=secure-mail.corpcomp.co.nz id=6 reason=poweroff.
[2008-11-09 23:23:08 xend.XendDomainInfo 2248] DEBUG (__init__:1072)
XendDomainInfo.destroy: domid=6
[2008-11-09 23:23:08 xend.XendDomainInfo 2248] DEBUG (__init__:1072)
XendDomainInfo.destroyDomain(6)
[2008-11-09 23:23:09 xend.XendDomainInfo 2248] INFO (__init__:1072) Domain
has shutdown: name=files-1.corpcomp.co.nz id=2 reason=poweroff.
[2008-11-09 23:23:09 xend.XendDomainInfo 2248] DEBUG (__init__:1072)
XendDomainInfo.destroy: domid=2
[2008-11-09 23:23:09 xend.XendDomainInfo 2248] DEBUG (__init__:1072)
XendDomainInfo.destroyDomain(2)
[2008-11-09 23:23:09 xend.XendDomainInfo 2248] INFO (__init__:1072) Domain
has shutdown: name=mx-1.corpcomp.co.nz id=3 reason=poweroff.
[2008-11-09 23:23:09 xend.XendDomainInfo 2248] DEBUG (__init__:1072)
XendDomainInfo.destroy: domid=3
[2008-11-09 23:23:10 xend.XendDomainInfo 2248] DEBUG (__init__:1072)
XendDomainInfo.destroyDomain(3)
[2008-11-09 23:23:10 xend.XendDomainInfo 2248] INFO (__init__:1072) Domain
has shutdown: name=mx-2.corpcomp.co.nz id=4 reason=poweroff.
[2008-11-09 23:23:10 xend.XendDomainInfo 2248] DEBUG (__init__:1072)
XendDomainInfo.destroy: domid=4
[2008-11-09 23:23:10 xend.XendDomainInfo 2248] DEBUG (__init__:1072)
XendDomainInfo.destroyDomain(4)
[2008-11-09 23:23:10 xend.XendDomainInfo 2248] INFO (__init__:1072) Domain
has shutdown: name=postman.corpcomp.co.nz id=5 reason=poweroff.
[2008-11-09 23:23:10 xend.XendDomainInfo 2248] DEBUG (__init__:1072)
XendDomainInfo.destroy: domid=5
[2008-11-09 23:23:10 xend.XendDomainInfo 2248] DEBUG (__init__:1072)
XendDomainInfo.destroyDomain(5)
[2008-11-09 23:23:13 xend.XendDomainInfo 2248] INFO (__init__:1072) Domain
has shutdown: name=sql-1.corpcomp.co.nz id=7 reason=poweroff.
[2008-11-09 23:23:13 xend.XendDomainInfo 2248] DEBUG (__init__:1072)
XendDomainInfo.destroy: domid=7
[2008-11-09 23:23:13 xend.XendDomainInfo 2248] DEBUG (__init__:1072)
XendDomainInfo.destroyDomain(7)
[2008-11-09 23:23:25 xend 2247] INFO (__init__:1072) Xend stopped due to
signal 15.
[2008-11-09 23:26:12 xend 2235] INFO (__init__:1072) Xend Daemon started
[2008-11-09 23:26:12 xend 2235] INFO (__init__:1072) Xend changeset: Tue
Oct 17 22:09:52 2006 +0100 .
[2008-11-09 23:26:12 xend.XendDomainInfo 2235] DEBUG (__init__:1072)
XendDomainInfo.recreate({''paused'': 0,
''cpu_time'': 35676062269L, ''ssidref'':
0, ''handle'': [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
''shutdown_reason'': 0, ''dying'': 0,
''dom'': 0, ''mem_kb'': 2458608,
''maxmem_kb'': -4, ''max_vcpu_id'': 3,
''crashed'': 0, ''running'': 1,
''shutdown'':
0, ''online_vcpus'': 4, ''blocked'': 0})
[2008-11-09 23:26:12 xend.XendDomainInfo 2235] INFO (__init__:1072)
Recreating domain 0, UUID 00000000-0000-0000-0000-000000000000.
[2008-11-09 23:26:12 xend.XendDomainInfo 2235] WARNING (__init__:1072) No
vm path in store for existing domain 0
[2008-11-09 23:26:12 xend.XendDomainInfo 2235] DEBUG (__init__:1072)
Storing VM details: {''shadow_memory'': ''0'',
''uuid'':
''00000000-0000-0000-0000-000000000000'',
''on_reboot'': ''restart'',
''on_poweroff'': ''destroy'',
''name'': ''Domain-0'',
''xend/restart_count'': ''0'',
''vcpus'': ''4'',
''vcpu_avail'': ''15'',
''memory'': ''2401'',
''on_crash'': ''restart'',
''maxmem'': ''2401''}
[2008-11-09 23:26:12 xend.XendDomainInfo 2235] DEBUG (__init__:1072)
Storing domain details: {''cpu/1/availability'':
''online'',
''cpu/3/availability'': ''online'',
''name'': ''Domain-0'',
''console/limit'':
''1048576'', ''cpu/2/availability'':
''online'', ''vm'':
''/vm/00000000-0000-0000-0000-000000000000'',
''domid'': ''0'',
''cpu/0/availability'': ''online'',
''memory/target'': ''2458624''}
[2008-11-09 23:26:12 xend 2235] DEBUG (__init__:1072) number of vcpus to
use is 0
[2008-11-09 23:26:12 xend.XendDomainInfo 2235] DEBUG (__init__:1072)
XendDomainInfo.handleShutdownWatch
[2008-11-09 23:26:19 xend.XendDomainInfo 2235] DEBUG (__init__:1072)
XendDomainInfo.create([''vm'', [''name'',
''build.corpcomp.co.nz''], [''memory'',
''128''], [''on_poweroff'',
''destroy''], [''on_reboot'',
''restart''], [''on_crash'',
''restart''], [''vcpus'', 1],
[''image'', [''linux'',
[''kernel'',
''/boot/vmlinuz-2.6.18-4-xen-vserver-686''],
[''ramdisk'',
''/boot/initrd.img-2.6.18-4-xen-vserver-686''],
[''root'', ''/dev/hda1 ro'']]],
[''device'', [''vbd'',
[''uname'',
''file:/home/xen/domains/build.corpcomp.co.nz/disk.img''],
[''dev'', ''hda1''],
[''mode'', ''w'']]],
[''device'', [''vbd'',
[''uname'',
''file:/home/xen/domains/build.corpcomp.co.nz/swap.img''],
[''dev'', ''hda2''],
[''mode'', ''w'']]],
[''device'', [''vif'', [''ip'',
''192.168.0.27'']]]])
[2008-11-09 23:26:19 xend.XendDomainInfo 2235] DEBUG (__init__:1072)
parseConfig: config is [''vm'', [''name'',
''build.corpcomp.co.nz''], [''memory'',
''128''], [''on_poweroff'',
''destroy''], [''on_reboot'',
''restart''], [''on_crash'',
''restart''], [''vcpus'', 1],
[''image'', [''linux'',
[''kernel'',
''/boot/vmlinuz-2.6.18-4-xen-vserver-686''],
[''ramdisk'',
''/boot/initrd.img-2.6.18-4-xen-vserver-686''],
[''root'', ''/dev/hda1 ro'']]],
[''device'', [''vbd'',
[''uname'',
''file:/home/xen/domains/build.corpcomp.co.nz/disk.img''],
[''dev'', ''hda1''],
[''mode'', ''w'']]],
[''device'', [''vbd'',
[''uname'',
''file:/home/xen/domains/build.corpcomp.co.nz/swap.img''],
[''dev'', ''hda2''],
[''mode'', ''w'']]],
[''device'', [''vif'', [''ip'',
''192.168.0.27'']]]]
[2008-11-09 23:26:19 xend.XendDomainInfo 2235] DEBUG (__init__:1072)
parseConfig: result is {''shadow_memory'': None,
''uuid'': None, ''on_crash'':
''restart'', ''on_reboot'':
''restart'', ''localtime'': None,
''image'': [''linux'',
[''kernel'',
''/boot/vmlinuz-2.6.18-4-xen-vserver-686''],
[''ramdisk'',
''/boot/initrd.img-2.6.18-4-xen-vserver-686''],
[''root'', ''/dev/hda1 ro'']],
''on_poweroff'': ''destroy'',
''bootloader_args'': None, ''cpus'': None,
''name'':
''build.corpcomp.co.nz'', ''backend'': [],
''vcpus'': 1, ''cpu_weight'': None,
''features'': None, ''vcpu_avail'': None,
''memory'': 128, ''device'':
[(''vbd'',
[''vbd'', [''uname'',
''file:/home/xen/domains/build.corpcomp.co.nz/disk.img''],
[''dev'', ''hda1''], [''mode'',
''w'']]), (''vbd'', [''vbd'',
[''uname'',
''file:/home/xen/domains/build.corpcomp.co.nz/swap.img''],
[''dev'', ''hda2''],
[''mode'', ''w'']]), (''vif'',
[''vif'', [''ip'',
''192.168.0.27'']])], ''bootloader'':
None, ''cpu'': None, ''maxmem'': None}
[2008-11-09 23:26:19 xend.XendDomainInfo 2235] DEBUG (__init__:1072)
XendDomainInfo.construct: None
[2008-11-09 23:26:19 xend.XendDomainInfo 2235] DEBUG (__init__:1072)
XendDomainInfo.initDomain: 1 1.0
[2008-11-09 23:26:19 xend 2235] DEBUG (__init__:1072) Balloon: 131056 KiB
free; 0 to scrub; need 131072; retries: 20.
[2008-11-09 23:26:19 xend 2235] DEBUG (__init__:1072) Balloon: setting
dom0 target to 2400 MiB.
[2008-11-09 23:26:19 xend.XendDomainInfo 2235] DEBUG (__init__:1072)
Setting memory target of domain Domain-0 (0) to 2400 MiB.
[2008-11-09 23:26:19 xend 2235] DEBUG (__init__:1072) Balloon: 132080 KiB
free; need 131072; done.
[2008-11-09 23:26:19 xend 2235] INFO (__init__:1072) buildDomain os=linux
dom=1 vcpus=1
[2008-11-09 23:26:19 xend 2235] DEBUG (__init__:1072) dom = 1
[2008-11-09 23:26:19 xend 2235] DEBUG (__init__:1072) image
/boot/vmlinuz-2.6.18-4-xen-vserver-686
[2008-11-09 23:26:19 xend 2235] DEBUG (__init__:1072) store_evtchn = 1
[2008-11-09 23:26:19 xend 2235] DEBUG (__init__:1072) console_evtchn = 2
[2008-11-09 23:26:19 xend 2235] DEBUG (__init__:1072) cmdline =
root=/dev/hda1 ro
[2008-11-09 23:26:19 xend 2235] DEBUG (__init__:1072) ramdisk
/boot/initrd.img-2.6.18-4-xen-vserver-686
[2008-11-09 23:26:19 xend 2235] DEBUG (__init__:1072) vcpus = 1
[2008-11-09 23:26:19 xend 2235] DEBUG (__init__:1072) features =
[2008-11-09 23:26:21 xend 2235] DEBUG (__init__:1072) exception looking up
device number for hda1: [Errno 2] No such file or directory:
''/dev/hda1''
[2008-11-09 23:26:21 xend 2235] DEBUG (__init__:1072) DevController:
writing {''backend-id'': ''0'',
''virtual-device'': ''769'',
''device-type'':
''disk'', ''state'': ''1'',
''backend'':
''/local/domain/0/backend/vbd/1/769''} to
/local/domain/1/device/vbd/769.
[2008-11-09 23:26:21 xend 2235] DEBUG (__init__:1072) DevController:
writing {''domain'': ''build.corpcomp.co.nz'',
''frontend'':
''/local/domain/1/device/vbd/769'', ''dev'':
''hda1'', ''state'': ''1'',
''params'':
''/home/xen/domains/build.corpcomp.co.nz/disk.img'',
''mode'': ''w'', ''online'':
''1'', ''frontend-id'': ''1'',
''type'': ''file''} to
/local/domain/0/backend/vbd/1/769.
[2008-11-09 23:26:21 xend 2235] DEBUG (__init__:1072) exception looking up
device number for hda2: [Errno 2] No such file or directory:
''/dev/hda2''
[2008-11-09 23:26:21 xend 2235] DEBUG (__init__:1072) DevController:
writing {''backend-id'': ''0'',
''virtual-device'': ''770'',
''device-type'':
''disk'', ''state'': ''1'',
''backend'':
''/local/domain/0/backend/vbd/1/770''} to
/local/domain/1/device/vbd/770.
[2008-11-09 23:26:21 xend 2235] DEBUG (__init__:1072) DevController:
writing {''domain'': ''build.corpcomp.co.nz'',
''frontend'':
''/local/domain/1/device/vbd/770'', ''dev'':
''hda2'', ''state'': ''1'',
''params'':
''/home/xen/domains/build.corpcomp.co.nz/swap.img'',
''mode'': ''w'', ''online'':
''1'', ''frontend-id'': ''1'',
''type'': ''file''} to
/local/domain/0/backend/vbd/1/770.
[2008-11-09 23:26:21 xend 2235] DEBUG (__init__:1072) DevController:
writing {''backend-id'': ''0'',
''mac'': ''00:16:3e:59:68:e8'',
''handle'': ''0'',
''state'': ''1'', ''backend'':
''/local/domain/0/backend/vif/1/0''} to
/local/domain/1/device/vif/0.
[2008-11-09 23:26:21 xend 2235] DEBUG (__init__:1072) DevController:
writing {''domain'': ''build.corpcomp.co.nz'',
''handle'': ''0'', ''script'':
''/etc/xen/scripts/vif-bridge'', ''ip'':
''192.168.0.27'', ''state'':
''1'',
''frontend'': ''/local/domain/1/device/vif/0'',
''mac'': ''00:16:3e:59:68:e8'',
''online'': ''1'',
''frontend-id'': ''1''} to
/local/domain/0/backend/vif/1/0.
[2008-11-09 23:26:21 xend.XendDomainInfo 2235] DEBUG (__init__:1072)
Storing VM details: {''shadow_memory'': ''0'',
''uuid'':
''0588b476-d936-695b-83fd-e37127232e1c'',
''on_reboot'': ''restart'',
''start_time'': ''1226226381.5'',
''on_poweroff'': ''destroy'',
''name'':
''build.corpcomp.co.nz'',
''xend/restart_count'': ''0'',
''vcpus'': ''1'',
''vcpu_avail'': ''1'',
''memory'': ''128'',
''on_crash'': ''restart'',
''image'':
"(linux (kernel /boot/vmlinuz-2.6.18-4-xen-vserver-686) (ramdisk
/boot/initrd.img-2.6.18-4-xen-vserver-686) (root ''/dev/hda1
ro''))",
''maxmem'': ''128''}
[2008-11-09 23:26:21 xend.XendDomainInfo 2235] DEBUG (__init__:1072)
Storing domain details: {''console/ring-ref'':
''651035'', ''console/port'':
''2'', ''name'':
''build.corpcomp.co.nz'', ''console/limit'':
''1048576'', ''vm'':
''/vm/0588b476-d936-695b-83fd-e37127232e1c'',
''domid'': ''1'',
''cpu/0/availability'': ''online'',
''memory/target'': ''131072'',
''store/ring-ref'': ''651036'',
''store/port'': ''1''}
[2008-11-09 23:26:22 xend.XendDomainInfo 2235] DEBUG (__init__:1072)
XendDomainInfo.handleShutdownWatch
[2008-11-09 23:26:22 xend 2235] DEBUG (__init__:1072) Waiting for devices vif.
[2008-11-09 23:26:22 xend 2235] DEBUG (__init__:1072) Waiting for 0.
[2008-11-09 23:26:22 xend 2235] DEBUG (__init__:1072)
hotplugStatusCallback /local/domain/0/backend/vif/1/0/hotplug-status.
[2008-11-09 23:26:23 xend 2235] DEBUG (__init__:1072)
hotplugStatusCallback /local/domain/0/backend/vif/1/0/hotplug-status.
[2008-11-09 23:26:23 xend 2235] DEBUG (__init__:1072) hotplugStatusCallback 1.
[2008-11-09 23:26:23 xend 2235] DEBUG (__init__:1072) Waiting for devices usb.
[2008-11-09 23:26:23 xend 2235] DEBUG (__init__:1072) Waiting for devices vbd.
[2008-11-09 23:26:23 xend 2235] DEBUG (__init__:1072) Waiting for 769.
[2008-11-09 23:26:23 xend 2235] DEBUG (__init__:1072)
hotplugStatusCallback /local/domain/0/backend/vbd/1/769/hotplug-status.
[2008-11-09 23:28:03 xend.XendDomainInfo 2235] DEBUG (__init__:1072)
XendDomainInfo.destroy: domid=1
[2008-11-09 23:28:03 xend.XendDomainInfo 2235] DEBUG (__init__:1072)
XendDomainInfo.destroyDomain(1)
[2008-11-09 23:28:05 xend 2235] DEBUG (__init__:1072)
hotplugStatusCallback /local/domain/0/backend/vbd/1/769/hotplug-status.
[2008-11-09 23:28:05 xend 2235] DEBUG (__init__:1072) hotplugStatusCallback 1.
[2008-11-09 23:28:07 xend.XendDomainInfo 2235] DEBUG (__init__:1072)
XendDomainInfo.create([''vm'', [''name'',
''files-1.corpcomp.co.nz''],
[''memory'', ''128''],
[''on_poweroff'', ''destroy''],
[''on_reboot'', ''restart''],
[''on_crash'', ''restart''],
[''vcpus'', 1], [''image'',
[''linux'', [''kernel'',
''/boot/vmlinuz-2.6.18-4-xen-vserver-686''],
[''ramdisk'',
''/boot/initrd.img-2.6.18-4-xen-vserver-686''],
[''root'', ''/dev/hda1 ro'']]],
[''device'', [''vbd'',
[''uname'',
''file:/home/xen/domains/files-1.corpcomp.co.nz/disk.img''],
[''dev'',
''hda1''], [''mode'', ''w'']]],
[''device'', [''vbd'',
[''uname'',
''file:/home/xen/domains/files-1.corpcomp.co.nz/swap.img''],
[''dev'',
''hda2''], [''mode'', ''w'']]],
[''device'', [''vif'', [''ip'',
''192.168.0.26'']]]])
[2008-11-09 23:28:07 xend.XendDomainInfo 2235] DEBUG (__init__:1072)
parseConfig: config is [''vm'', [''name'',
''files-1.corpcomp.co.nz''],
[''memory'', ''128''],
[''on_poweroff'', ''destroy''],
[''on_reboot'', ''restart''],
[''on_crash'', ''restart''],
[''vcpus'', 1], [''image'',
[''linux'', [''kernel'',
''/boot/vmlinuz-2.6.18-4-xen-vserver-686''],
[''ramdisk'',
''/boot/initrd.img-2.6.18-4-xen-vserver-686''],
[''root'', ''/dev/hda1 ro'']]],
[''device'', [''vbd'',
[''uname'',
''file:/home/xen/domains/files-1.corpcomp.co.nz/disk.img''],
[''dev'',
''hda1''], [''mode'', ''w'']]],
[''device'', [''vbd'',
[''uname'',
''file:/home/xen/domains/files-1.corpcomp.co.nz/swap.img''],
[''dev'',
''hda2''], [''mode'', ''w'']]],
[''device'', [''vif'', [''ip'',
''192.168.0.26'']]]]
[2008-11-09 23:28:07 xend.XendDomainInfo 2235] DEBUG (__init__:1072)
parseConfig: result is {''shadow_memory'': None,
''uuid'': None, ''on_crash'':
''restart'', ''on_reboot'':
''restart'', ''localtime'': None,
''image'': [''linux'',
[''kernel'',
''/boot/vmlinuz-2.6.18-4-xen-vserver-686''],
[''ramdisk'',
''/boot/initrd.img-2.6.18-4-xen-vserver-686''],
[''root'', ''/dev/hda1 ro'']],
''on_poweroff'': ''destroy'',
''bootloader_args'': None, ''cpus'': None,
''name'':
''files-1.corpcomp.co.nz'', ''backend'': [],
''vcpus'': 1, ''cpu_weight'': None,
''features'': None, ''vcpu_avail'': None,
''memory'': 128, ''device'':
[(''vbd'',
[''vbd'', [''uname'',
''file:/home/xen/domains/files-1.corpcomp.co.nz/disk.img''],
[''dev'',
''hda1''], [''mode'', ''w'']]),
(''vbd'', [''vbd'', [''uname'',
''file:/home/xen/domains/files-1.corpcomp.co.nz/swap.img''],
[''dev'',
''hda2''], [''mode'', ''w'']]),
(''vif'', [''vif'', [''ip'',
''192.168.0.26'']])],
''bootloader'': None, ''cpu'': None,
''maxmem'': None}
[2008-11-09 23:28:07 xend.XendDomainInfo 2235] DEBUG (__init__:1072)
XendDomainInfo.construct: None
[2008-11-09 23:28:07 xend.XendDomainInfo 2235] DEBUG (__init__:1072)
XendDomainInfo.initDomain: 2 1.0
[2008-11-09 23:28:07 xend 2235] DEBUG (__init__:1072) Balloon: 132080 KiB
free; need 131072; done.
[2008-11-09 23:28:07 xend 2235] INFO (__init__:1072) buildDomain os=linux
dom=2 vcpus=1
[2008-11-09 23:28:07 xend 2235] DEBUG (__init__:1072) dom = 2
[2008-11-09 23:28:07 xend 2235] DEBUG (__init__:1072) image
/boot/vmlinuz-2.6.18-4-xen-vserver-686
[2008-11-09 23:28:07 xend 2235] DEBUG (__init__:1072) store_evtchn = 1
[2008-11-09 23:28:07 xend 2235] DEBUG (__init__:1072) console_evtchn = 2
[2008-11-09 23:28:07 xend 2235] DEBUG (__init__:1072) cmdline =
root=/dev/hda1 ro
[2008-11-09 23:28:07 xend 2235] DEBUG (__init__:1072) ramdisk
/boot/initrd.img-2.6.18-4-xen-vserver-686
[2008-11-09 23:28:07 xend 2235] DEBUG (__init__:1072) vcpus = 1
[2008-11-09 23:28:07 xend 2235] DEBUG (__init__:1072) features =
[2008-11-09 23:28:09 xend 2235] DEBUG (__init__:1072) exception looking up
device number for hda1: [Errno 2] No such file or directory:
''/dev/hda1''
[2008-11-09 23:28:09 xend 2235] DEBUG (__init__:1072) DevController:
writing {''backend-id'': ''0'',
''virtual-device'': ''769'',
''device-type'':
''disk'', ''state'': ''1'',
''backend'':
''/local/domain/0/backend/vbd/2/769''} to
/local/domain/2/device/vbd/769.
[2008-11-09 23:28:09 xend 2235] DEBUG (__init__:1072) DevController:
writing {''domain'': ''files-1.corpcomp.co.nz'',
''frontend'':
''/local/domain/2/device/vbd/769'', ''dev'':
''hda1'', ''state'': ''1'',
''params'':
''/home/xen/domains/files-1.corpcomp.co.nz/disk.img'',
''mode'': ''w'',
''online'': ''1'',
''frontend-id'': ''2'',
''type'': ''file''} to
/local/domain/0/backend/vbd/2/769.
[2008-11-09 23:28:09 xend 2235] DEBUG (__init__:1072) exception looking up
device number for hda2: [Errno 2] No such file or directory:
''/dev/hda2''
[2008-11-09 23:28:09 xend 2235] DEBUG (__init__:1072) DevController:
writing {''backend-id'': ''0'',
''virtual-device'': ''770'',
''device-type'':
''disk'', ''state'': ''1'',
''backend'':
''/local/domain/0/backend/vbd/2/770''} to
/local/domain/2/device/vbd/770.
[2008-11-09 23:28:09 xend 2235] DEBUG (__init__:1072) DevController:
writing {''domain'': ''files-1.corpcomp.co.nz'',
''frontend'':
''/local/domain/2/device/vbd/770'', ''dev'':
''hda2'', ''state'': ''1'',
''params'':
''/home/xen/domains/files-1.corpcomp.co.nz/swap.img'',
''mode'': ''w'',
''online'': ''1'',
''frontend-id'': ''2'',
''type'': ''file''} to
/local/domain/0/backend/vbd/2/770.
[2008-11-09 23:28:09 xend 2235] DEBUG (__init__:1072) DevController:
writing {''backend-id'': ''0'',
''mac'': ''00:16:3e:1e:8e:d9'',
''handle'': ''0'',
''state'': ''1'', ''backend'':
''/local/domain/0/backend/vif/2/0''} to
/local/domain/2/device/vif/0.
[2008-11-09 23:28:09 xend 2235] DEBUG (__init__:1072) DevController:
writing {''domain'': ''files-1.corpcomp.co.nz'',
''handle'': ''0'', ''script'':
''/etc/xen/scripts/vif-bridge'', ''ip'':
''192.168.0.26'', ''state'':
''1'',
''frontend'': ''/local/domain/2/device/vif/0'',
''mac'': ''00:16:3e:1e:8e:d9'',
''online'': ''1'',
''frontend-id'': ''2''} to
/local/domain/0/backend/vif/2/0.
[2008-11-09 23:28:09 xend.XendDomainInfo 2235] DEBUG (__init__:1072)
Storing VM details: {''shadow_memory'': ''0'',
''uuid'':
''47e3d0b7-eb91-4ba4-035d-da6335a56195'',
''on_reboot'': ''restart'',
''start_time'': ''1226226489.46'',
''on_poweroff'': ''destroy'',
''name'':
''files-1.corpcomp.co.nz'',
''xend/restart_count'': ''0'',
''vcpus'': ''1'',
''vcpu_avail'': ''1'',
''memory'': ''128'',
''on_crash'': ''restart'',
''image'':
"(linux (kernel /boot/vmlinuz-2.6.18-4-xen-vserver-686) (ramdisk
/boot/initrd.img-2.6.18-4-xen-vserver-686) (root ''/dev/hda1
ro''))",
''maxmem'': ''128''}
[2008-11-09 23:28:09 xend.XendDomainInfo 2235] DEBUG (__init__:1072)
Storing domain details: {''console/ring-ref'':
''651035'', ''console/port'':
''2'', ''name'':
''files-1.corpcomp.co.nz'', ''console/limit'':
''1048576'', ''vm'':
''/vm/47e3d0b7-eb91-4ba4-035d-da6335a56195'',
''domid'': ''2'',
''cpu/0/availability'': ''online'',
''memory/target'': ''131072'',
''store/ring-ref'': ''651036'',
''store/port'': ''1''}
[2008-11-09 23:28:09 xend.XendDomainInfo 2235] DEBUG (__init__:1072)
XendDomainInfo.handleShutdownWatch
[2008-11-09 23:28:10 xend 2235] DEBUG (__init__:1072) Waiting for devices vif.
[2008-11-09 23:28:10 xend 2235] DEBUG (__init__:1072) Waiting for 0.
[2008-11-09 23:28:10 xend 2235] DEBUG (__init__:1072)
hotplugStatusCallback /local/domain/0/backend/vif/2/0/hotplug-status.
[2008-11-09 23:28:11 xend 2235] DEBUG (__init__:1072)
hotplugStatusCallback /local/domain/0/backend/vif/2/0/hotplug-status.
[2008-11-09 23:28:11 xend 2235] DEBUG (__init__:1072) hotplugStatusCallback 1.
[2008-11-09 23:28:11 xend 2235] DEBUG (__init__:1072) Waiting for devices usb.
[2008-11-09 23:28:11 xend 2235] DEBUG (__init__:1072) Waiting for devices vbd.
[2008-11-09 23:28:11 xend 2235] DEBUG (__init__:1072) Waiting for 769.
[2008-11-09 23:28:11 xend 2235] DEBUG (__init__:1072)
hotplugStatusCallback /local/domain/0/backend/vbd/2/769/hotplug-status.
[2008-11-09 23:28:20 xend 2235] DEBUG (__init__:1072)
hotplugStatusCallback /local/domain/0/backend/vbd/2/769/hotplug-status.
[2008-11-09 23:28:20 xend 2235] DEBUG (__init__:1072) hotplugStatusCallback 1.
[2008-11-09 23:28:20 xend 2235] DEBUG (__init__:1072) Waiting for 770.
[2008-11-09 23:28:20 xend 2235] DEBUG (__init__:1072)
hotplugStatusCallback /local/domain/0/backend/vbd/2/770/hotplug-status.
[2008-11-09 23:28:20 xend 2235] DEBUG (__init__:1072) hotplugStatusCallback 1.
[2008-11-09 23:28:20 xend 2235] DEBUG (__init__:1072) Waiting for devices irq.
[2008-11-09 23:28:20 xend 2235] DEBUG (__init__:1072) Waiting for devices pci.
[2008-11-09 23:28:20 xend 2235] DEBUG (__init__:1072) Waiting for devices
ioports.
[2008-11-09 23:28:20 xend 2235] DEBUG (__init__:1072) Waiting for devices tap.
[2008-11-09 23:28:20 xend 2235] DEBUG (__init__:1072) Waiting for devices
vtpm.
[2008-11-09 23:28:20 xend 2235] INFO (__init__:1072) Domain
files-1.corpcomp.co.nz (2) unpaused.
[2008-11-09 23:28:27 xend.XendDomainInfo 2235] DEBUG (__init__:1072)
XendDomainInfo.create([''vm'', [''name'',
''mx-1.corpcomp.co.nz''], [''memory'',
''128''], [''on_poweroff'',
''destroy''], [''on_reboot'',
''restart''], [''on_crash'',
''restart''], [''vcpus'', 1],
[''image'', [''linux'',
[''kernel'',
''/boot/vmlinuz-2.6.18-4-xen-vserver-686''],
[''ramdisk'',
''/boot/initrd.img-2.6.18-4-xen-vserver-686''],
[''root'', ''/dev/hda1 ro'']]],
[''device'', [''vbd'',
[''uname'',
''file:/home/xen/domains/mx-1.corpcomp.co.nz/disk.img''],
[''dev'', ''hda1''],
[''mode'', ''w'']]],
[''device'', [''vbd'',
[''uname'',
''file:/home/xen/domains/mx-1.corpcomp.co.nz/swap.img''],
[''dev'', ''hda2''],
[''mode'', ''w'']]],
[''device'', [''vif'', [''ip'',
''192.168.0.21'']]]])
[2008-11-09 23:28:27 xend.XendDomainInfo 2235] DEBUG (__init__:1072)
parseConfig: config is [''vm'', [''name'',
''mx-1.corpcomp.co.nz''], [''memory'',
''128''], [''on_poweroff'',
''destroy''], [''on_reboot'',
''restart''], [''on_crash'',
''restart''], [''vcpus'', 1],
[''image'', [''linux'',
[''kernel'',
''/boot/vmlinuz-2.6.18-4-xen-vserver-686''],
[''ramdisk'',
''/boot/initrd.img-2.6.18-4-xen-vserver-686''],
[''root'', ''/dev/hda1 ro'']]],
[''device'', [''vbd'',
[''uname'',
''file:/home/xen/domains/mx-1.corpcomp.co.nz/disk.img''],
[''dev'', ''hda1''],
[''mode'', ''w'']]],
[''device'', [''vbd'',
[''uname'',
''file:/home/xen/domains/mx-1.corpcomp.co.nz/swap.img''],
[''dev'', ''hda2''],
[''mode'', ''w'']]],
[''device'', [''vif'', [''ip'',
''192.168.0.21'']]]]
[2008-11-09 23:28:27 xend.XendDomainInfo 2235] DEBUG (__init__:1072)
parseConfig: result is {''shadow_memory'': None,
''uuid'': None, ''on_crash'':
''restart'', ''on_reboot'':
''restart'', ''localtime'': None,
''image'': [''linux'',
[''kernel'',
''/boot/vmlinuz-2.6.18-4-xen-vserver-686''],
[''ramdisk'',
''/boot/initrd.img-2.6.18-4-xen-vserver-686''],
[''root'', ''/dev/hda1 ro'']],
''on_poweroff'': ''destroy'',
''bootloader_args'': None, ''cpus'': None,
''name'':
''mx-1.corpcomp.co.nz'', ''backend'': [],
''vcpus'': 1, ''cpu_weight'': None,
''features'': None, ''vcpu_avail'': None,
''memory'': 128, ''device'':
[(''vbd'',
[''vbd'', [''uname'',
''file:/home/xen/domains/mx-1.corpcomp.co.nz/disk.img''],
[''dev'', ''hda1''], [''mode'',
''w'']]), (''vbd'', [''vbd'',
[''uname'',
''file:/home/xen/domains/mx-1.corpcomp.co.nz/swap.img''],
[''dev'', ''hda2''],
[''mode'', ''w'']]), (''vif'',
[''vif'', [''ip'',
''192.168.0.21'']])], ''bootloader'':
None, ''cpu'': None, ''maxmem'': None}
[2008-11-09 23:28:27 xend.XendDomainInfo 2235] DEBUG (__init__:1072)
XendDomainInfo.construct: None
[2008-11-09 23:28:27 xend.XendDomainInfo 2235] DEBUG (__init__:1072)
XendDomainInfo.initDomain: 3 1.0
[2008-11-09 23:28:27 xend 2235] DEBUG (__init__:1072) Balloon: 1264 KiB
free; 0 to scrub; need 131072; retries: 20.
[2008-11-09 23:28:27 xend 2235] DEBUG (__init__:1072) Balloon: setting
dom0 target to 2273 MiB.
[2008-11-09 23:28:27 xend.XendDomainInfo 2235] DEBUG (__init__:1072)
Setting memory target of domain Domain-0 (0) to 2273 MiB.
[2008-11-09 23:28:29 xend 2235] DEBUG (__init__:1072) Balloon: 131312 KiB
free; need 131072; done.
[2008-11-09 23:28:29 xend 2235] INFO (__init__:1072) buildDomain os=linux
dom=3 vcpus=1
[2008-11-09 23:28:29 xend 2235] DEBUG (__init__:1072) dom = 3
[2008-11-09 23:28:29 xend 2235] DEBUG (__init__:1072) image
/boot/vmlinuz-2.6.18-4-xen-vserver-686
[2008-11-09 23:28:29 xend 2235] DEBUG (__init__:1072) store_evtchn = 1
[2008-11-09 23:28:29 xend 2235] DEBUG (__init__:1072) console_evtchn = 2
[2008-11-09 23:28:29 xend 2235] DEBUG (__init__:1072) cmdline =
root=/dev/hda1 ro
[2008-11-09 23:28:29 xend 2235] DEBUG (__init__:1072) ramdisk
/boot/initrd.img-2.6.18-4-xen-vserver-686
[2008-11-09 23:28:29 xend 2235] DEBUG (__init__:1072) vcpus = 1
[2008-11-09 23:28:29 xend 2235] DEBUG (__init__:1072) features =
[2008-11-09 23:28:31 xend 2235] DEBUG (__init__:1072) exception looking up
device number for hda1: [Errno 2] No such file or directory:
''/dev/hda1''
[2008-11-09 23:28:31 xend 2235] DEBUG (__init__:1072) DevController:
writing {''backend-id'': ''0'',
''virtual-device'': ''769'',
''device-type'':
''disk'', ''state'': ''1'',
''backend'':
''/local/domain/0/backend/vbd/3/769''} to
/local/domain/3/device/vbd/769.
[2008-11-09 23:28:31 xend 2235] DEBUG (__init__:1072) DevController:
writing {''domain'': ''mx-1.corpcomp.co.nz'',
''frontend'':
''/local/domain/3/device/vbd/769'', ''dev'':
''hda1'', ''state'': ''1'',
''params'':
''/home/xen/domains/mx-1.corpcomp.co.nz/disk.img'',
''mode'': ''w'', ''online'':
''1'', ''frontend-id'': ''3'',
''type'': ''file''} to
/local/domain/0/backend/vbd/3/769.
[2008-11-09 23:28:31 xend 2235] DEBUG (__init__:1072) exception looking up
device number for hda2: [Errno 2] No such file or directory:
''/dev/hda2''
[2008-11-09 23:28:31 xend 2235] DEBUG (__init__:1072) DevController:
writing {''backend-id'': ''0'',
''virtual-device'': ''770'',
''device-type'':
''disk'', ''state'': ''1'',
''backend'':
''/local/domain/0/backend/vbd/3/770''} to
/local/domain/3/device/vbd/770.
[2008-11-09 23:28:31 xend 2235] DEBUG (__init__:1072) DevController:
writing {''domain'': ''mx-1.corpcomp.co.nz'',
''frontend'':
''/local/domain/3/device/vbd/770'', ''dev'':
''hda2'', ''state'': ''1'',
''params'':
''/home/xen/domains/mx-1.corpcomp.co.nz/swap.img'',
''mode'': ''w'', ''online'':
''1'', ''frontend-id'': ''3'',
''type'': ''file''} to
/local/domain/0/backend/vbd/3/770.
[2008-11-09 23:28:31 xend 2235] DEBUG (__init__:1072) DevController:
writing {''backend-id'': ''0'',
''mac'': ''00:16:3e:0f:04:8d'',
''handle'': ''0'',
''state'': ''1'', ''backend'':
''/local/domain/0/backend/vif/3/0''} to
/local/domain/3/device/vif/0.
[2008-11-09 23:28:31 xend 2235] DEBUG (__init__:1072) DevController:
writing {''domain'': ''mx-1.corpcomp.co.nz'',
''handle'': ''0'', ''script'':
''/etc/xen/scripts/vif-bridge'', ''ip'':
''192.168.0.21'', ''state'':
''1'',
''frontend'': ''/local/domain/3/device/vif/0'',
''mac'': ''00:16:3e:0f:04:8d'',
''online'': ''1'',
''frontend-id'': ''3''} to
/local/domain/0/backend/vif/3/0.
[2008-11-09 23:28:31 xend.XendDomainInfo 2235] DEBUG (__init__:1072)
Storing VM details: {''shadow_memory'': ''0'',
''uuid'':
''aa666d04-895d-2404-814a-ee6df57ef646'',
''on_reboot'': ''restart'',
''start_time'': ''1226226511.49'',
''on_poweroff'': ''destroy'',
''name'':
''mx-1.corpcomp.co.nz'', ''xend/restart_count'':
''0'', ''vcpus'': ''1'',
''vcpu_avail'': ''1'',
''memory'': ''128'',
''on_crash'': ''restart'',
''image'':
"(linux (kernel /boot/vmlinuz-2.6.18-4-xen-vserver-686) (ramdisk
/boot/initrd.img-2.6.18-4-xen-vserver-686) (root ''/dev/hda1
ro''))",
''maxmem'': ''128''}
[2008-11-09 23:28:31 xend.XendDomainInfo 2235] DEBUG (__init__:1072)
Storing domain details: {''console/ring-ref'':
''305723'', ''console/port'':
''2'', ''name'':
''mx-1.corpcomp.co.nz'', ''console/limit'':
''1048576'', ''vm'':
''/vm/aa666d04-895d-2404-814a-ee6df57ef646'',
''domid'': ''3'',
''cpu/0/availability'': ''online'',
''memory/target'': ''131072'',
''store/ring-ref'': ''305724'',
''store/port'': ''1''}
[2008-11-09 23:28:31 xend.XendDomainInfo 2235] DEBUG (__init__:1072)
XendDomainInfo.handleShutdownWatch
[2008-11-09 23:28:32 xend 2235] DEBUG (__init__:1072) Waiting for devices vif.
[2008-11-09 23:28:32 xend 2235] DEBUG (__init__:1072) Waiting for 0.
[2008-11-09 23:28:32 xend 2235] DEBUG (__init__:1072)
hotplugStatusCallback /local/domain/0/backend/vif/3/0/hotplug-status.
[2008-11-09 23:28:33 xend 2235] DEBUG (__init__:1072)
hotplugStatusCallback /local/domain/0/backend/vif/3/0/hotplug-status.
[2008-11-09 23:28:33 xend 2235] DEBUG (__init__:1072) hotplugStatusCallback 1.
[2008-11-09 23:28:33 xend 2235] DEBUG (__init__:1072) Waiting for devices usb.
[2008-11-09 23:28:33 xend 2235] DEBUG (__init__:1072) Waiting for devices vbd.
[2008-11-09 23:28:33 xend 2235] DEBUG (__init__:1072) Waiting for 769.
[2008-11-09 23:28:33 xend 2235] DEBUG (__init__:1072)
hotplugStatusCallback /local/domain/0/backend/vbd/3/769/hotplug-status.
[2008-11-09 23:28:36 xend 2235] DEBUG (__init__:1072)
hotplugStatusCallback /local/domain/0/backend/vbd/3/769/hotplug-status.
[2008-11-09 23:28:36 xend 2235] DEBUG (__init__:1072) hotplugStatusCallback 1.
[2008-11-09 23:28:36 xend 2235] DEBUG (__init__:1072) Waiting for 770.
[2008-11-09 23:28:36 xend 2235] DEBUG (__init__:1072)
hotplugStatusCallback /local/domain/0/backend/vbd/3/770/hotplug-status.
[2008-11-09 23:28:39 xend 2235] DEBUG (__init__:1072)
hotplugStatusCallback /local/domain/0/backend/vbd/3/770/hotplug-status.
[2008-11-09 23:28:39 xend 2235] DEBUG (__init__:1072) hotplugStatusCallback 1.
[2008-11-09 23:28:39 xend 2235] DEBUG (__init__:1072) Waiting for devices irq.
[2008-11-09 23:28:39 xend 2235] DEBUG (__init__:1072) Waiting for devices pci.
[2008-11-09 23:28:39 xend 2235] DEBUG (__init__:1072) Waiting for devices
ioports.
[2008-11-09 23:28:39 xend 2235] DEBUG (__init__:1072) Waiting for devices tap.
[2008-11-09 23:28:39 xend 2235] DEBUG (__init__:1072) Waiting for devices
vtpm.
[2008-11-09 23:28:39 xend 2235] INFO (__init__:1072) Domain
mx-1.corpcomp.co.nz (3) unpaused.
[2008-11-09 23:28:47 xend.XendDomainInfo 2235] DEBUG (__init__:1072)
XendDomainInfo.create([''vm'', [''name'',
''mx-2.corpcomp.co.nz''], [''memory'',
''128''], [''on_poweroff'',
''destroy''], [''on_reboot'',
''restart''], [''on_crash'',
''restart''], [''vcpus'', 1],
[''image'', [''linux'',
[''kernel'',
''/boot/vmlinuz-2.6.18-4-xen-vserver-686''],
[''ramdisk'',
''/boot/initrd.img-2.6.18-4-xen-vserver-686''],
[''root'', ''/dev/hda1 ro'']]],
[''device'', [''vbd'',
[''uname'',
''file:/home/xen/domains/mx-2.corpcomp.co.nz/disk.img''],
[''dev'', ''hda1''],
[''mode'', ''w'']]],
[''device'', [''vbd'',
[''uname'',
''file:/home/xen/domains/mx-2.corpcomp.co.nz/swap.img''],
[''dev'', ''hda2''],
[''mode'', ''w'']]],
[''device'', [''vif'', [''ip'',
''192.168.0.22'']]]])
[2008-11-09 23:28:47 xend.XendDomainInfo 2235] DEBUG (__init__:1072)
parseConfig: config is [''vm'', [''name'',
''mx-2.corpcomp.co.nz''], [''memory'',
''128''], [''on_poweroff'',
''destroy''], [''on_reboot'',
''restart''], [''on_crash'',
''restart''], [''vcpus'', 1],
[''image'', [''linux'',
[''kernel'',
''/boot/vmlinuz-2.6.18-4-xen-vserver-686''],
[''ramdisk'',
''/boot/initrd.img-2.6.18-4-xen-vserver-686''],
[''root'', ''/dev/hda1 ro'']]],
[''device'', [''vbd'',
[''uname'',
''file:/home/xen/domains/mx-2.corpcomp.co.nz/disk.img''],
[''dev'', ''hda1''],
[''mode'', ''w'']]],
[''device'', [''vbd'',
[''uname'',
''file:/home/xen/domains/mx-2.corpcomp.co.nz/swap.img''],
[''dev'', ''hda2''],
[''mode'', ''w'']]],
[''device'', [''vif'', [''ip'',
''192.168.0.22'']]]]
[2008-11-09 23:28:47 xend.XendDomainInfo 2235] DEBUG (__init__:1072)
parseConfig: result is {''shadow_memory'': None,
''uuid'': None, ''on_crash'':
''restart'', ''on_reboot'':
''restart'', ''localtime'': None,
''image'': [''linux'',
[''kernel'',
''/boot/vmlinuz-2.6.18-4-xen-vserver-686''],
[''ramdisk'',
''/boot/initrd.img-2.6.18-4-xen-vserver-686''],
[''root'', ''/dev/hda1 ro'']],
''on_poweroff'': ''destroy'',
''bootloader_args'': None, ''cpus'': None,
''name'':
''mx-2.corpcomp.co.nz'', ''backend'': [],
''vcpus'': 1, ''cpu_weight'': None,
''features'': None, ''vcpu_avail'': None,
''memory'': 128, ''device'':
[(''vbd'',
[''vbd'', [''uname'',
''file:/home/xen/domains/mx-2.corpcomp.co.nz/disk.img''],
[''dev'', ''hda1''], [''mode'',
''w'']]), (''vbd'', [''vbd'',
[''uname'',
''file:/home/xen/domains/mx-2.corpcomp.co.nz/swap.img''],
[''dev'', ''hda2''],
[''mode'', ''w'']]), (''vif'',
[''vif'', [''ip'',
''192.168.0.22'']])], ''bootloader'':
None, ''cpu'': None, ''maxmem'': None}
[2008-11-09 23:28:47 xend.XendDomainInfo 2235] DEBUG (__init__:1072)
XendDomainInfo.construct: None
[2008-11-09 23:28:47 xend.XendDomainInfo 2235] DEBUG (__init__:1072)
XendDomainInfo.initDomain: 4 1.0
[2008-11-09 23:28:47 xend 2235] DEBUG (__init__:1072) Balloon: 496 KiB
free; 0 to scrub; need 131072; retries: 20.
[2008-11-09 23:28:47 xend 2235] DEBUG (__init__:1072) Balloon: setting
dom0 target to 2145 MiB.
[2008-11-09 23:28:47 xend.XendDomainInfo 2235] DEBUG (__init__:1072)
Setting memory target of domain Domain-0 (0) to 2145 MiB.
[2008-11-09 23:28:48 xend 2235] DEBUG (__init__:1072) Balloon: 131568 KiB
free; need 131072; done.
[2008-11-09 23:28:49 xend 2235] INFO (__init__:1072) buildDomain os=linux
dom=4 vcpus=1
[2008-11-09 23:28:49 xend 2235] DEBUG (__init__:1072) dom = 4
[2008-11-09 23:28:49 xend 2235] DEBUG (__init__:1072) image
/boot/vmlinuz-2.6.18-4-xen-vserver-686
[2008-11-09 23:28:49 xend 2235] DEBUG (__init__:1072) store_evtchn = 1
[2008-11-09 23:28:49 xend 2235] DEBUG (__init__:1072) console_evtchn = 2
[2008-11-09 23:28:49 xend 2235] DEBUG (__init__:1072) cmdline =
root=/dev/hda1 ro
[2008-11-09 23:28:49 xend 2235] DEBUG (__init__:1072) ramdisk
/boot/initrd.img-2.6.18-4-xen-vserver-686
[2008-11-09 23:28:49 xend 2235] DEBUG (__init__:1072) vcpus = 1
[2008-11-09 23:28:49 xend 2235] DEBUG (__init__:1072) features =
[2008-11-09 23:28:50 xend 2235] DEBUG (__init__:1072) exception looking up
device number for hda1: [Errno 2] No such file or directory:
''/dev/hda1''
[2008-11-09 23:28:50 xend 2235] DEBUG (__init__:1072) DevController:
writing {''backend-id'': ''0'',
''virtual-device'': ''769'',
''device-type'':
''disk'', ''state'': ''1'',
''backend'':
''/local/domain/0/backend/vbd/4/769''} to
/local/domain/4/device/vbd/769.
[2008-11-09 23:28:50 xend 2235] DEBUG (__init__:1072) DevController:
writing {''domain'': ''mx-2.corpcomp.co.nz'',
''frontend'':
''/local/domain/4/device/vbd/769'', ''dev'':
''hda1'', ''state'': ''1'',
''params'':
''/home/xen/domains/mx-2.corpcomp.co.nz/disk.img'',
''mode'': ''w'', ''online'':
''1'', ''frontend-id'': ''4'',
''type'': ''file''} to
/local/domain/0/backend/vbd/4/769.
[2008-11-09 23:28:50 xend 2235] DEBUG (__init__:1072) exception looking up
device number for hda2: [Errno 2] No such file or directory:
''/dev/hda2''
[2008-11-09 23:28:50 xend 2235] DEBUG (__init__:1072) DevController:
writing {''backend-id'': ''0'',
''virtual-device'': ''770'',
''device-type'':
''disk'', ''state'': ''1'',
''backend'':
''/local/domain/0/backend/vbd/4/770''} to
/local/domain/4/device/vbd/770.
[2008-11-09 23:28:50 xend 2235] DEBUG (__init__:1072) DevController:
writing {''domain'': ''mx-2.corpcomp.co.nz'',
''frontend'':
''/local/domain/4/device/vbd/770'', ''dev'':
''hda2'', ''state'': ''1'',
''params'':
''/home/xen/domains/mx-2.corpcomp.co.nz/swap.img'',
''mode'': ''w'', ''online'':
''1'', ''frontend-id'': ''4'',
''type'': ''file''} to
/local/domain/0/backend/vbd/4/770.
[2008-11-09 23:28:50 xend 2235] DEBUG (__init__:1072) DevController:
writing {''backend-id'': ''0'',
''mac'': ''00:16:3e:1c:42:62'',
''handle'': ''0'',
''state'': ''1'', ''backend'':
''/local/domain/0/backend/vif/4/0''} to
/local/domain/4/device/vif/0.
[2008-11-09 23:28:50 xend 2235] DEBUG (__init__:1072) DevController:
writing {''domain'': ''mx-2.corpcomp.co.nz'',
''handle'': ''0'', ''script'':
''/etc/xen/scripts/vif-bridge'', ''ip'':
''192.168.0.22'', ''state'':
''1'',
''frontend'': ''/local/domain/4/device/vif/0'',
''mac'': ''00:16:3e:1c:42:62'',
''online'': ''1'',
''frontend-id'': ''4''} to
/local/domain/0/backend/vif/4/0.
[2008-11-09 23:28:50 xend.XendDomainInfo 2235] DEBUG (__init__:1072)
Storing VM details: {''shadow_memory'': ''0'',
''uuid'':
''19274067-d132-9b44-6c8a-c17bf797ce8f'',
''on_reboot'': ''restart'',
''start_time'': ''1226226530.77'',
''on_poweroff'': ''destroy'',
''name'':
''mx-2.corpcomp.co.nz'', ''xend/restart_count'':
''0'', ''vcpus'': ''1'',
''vcpu_avail'': ''1'',
''memory'': ''128'',
''on_crash'': ''restart'',
''image'':
"(linux (kernel /boot/vmlinuz-2.6.18-4-xen-vserver-686) (ramdisk
/boot/initrd.img-2.6.18-4-xen-vserver-686) (root ''/dev/hda1
ro''))",
''maxmem'': ''128''}
[2008-11-09 23:28:50 xend.XendDomainInfo 2235] DEBUG (__init__:1072)
Storing domain details: {''console/ring-ref'':
''342651'', ''console/port'':
''2'', ''name'':
''mx-2.corpcomp.co.nz'', ''console/limit'':
''1048576'', ''vm'':
''/vm/19274067-d132-9b44-6c8a-c17bf797ce8f'',
''domid'': ''4'',
''cpu/0/availability'': ''online'',
''memory/target'': ''131072'',
''store/ring-ref'': ''342652'',
''store/port'': ''1''}
[2008-11-09 23:28:51 xend.XendDomainInfo 2235] DEBUG (__init__:1072)
XendDomainInfo.handleShutdownWatch
[2008-11-09 23:28:51 xend 2235] DEBUG (__init__:1072) Waiting for devices vif.
[2008-11-09 23:28:51 xend 2235] DEBUG (__init__:1072) Waiting for 0.
[2008-11-09 23:28:51 xend 2235] DEBUG (__init__:1072)
hotplugStatusCallback /local/domain/0/backend/vif/4/0/hotplug-status.
[2008-11-09 23:28:52 xend 2235] DEBUG (__init__:1072)
hotplugStatusCallback /local/domain/0/backend/vif/4/0/hotplug-status.
[2008-11-09 23:28:52 xend 2235] DEBUG (__init__:1072) hotplugStatusCallback 1.
[2008-11-09 23:28:52 xend 2235] DEBUG (__init__:1072) Waiting for devices usb.
[2008-11-09 23:28:52 xend 2235] DEBUG (__init__:1072) Waiting for devices vbd.
[2008-11-09 23:28:52 xend 2235] DEBUG (__init__:1072) Waiting for 769.
[2008-11-09 23:28:52 xend 2235] DEBUG (__init__:1072)
hotplugStatusCallback /local/domain/0/backend/vbd/4/769/hotplug-status.
[2008-11-09 23:28:55 xend 2235] DEBUG (__init__:1072)
hotplugStatusCallback /local/domain/0/backend/vbd/4/769/hotplug-status.
[2008-11-09 23:28:55 xend 2235] DEBUG (__init__:1072) hotplugStatusCallback 1.
[2008-11-09 23:28:55 xend 2235] DEBUG (__init__:1072) Waiting for 770.
[2008-11-09 23:28:55 xend 2235] DEBUG (__init__:1072)
hotplugStatusCallback /local/domain/0/backend/vbd/4/770/hotplug-status.
[2008-11-09 23:28:59 xend 2235] DEBUG (__init__:1072)
hotplugStatusCallback /local/domain/0/backend/vbd/4/770/hotplug-status.
[2008-11-09 23:28:59 xend 2235] DEBUG (__init__:1072) hotplugStatusCallback 1.
[2008-11-09 23:28:59 xend 2235] DEBUG (__init__:1072) Waiting for devices irq.
[2008-11-09 23:28:59 xend 2235] DEBUG (__init__:1072) Waiting for devices pci.
[2008-11-09 23:28:59 xend 2235] DEBUG (__init__:1072) Waiting for devices
ioports.
[2008-11-09 23:28:59 xend 2235] DEBUG (__init__:1072) Waiting for devices tap.
[2008-11-09 23:28:59 xend 2235] DEBUG (__init__:1072) Waiting for devices
vtpm.
[2008-11-09 23:28:59 xend 2235] INFO (__init__:1072) Domain
mx-2.corpcomp.co.nz (4) unpaused.
[2008-11-09 23:29:07 xend.XendDomainInfo 2235] DEBUG (__init__:1072)
XendDomainInfo.create([''vm'', [''name'',
''postman.corpcomp.co.nz''],
[''memory'', ''128''],
[''on_poweroff'', ''destroy''],
[''on_reboot'', ''restart''],
[''on_crash'', ''restart''],
[''vcpus'', 1], [''image'',
[''linux'', [''kernel'',
''/boot/vmlinuz-2.6.18-4-xen-vserver-686''],
[''ramdisk'',
''/boot/initrd.img-2.6.18-4-xen-vserver-686''],
[''root'', ''/dev/hda1 ro'']]],
[''device'', [''vbd'',
[''uname'',
''file:/home/xen/domains/postman.corpcomp.co.nz/disk.img''],
[''dev'',
''hda1''], [''mode'', ''w'']]],
[''device'', [''vbd'',
[''uname'',
''file:/home/xen/domains/postman.corpcomp.co.nz/swap.img''],
[''dev'',
''hda2''], [''mode'', ''w'']]],
[''device'', [''vif'', [''ip'',
''192.168.0.24'']]]])
[2008-11-09 23:29:07 xend.XendDomainInfo 2235] DEBUG (__init__:1072)
parseConfig: config is [''vm'', [''name'',
''postman.corpcomp.co.nz''],
[''memory'', ''128''],
[''on_poweroff'', ''destroy''],
[''on_reboot'', ''restart''],
[''on_crash'', ''restart''],
[''vcpus'', 1], [''image'',
[''linux'', [''kernel'',
''/boot/vmlinuz-2.6.18-4-xen-vserver-686''],
[''ramdisk'',
''/boot/initrd.img-2.6.18-4-xen-vserver-686''],
[''root'', ''/dev/hda1 ro'']]],
[''device'', [''vbd'',
[''uname'',
''file:/home/xen/domains/postman.corpcomp.co.nz/disk.img''],
[''dev'',
''hda1''], [''mode'', ''w'']]],
[''device'', [''vbd'',
[''uname'',
''file:/home/xen/domains/postman.corpcomp.co.nz/swap.img''],
[''dev'',
''hda2''], [''mode'', ''w'']]],
[''device'', [''vif'', [''ip'',
''192.168.0.24'']]]]
[2008-11-09 23:29:07 xend.XendDomainInfo 2235] DEBUG (__init__:1072)
parseConfig: result is {''shadow_memory'': None,
''uuid'': None, ''on_crash'':
''restart'', ''on_reboot'':
''restart'', ''localtime'': None,
''image'': [''linux'',
[''kernel'',
''/boot/vmlinuz-2.6.18-4-xen-vserver-686''],
[''ramdisk'',
''/boot/initrd.img-2.6.18-4-xen-vserver-686''],
[''root'', ''/dev/hda1 ro'']],
''on_poweroff'': ''destroy'',
''bootloader_args'': None, ''cpus'': None,
''name'':
''postman.corpcomp.co.nz'', ''backend'': [],
''vcpus'': 1, ''cpu_weight'': None,
''features'': None, ''vcpu_avail'': None,
''memory'': 128, ''device'':
[(''vbd'',
[''vbd'', [''uname'',
''file:/home/xen/domains/postman.corpcomp.co.nz/disk.img''],
[''dev'',
''hda1''], [''mode'', ''w'']]),
(''vbd'', [''vbd'', [''uname'',
''file:/home/xen/domains/postman.corpcomp.co.nz/swap.img''],
[''dev'',
''hda2''], [''mode'', ''w'']]),
(''vif'', [''vif'', [''ip'',
''192.168.0.24'']])],
''bootloader'': None, ''cpu'': None,
''maxmem'': None}
[2008-11-09 23:29:07 xend.XendDomainInfo 2235] DEBUG (__init__:1072)
XendDomainInfo.construct: None
[2008-11-09 23:29:07 xend.XendDomainInfo 2235] DEBUG (__init__:1072)
XendDomainInfo.initDomain: 5 1.0
[2008-11-09 23:29:07 xend 2235] DEBUG (__init__:1072) Balloon: 1008 KiB
free; 0 to scrub; need 131072; retries: 20.
[2008-11-09 23:29:07 xend 2235] DEBUG (__init__:1072) Balloon: setting
dom0 target to 2017 MiB.
[2008-11-09 23:29:07 xend.XendDomainInfo 2235] DEBUG (__init__:1072)
Setting memory target of domain Domain-0 (0) to 2017 MiB.
[2008-11-09 23:29:09 xend 2235] DEBUG (__init__:1072) Balloon: 132080 KiB
free; need 131072; done.
[2008-11-09 23:29:09 xend 2235] INFO (__init__:1072) buildDomain os=linux
dom=5 vcpus=1
[2008-11-09 23:29:09 xend 2235] DEBUG (__init__:1072) dom = 5
[2008-11-09 23:29:09 xend 2235] DEBUG (__init__:1072) image
/boot/vmlinuz-2.6.18-4-xen-vserver-686
[2008-11-09 23:29:09 xend 2235] DEBUG (__init__:1072) store_evtchn = 1
[2008-11-09 23:29:09 xend 2235] DEBUG (__init__:1072) console_evtchn = 2
[2008-11-09 23:29:09 xend 2235] DEBUG (__init__:1072) cmdline =
root=/dev/hda1 ro
[2008-11-09 23:29:09 xend 2235] DEBUG (__init__:1072) ramdisk
/boot/initrd.img-2.6.18-4-xen-vserver-686
[2008-11-09 23:29:09 xend 2235] DEBUG (__init__:1072) vcpus = 1
[2008-11-09 23:29:09 xend 2235] DEBUG (__init__:1072) features =
[2008-11-09 23:29:10 xend 2235] DEBUG (__init__:1072) exception looking up
device number for hda1: [Errno 2] No such file or directory:
''/dev/hda1''
[2008-11-09 23:29:10 xend 2235] DEBUG (__init__:1072) DevController:
writing {''backend-id'': ''0'',
''virtual-device'': ''769'',
''device-type'':
''disk'', ''state'': ''1'',
''backend'':
''/local/domain/0/backend/vbd/5/769''} to
/local/domain/5/device/vbd/769.
[2008-11-09 23:29:10 xend 2235] DEBUG (__init__:1072) DevController:
writing {''domain'': ''postman.corpcomp.co.nz'',
''frontend'':
''/local/domain/5/device/vbd/769'', ''dev'':
''hda1'', ''state'': ''1'',
''params'':
''/home/xen/domains/postman.corpcomp.co.nz/disk.img'',
''mode'': ''w'',
''online'': ''1'',
''frontend-id'': ''5'',
''type'': ''file''} to
/local/domain/0/backend/vbd/5/769.
[2008-11-09 23:29:10 xend 2235] DEBUG (__init__:1072) exception looking up
device number for hda2: [Errno 2] No such file or directory:
''/dev/hda2''
[2008-11-09 23:29:10 xend 2235] DEBUG (__init__:1072) DevController:
writing {''backend-id'': ''0'',
''virtual-device'': ''770'',
''device-type'':
''disk'', ''state'': ''1'',
''backend'':
''/local/domain/0/backend/vbd/5/770''} to
/local/domain/5/device/vbd/770.
[2008-11-09 23:29:10 xend 2235] DEBUG (__init__:1072) DevController:
writing {''domain'': ''postman.corpcomp.co.nz'',
''frontend'':
''/local/domain/5/device/vbd/770'', ''dev'':
''hda2'', ''state'': ''1'',
''params'':
''/home/xen/domains/postman.corpcomp.co.nz/swap.img'',
''mode'': ''w'',
''online'': ''1'',
''frontend-id'': ''5'',
''type'': ''file''} to
/local/domain/0/backend/vbd/5/770.
[2008-11-09 23:29:10 xend 2235] DEBUG (__init__:1072) DevController:
writing {''backend-id'': ''0'',
''mac'': ''00:16:3e:05:a6:5a'',
''handle'': ''0'',
''state'': ''1'', ''backend'':
''/local/domain/0/backend/vif/5/0''} to
/local/domain/5/device/vif/0.
[2008-11-09 23:29:10 xend 2235] DEBUG (__init__:1072) DevController:
writing {''domain'': ''postman.corpcomp.co.nz'',
''handle'': ''0'', ''script'':
''/etc/xen/scripts/vif-bridge'', ''ip'':
''192.168.0.24'', ''state'':
''1'',
''frontend'': ''/local/domain/5/device/vif/0'',
''mac'': ''00:16:3e:05:a6:5a'',
''online'': ''1'',
''frontend-id'': ''5''} to
/local/domain/0/backend/vif/5/0.
[2008-11-09 23:29:11 xend.XendDomainInfo 2235] DEBUG (__init__:1072)
Storing VM details: {''shadow_memory'': ''0'',
''uuid'':
''ff724b58-54b1-cec9-98d7-5f15a58f1655'',
''on_reboot'': ''restart'',
''start_time'': ''1226226550.96'',
''on_poweroff'': ''destroy'',
''name'':
''postman.corpcomp.co.nz'',
''xend/restart_count'': ''0'',
''vcpus'': ''1'',
''vcpu_avail'': ''1'',
''memory'': ''128'',
''on_crash'': ''restart'',
''image'':
"(linux (kernel /boot/vmlinuz-2.6.18-4-xen-vserver-686) (ramdisk
/boot/initrd.img-2.6.18-4-xen-vserver-686) (root ''/dev/hda1
ro''))",
''maxmem'': ''128''}
[2008-11-09 23:29:11 xend.XendDomainInfo 2235] DEBUG (__init__:1072)
Storing domain details: {''console/ring-ref'':
''379643'', ''console/port'':
''2'', ''name'':
''postman.corpcomp.co.nz'', ''console/limit'':
''1048576'', ''vm'':
''/vm/ff724b58-54b1-cec9-98d7-5f15a58f1655'',
''domid'': ''5'',
''cpu/0/availability'': ''online'',
''memory/target'': ''131072'',
''store/ring-ref'': ''379644'',
''store/port'': ''1''}
[2008-11-09 23:29:11 xend.XendDomainInfo 2235] DEBUG (__init__:1072)
XendDomainInfo.handleShutdownWatch
[2008-11-09 23:29:11 xend 2235] DEBUG (__init__:1072) Waiting for devices vif.
[2008-11-09 23:29:11 xend 2235] DEBUG (__init__:1072) Waiting for 0.
[2008-11-09 23:29:11 xend 2235] DEBUG (__init__:1072)
hotplugStatusCallback /local/domain/0/backend/vif/5/0/hotplug-status.
[2008-11-09 23:29:13 xend 2235] DEBUG (__init__:1072)
hotplugStatusCallback /local/domain/0/backend/vif/5/0/hotplug-status.
[2008-11-09 23:29:13 xend 2235] DEBUG (__init__:1072) hotplugStatusCallback 1.
[2008-11-09 23:29:13 xend 2235] DEBUG (__init__:1072) Waiting for devices usb.
[2008-11-09 23:29:13 xend 2235] DEBUG (__init__:1072) Waiting for devices vbd.
[2008-11-09 23:29:13 xend 2235] DEBUG (__init__:1072) Waiting for 769.
[2008-11-09 23:29:13 xend 2235] DEBUG (__init__:1072)
hotplugStatusCallback /local/domain/0/backend/vbd/5/769/hotplug-status.
[2008-11-09 23:29:19 xend 2235] DEBUG (__init__:1072)
hotplugStatusCallback /local/domain/0/backend/vbd/5/769/hotplug-status.
[2008-11-09 23:29:19 xend 2235] DEBUG (__init__:1072) hotplugStatusCallback 1.
[2008-11-09 23:29:19 xend 2235] DEBUG (__init__:1072) Waiting for 770.
[2008-11-09 23:29:19 xend 2235] DEBUG (__init__:1072)
hotplugStatusCallback /local/domain/0/backend/vbd/5/770/hotplug-status.
[2008-11-09 23:29:19 xend 2235] DEBUG (__init__:1072) hotplugStatusCallback 1.
[2008-11-09 23:29:19 xend 2235] DEBUG (__init__:1072) Waiting for devices irq.
[2008-11-09 23:29:19 xend 2235] DEBUG (__init__:1072) Waiting for devices pci.
[2008-11-09 23:29:19 xend 2235] DEBUG (__init__:1072) Waiting for devices
ioports.
[2008-11-09 23:29:19 xend 2235] DEBUG (__init__:1072) Waiting for devices tap.
[2008-11-09 23:29:19 xend 2235] DEBUG (__init__:1072) Waiting for devices
vtpm.
[2008-11-09 23:29:19 xend 2235] INFO (__init__:1072) Domain
postman.corpcomp.co.nz (5) unpaused.
[2008-11-09 23:29:27 xend.XendDomainInfo 2235] DEBUG (__init__:1072)
XendDomainInfo.create([''vm'', [''name'',
''secure-mail.corpcomp.co.nz''],
[''memory'', ''128''],
[''on_poweroff'', ''destroy''],
[''on_reboot'', ''restart''],
[''on_crash'', ''restart''],
[''vcpus'', 1], [''image'',
[''linux'', [''kernel'',
''/boot/vmlinuz-2.6.18-4-xen-vserver-686''],
[''ramdisk'',
''/boot/initrd.img-2.6.18-4-xen-vserver-686''],
[''root'', ''/dev/hda1 ro'']]],
[''device'', [''vbd'',
[''uname'',
''file:/home/xen/domains/secure-mail.corpcomp.co.nz/disk.img''],
[''dev'',
''hda1''], [''mode'', ''w'']]],
[''device'', [''vbd'',
[''uname'',
''file:/home/xen/domains/secure-mail.corpcomp.co.nz/swap.img''],
[''dev'',
''hda2''], [''mode'', ''w'']]],
[''device'', [''vif'', [''ip'',
''192.168.0.23'']]]])
[2008-11-09 23:29:27 xend.XendDomainInfo 2235] DEBUG (__init__:1072)
parseConfig: config is [''vm'', [''name'',
''secure-mail.corpcomp.co.nz''],
[''memory'', ''128''],
[''on_poweroff'', ''destroy''],
[''on_reboot'', ''restart''],
[''on_crash'', ''restart''],
[''vcpus'', 1], [''image'',
[''linux'', [''kernel'',
''/boot/vmlinuz-2.6.18-4-xen-vserver-686''],
[''ramdisk'',
''/boot/initrd.img-2.6.18-4-xen-vserver-686''],
[''root'', ''/dev/hda1 ro'']]],
[''device'', [''vbd'',
[''uname'',
''file:/home/xen/domains/secure-mail.corpcomp.co.nz/disk.img''],
[''dev'',
''hda1''], [''mode'', ''w'']]],
[''device'', [''vbd'',
[''uname'',
''file:/home/xen/domains/secure-mail.corpcomp.co.nz/swap.img''],
[''dev'',
''hda2''], [''mode'', ''w'']]],
[''device'', [''vif'', [''ip'',
''192.168.0.23'']]]]
[2008-11-09 23:29:27 xend.XendDomainInfo 2235] DEBUG (__init__:1072)
parseConfig: result is {''shadow_memory'': None,
''uuid'': None, ''on_crash'':
''restart'', ''on_reboot'':
''restart'', ''localtime'': None,
''image'': [''linux'',
[''kernel'',
''/boot/vmlinuz-2.6.18-4-xen-vserver-686''],
[''ramdisk'',
''/boot/initrd.img-2.6.18-4-xen-vserver-686''],
[''root'', ''/dev/hda1 ro'']],
''on_poweroff'': ''destroy'',
''bootloader_args'': None, ''cpus'': None,
''name'':
''secure-mail.corpcomp.co.nz'', ''backend'': [],
''vcpus'': 1, ''cpu_weight'':
None, ''features'': None, ''vcpu_avail'': None,
''memory'': 128, ''device'':
[(''vbd'', [''vbd'', [''uname'',
''file:/home/xen/domains/secure-mail.corpcomp.co.nz/disk.img''],
[''dev'',
''hda1''], [''mode'', ''w'']]),
(''vbd'', [''vbd'', [''uname'',
''file:/home/xen/domains/secure-mail.corpcomp.co.nz/swap.img''],
[''dev'',
''hda2''], [''mode'', ''w'']]),
(''vif'', [''vif'', [''ip'',
''192.168.0.23'']])],
''bootloader'': None, ''cpu'': None,
''maxmem'': None}
[2008-11-09 23:29:27 xend.XendDomainInfo 2235] DEBUG (__init__:1072)
XendDomainInfo.construct: None
[2008-11-09 23:29:27 xend.XendDomainInfo 2235] DEBUG (__init__:1072)
XendDomainInfo.initDomain: 6 1.0
[2008-11-09 23:29:28 xend 2235] DEBUG (__init__:1072) Balloon: 1520 KiB
free; 0 to scrub; need 131072; retries: 20.
[2008-11-09 23:29:28 xend 2235] DEBUG (__init__:1072) Balloon: setting
dom0 target to 1890 MiB.
[2008-11-09 23:29:28 xend.XendDomainInfo 2235] DEBUG (__init__:1072)
Setting memory target of domain Domain-0 (0) to 1890 MiB.
[2008-11-09 23:29:29 xend 2235] DEBUG (__init__:1072) Balloon: 131568 KiB
free; need 131072; done.
[2008-11-09 23:29:29 xend 2235] INFO (__init__:1072) buildDomain os=linux
dom=6 vcpus=1
[2008-11-09 23:29:29 xend 2235] DEBUG (__init__:1072) dom = 6
[2008-11-09 23:29:29 xend 2235] DEBUG (__init__:1072) image
/boot/vmlinuz-2.6.18-4-xen-vserver-686
[2008-11-09 23:29:29 xend 2235] DEBUG (__init__:1072) store_evtchn = 1
[2008-11-09 23:29:29 xend 2235] DEBUG (__init__:1072) console_evtchn = 2
[2008-11-09 23:29:29 xend 2235] DEBUG (__init__:1072) cmdline =
root=/dev/hda1 ro
[2008-11-09 23:29:29 xend 2235] DEBUG (__init__:1072) ramdisk
/boot/initrd.img-2.6.18-4-xen-vserver-686
[2008-11-09 23:29:29 xend 2235] DEBUG (__init__:1072) vcpus = 1
[2008-11-09 23:29:29 xend 2235] DEBUG (__init__:1072) features =
[2008-11-09 23:29:31 xend 2235] DEBUG (__init__:1072) exception looking up
device number for hda1: [Errno 2] No such file or directory:
''/dev/hda1''
[2008-11-09 23:29:31 xend 2235] DEBUG (__init__:1072) DevController:
writing {''backend-id'': ''0'',
''virtual-device'': ''769'',
''device-type'':
''disk'', ''state'': ''1'',
''backend'':
''/local/domain/0/backend/vbd/6/769''} to
/local/domain/6/device/vbd/769.
[2008-11-09 23:29:31 xend 2235] DEBUG (__init__:1072) DevController:
writing {''domain'':
''secure-mail.corpcomp.co.nz'', ''frontend'':
''/local/domain/6/device/vbd/769'', ''dev'':
''hda1'', ''state'': ''1'',
''params'':
''/home/xen/domains/secure-mail.corpcomp.co.nz/disk.img'',
''mode'': ''w'',
''online'': ''1'',
''frontend-id'': ''6'',
''type'': ''file''} to
/local/domain/0/backend/vbd/6/769.
[2008-11-09 23:29:31 xend 2235] DEBUG (__init__:1072) exception looking up
device number for hda2: [Errno 2] No such file or directory:
''/dev/hda2''
[2008-11-09 23:29:31 xend 2235] DEBUG (__init__:1072) DevController:
writing {''backend-id'': ''0'',
''virtual-device'': ''770'',
''device-type'':
''disk'', ''state'': ''1'',
''backend'':
''/local/domain/0/backend/vbd/6/770''} to
/local/domain/6/device/vbd/770.
[2008-11-09 23:29:31 xend 2235] DEBUG (__init__:1072) DevController:
writing {''domain'':
''secure-mail.corpcomp.co.nz'', ''frontend'':
''/local/domain/6/device/vbd/770'', ''dev'':
''hda2'', ''state'': ''1'',
''params'':
''/home/xen/domains/secure-mail.corpcomp.co.nz/swap.img'',
''mode'': ''w'',
''online'': ''1'',
''frontend-id'': ''6'',
''type'': ''file''} to
/local/domain/0/backend/vbd/6/770.
[2008-11-09 23:29:31 xend 2235] DEBUG (__init__:1072) DevController:
writing {''backend-id'': ''0'',
''mac'': ''00:16:3e:37:84:e5'',
''handle'': ''0'',
''state'': ''1'', ''backend'':
''/local/domain/0/backend/vif/6/0''} to
/local/domain/6/device/vif/0.
[2008-11-09 23:29:31 xend 2235] DEBUG (__init__:1072) DevController:
writing {''domain'':
''secure-mail.corpcomp.co.nz'', ''handle'':
''0'', ''script'':
''/etc/xen/scripts/vif-bridge'', ''ip'':
''192.168.0.23'', ''state'':
''1'',
''frontend'': ''/local/domain/6/device/vif/0'',
''mac'': ''00:16:3e:37:84:e5'',
''online'': ''1'',
''frontend-id'': ''6''} to
/local/domain/0/backend/vif/6/0.
[2008-11-09 23:29:31 xend.XendDomainInfo 2235] DEBUG (__init__:1072)
Storing VM details: {''shadow_memory'': ''0'',
''uuid'':
''4572c771-25eb-824f-2b68-8528b684723c'',
''on_reboot'': ''restart'',
''start_time'': ''1226226571.5'',
''on_poweroff'': ''destroy'',
''name'':
''secure-mail.corpcomp.co.nz'',
''xend/restart_count'': ''0'',
''vcpus'': ''1'',
''vcpu_avail'': ''1'',
''memory'': ''128'',
''on_crash'': ''restart'',
''image'':
"(linux (kernel /boot/vmlinuz-2.6.18-4-xen-vserver-686) (ramdisk
/boot/initrd.img-2.6.18-4-xen-vserver-686) (root ''/dev/hda1
ro''))",
''maxmem'': ''128''}
[2008-11-09 23:29:31 xend.XendDomainInfo 2235] DEBUG (__init__:1072)
Storing domain details: {''console/ring-ref'':
''445051'', ''console/port'':
''2'', ''name'':
''secure-mail.corpcomp.co.nz'',
''console/limit'': ''1048576'',
''vm'':
''/vm/4572c771-25eb-824f-2b68-8528b684723c'',
''domid'': ''6'',
''cpu/0/availability'': ''online'',
''memory/target'': ''131072'',
''store/ring-ref'': ''445052'',
''store/port'': ''1''}
[2008-11-09 23:29:31 xend.XendDomainInfo 2235] DEBUG (__init__:1072)
XendDomainInfo.handleShutdownWatch
[2008-11-09 23:29:32 xend 2235] DEBUG (__init__:1072) Waiting for devices vif.
[2008-11-09 23:29:32 xend 2235] DEBUG (__init__:1072) Waiting for 0.
[2008-11-09 23:29:32 xend 2235] DEBUG (__init__:1072)
hotplugStatusCallback /local/domain/0/backend/vif/6/0/hotplug-status.
[2008-11-09 23:29:33 xend 2235] DEBUG (__init__:1072)
hotplugStatusCallback /local/domain/0/backend/vif/6/0/hotplug-status.
[2008-11-09 23:29:33 xend 2235] DEBUG (__init__:1072) hotplugStatusCallback 1.
[2008-11-09 23:29:33 xend 2235] DEBUG (__init__:1072) Waiting for devices usb.
[2008-11-09 23:29:33 xend 2235] DEBUG (__init__:1072) Waiting for devices vbd.
[2008-11-09 23:29:33 xend 2235] DEBUG (__init__:1072) Waiting for 769.
[2008-11-09 23:29:33 xend 2235] DEBUG (__init__:1072)
hotplugStatusCallback /local/domain/0/backend/vbd/6/769/hotplug-status.
[2008-11-09 23:29:36 xend 2235] DEBUG (__init__:1072)
hotplugStatusCallback /local/domain/0/backend/vbd/6/769/hotplug-status.
[2008-11-09 23:29:36 xend 2235] DEBUG (__init__:1072) hotplugStatusCallback 1.
[2008-11-09 23:29:36 xend 2235] DEBUG (__init__:1072) Waiting for 770.
[2008-11-09 23:29:36 xend 2235] DEBUG (__init__:1072)
hotplugStatusCallback /local/domain/0/backend/vbd/6/770/hotplug-status.
[2008-11-09 23:29:40 xend 2235] DEBUG (__init__:1072)
hotplugStatusCallback /local/domain/0/backend/vbd/6/770/hotplug-status.
[2008-11-09 23:29:40 xend 2235] DEBUG (__init__:1072) hotplugStatusCallback 1.
[2008-11-09 23:29:40 xend 2235] DEBUG (__init__:1072) Waiting for devices irq.
[2008-11-09 23:29:40 xend 2235] DEBUG (__init__:1072) Waiting for devices pci.
[2008-11-09 23:29:40 xend 2235] DEBUG (__init__:1072) Waiting for devices
ioports.
[2008-11-09 23:29:40 xend 2235] DEBUG (__init__:1072) Waiting for devices tap.
[2008-11-09 23:29:40 xend 2235] DEBUG (__init__:1072) Waiting for devices
vtpm.
[2008-11-09 23:29:40 xend 2235] INFO (__init__:1072) Domain
secure-mail.corpcomp.co.nz (6) unpaused.
[2008-11-09 23:29:48 xend.XendDomainInfo 2235] DEBUG (__init__:1072)
XendDomainInfo.create([''vm'', [''name'',
''sql-1.corpcomp.co.nz''], [''memory'',
''128''], [''on_poweroff'',
''destroy''], [''on_reboot'',
''restart''], [''on_crash'',
''restart''], [''vcpus'', 1],
[''image'', [''linux'',
[''kernel'',
''/boot/vmlinuz-2.6.18-4-xen-vserver-686''],
[''ramdisk'',
''/boot/initrd.img-2.6.18-4-xen-vserver-686''],
[''root'', ''/dev/hda1 ro'']]],
[''device'', [''vbd'',
[''uname'',
''file:/home/xen/domains/sql-1.corpcomp.co.nz/disk.img''],
[''dev'', ''hda1''],
[''mode'', ''w'']]],
[''device'', [''vbd'',
[''uname'',
''file:/home/xen/domains/sql-1.corpcomp.co.nz/swap.img''],
[''dev'', ''hda2''],
[''mode'', ''w'']]],
[''device'', [''vif'', [''ip'',
''192.168.0.25'']]]])
[2008-11-09 23:29:48 xend.XendDomainInfo 2235] DEBUG (__init__:1072)
parseConfig: config is [''vm'', [''name'',
''sql-1.corpcomp.co.nz''], [''memory'',
''128''], [''on_poweroff'',
''destroy''], [''on_reboot'',
''restart''], [''on_crash'',
''restart''], [''vcpus'', 1],
[''image'', [''linux'',
[''kernel'',
''/boot/vmlinuz-2.6.18-4-xen-vserver-686''],
[''ramdisk'',
''/boot/initrd.img-2.6.18-4-xen-vserver-686''],
[''root'', ''/dev/hda1 ro'']]],
[''device'', [''vbd'',
[''uname'',
''file:/home/xen/domains/sql-1.corpcomp.co.nz/disk.img''],
[''dev'', ''hda1''],
[''mode'', ''w'']]],
[''device'', [''vbd'',
[''uname'',
''file:/home/xen/domains/sql-1.corpcomp.co.nz/swap.img''],
[''dev'', ''hda2''],
[''mode'', ''w'']]],
[''device'', [''vif'', [''ip'',
''192.168.0.25'']]]]
[2008-11-09 23:29:48 xend.XendDomainInfo 2235] DEBUG (__init__:1072)
parseConfig: result is {''shadow_memory'': None,
''uuid'': None, ''on_crash'':
''restart'', ''on_reboot'':
''restart'', ''localtime'': None,
''image'': [''linux'',
[''kernel'',
''/boot/vmlinuz-2.6.18-4-xen-vserver-686''],
[''ramdisk'',
''/boot/initrd.img-2.6.18-4-xen-vserver-686''],
[''root'', ''/dev/hda1 ro'']],
''on_poweroff'': ''destroy'',
''bootloader_args'': None, ''cpus'': None,
''name'':
''sql-1.corpcomp.co.nz'', ''backend'': [],
''vcpus'': 1, ''cpu_weight'': None,
''features'': None, ''vcpu_avail'': None,
''memory'': 128, ''device'':
[(''vbd'',
[''vbd'', [''uname'',
''file:/home/xen/domains/sql-1.corpcomp.co.nz/disk.img''],
[''dev'', ''hda1''], [''mode'',
''w'']]), (''vbd'', [''vbd'',
[''uname'',
''file:/home/xen/domains/sql-1.corpcomp.co.nz/swap.img''],
[''dev'', ''hda2''],
[''mode'', ''w'']]), (''vif'',
[''vif'', [''ip'',
''192.168.0.25'']])], ''bootloader'':
None, ''cpu'': None, ''maxmem'': None}
[2008-11-09 23:29:48 xend.XendDomainInfo 2235] DEBUG (__init__:1072)
XendDomainInfo.construct: None
[2008-11-09 23:29:48 xend.XendDomainInfo 2235] DEBUG (__init__:1072)
XendDomainInfo.initDomain: 7 1.0
[2008-11-09 23:29:48 xend 2235] DEBUG (__init__:1072) Balloon: 752 KiB
free; 0 to scrub; need 131072; retries: 20.
[2008-11-09 23:29:48 xend 2235] DEBUG (__init__:1072) Balloon: setting
dom0 target to 1762 MiB.
[2008-11-09 23:29:48 xend.XendDomainInfo 2235] DEBUG (__init__:1072)
Setting memory target of domain Domain-0 (0) to 1762 MiB.
[2008-11-09 23:29:49 xend 2235] DEBUG (__init__:1072) Balloon: setting
dom0 target to 1762 MiB.
[2008-11-09 23:29:49 xend.XendDomainInfo 2235] DEBUG (__init__:1072)
Setting memory target of domain Domain-0 (0) to 1762 MiB.
[2008-11-09 23:29:50 xend 2235] DEBUG (__init__:1072) Balloon: setting
dom0 target to 1761 MiB.
[2008-11-09 23:29:50 xend.XendDomainInfo 2235] DEBUG (__init__:1072)
Setting memory target of domain Domain-0 (0) to 1761 MiB.
[2008-11-09 23:29:50 xend 2235] DEBUG (__init__:1072) Balloon: 132084 KiB
free; need 131072; done.
[2008-11-09 23:29:50 xend 2235] INFO (__init__:1072) buildDomain os=linux
dom=7 vcpus=1
[2008-11-09 23:29:50 xend 2235] DEBUG (__init__:1072) dom = 7
[2008-11-09 23:29:50 xend 2235] DEBUG (__init__:1072) image
/boot/vmlinuz-2.6.18-4-xen-vserver-686
[2008-11-09 23:29:50 xend 2235] DEBUG (__init__:1072) store_evtchn = 1
[2008-11-09 23:29:50 xend 2235] DEBUG (__init__:1072) console_evtchn = 2
[2008-11-09 23:29:50 xend 2235] DEBUG (__init__:1072) cmdline =
root=/dev/hda1 ro
[2008-11-09 23:29:50 xend 2235] DEBUG (__init__:1072) ramdisk
/boot/initrd.img-2.6.18-4-xen-vserver-686
[2008-11-09 23:29:50 xend 2235] DEBUG (__init__:1072) vcpus = 1
[2008-11-09 23:29:50 xend 2235] DEBUG (__init__:1072) features =
[2008-11-09 23:29:52 xend 2235] DEBUG (__init__:1072) exception looking up
device number for hda1: [Errno 2] No such file or directory:
''/dev/hda1''
[2008-11-09 23:29:52 xend 2235] DEBUG (__init__:1072) DevController:
writing {''backend-id'': ''0'',
''virtual-device'': ''769'',
''device-type'':
''disk'', ''state'': ''1'',
''backend'':
''/local/domain/0/backend/vbd/7/769''} to
/local/domain/7/device/vbd/769.
[2008-11-09 23:29:52 xend 2235] DEBUG (__init__:1072) DevController:
writing {''domain'': ''sql-1.corpcomp.co.nz'',
''frontend'':
''/local/domain/7/device/vbd/769'', ''dev'':
''hda1'', ''state'': ''1'',
''params'':
''/home/xen/domains/sql-1.corpcomp.co.nz/disk.img'',
''mode'': ''w'', ''online'':
''1'', ''frontend-id'': ''7'',
''type'': ''file''} to
/local/domain/0/backend/vbd/7/769.
[2008-11-09 23:29:52 xend 2235] DEBUG (__init__:1072) exception looking up
device number for hda2: [Errno 2] No such file or directory:
''/dev/hda2''
[2008-11-09 23:29:52 xend 2235] DEBUG (__init__:1072) DevController:
writing {''backend-id'': ''0'',
''virtual-device'': ''770'',
''device-type'':
''disk'', ''state'': ''1'',
''backend'':
''/local/domain/0/backend/vbd/7/770''} to
/local/domain/7/device/vbd/770.
[2008-11-09 23:29:52 xend 2235] DEBUG (__init__:1072) DevController:
writing {''domain'': ''sql-1.corpcomp.co.nz'',
''frontend'':
''/local/domain/7/device/vbd/770'', ''dev'':
''hda2'', ''state'': ''1'',
''params'':
''/home/xen/domains/sql-1.corpcomp.co.nz/swap.img'',
''mode'': ''w'', ''online'':
''1'', ''frontend-id'': ''7'',
''type'': ''file''} to
/local/domain/0/backend/vbd/7/770.
[2008-11-09 23:29:52 xend 2235] DEBUG (__init__:1072) DevController:
writing {''backend-id'': ''0'',
''mac'': ''00:16:3e:7a:aa:34'',
''handle'': ''0'',
''state'': ''1'', ''backend'':
''/local/domain/0/backend/vif/7/0''} to
/local/domain/7/device/vif/0.
[2008-11-09 23:29:52 xend 2235] DEBUG (__init__:1072) DevController:
writing {''domain'': ''sql-1.corpcomp.co.nz'',
''handle'': ''0'', ''script'':
''/etc/xen/scripts/vif-bridge'', ''ip'':
''192.168.0.25'', ''state'':
''1'',
''frontend'': ''/local/domain/7/device/vif/0'',
''mac'': ''00:16:3e:7a:aa:34'',
''online'': ''1'',
''frontend-id'': ''7''} to
/local/domain/0/backend/vif/7/0.
[2008-11-09 23:29:52 xend.XendDomainInfo 2235] DEBUG (__init__:1072)
Storing VM details: {''shadow_memory'': ''0'',
''uuid'':
''2aa8204c-b985-0f54-5807-33de29c22a68'',
''on_reboot'': ''restart'',
''start_time'': ''1226226592.51'',
''on_poweroff'': ''destroy'',
''name'':
''sql-1.corpcomp.co.nz'',
''xend/restart_count'': ''0'',
''vcpus'': ''1'',
''vcpu_avail'': ''1'',
''memory'': ''128'',
''on_crash'': ''restart'',
''image'':
"(linux (kernel /boot/vmlinuz-2.6.18-4-xen-vserver-686) (ramdisk
/boot/initrd.img-2.6.18-4-xen-vserver-686) (root ''/dev/hda1
ro''))",
''maxmem'': ''128''}
[2008-11-09 23:29:52 xend.XendDomainInfo 2235] DEBUG (__init__:1072)
Storing domain details: {''console/ring-ref'':
''471292'', ''console/port'':
''2'', ''name'':
''sql-1.corpcomp.co.nz'', ''console/limit'':
''1048576'', ''vm'':
''/vm/2aa8204c-b985-0f54-5807-33de29c22a68'',
''domid'': ''7'',
''cpu/0/availability'': ''online'',
''memory/target'': ''131072'',
''store/ring-ref'': ''471293'',
''store/port'': ''1''}
[2008-11-09 23:29:53 xend.XendDomainInfo 2235] DEBUG (__init__:1072)
XendDomainInfo.handleShutdownWatch
[2008-11-09 23:29:53 xend 2235] DEBUG (__init__:1072) Waiting for devices vif.
[2008-11-09 23:29:53 xend 2235] DEBUG (__init__:1072) Waiting for 0.
[2008-11-09 23:29:53 xend 2235] DEBUG (__init__:1072)
hotplugStatusCallback /local/domain/0/backend/vif/7/0/hotplug-status.
[2008-11-09 23:29:54 xend 2235] DEBUG (__init__:1072)
hotplugStatusCallback /local/domain/0/backend/vif/7/0/hotplug-status.
[2008-11-09 23:29:54 xend 2235] DEBUG (__init__:1072) hotplugStatusCallback 1.
[2008-11-09 23:29:54 xend 2235] DEBUG (__init__:1072) Waiting for devices usb.
[2008-11-09 23:29:54 xend 2235] DEBUG (__init__:1072) Waiting for devices vbd.
[2008-11-09 23:29:54 xend 2235] DEBUG (__init__:1072) Waiting for 769.
[2008-11-09 23:29:54 xend 2235] DEBUG (__init__:1072)
hotplugStatusCallback /local/domain/0/backend/vbd/7/769/hotplug-status.
[2008-11-09 23:29:57 xend 2235] DEBUG (__init__:1072)
hotplugStatusCallback /local/domain/0/backend/vbd/7/769/hotplug-status.
[2008-11-09 23:29:57 xend 2235] DEBUG (__init__:1072) hotplugStatusCallback 1.
[2008-11-09 23:29:58 xend 2235] DEBUG (__init__:1072) Waiting for 770.
[2008-11-09 23:29:58 xend 2235] DEBUG (__init__:1072)
hotplugStatusCallback /local/domain/0/backend/vbd/7/770/hotplug-status.
[2008-11-09 23:30:02 xend 2235] DEBUG (__init__:1072)
hotplugStatusCallback /local/domain/0/backend/vbd/7/770/hotplug-status.
[2008-11-09 23:30:02 xend 2235] DEBUG (__init__:1072) hotplugStatusCallback 1.
[2008-11-09 23:30:02 xend 2235] DEBUG (__init__:1072) Waiting for devices irq.
[2008-11-09 23:30:02 xend 2235] DEBUG (__init__:1072) Waiting for devices pci.
[2008-11-09 23:30:02 xend 2235] DEBUG (__init__:1072) Waiting for devices
ioports.
[2008-11-09 23:30:02 xend 2235] DEBUG (__init__:1072) Waiting for devices tap.
[2008-11-09 23:30:02 xend 2235] DEBUG (__init__:1072) Waiting for devices
vtpm.
[2008-11-09 23:30:02 xend 2235] INFO (__init__:1072) Domain
sql-1.corpcomp.co.nz (7) unpaused.
Any comments would be most helpfull.
Regards
Fred
-----Original Message-----
From: "Fred Zinsli" <fred.zinsli@shooter.co.nz>
To: "Fred Zinsli" <fred.zinsli@shooter.co.nz>,
Xen-users@lists.xensource.com
Cc:
Date: Sat, 06 Dec 2008 06:40:14 +1300
Subject: Re: [Xen-users] dom ID 1 not auto starting
> Another update
>
> Tried adding and setting up the second NIC on the server.
> All the xen bridges disappear and the don''t seem to want to come
back.
> Removed the second NIC configuration and the xen bridges come back.
>
> How do I assign an ID to each virtual host?
>
> Regards
>
> Fred
>
> -----Original Message-----
> From: "Fred Zinsli" <fred.zinsli@shooter.co.nz>
> To: Xen-users@lists.xensource.com
> Cc:
> Date: Fri, 05 Dec 2008 17:56:24 +1300
> Subject: Re: [Xen-users] dom ID 1 not auto starting
>
> > Update:
> >
> > I removed the first dom in the autostart list and restarted the
> server,
> > again it won''t start the first dom in the list (different
name).
> >
> > I then checked the physical server configuration and it actually has
> 2
> > NICs, but only 1 is configured and operating.
> >
> > Could it be the second unconfigured NIC that is causing my problem?
> >
> > Regards
> >
> > Fred
> >
> >
> > -----Original Message-----
> > From: "Fred Zinsli" <fred.zinsli@shooter.co.nz>
> > To: Xen-users@lists.xensource.com
> > Cc:
> > Date: Fri, 05 Dec 2008 12:50:26 +1300
> > Subject: [Xen-users] dom ID 1 not auto starting
> >
> > > Hello all
> > >
> > > I have a situation here where I have a total of 8 doms (0-7
> including
> > > Domain-0) on a single server
> > >
> > > I have setup the usual links in /etc/xen/auto so that they all
> start
> > > when
> > > the server starts.
> > >
> > > When the server starts dom ID 1 doesn''t start but all
others do.
> > > If I start dom ID 1 manually using "xm create
> mydomain1.mydomain.com
> > -f
> > > /etc/xen/mydomain1.mydomain.com" it starts without error.
> > >
> > > All doms are identical.
> > >
> > > size = 4Gb # Disk image size.
> > > memory = 128Mb # Memory size
> > > swap = 128Mb # Swap size
> > > # noswap = 1 # Don''t use swap at all for the new
system.
> > > fs = ext3 # use the EXT3 filesystem for the disk image.
> > > dist = etch # Default distribution to install.
> > > image = sparse # Specify sparse vs. full disk images.
> > >
> > > Just the IP and names are different.
> > > Each dom has 2 IP eth0 and eth0:0
> > > The physical server (what I refer to as the host server) has a
> single
> > > IP
> > > (eth0)
> > >
> > > I have set "loop max_loop=128" on the host server
> > >
> > > The host server is an old Compaq 6500 with 2.5G RAM and 56G
array.
> > > OS is Debian 4.0R5 (minimal install)
> > >
> > > This is just a test machine as the production machine all this
will
> > be
> > > going on hasn''t been decommissioned yet (our old SQL
server). This
> > > server
> > > has 64G RAM and 2.5T array. Again, an old Compaq machine.
> > >
> > > The setup I am using is from this howto.
> > > http://www.howtoforge.com/debian_etch_xen_from_debian_repository
> > >
> > > Given that this is my first experience with xen I am just looking
> for
> > > some
> > > pointers as to what to look for so that I can debug this as this
is
> > the
> > > second (different) hardware platform I have used and experienced
> the
> > > same
> > > problem.
> > >
> > > Regards
> > >
> > > Fred
> > >
> > >
> > >
> > > _______________________________________________
> > > Xen-users mailing list
> > > Xen-users@lists.xensource.com
> > > http://lists.xensource.com/xen-users
> >
> >
> >
> > _______________________________________________
> > Xen-users mailing list
> > Xen-users@lists.xensource.com
> > http://lists.xensource.com/xen-users
>
>
>
> _______________________________________________
> Xen-users mailing list
> Xen-users@lists.xensource.com
> http://lists.xensource.com/xen-users
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
I was just reading a book on Xen and it said that Xen will barely work with 1GB
RAM and that it needs double the amount of HD space that the guest OS needs. Is
that true? What has been everyone''s experience?
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
Simon Hobson
2008-Dec-07 08:49 UTC
Re: [Xen-users] How much RAM/HD-space does Xen really need?
don rhummy wrote:>I was just reading a book on Xen and it said that Xen will barely >work with 1GB RAM and that it needs double the amount of HD space >that the guest OS needs. Is that true? What has been everyone''s >experience?Well it could be right, or it could be a lock of old rubbish - it depends on the context ! Yes, Xen is barely usable in 1GB of RAM - but that''s because it''s not very useful (for most setups) to have VMs with only 400MB or less of RAM each. I''m not sure of the figure, but the host with run in a fairly small amount of memory (2 or 3 hundred megs ?) and then you need as much ram as you need for your VMs. Disk space is similar - you need a fairly small disk for your host, probably as little as 1/2 a gig if you keep it small and lean. Then you need as much disk space as your guests need - but not twice that. For straight disk usage, your needs as much as the clients need, but it can go up if you start using other features like LVM snapshots etc. And disk space can be on a network storage device. -- Simon Hobson Visit http://www.magpiesnestpublishing.co.uk/ for books by acclaimed author Gladys Hobson. Novels - poetry - short stories - ideal as Christmas stocking fillers. Some available as e-books. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users