Re: [libvirt-users] virt-install with set vnc password

2011-10-22 Thread Mohammed Naser
On Sat, Oct 22, 2011 at 2:24 PM, vmnode guy wrote: > On Sun, Oct 23, 2011 at 2:21 AM, Mohammed Naser wrote: > >> On Sat, Oct 22, 2011 at 2:11 PM, vmnode guy wrote: >> >>> Seem like there is no such option, or could my option place it >>> incorrectly ? >>> >>> root@cloudnode2:~/new# cat virt-inst

Re: [libvirt-users] virt-install with set vnc password

2011-10-22 Thread vmnode guy
On Sun, Oct 23, 2011 at 2:21 AM, Mohammed Naser wrote: > On Sat, Oct 22, 2011 at 2:11 PM, vmnode guy wrote: > >> Seem like there is no such option, or could my option place it incorrectly >> ? >> >> root@cloudnode2:~/new# cat virt-install.sh >> vm_uid=testvm >> vcpu=2 >> ram=512 >> diskspace=10

Re: [libvirt-users] virt-install with set vnc password

2011-10-22 Thread Mohammed Naser
On Sat, Oct 22, 2011 at 2:11 PM, vmnode guy wrote: > Seem like there is no such option, or could my option place it incorrectly > ? > > root@cloudnode2:~/new# cat virt-install.sh > vm_uid=testvm > vcpu=2 > ram=512 > diskspace=10 > path=/home/source/ubuntu-10.04.2-server-amd64.iso > > > #virt-inst

Re: [libvirt-users] virt-install with set vnc password

2011-10-22 Thread vmnode guy
Seem like there is no such option, or could my option place it incorrectly ? root@cloudnode2:~/new# cat virt-install.sh vm_uid=testvm vcpu=2 ram=512 diskspace=10 path=/home/source/ubuntu-10.04.2-server-amd64.iso #virt-install -n $vm_uid --vcpus=$vcpu -r $ram -f /root/new/disk0.raw -s $diskspace

Re: [libvirt-users] virt-install with set vnc password

2011-10-22 Thread Mohammed Naser
On Sat, Oct 22, 2011 at 5:53 AM, vmnode guy wrote: > Hi Guy, > > Anyone know how we can set up the vnc password during using virt-install > command ? > > # virt-install \ > --connect qemu:///system \ > --name demo \ > --ram 500 \ >

[libvirt-users] virt-install with set vnc password

2011-10-22 Thread vmnode guy
Hi Guy, Anyone know how we can set up the vnc password during using virt-install command ? # virt-install \ --connect qemu:///system \ --name demo \ --ram 500 \ --disk path=/var/lib/libvirt/images/demo.img,size=5 \ --n