Xen 
 
Home About Xen.org Xen Xen Summit Wiki Mailing List Bug Tracker Xen Downloads
 
   
 

xen-users

[Xen-users] Machine RHEL 5 reboots during creation of second guest OS

To: <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-users] Machine RHEL 5 reboots during creation of second guest OS
From: <karhong.ng@xxxxxxx>
Date: Wed, 26 Sep 2007 14:47:34 +0400
Delivery-date: Wed, 26 Sep 2007 03:47:43 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
Importance: high
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/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Priority: Urgent
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: Acf/hzt83hEqV1CMSU6b66km7cyxTgAo10jw
Thread-topic: Machine RHEL 5 reboots during creation of second guest OS

    Hello,

    I have created sucessfully a fully virtualized guest OS (RHEL 5) using virt-install.
    I used a custom ISO image as the source to boot from.
    It works.

    Then I try to creating a second fully virtualized OS (RHEL 5) as above using the same method using virt-install.
    During the creation of the second guest OS's HDD image file, it caused the host (the physical machine) RHEL 5 to reboot.

    I also try using virt-manager to create the second fully virtualized OS. The procedure also caused the physical machine to reboot.

    I have attached the various files for your reference.
    According to line# 108 of xend.log, it says the following :
    ============== cut ============================
    [2007-09-25 14:58:41 xend 3410] DEBUG (DevController:110) DevController: writing {'backend-id': '0', 'virtual-device': '768', 'device-type': 'disk', 'state': '1', 'backend': '/local/domain/0/backend/vbd/2/768'} to /local/domain/2/device/vbd/768.

    [2007-09-25 14:58:41 xend 3410] DEBUG (DevController:112) DevController: writing {'domain': 'clas1', 'frontend': '/local/domain/2/device/vbd/768', 'dev': 'hda', 'state': '1', 'params': '/var/lib/xen/images/clas1_xen_image', 'mode': 'w', 'online': '1', 'frontend-id': '2', 'type': 'file'} to /local/domain/0/backend/vbd/2/768.

    [2007-09-25 14:58:41 xend 3410] DEBUG (blkif:24) exception looking up device number for hdc: [Errno 2] No such file or directory: '/dev/hdc'

    [2007-09-25 14:58:41 xend 3410] DEBUG (DevController:110) DevController: writing {'backend-id': '0', 'virtual-device': '5632', 'device-type': 'cdrom', 'state': '1', 'backend': '/local/domain/0/backend/vbd/2/5632'} to /local/domain/2/device/vbd/5632.

    [2007-09-25 14:58:41 xend 3410] DEBUG (DevController:112) DevController: writing {'domain': 'clas1', 'frontend': '/local/domain/2/device/vbd/5632', 'dev': 'hdc', 'state': '1', 'params': '/tmp/NPM31-OS-custom_kiskstart.iso', 'mode': 'r', 'online': '1', 'frontend-id': '2', 'type': 'file'} to /local/domain/0/backend/vbd/2/5632.

    [2007-09-25 14:58:41 xend 3410] DEBUG (DevController:110) DevController: writing {'state': '1', 'backend-id': '0', 'backend': '/local/domain/0/backend/vif/2/0'} to /local/domain/2/device/vif/0.

    ============= cut =============================

    What could be wrong with my configurations ?
    Kindly advice. Many thanks.

    Ps:
    The below are the versions of software in the system :
    Virtualization-en-US-5.0.0-7
    libvirt-0.1.8-15.el5
    virt-manager-0.2.6-7.el5
    python-virtinst-0.99.0-2.el5
    libvirt-python-0.1.8-15.el5

    <<xen_log.zip>>

Attachment: xen_log.zip
Description: xen_log.zip

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Machine RHEL 5 reboots during creation of second guest OS, karhong.ng <=