Re: KVM console login

2014-10-13 Thread Ivan Rodriguez
Thank you guys this is exactly what I was looking for appreciate it On Mon, Oct 13, 2014 at 4:10 PM, Rohit Yadav wrote: > Hi Ivan, > > CloudStack stores this in encrypted way, you may either you what Kirk has > suggested, or try: > > cd /var/run/libvirt/qemu > cat .xml | grep vnc # grab the pa

Re: KVM console login

2014-10-12 Thread Rohit Yadav
Hi Ivan, CloudStack stores this in encrypted way, you may either you what Kirk has suggested, or try: cd /var/run/libvirt/qemu cat .xml | grep vnc # grab the password from here On 13-Oct-2014, at 4:28 am, Ivan Rodriguez wrote: > Hi cloudstack fellows, > > I have some problem with one vm not c

Re: KVM console login

2014-10-12 Thread Kirk Kosinski
Hi, Ivan. The VNC passwords are random and stored in encrypted form in the CloudStack cloud database. Get the ciphertext in the vnc_password field for the VM in vm_instance, e.g.: SELECT vnc_password FROM vm_instance WHERE uuid = '' Decrypt it: java -classpath /usr/share/cloudstack-common/lib/

Re: KVM console login

2014-10-12 Thread Rafael Weingartner
well, I use Xen, when I use the xenconsole to access a vm, it never asks a password. just prompts the vm console where I enter the vm user and password. On Sun, Oct 12, 2014 at 8:36 PM, Ivan Rodriguez wrote: > No no the system vm, any vm on 4.3.3 can't be accessed through KVM > virt-manager con

Re: KVM console login

2014-10-12 Thread Ivan Rodriguez
No no the system vm, any vm on 4.3.3 can't be accessed through KVM virt-manager console They all ask you for a password when you try to access the console On Mon, Oct 13, 2014 at 10:04 AM, Rafael Weingartner < rafaelweingart...@gmail.com> wrote: > you mean system vm ? > > On Sun, Oct 12, 2014 a

Re: KVM console login

2014-10-12 Thread Rafael Weingartner
you mean system vm ? On Sun, Oct 12, 2014 at 7:58 PM, Ivan Rodriguez wrote: > Hi cloudstack fellows, > > I have some problem with one vm not coming online after an outage, > so I'm trying to open the console from virt-manager host > after clicking in the console icon the virt-manager console ask

KVM console login

2014-10-12 Thread Ivan Rodriguez
Hi cloudstack fellows, I have some problem with one vm not coming online after an outage, so I'm trying to open the console from virt-manager host after clicking in the console icon the virt-manager console ask for a password I've tried all the possible passwords do you guys know what is the passw