Good Morning All-

I am having a problem with my thin clients booting off an Ubuntu 10.04 LTSP 
Server.  Once the clients boot up, they are being directed to the ltsp server 
as the application server, instead of being directed to the actual application 
server.  The lbsconfig.xml file has only one app server on it, so it should 
always get directed to that server, but for some reason every thin client is 
booting up with the app server listed as the ltsp server, and none of them are 
going to the correct app server.
The lbsconfig.xml is as follows:

1.  <?xml version="1.0"?>
2.  <lbsconfig>
3.      <lbservice listen="*:8008" max-threads="2" refresh-delay="60" 
returns="$IP"/>
4.      <lbslave is-slave="false"/>
5.      <mgmtservice enabled="true" listen="*:8001"/>
6.      <nodes>
7.          <group default="true" name="main">
8.              <node address="http://10.10.0.51:8000"; name="appserv-01"/>
9.          </group>
10.     </nodes>
11.     <rules>
12.         <variable name="LOADAVG" weight="50">
13.             <rule capacity=".7"/>
14.         </variable>
15.         <variable name="NBX11SESS" weight="25">
16.             <rule capacity="$CPUFREQ*$CPUCOUNT*$CPUCOUNT/120" 
critical="$CPUFREQ*$CPUCOUNT*$CPUCOUNT/100"/>
17.         </variable>
18.         <variable name="MEMUSED" weight="25">
19.             <rule capacity="$MEMTOTAL-100000"/>
20.         </variable>
21.     </rules>
22. </lbsconfig>
Please help!
Thanks!

Eric

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.freenode.net

Reply via email to