Ltsp-cluster rocks! (Re: Status of ltsp-cluster?)
Asmo Koskinen
asmo.koskinen at arkki.info
Tue Sep 15 09:27:42 UTC 2009
Stéphane Graber kirjoitti:
> Hello, I just fixed ltsp-cluster-lbserver and ltsp-cluster-lbagent, they
> should both work in Karmic now.
Stéphane, can I expect all packages works from Karmic repositories - no
need for your or ltsp-cluster-team PPA's?
How about those scripts that needed to wget from ltsp-cluster-team PPA,
control-center.py and rdp+ldm.config - are they included in Karmic, too?
Do we need any PPA's after Karmic?
> Thanks for testing ltsp-cluster and I really hope you'll enjoy it.
I try to another installation to KVM same way as this one with Karmic
Alternate Alpha 6 in few days.
Few notes.
----
There was something with leased ip numbers, it seems to work better with
fixed ip numbers, so I do use this dhcpd.conf now.
admin-ltsp5 at ltsp-root01:~$ cat /etc/dhcp3/dhcpd.conf
ddns-update-style none;
default-lease-time 600;
max-lease-time 7200;
authoritative;
log-facility local7;
subnet 192.168.1.0 netmask 255.255.255.0 {
next-server 192.168.1.115;
option domain-name "ltsp-root01";
option domain-name-servers 192.168.1.1;
option routers 192.168.1.1;
range 192.168.1.20 192.168.1.100;
filename "/ltsp/i386/pxelinux.0";
}
host ltsp100 {
hardware ethernet 00:A0:D1:A3:81:55;
fixed-address 192.168.1.100;
}
host ltsp099 {
hardware ethernet 00:22:64:49:7F:F5;
fixed-address 192.168.1.99;
}
----
I added/cloned another application server. LTSP-cluster works very nice,
indeed. I login in with first laptop and then logout and login with
second laptop, same user.
<nodes>
<group default="true" name="jaunty">
<node address="http://192.168.1.121:8000"
name="ltsp-appserv01"/>
<node address="http://192.168.1.123:8000"
name="ltsp-appserv02"/>
</group>
</nodes>
There was in your howto "ltsp-appser1", I use "appserv01" and
"appserv02" - same as hostname for application server?
"Replace the default node by 192.168.0.5 with name appserv1"
Here is screenshot about those two application servers, two laptops and
one user.
http://www.arkki.info/howto/Wiki/LTSP5-Testausta/ltsp-cluster_08.png
----
Thank you Stéphane and best regards, Asmo Koskinen.
More information about the edubuntu-devel
mailing list