Difference between revisions of "Thinclient"

From SME Server
Jump to navigationJump to search
Line 5: Line 5:
  
 
=== Description ===
 
=== Description ===
Allow and control pxeboot of Thin Client workstations over network - PXE capable NIC and BIOS required on target machine.
+
This contribution for smeserver adds a server manager panel that allows an administrator to manage thinclient workstations (ie. workstations that are using the pxeboot protocol to retrieve a boot image from the server).
  
 
=== Requirements ===
 
=== Requirements ===
A tftp server is reqired. This can be on your smeserver (for your convenience I have created another contrib smeserver-tftpd) or elsewhere in network.  
+
The thinclient workstations are receiving their dhcp info from your smeserver.
This smeserver is acting as your dhcp server (as it uses the dhcp settings to tell the workstations where to get the images to boot from).
+
A tftp-server, either on your smeserver or another server in your domain (I have also created a contrib to install a tftp server on your smeserver smeserver-tftpd).
 +
The thinclient workstations have a PXE capable NIC and BIOS. (although booting from floppy & CD is possible. Please refer to the documentation of your thinclient OS).
  
 
=== Installation ===
 
=== Installation ===
 
This contrib is currently held in the smedev repository, so the following commands will install on your smeserver.
 
This contrib is currently held in the smedev repository, so the following commands will install on your smeserver.
 +
 
yum --enablerepo=smedev install smeserver-thinclient
 
yum --enablerepo=smedev install smeserver-thinclient
 +
 +
You will then need to activate the database changes etc.
 +
The 'official' way is to perform
 +
 +
signal-event post-upgrade
 +
signal-event reboot
 +
 +
Go to the Thin Clients panel on Server Manager (within the Configuration section) and activate etc.
 +
 +
=== Upgrade from smeserver 6.x ===
 +
There is no 'official' upgrade thinclient from smeserver 6.x to 7.x, but if you unistall the current version before upgrading to smeserver 7.x (as per Unistall) and install the newer version after your upgrade (as per install), you just need to leave everything
 +
in your tftpboot directory and move the /home/e-smith/pxeclients file across to /home/e-smith/db/thinclients. eg.
 +
 +
mv /home/e-smith/pxeclients /home/e-smith/db/thinclients
 +
 +
Activate via the server manager panel and everything should still be there.
 +
 +
=== Uninstall ===
 +
yum remove smeserver-thinclient
 +
 +
=== Bugs ===
 +
Please raise bugs under the SME-Contribs section at bugzilla http://bugs.contribs.org/enter_bug.cgi
 +
and select the smeserver-thinclient component.
  
  
 
[[Category: Contrib]]
 
[[Category: Contrib]]

Revision as of 02:38, 12 April 2007

Thinclient for SME Server

Maintainer

Trevor Batley

Description

This contribution for smeserver adds a server manager panel that allows an administrator to manage thinclient workstations (ie. workstations that are using the pxeboot protocol to retrieve a boot image from the server).

Requirements

The thinclient workstations are receiving their dhcp info from your smeserver. A tftp-server, either on your smeserver or another server in your domain (I have also created a contrib to install a tftp server on your smeserver smeserver-tftpd). The thinclient workstations have a PXE capable NIC and BIOS. (although booting from floppy & CD is possible. Please refer to the documentation of your thinclient OS).

Installation

This contrib is currently held in the smedev repository, so the following commands will install on your smeserver.

yum --enablerepo=smedev install smeserver-thinclient

You will then need to activate the database changes etc. The 'official' way is to perform

signal-event post-upgrade signal-event reboot

Go to the Thin Clients panel on Server Manager (within the Configuration section) and activate etc.

Upgrade from smeserver 6.x

There is no 'official' upgrade thinclient from smeserver 6.x to 7.x, but if you unistall the current version before upgrading to smeserver 7.x (as per Unistall) and install the newer version after your upgrade (as per install), you just need to leave everything in your tftpboot directory and move the /home/e-smith/pxeclients file across to /home/e-smith/db/thinclients. eg.

mv /home/e-smith/pxeclients /home/e-smith/db/thinclients

Activate via the server manager panel and everything should still be there.

Uninstall

yum remove smeserver-thinclient

Bugs

Please raise bugs under the SME-Contribs section at bugzilla http://bugs.contribs.org/enter_bug.cgi and select the smeserver-thinclient component.