<p>Does virt-manager show anything for the guest when connected to the kvm host?</p>
<p>Sent from Android Mobile</p>
<p>On 4 Aug 2010 16:31, "Kevin Chang" <<a href="mailto:kico.chang@gmail.com">kico.chang@gmail.com</a>> wrote:<br type="attribution">> Good morning everyone.  This is my first post to this list. I am very new to<br>
> Linux so please bear with me. Also, English is not my first language so<br>> please excuse me if I am unclear.<br>> <br>> I am trying to install CentOS Linux operating system in a virtualization<br>> setup. I have already built four host machines with CentOS 5.5 and KVM<br>
> virtualization. I can install fine if I do a manual installation. I am now<br>> trying to automate the process.  To this goal, I have create multiple LVMs<br>> inside my new volume group. The name of the volume group is vmstorage_vg.<br>
> The problem occurs when I try to run the installation.<br>> <br>> I found a script via google:<br>> <br>> <br>> #!/bin/sh<br>> <br>> virt-install \<br>> -n calcnode01 \<br>> -r 1024 \<br>> -f /dev/vmstorage_vg/calcnode01 \<br>
> --cdrom=/software/iso/CentOS-5.5_x86_64-boot.iso \<br>> --accelerate \<br>> --vnc \<br>> -x "ks=<a href="ftp://192.168.0.101/pub/ks/calcnode01.ks">ftp://192.168.0.101/pub/ks/calcnode01.ks</a> ip=192.168.0.101<br>
> netmask=255.255.255.0 dns=192.168.0.20 gateway=192.168.0.1 text<br>> console=ttyS0"<br>> <br>> When I start this script from the SSH terminal it starts but I cannot see<br>> anything being installed.  I entered the virsh console and see the<br>
> calcnode01 entry if I do a list.  If I try to connect using virsh I do not<br>> see anything.  The kickstart was created from the anaconda file created from<br>> the manual installation. I enabled the options to create the filesystems.<br>
> <br>> I think the installation is waiting on some input but I cannot see any<br>> console.  I have tried with and without the "console=ttyS0" option.<br>> <br>> Thank you everyone for your time.<br>
</p>