summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2008-11-26 13:03:50 -0500
committerDaniel P. Berrange <berrange@redhat.com>2008-11-26 13:03:50 -0500
commit61a05530b104c7cab018f691b4678824d04de9fa (patch)
tree85e73151b99a3a74f35a9353fb1a7bd77b0864fe /man
parent9951d5e831915ab3b90f4d2190739000a8cd88e9 (diff)
downloadvirt-viewer-61a05530b104c7cab018f691b4678824d04de9fa.tar.gz
virt-viewer-61a05530b104c7cab018f691b4678824d04de9fa.tar.xz
virt-viewer-61a05530b104c7cab018f691b4678824d04de9fa.zip
Re-write completely to use Glade, libvirt events, and libvirt-glib integration
Diffstat (limited to 'man')
-rw-r--r--man/virt-viewer.pod12
1 files changed, 8 insertions, 4 deletions
diff --git a/man/virt-viewer.pod b/man/virt-viewer.pod
index 3e8e41e..b545087 100644
--- a/man/virt-viewer.pod
+++ b/man/virt-viewer.pod
@@ -43,6 +43,10 @@ Specify the hypervisor connection URI
Wait for the domain to start up before attempting to connect to the console
+=item -w, --reconnect
+
+Automatically reconnect to the domain if it shuts down and restarts
+
=item -d, --direct
Do not attempt to tunnel the console over SSH, even if the main connection URI
@@ -61,9 +65,9 @@ To connect to the guest with ID 7 running under QEMU
virt-viewer --connect qemu:///system 7
To wait for the guest with UUID 66ab33c0-6919-a3f7-e659-16c82d248521 to
-startup and then connect
+startup and then connect, also reconnecting upon restart of VM
- virt-viewer --wait 66ab33c0-6919-a3f7-e659-16c82d248521
+ virt-viewer --reconnect --wait 66ab33c0-6919-a3f7-e659-16c82d248521
To connect to a remote console using TLS
@@ -72,7 +76,7 @@ To connect to a remote console using TLS
To connect to a remote host using SSH, lookup the guest config and
then make a direct non-tunnelled connection of the console
- virt-viewer --connect xen+ssh://root@example.org/ demo
+ virt-viewer --direct --connect xen+ssh://root@example.org/ demo
=head1 AUTHOR
@@ -84,7 +88,7 @@ Report bugs to the mailing list C<http://www.redhat.com/mailman/listinfo/et-mgmt
=head1 COPYRIGHT
-Copyright (C) 2007 Red Hat, Inc, and various contributors.
+Copyright (C) 2007-2008 Red Hat, Inc, and various contributors.
This is free software. You may redistribute copies of it under the terms of the GNU General
Public License C<http://www.gnu.org/licenses/gpl.html>. There is NO WARRANTY, to the extent
permitted by law.