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