Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] Xen VM universe
- Date: Fri, 20 Nov 2009 12:55:18 -0500
- From: "Jonathan D. Proulx" <jon@xxxxxxxxxxxxx>
- Subject: Re: [Condor-users] Xen VM universe
On Fri, Nov 20, 2009 at 10:57:11AM -0600, Timothy St. Clair wrote:
:You may want to run verify you can connect through virsh 1st.
:
:su
:service libvirtd restart (for RH)
:virsh -c xen:///
hive17:/opt/condor/log# virsh -c xen:///
Welcome to virsh, the virtualization interactive terminal.
Type: 'help' for help with commands
'quit' to quit
virsh # list
Id Name State
----------------------------------
0 Domain-0 running
virsh # define /tmp/underdog.virt
Domain underdog defined from /tmp/underdog.virt
virsh # start underdog
Domain underdog started
virsh # list
Id Name State
----------------------------------
0 Domain-0 running
27 underdog idle
Works just peachy fine
-Jon