| 
 I have Xen3.1 installed on Red Hat 5 Server, 
# xm list 
Name                                      ID Mem(MiB) VCPUs State   Time(s) 
Domain-0                                   0      256     1 r-----     42.7 
 
but whenever i try to create a new domain I got the following error 
[root@schu-linux xen]# xm cr csc -c 
Using config file "./csc". 
Xend has probably crashed!  Invalid or missing HTTP status code. 
 
[root@schu-linux xen]# xm cr csc -n 
Using config file "./csc". 
(vm 
    (name CSC) 
    (memory 700) 
    (on_crash preserve) 
    (vcpus 1) 
    (image 
        (linux 
            (kernel /boot/vmlinuz-2.6.18-xenU) 
            (ip :1.2.3.4::::eth0:dhcp) 
            (root '/dev/hda1 ro xencons=tty') 
            (args 3) 
        ) 
    ) 
    (device (vbd (uname phy:hda7) (dev hda1) (mode w))) 
    (device (vif)) 
) 
 
How do I solve this problem? 
Sam 
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users 
 |