Sponsored Content
Special Forums UNIX and Linux Applications Virtualization and Cloud Computing xen vm cannot found harddisk's driver Post 302426826 by mycoy on Thursday 3rd of June 2010 04:43:58 AM
Old 06-03-2010
xen vm cannot found harddisk's driver

Hi, everyone:
i'am new to xen. and when i tried to install a centos5 vm using xen, the vm cannot find the harddisk's driver.
the attachment is some pictures of the installation process.

i used centos5.5 and 'dd' to create the vm's virtual disk image, and my creating command is:
Code:
virt-install -n centos5 -r 512 --vcpus=2 --disk path=/vm/centos5.img,bus=scsi --os-type=linux --os-variant=rhel5.4 -l /media/CentOS_5.5_Final

for the 'bus' option, i had tried all ones in the manual, but none worked.

Could anyone help me about this please? thanks!
xen vm cannot found harddisk's driver-screenshot-png
xen vm cannot found harddisk's driver-screenshot-bpng
xen vm cannot found harddisk's driver-screenshot2png
xen vm cannot found harddisk's driver-screenshot3png
xen vm cannot found harddisk's driver-screenshot4png

 

9 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

clone harddisk

Hi, i have to make an excect physical copie of a sun unix station harddisk. I have to make all partitions the same on about 60 harddisks, and also they should contain the same data/info. I have hade a look at commands 'DD' and 'UFSDUMP' but both of them are not sufficient enough. Can... (5 Replies)
Discussion started by: dirk2
5 Replies

2. UNIX for Dummies Questions & Answers

SCSI Harddisk

hey guys this is my problem I have SCO unix installed on a IDE h/drive. I want to add a SCSI hard drive, how do i do that within UNIX (1 Reply)
Discussion started by: kwame.neilsen
1 Replies

3. Solaris

SunOS 5.6 vs 5.8 HardDisk

Hi all, I am not sure I am in the correct forum or not, but I would appreciate if somebody from here can help me out. My processing equipment currently is using Unltra5 SunOs 5.6 with 8.6 GB hard disk, newer UltraSPARC SunOS 5.8 is with higher hard disk capacity. I am wondering how much hard... (2 Replies)
Discussion started by: uvex
2 Replies

4. Solaris

SUNWglmr -- rasctrl environment monitoring driver for i2c or SCSI device driver ?

I've been researching minimizeing Solaris 8 and found that on the web page http://www.sun.com/bigadmin/content/packagelist/s8u7PkgList/p2.html the package SUNWglmr is listed as "rasctrl environment monitoring driver for i2c, (Root) (32-bit)" while in the document "Solaris 8 minimize-updt1.pdf"... (1 Reply)
Discussion started by: roygoodwin
1 Replies

5. Solaris

Image from harddisk

Can i take image from all data in SCSI hard-disk which work in foxboro workstation and extract it again on another hard disk ?:b: thanks (4 Replies)
Discussion started by: hatemeid
4 Replies

6. Solaris

E3500 Harddisk not found problem (First time user)

I'm first time user on Enterprise 3500 and got some problem, that I try to install Solaris 9 on this machine (and it work fine on Sun U10) it not found harddisk in fdisk command on 'ok prompt' I try probe-scsi-all but it show only Tape and CDrom in this machine I install 2 harddisk in... (2 Replies)
Discussion started by: Harmut
2 Replies

7. UNIX for Dummies Questions & Answers

boot option Available partitions 0b00 1048575 sr0 driver:sr 0800 488386584 sda driver:sd

Help, suspect hacked via serial or electric! any ideas on error "Pid:1, comm:swapper Tainted:G W 2.6.35-22 generic #33 -unbutu device = "(null)" or unknown-blocklist(8.1) please append a correct "root"boot option Available partitions 0b00 1048575 sr0 driver:sr 0800 488386584 sda driver:sd. Thanks... (3 Replies)
Discussion started by: kryclear
3 Replies

8. OS X (Apple)

[Solved] links2 --enable-graphics from source, configure error: no graphics driver found.

Howdy I am trying to install links2 with graphics support on snow leopard 10.6.8 (xcode installed). I have had the program running last year, also installed from source - but then I had installed some image libraries with mac ports and fink - cannot reproduce that setup. Plus I would like to not... (6 Replies)
Discussion started by: butterbaerchen
6 Replies

9. Hardware

Difference between platform driver,codec driver and Machine driver

In general terms what are the differences platform driver,codec driver and Machine driver? (1 Reply)
Discussion started by: rupeshkp728
1 Replies
IO
::FILE=IO(0X1099F28)(1) Virtual Machine Manager IO::FILE=IO(0X1099F28)(1) NAME
virt-clone - clone existing virtual machine images SYNOPSIS
virt-clone [OPTION]... DESCRIPTION
virt-clone is a command line tool for cloning existing virtual machine images using the "libvirt" hypervisor management library. It will copy the disk images of any existing virtual machine, and define a new guest with an identical virtual hardware configuration. Elements which require uniqueness will be updated to avoid a clash between old and new guests. By default, virt-clone will show an error if the necessary information to clone the guest is not provided. The --auto-clone option will generate all needed input, aside from the source guest to clone. OPTIONS
Most options are not required. Minimum requirements are --original or --original-xml (to specify the guest to clone), --name, and appropriate storage options via -file. -h, --help Show the help message and exit --connect=URI Connect to a non-default hypervisor. See virt-install(1) for details General Options General configuration parameters that apply to all guest clones. -o ORIGINAL_GUEST, --original=ORIGINAL_GUEST Name of the original guest to be cloned. This guest must be shut off or paused since it is not possible to safely clone active guests at this time. --original-xml=ORIGINAL_XML Libvirt guest xml file to use as the original guest. The guest does not need to be defined on the libvirt connection. This takes the place of the "--original" parameter. --auto-clone Generate a new guest name, and paths for new storage. An example or possible generated output: Original name : MyVM Generated clone name : MyVM-clone Original disk path : /home/user/foobar.img Generated disk path : /home/user/foobar-clone.img If generated names collide with existing VMs or storage, a number is appended, such as foobar-clone-1.img, or MyVM-clone-3. -n NAME, --name=NAME Name of the new guest virtual machine instance. This must be unique amongst all guests known to the hypervisor connection, including those not currently active. -u UUID, --uuid=UUID UUID for the guest; if none is given a random UUID will be generated. If you specify UUID, you should use a 32-digit hexadecimal number. UUID are intended to be unique across the entire data center, and indeed world. Bear this in mind if manually specifying a UUID Storage Configuration -f DISKFILE, --file=DISKFILE Path to the file, disk partition, or logical volume to use as the backing store for the new guest's virtual disk. If the original guest has multiple disks, this parameter must be repeated multiple times, once per disk in the original virtual machine. --force-copy=TARGET Force cloning the passed disk target ('hdc', 'sda', etc.). By default, "virt-clone" will skip certain disks, such as those marked 'readonly' or 'shareable'. --nonsparse Fully allocate the new storage if the path being cloned is a sparse file. See virt-install(1) for more details on sparse vs. nonsparse. --preserve-data No storage is cloned: disk images specific by --file are preserved as is, and referenced in the new clone XML. This is useful if you want to clone a VM XML template, but not the storage contents. Networking Configuration -m MAC, --mac=MAC Fixed MAC address for the guest; If this parameter is omitted, or the value "RANDOM" is specified a suitable address will be randomly generated. Addresses are applied sequentially to the networks as they are listed in the original guest XML. Miscellaneous Options --print-xml Print the generated clone XML and exit without cloning. --replace Shutdown and remove any existing guest with the passed "--name" before cloning the original guest. -d, --debug Print debugging information to the terminal when running the install process. The debugging information is also stored in "$HOME/.virtinst/virt-clone.log" even if this parameter is omitted. --force Override certain error conditions, such as when an image file already exists. EXAMPLES
Clone the guest called "demo" on the default connection, auto generating a new name and disk clone path. # virt-clone --original demo --auto-clone Clone the guest called "demo" which has a single disk to copy # virt-clone --original demo --name newdemo --file /var/lib/xen/images/newdemo.img Clone a QEMU guest with multiple disks # virt-clone --connect qemu:///system --original demo --name newdemo --file /var/lib/xen/images/newdemo.img --file /var/lib/xen/images/newdata.img Clone a guest to a physical device which is at least as big as the original guests disks. If the destination device is bigger, the new guest can do a filesystem resize when it boots. # virt-clone --connect qemu:///system --original demo --name newdemo --file /dev/HostVG/DemoVM --mac 52:54:00:34:11:54 AUTHOR
Written by Kazuki Mizushima, Cole Robinson, and a team of many other contributors. BUGS
Please see http://virt-manager.org/page/BugReporting COPYRIGHT
Copyright (C) Fujitsu Limited, and various contributors. This is free software. You may redistribute copies of it under the terms of the GNU General Public License "http://www.gnu.org/licenses/gpl.html". There is NO WARRANTY, to the extent permitted by law. SEE ALSO
virsh(1), "virt-install(1)", "virt-manager(1)", the project website "http://virt-manager.org" 2014-06-09 IO::FILE=IO(0X1099F28)(1)
All times are GMT -4. The time now is 09:28 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy