Log In | Register | April 23, 2024

Share
 

Linux - June 19, 2012

Access a virtual machine’s console.

You can access a virtual machines console in a variety of ways. You could use either virsh, virt-manager, virt-viewer, or even ssh.

Lets say you wanted to access the virtual machines console using virsh. You would simply type:

virsh vncdisplay domain_name

You would replace the above domain_name with the name of your actual virtual machine.

To access the console via virt-viewer you could type:

virt-viewer domain_name

To access the console via virt-manager you would need to first connect to the hypervisor and then click on the virtual machine and press open. The access virt-manager you would type:

virt-manager

If you know the ip address for the virtual machine then you could also access the machine using the ssh command as such.

ssh username@virtual-ip-address-here

Post By: | FavoriteLoadingAdd to favorites

2 Comments

RHCSA Certification Study Guide | DevBlog.co
Monday, June 25, 2012

[...] Access a virtual machine’s console [...]

free shipping coupons
Monday, September 15, 2014

Awesome blog! Is your theme custom made or did you
download it from somewhere? A design like yours with a few simple tweeks would
really make my blog stand out. Please let me know where you got
your design. Kudos

Leave a Comment



Need Help? Ask a Question

Ask anything you want from how to questions to debug. We're here to help.

You Must Be Logged In To Post A Question.

Log In or Register