Hi Pieter.

We have nodes with squeeze for work with kvm.

We install the "standard" group in the taskselect stuff, plu these packages:

openssh-server
vim, wget
qemu-kvm
ruby, libvirt-bin
netcat-openbsd
vnc4server
ntpdate
ganglia-monitor

Other additional configuration:

mkdir /srv/cloud;
groupadd -g 3000 cloud;
useradd -d /srv/cloud/one -g cloud -G kvm,libvirt -u 3000 -s /bin/bash oneadmin;
chown oneadmin.cloud /srv/cloud;
sed -i 's/^[ #]*user *=.*/user = "oneadmin"/' /etc/libvirt/qemu.conf;
sed -i 's/^[ #]*group *=.*/group = "kvm"/' /etc/libvirt/qemu.conf;


Hope this helps...

regards


Pieter Simoens escribió:
Dear all,

I have been trying to use a Debian Lenny or Squeeze machine as cluster node. According to the instructions, I need to install the opennebula-node package. However, this seems unavailable.

Can somebody help me?
- Do I need to update my sources.list of apt-get?
- Can I find the source code of this package somewhere?
- I have read in the archive that the opennebula-node is rather "empty", it would only create the oneadmin account and set "some" directories. Maybe somebody can list the steps I have to do?

Thank you in advance,
Pieter
--
Pieter Simoens, Ph.D.
Department of Information Technology
Internet Based Communication Networks and Services (IBCN)
Ghent University - IBBT
Gaston Crommenlaan 8 (Bus 201), B-9050 Gent, Belgium
T: +32 9 33 14940 ; T Secr: +32 9 33 14900
F: +32 9 33 14899
W : www.ibcn.intec.UGent.be
------------------------------------------------------------------------

_______________________________________________
Users mailing list
[email protected]
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org

_______________________________________________
Users mailing list
[email protected]
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org

Reply via email to