[libvirt] virt-install?

Hi, I got the libvirt source code (cvs), and compiled. However, I cannot find the virt-install anywhere. Is it included inside libvirt? Thank you, Jun

On Wed, Aug 13, 2008 at 04:35:00PM +0900, Jun Koi wrote:
Hi,
I got the libvirt source code (cvs), and compiled. However, I cannot find the virt-install anywhere. Is it included inside libvirt?
No, a companion of virt-manager project see http://virt-manager.org/scmrepo.html to fetch the sources Daniel -- Red Hat Virtualization group http://redhat.com/virtualization/ Daniel Veillard | virtualization library http://libvirt.org/ veillard@redhat.com | libxml GNOME XML XSLT toolkit http://xmlsoft.org/ http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/

On Wed, Aug 13, 2008 at 4:43 PM, Daniel Veillard <veillard@redhat.com> wrote:
On Wed, Aug 13, 2008 at 04:35:00PM +0900, Jun Koi wrote:
Hi,
I got the libvirt source code (cvs), and compiled. However, I cannot find the virt-install anywhere. Is it included inside libvirt?
No, a companion of virt-manager project see http://virt-manager.org/scmrepo.html to fetch the sources
I got virtinstall, but there is no INSTALL file inside (should have one, or README should mention that). So how to install it?? Thanks, Jun

On Wed, Aug 13, 2008 at 04:59:35PM +0900, Jun Koi wrote:
On Wed, Aug 13, 2008 at 4:43 PM, Daniel Veillard <veillard@redhat.com> wrote:
On Wed, Aug 13, 2008 at 04:35:00PM +0900, Jun Koi wrote:
Hi,
I got the libvirt source code (cvs), and compiled. However, I cannot find the virt-install anywhere. Is it included inside libvirt?
No, a companion of virt-manager project see http://virt-manager.org/scmrepo.html to fetch the sources
I got virtinstall, but there is no INSTALL file inside (should have one, or README should mention that). So how to install it??
It uses the standard python installation procedure As root python setup.py install Or as non-root python setup.py install --prefix=$HOME/usr export PYTHONPATH=$HOME/usr/lib/python2.5/site-packages Daniel -- |: Red Hat, Engineering, London -o- http://people.redhat.com/berrange/ :| |: http://libvirt.org -o- http://virt-manager.org -o- http://ovirt.org :| |: http://autobuild.org -o- http://search.cpan.org/~danberr/ :| |: GnuPG: 7D3B9505 -o- F3C9 553F A1DA 4AC2 5648 23C1 B3DF F742 7D3B 9505 :|

On Wed, Aug 13, 2008 at 5:43 PM, Daniel P. Berrange <berrange@redhat.com> wrote:
On Wed, Aug 13, 2008 at 04:59:35PM +0900, Jun Koi wrote:
On Wed, Aug 13, 2008 at 4:43 PM, Daniel Veillard <veillard@redhat.com> wrote:
On Wed, Aug 13, 2008 at 04:35:00PM +0900, Jun Koi wrote:
Hi,
I got the libvirt source code (cvs), and compiled. However, I cannot find the virt-install anywhere. Is it included inside libvirt?
No, a companion of virt-manager project see http://virt-manager.org/scmrepo.html to fetch the sources
I got virtinstall, but there is no INSTALL file inside (should have one, or README should mention that). So how to install it??
It uses the standard python installation procedure
As root
python setup.py install
Or as non-root
python setup.py install --prefix=$HOME/usr export PYTHONPATH=$HOME/usr/lib/python2.5/site-packages
Thanks! But that needs to be mentioned anyway in README/INSTALL, as not everybody is Python expert. Regards, Jun
participants (3)
-
Daniel P. Berrange
-
Daniel Veillard
-
Jun Koi