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>>