<HTML>
<BODY>
<br>
<-----Original Message-----> <br>
>From: Samps<br>
>Sent: 12/10/2004 12:29:59 PM<br>
>To: k12osn@redhat.com<br>
>Subject: Re: [K12OSN] Improve loading time for OOo<br>
><br>
>Kjetil Knudsen wrote:<br>
>> ><br>
>> We had the same problem with OO. Loading times around 30-50 seconds. We <br>
>> found the problem to be the hosts file. We have multiple LTSP servers <br>
>> and the hosts file on our servers were not identical. After modyfing the <br>
>> hosts file, OO now have a loading time around 5 seconds.<br>
>> <br>
>> Kjetil<br>
>> <br>
>> <br>
><br>
><br>
>Kjetil,<br>
><br>
>That sounds interesting. I've had at least one other LTSP server running <br>
>through all my fruitless efforts....<br>
><br>
>What sort of changes to the hosts file? Can you remember?<br>
><br>
If you have three Ltsp servers. All of the servers must be listet in the hosts file on every server. Example.. Three servers. One are named LTSP1 with ip 192.168.0.251, the next LTSP2 with ip 192.168.0.252 and finally LTSP3 with ip 192.168.253.. The hosts file for LTSP1 looks like this:  (The three last lines)<br>
192.168.0.251   LTSP1  server.ltsp  server<br>
192.168.0.252   LTSP2  ws252.ltsp  ws252<br>
192.168.0.253   LTSP3  ws253.ltsp  ws253<br>
The hosts file for LTSP2 looks like this:<br>
192.168.0.251  LTSP1  ws251.ltsp  ws251<br>
192.168.0.252  LTSP2  server.ltsp  ws252 <br>
192.168.0.253  LTSP3  ws253.ltsp  ws253<br>
Finally the hosts file for LTSP3:<br>
192.168.0.251   LTSP1 ws251.ltsp  ws251<br>
192.168.0.252   LTSP2 ws252.ltsp  ws252<br>
192.168.0.253   LTSP3 server.ltsp  ws253<br>
I do not know why OO uses the hosts file, but it looks like it is getting confused if the hosts file are messed up. Anyway.. This solved the problem with the long OO startup time at our school.<br>
<br>
Kjetil<br>

</BODY></HTML>