<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: remote boot in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/remote-boot/m-p/2520303#M536</link>
    <description>I've never actually used it, so I don't know.&lt;BR /&gt;&lt;BR /&gt;If you're building both server and workstation, you might visit &lt;A href="http://www.riverdale.k12.or.us/linux/ltsp_workstation.html" target="_blank"&gt;http://www.riverdale.k12.or.us/linux/ltsp_workstation.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;They have a 2-CD distro (based on Red Hat) which is supposed to make the server + diskless workstation(s) setup as easy as possible.&lt;BR /&gt;&lt;BR /&gt;Now I just need to find (or build) two more machines to try that out on.  ;^)</description>
    <pubDate>Thu, 26 Apr 2001 00:36:02 GMT</pubDate>
    <dc:creator>Calvin Dodge</dc:creator>
    <dc:date>2001-04-26T00:36:02Z</dc:date>
    <item>
      <title>remote boot</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remote-boot/m-p/2520299#M532</link>
      <description>Any tried to remote boot a "diskless" pc/worktation to a linux server ?? I haven't seen a complete ( step by step ) document  to do this.  Please help.&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Apr 2001 17:30:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remote-boot/m-p/2520299#M532</guid>
      <dc:creator>f. halili</dc:creator>
      <dc:date>2001-04-23T17:30:21Z</dc:date>
    </item>
    <item>
      <title>Re: remote boot</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remote-boot/m-p/2520300#M533</link>
      <description>Are you saying you already have a diskless workstation - like my Fujitsu-Siemens model? One which can handle basic X-Windows sessions?&lt;BR /&gt;&lt;BR /&gt;If so, then you need to set up your workstation to call a Linux server for logins (I tried indirect (calling for any server on the local network), but I haven't got it to work yet).&lt;BR /&gt;&lt;BR /&gt;Then you need to do the following with the server (I use Red Hat, so if you use a different distro you'll have to translate accordingly):&lt;BR /&gt;&lt;BR /&gt;1) Set up your font server (typically xfs) so it will serve across the network (the Red Hat default is limited to the computer xfs is installed on).  With Red Hat, you edit /etc/X11/fs/config, and comment out the line which reads "  no-listen = tcp". &lt;BR /&gt;&lt;BR /&gt;2) If you're running X locally on the server, then you need to change your /etc/X11/XF86config (and/or XF86config-4) file, so it knows to grab fonts from xfs via tcp/ip.  Find the line which reads 'FontPath   "unix/:7100"' and change it to 'FontPath   "tcp/:7100"'&lt;BR /&gt;&lt;BR /&gt;3) you need to have a graphical network login program running.  Xdm, gdm, and kdm are all available on Red Hat - I use gdm, since that's the default program.  Edit /etc/X11/gdm/gdm.conf and change the following lines:&lt;BR /&gt;&lt;BR /&gt;[xdcmp]&lt;BR /&gt;Enable=1&lt;BR /&gt;HonorIndirect=1 (it's worth a try, anyway)&lt;BR /&gt;&lt;BR /&gt;[servers]&lt;BR /&gt;0=/usr/bin/X11/X&lt;BR /&gt;1=/usr/bin/X11/X&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If you run Red Hat at init level 5 (network with graphical login), then gdm will automatically start after your server starts up.  If not, then you'll need to change your setup so that it DOES start automatically (perhaps by editing /etc/inittab).&lt;BR /&gt;&lt;BR /&gt;Of course, after changing xfs' settings you'll need to restart it (/etc/init.d/xfs restart)&lt;BR /&gt;&lt;BR /&gt;Whew - that was a lot! Feel free to email me with questions (caldodge@fpcc.net)&lt;BR /&gt;&lt;BR /&gt;Now, if you're trying to CREATE diskless workstations, then you need more information than I care to cram in this little space.  Head to &lt;A href="http://www.ltsp.org/documentation/lts_ig_v2.3/lts_ig_v2.3.html" target="_blank"&gt;http://www.ltsp.org/documentation/lts_ig_v2.3/lts_ig_v2.3.html&lt;/A&gt; for all the information you need.</description>
      <pubDate>Tue, 24 Apr 2001 00:07:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remote-boot/m-p/2520300#M533</guid>
      <dc:creator>Calvin Dodge</dc:creator>
      <dc:date>2001-04-24T00:07:29Z</dc:date>
    </item>
    <item>
      <title>Re: remote boot</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remote-boot/m-p/2520301#M534</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;i'll be using an intel pc to remote boot to a linux box.  i'll check the ltsp site you gave ..... i'll post here if i got it working. other docs and tips are still welcome.</description>
      <pubDate>Tue, 24 Apr 2001 13:08:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remote-boot/m-p/2520301#M534</guid>
      <dc:creator>f. halili</dc:creator>
      <dc:date>2001-04-24T13:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: remote boot</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remote-boot/m-p/2520302#M535</link>
      <description>the ltsp document has its own scripts and rpms to make a diskless node. any general way to do this ???</description>
      <pubDate>Wed, 25 Apr 2001 16:27:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remote-boot/m-p/2520302#M535</guid>
      <dc:creator>f. halili</dc:creator>
      <dc:date>2001-04-25T16:27:20Z</dc:date>
    </item>
    <item>
      <title>Re: remote boot</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remote-boot/m-p/2520303#M536</link>
      <description>I've never actually used it, so I don't know.&lt;BR /&gt;&lt;BR /&gt;If you're building both server and workstation, you might visit &lt;A href="http://www.riverdale.k12.or.us/linux/ltsp_workstation.html" target="_blank"&gt;http://www.riverdale.k12.or.us/linux/ltsp_workstation.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;They have a 2-CD distro (based on Red Hat) which is supposed to make the server + diskless workstation(s) setup as easy as possible.&lt;BR /&gt;&lt;BR /&gt;Now I just need to find (or build) two more machines to try that out on.  ;^)</description>
      <pubDate>Thu, 26 Apr 2001 00:36:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remote-boot/m-p/2520303#M536</guid>
      <dc:creator>Calvin Dodge</dc:creator>
      <dc:date>2001-04-26T00:36:02Z</dc:date>
    </item>
  </channel>
</rss>

