Bug 449698

Summary: [Chapter 19.1] Remote_Management.xml:
Product: Red Hat Enterprise Linux 5 Reporter: Michael Hideo <mhideo>
Component: doc-Virtualization_GuideAssignee: Christopher Curran <ccurran>
Status: CLOSED CURRENTRELEASE QA Contact: Don Domingo <ddomingo>
Severity: low Docs Contact:
Priority: low    
Version: 5.2CC: anross, clalance, crobinso
Target Milestone: rcKeywords: Documentation
Target Release: ---   
Hardware: All   
OS: Linux   
URL: http://www.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/5.2/html/Virtualization/sect-Virtualization-Remote_management_of_virtualized_guests-Remote_management_with_ssh.html
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-01-27 04:53:49 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 449674    

Description Michael Hideo 2008-06-03 01:39:37 UTC
http://www.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/5.2/html/Virtualization/sect-Virtualization-Remote_management_of_virtualized_guests-Remote_management_with_ssh.html

 

instructions end early.  There needs to be some example of how to make use of
the stuff that was just explained, such as how to connect to those machines
using virt-manager

Comment 1 Christopher Curran 2008-06-05 02:09:05 UTC
this is certainly a bug for engineering. It's out of my domain knowledge.

Comment 2 Bill Burns 2008-10-22 13:15:19 UTC
Chris L can you help out Chris C with this one?

Comment 3 Cole Robinson 2008-10-27 20:36:59 UTC
Hi, not sure exactly what format the input should be in, so I'll just give examples of how to connect to remote systems using virt-manager and virsh.

Remote connections using SSH:

  virsh:
    Connecting to remote hosts is specified via the --connect option. 
    For ssh, this will look like:

    virsh --connect xen+ssh://username@hostname/

    For the docs, it probably makes sense to only give an example with the
    root username since regular user access isn't too useful.

  virt-manager:
    1) Start virt-manager
    2) Go to File->Open Connection
    3) Enter:
       Hypervisor->Xen,
       Connection->Remote tunnel over SSH,
       and enter the desired hostname, then click connection

Remote connections over TLS and SSL:

  virsh:
    The command will simply be

    virsh --connect xen://hostname/

    As the docs say, there is also pretty extensive info at http://libvirt.org/remote.html

  virt-manager:
    Same process as for SSH, except in Step 3 the user will select
    Connection->Remote SSL/TLS with x509 certificate
    
General:
   Should be noted that remote management isn't all encompassing.
   virt-manager for example makes a lot of assumptions that it is
   running on the local machine, such as file browsing. As such
   save, restore, and vm creation is not available over remote
   connections, but typical operations like start, stop, pause/unpause,
   and stats monitoring all work.

If there is anything else I can provide, let me know.

Comment 4 Christopher Curran 2009-12-02 05:46:00 UTC
Marking as modified. This bug should be fixed in the guide from RHEL 5.4. Sections have been heavily cleaned up for translation during 5.4 development.

Chris