+1 Margot
John Fischer wrote: > All, > > Attached is the updated man page for this case. > I have put this in the case directory as well. > > Thanks, > > John > > John Fischer wrote: >> Template Version: @(#)sac_nextcase 1.68 02/23/09 SMI >> This information is Copyright 2009 Sun Microsystems >> 1. Introduction >> 1.1. Project/Component Working Name: >> virt-manager upgrade >> 1.2. Name of Document Author/Supplier: >> Author: Matt Keenan >> 1.3 Date of This Document: >> 16 April, 2009 >> 4. Technical Description >> The "Virtual Machine Manager" (virt-manager) is a desktop application >> for managing virtual machines. The Xen team is planning on delivering >> libvirt 0.6.0 into snv_116, and this project will coincide with them >> and upgrade >> from virt-manager 0.4.0 to virt-manager 0.6.1. The project will be >> delivering into a minor release of Solaris. >> >> Besides various bug fixes, only the CLI and some new gconf keys are >> modified within this new version of vert-manager. The CLI additions >> are: >> >> --no-fork >> 0.4.0 always ran in the foreground, by default 0.6.1 >> runs in background, this option is provided for backwards >> compatibility >> >> --no-conn-autostart >> 0.4.0 always prompted for xen connection at startup, 0.6.1 has new >> dom0 configuration option to auto connect to a given server on >> startup, this option disables this, again backwards compatibility. >> >> --debug >> output debug information >> >> >> The new gconf keys stored in virt-manager.schema which just allow for >> the >> customization of the GUI, and to save previous settings etc. and default >> values are (all prefessed by /apps/virt-manager/): >> >> stats/enable-disk-poll boolean=0 Poll Disk I/O >> stats/enable-net-poll boolean=0 Poll Network I/O >> stats/enable-mem-poll boolean=1 Poll Memory I/O >> stats/enable-cpu-poll boolean=1 Poll CPU I/O >> console/grab-notify boolean=1 Show grab notification >> details/show-toolbar boolean=1 Show Toolbar >> new-vm/local-sound boolean=1 Install sound device for >> local VM's >> new-vm/remote-sound boolean=1 Install sound device for >> remote VM's >> >> Thus, the changed interfaces are: >> >> Exported Interfaces Stability Comments >> ------------------------- ------------- >> -------------------------------- >> /usr/bin/virt-manager Volatile Virtual manager GUI >> application, >> CLI change >> virt-manager.schema Volatile new gconf keys introduced >> >> All imported interfaces and contracts remain the same. See Virtual >> Machine Manager (LSARC/2007/175) for details. >> >> >> 6. Resources and Schedule >> 6.4. Steering Committee requested information >> 6.4.1. Consolidation C-team Name: >> JDS - Desktop >> 6.5. ARC review type: FastTrack >> 6.6. ARC Exposure: open >> > ------------------------------------------------------------------------ > > User Commands virt-manager(1) > > > > NAME > virt-manager - Desktop application for managing virtual > machines > > SYNOPSIS > virt-manager [-h, --help] [--profile=FILE] [-c URI, -- > connect=URI] [--debug] [--no-dbus] [--no-fork] [--no-conn- > autostart] [--show-domain-creator] [--show-domain- > editor=UUID] [--show-domain-performance=UUID] [--show- > domain-console=UUID] [--show-host-summary] > > DESCRIPTION > The "Virtual Machine Manager" (virt-manager) is a desktop > application for managing virtual machines. > > It presents a summary view of running domains and their live > performance & resource utilization statistics. A detailed > view presents graphs showing performance & utilization over > time. Ultimately it will allow creation of new domains, and > configuration & adjustment of a domain's resource allocation > & virtual hardware. An embedded VNC client viewer presents a > full graphical console to the guest domain. > > You need root access to run virt-manager. > > OPTIONS > The following options are supported: > > --h, --help > > show this help message and exit. > > > > ---profile=FILE > > Generate runtime performance profile stats. > > > > --c URI, --connect=URI > > Connect to hypervisor at URI. > > > > ---debug > > Print debug output to stdout. Requires --no-fork option. > > > > > > > SunOS 5.10 Last change: 8 Oct 2007 1 > > > > > > > User Commands virt-manager(1) > > > > ---no-dbus > > Disable DBus service for controlling UI. > > > > ---no-fork > > Don't fork into background on startup. > > > > ---no-conn-autostart > > Do not autostart connections. > > > > ---show-domain-creator > > Create a new virtual machine. > > > > ---show-domain-editor=UUID > > Edit a domain configuration. > > > > ---show-domain-performance=UUID > > Show a domain performance. > > > > ---show-domain-console=UUID > > Show a domain console. > > > > ---show-host-summary > > Show a host summary. > > > > EXAMPLES > Example 1: Launching virtual machine manager > > > > > > SunOS 5.10 Last change: 8 Oct 2007 2 > > > > > > > User Commands virt-manager(1) > > > > example% virt-manager > > Example 2: Show option information for virt-manager > > example% virt-manager -h > > EXIT STATUS > The following exit values are returned: > > 0 Application exited successfully > > > > >0 Application exited with failure > > > > FILES > The following files are used by this application: > > /usr/bin/virt-manager Executable for the virtual > manager > > > > $HOME/.virt-manager/virt-manager.log > Used to store the log for > virt-manager. > > > > /usr/share/virt-manager/* virt-manager Python source > code. > > > > ATTRIBUTES > See attributes(5) for descriptions of the following attri- > butes: > > ____________________________________________________________ > | ATTRIBUTE TYPE | ATTRIBUTE VALUE | > |_____________________________|_____________________________| > | Availability | SUNWvirt-manager | > |_____________________________|_____________________________| > | Interface stability | Uncommitted | > |_____________________________|_____________________________| > > > SEE ALSO > virt-install(1M), virt-clone(1M), virsh(1M), vdiskadm(1M), > xm(1M) > > > > SunOS 5.10 Last change: 8 Oct 2007 3 > > > > > > > User Commands virt-manager(1) > > > > NOTES > Written by Henry Zhang, Sun Microsystems Inc., 2007. > > Amended by Matt Keenan, Sun Microsystems Inc., 2009. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > SunOS 5.10 Last change: 8 Oct 2007 4 > > > >