You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cloudstack.apache.org by Mohd Zainal Abidin Rabani <za...@nocser.net> on 2016/05/26 08:03:27 UTC

VNC to VM

Hi,

 

How to to vnc vm that in kvm cloudstack? I want reset passwd using single
mode. Anyone knows? Assist me pls.

 

Thanks.


RE: VNC to VM

Posted by Sanjeev Neelarapu <sa...@accelerite.com>.
Thanks. This is very useful info.

Best Regards,
Sanjeev N
Chief Product Engineer, Accelerite
Off: +91 40 6722 9368 | EMail: sanjeev.neelarapu@accelerite.com 


-----Original Message-----
From: Mohd Zainal Abidin Rabani [mailto:zainal@nocser.net] 
Sent: Friday, May 27, 2016 7:04 AM
To: users@cloudstack.apache.org
Subject: RE: VNC to VM

Cannot use virsh console <vm-id>. I already try. But I have success to access a vm using vnc from windows.

Step:

1. bash#>ps aux | grep <vm-id>
2. Get process id from above command.
Bash#>lsof -I -P -n | grep <process-id>
3. Try find with end like x.x.x.x:590x
4. Get password to access vm as below:

virsh dumpxml --security-info  <vm-id> | grep  vnc

-----Original Message-----
From: Sanjeev Neelarapu [mailto:sanjeev.neelarapu@accelerite.com]
Sent: Thursday, May 26, 2016 6:38 PM
To: users@cloudstack.apache.org
Subject: RE: VNC to VM

Try "virsh console <vm-id>" command on kvm host.

Best Regards,
Sanjeev N
Chief Product Engineer, Accelerite
Off: +91 40 6722 9368 | EMail: sanjeev.neelarapu@accelerite.com 



-----Original Message-----
From: Mohd Zainal Abidin Rabani [mailto:zainal@nocser.net]
Sent: Thursday, May 26, 2016 1:33 PM
To: users@cloudstack.apache.org
Subject: VNC to VM

Hi,

 

How to to vnc vm that in kvm cloudstack? I want reset passwd using single mode. Anyone knows? Assist me pls.

 

Thanks.




DISCLAIMER
==========
This e-mail may contain privileged and confidential information which is the property of Accelerite, a Persistent Systems business. It is intended only for the use of the individual or entity to which it is addressed. If you are not the intended recipient, you are not authorized to read, retain, copy, print, distribute or use this message. If you have received this communication in error, please notify the sender and delete all copies of this message. Accelerite, a Persistent Systems business does not accept any liability for virus infected mails.




DISCLAIMER
==========
This e-mail may contain privileged and confidential information which is the property of Accelerite, a Persistent Systems business. It is intended only for the use of the individual or entity to which it is addressed. If you are not the intended recipient, you are not authorized to read, retain, copy, print, distribute or use this message. If you have received this communication in error, please notify the sender and delete all copies of this message. Accelerite, a Persistent Systems business does not accept any liability for virus infected mails.

RE: VNC to VM

Posted by Mohd Zainal Abidin Rabani <za...@nocser.net>.
Is it same to enable on centos 7? Now we are using centos 7 on kvm host.

-----Original Message-----
From: Kirk Kosinski [mailto:kirk.kosinski@shapeblue.com] 
Sent: Friday, May 27, 2016 3:28 PM
To: users@cloudstack.apache.org
Subject: Re: VNC to VM

Hi, virsh console can be used for CLI access but you may have to enable it in the VM.  I wrote a blog article [1] about it with some examples, or you can check the OS documentation.

[1] https://kirkkosinski.com/2013/01/configuring-centos-6-and-windows-vms-for-virsh-console-on-kvm/
________________________________________
From: Mohd Zainal Abidin Rabani <za...@nocser.net>
Sent: Thursday, May 26, 2016 6:34:01 PM
To: users@cloudstack.apache.org
Subject: RE: VNC to VM

Cannot use virsh console <vm-id>. I already try. But I have success to access a vm using vnc from windows.

Step:

1. bash#>ps aux | grep <vm-id>
2. Get process id from above command.
Bash#>lsof -I -P -n | grep <process-id>
3. Try find with end like x.x.x.x:590x
4. Get password to access vm as below:

virsh dumpxml --security-info  <vm-id> | grep  vnc

kirk.kosinski@shapeblue.com
www.shapeblue.com
53 Chandos Place, Covent Garden, London  WC2N 4HS @shapeblue



-----Original Message-----
From: Sanjeev Neelarapu [mailto:sanjeev.neelarapu@accelerite.com]
Sent: Thursday, May 26, 2016 6:38 PM
To: users@cloudstack.apache.org
Subject: RE: VNC to VM

Try "virsh console <vm-id>" command on kvm host.

Best Regards,
Sanjeev N
Chief Product Engineer, Accelerite
Off: +91 40 6722 9368 | EMail: sanjeev.neelarapu@accelerite.com



-----Original Message-----
From: Mohd Zainal Abidin Rabani [mailto:zainal@nocser.net]
Sent: Thursday, May 26, 2016 1:33 PM
To: users@cloudstack.apache.org
Subject: VNC to VM

Hi,



How to to vnc vm that in kvm cloudstack? I want reset passwd using single
mode. Anyone knows? Assist me pls.



Thanks.




DISCLAIMER
==========
This e-mail may contain privileged and confidential information which is the
property of Accelerite, a Persistent Systems business. It is intended only
for the use of the individual or entity to which it is addressed. If you are
not the intended recipient, you are not authorized to read, retain, copy,
print, distribute or use this message. If you have received this
communication in error, please notify the sender and delete all copies of
this message. Accelerite, a Persistent Systems business does not accept any
liability for virus infected mails.



Re: VNC to VM

Posted by Kirk Kosinski <ki...@shapeblue.com>.
Hi, virsh console can be used for CLI access but you may have to enable it in the VM.  I wrote a blog article [1] about it with some examples, or you can check the OS documentation.

[1] https://kirkkosinski.com/2013/01/configuring-centos-6-and-windows-vms-for-virsh-console-on-kvm/
________________________________________
From: Mohd Zainal Abidin Rabani <za...@nocser.net>
Sent: Thursday, May 26, 2016 6:34:01 PM
To: users@cloudstack.apache.org
Subject: RE: VNC to VM

Cannot use virsh console <vm-id>. I already try. But I have success to
access a vm using vnc from windows.

Step:

1. bash#>ps aux | grep <vm-id>
2. Get process id from above command.
Bash#>lsof -I -P -n | grep <process-id>
3. Try find with end like x.x.x.x:590x
4. Get password to access vm as below:

virsh dumpxml --security-info  <vm-id> | grep  vnc

kirk.kosinski@shapeblue.comĀ 
www.shapeblue.com
53 Chandos Place, Covent Garden, London  WC2N 4HS
@shapeblue



-----Original Message-----
From: Sanjeev Neelarapu [mailto:sanjeev.neelarapu@accelerite.com]
Sent: Thursday, May 26, 2016 6:38 PM
To: users@cloudstack.apache.org
Subject: RE: VNC to VM

Try "virsh console <vm-id>" command on kvm host.

Best Regards,
Sanjeev N
Chief Product Engineer, Accelerite
Off: +91 40 6722 9368 | EMail: sanjeev.neelarapu@accelerite.com



-----Original Message-----
From: Mohd Zainal Abidin Rabani [mailto:zainal@nocser.net]
Sent: Thursday, May 26, 2016 1:33 PM
To: users@cloudstack.apache.org
Subject: VNC to VM

Hi,



How to to vnc vm that in kvm cloudstack? I want reset passwd using single
mode. Anyone knows? Assist me pls.



Thanks.




DISCLAIMER
==========
This e-mail may contain privileged and confidential information which is the
property of Accelerite, a Persistent Systems business. It is intended only
for the use of the individual or entity to which it is addressed. If you are
not the intended recipient, you are not authorized to read, retain, copy,
print, distribute or use this message. If you have received this
communication in error, please notify the sender and delete all copies of
this message. Accelerite, a Persistent Systems business does not accept any
liability for virus infected mails.


RE: VNC to VM

Posted by Mohd Zainal Abidin Rabani <za...@nocser.net>.
Cannot use virsh console <vm-id>. I already try. But I have success to
access a vm using vnc from windows.

Step:

1. bash#>ps aux | grep <vm-id>
2. Get process id from above command.
Bash#>lsof -I -P -n | grep <process-id>
3. Try find with end like x.x.x.x:590x
4. Get password to access vm as below:

virsh dumpxml --security-info  <vm-id> | grep  vnc

-----Original Message-----
From: Sanjeev Neelarapu [mailto:sanjeev.neelarapu@accelerite.com] 
Sent: Thursday, May 26, 2016 6:38 PM
To: users@cloudstack.apache.org
Subject: RE: VNC to VM

Try "virsh console <vm-id>" command on kvm host.

Best Regards,
Sanjeev N
Chief Product Engineer, Accelerite
Off: +91 40 6722 9368 | EMail: sanjeev.neelarapu@accelerite.com 



-----Original Message-----
From: Mohd Zainal Abidin Rabani [mailto:zainal@nocser.net] 
Sent: Thursday, May 26, 2016 1:33 PM
To: users@cloudstack.apache.org
Subject: VNC to VM

Hi,

 

How to to vnc vm that in kvm cloudstack? I want reset passwd using single
mode. Anyone knows? Assist me pls.

 

Thanks.




DISCLAIMER
==========
This e-mail may contain privileged and confidential information which is the
property of Accelerite, a Persistent Systems business. It is intended only
for the use of the individual or entity to which it is addressed. If you are
not the intended recipient, you are not authorized to read, retain, copy,
print, distribute or use this message. If you have received this
communication in error, please notify the sender and delete all copies of
this message. Accelerite, a Persistent Systems business does not accept any
liability for virus infected mails.


RE: VNC to VM

Posted by Sanjeev Neelarapu <sa...@accelerite.com>.
Try "virsh console <vm-id>" command on kvm host.

Best Regards,
Sanjeev N
Chief Product Engineer, Accelerite
Off: +91 40 6722 9368 | EMail: sanjeev.neelarapu@accelerite.com 



-----Original Message-----
From: Mohd Zainal Abidin Rabani [mailto:zainal@nocser.net] 
Sent: Thursday, May 26, 2016 1:33 PM
To: users@cloudstack.apache.org
Subject: VNC to VM

Hi,

 

How to to vnc vm that in kvm cloudstack? I want reset passwd using single mode. Anyone knows? Assist me pls.

 

Thanks.




DISCLAIMER
==========
This e-mail may contain privileged and confidential information which is the property of Accelerite, a Persistent Systems business. It is intended only for the use of the individual or entity to which it is addressed. If you are not the intended recipient, you are not authorized to read, retain, copy, print, distribute or use this message. If you have received this communication in error, please notify the sender and delete all copies of this message. Accelerite, a Persistent Systems business does not accept any liability for virus infected mails.