<?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: thin client -- plz asap in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/thin-client-plz-asap/m-p/3914763#M26381</link>
    <description>That's literally a copy of the root filesystem of a system.&lt;BR /&gt;&lt;BR /&gt;Generally it's a cut-down filesystem with only the parts that are needed for the thin client.&lt;BR /&gt;&lt;BR /&gt;To make it, you need to create a loop filesystem (a file with a filesystem in it), and copy the bits and pieces you want into it (i.e. libs, binaries, etc. etc.).&lt;BR /&gt;&lt;BR /&gt;This process can take some time to set up precisely as you want.</description>
    <pubDate>Wed, 20 Dec 2006 15:09:14 GMT</pubDate>
    <dc:creator>Stuart Browne</dc:creator>
    <dc:date>2006-12-20T15:09:14Z</dc:date>
    <item>
      <title>thin client -- plz asap</title>
      <link>https://community.hpe.com/t5/operating-system-linux/thin-client-plz-asap/m-p/3914760#M26378</link>
      <description>Server OS: rhel 4 Update 2&lt;BR /&gt;lan phisycal topology: 100BaseTx&lt;BR /&gt;&lt;BR /&gt;I have to deploy/install/implement a network,.. in which all the machines(client) will be a thin client(diskless).&lt;BR /&gt;All these thin client will be pc-based(cheap) hardware... i.e no speciall harwdare for thin clients.&lt;BR /&gt;Now plz let me know&lt;BR /&gt;0) what I have to do on Server(rhel 4)&lt;BR /&gt;1) Any speciall hardware required on server&lt;BR /&gt;2) what type of NIC should I use on thin client computers(pc)&lt;BR /&gt;Any help/suggesstion/url will be highly appreciated&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Maaz</description>
      <pubDate>Mon, 18 Dec 2006 12:20:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/thin-client-plz-asap/m-p/3914760#M26378</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2006-12-18T12:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: thin client -- plz asap</title>
      <link>https://community.hpe.com/t5/operating-system-linux/thin-client-plz-asap/m-p/3914761#M26379</link>
      <description>PXE &amp;amp; DHCPd are your friends!&lt;BR /&gt;&lt;BR /&gt;Have the 'diskless' machines boot via PXE off a central server, loading a simple OS off it using NFS.&lt;BR /&gt;&lt;BR /&gt;As the thin machines are pretty simple, you'll probably also want to set up XDMCP/XDM to allow remote X logins, so the server will do all the work, and only throw images back to the PC's.&lt;BR /&gt;&lt;BR /&gt;A good start would be &lt;A href="http://www.kegel.com/linux/pxe.html" target="_blank"&gt;http://www.kegel.com/linux/pxe.html&lt;/A&gt; I guess.</description>
      <pubDate>Mon, 18 Dec 2006 17:08:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/thin-client-plz-asap/m-p/3914761#M26379</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2006-12-18T17:08:00Z</dc:date>
    </item>
    <item>
      <title>Re: thin client -- plz asap</title>
      <link>https://community.hpe.com/t5/operating-system-linux/thin-client-plz-asap/m-p/3914762#M26380</link>
      <description>Thanks Stuart Browne for reply/help.&lt;BR /&gt;I found a good tutorial at:&lt;BR /&gt;&lt;A href="http://www.linuxdevices.com/files/misc/pxe_boot_stb-howto.html" target="_blank"&gt;http://www.linuxdevices.com/files/misc/pxe_boot_stb-howto.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;here at this tutorial under "Moving Kernel and Root FS Images"&lt;BR /&gt;Excerpt:&lt;BR /&gt;"I have a 2.4 kernel named bzImage and a compressed ext2 root filesystem named rootfs.gz. I use them as images to make bootdisks. Now, I'm going to copy both of them to the tftpboot directory.&lt;BR /&gt;&lt;BR /&gt;   $ ls&lt;BR /&gt;   bzImage   rootfs.gz&lt;BR /&gt;   $ cp bzImage /var/tftpboot&lt;BR /&gt;   $ cp rootfs.gz /var/tftpboot&lt;BR /&gt;&lt;BR /&gt;****&lt;BR /&gt;I didnt understand that from where and how can I get the "rootfs.gz" file ?&lt;BR /&gt;And second should I use the kernel from a running rhel 4 machine(/boot/vmlinuz-2.6.9-22.EL)&lt;BR /&gt;i.e &lt;BR /&gt;cp /boot/vmlinuz-2.6.9-22.EL /var/tftpboot/bzImage&lt;BR /&gt;&lt;BR /&gt;I attached my dhcpd.conf file here for the experts to inspect&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Maaz</description>
      <pubDate>Wed, 20 Dec 2006 14:31:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/thin-client-plz-asap/m-p/3914762#M26380</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2006-12-20T14:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: thin client -- plz asap</title>
      <link>https://community.hpe.com/t5/operating-system-linux/thin-client-plz-asap/m-p/3914763#M26381</link>
      <description>That's literally a copy of the root filesystem of a system.&lt;BR /&gt;&lt;BR /&gt;Generally it's a cut-down filesystem with only the parts that are needed for the thin client.&lt;BR /&gt;&lt;BR /&gt;To make it, you need to create a loop filesystem (a file with a filesystem in it), and copy the bits and pieces you want into it (i.e. libs, binaries, etc. etc.).&lt;BR /&gt;&lt;BR /&gt;This process can take some time to set up precisely as you want.</description>
      <pubDate>Wed, 20 Dec 2006 15:09:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/thin-client-plz-asap/m-p/3914763#M26381</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2006-12-20T15:09:14Z</dc:date>
    </item>
  </channel>
</rss>

