Difference between revisions of "Thinclient"
m (→Installation) |
|||
(16 intermediate revisions by 5 users not shown) | |||
Line 2: | Line 2: | ||
== smeserver-thinclient == | == smeserver-thinclient == | ||
− | Maintainer: [ | + | Maintainer: [[User:TrevorB|TrevorB]]<br> |
− | + | {{ #smeversion: smeserver-thinclient }} | |
=== Description === | === Description === | ||
This contribution 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). | This contribution 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). | ||
− | For usage see [[ | + | For usage see [[Thinclient usage]]. |
=== Requirements === | === Requirements === | ||
− | *smeserver >= | + | *smeserver >= 10.0 |
+ | *smeserver-pxe (will be installed as a dependency when installing smeserver-thinclient) | ||
*The thinclient workstations are receiving their dhcp info from your smeserver. | *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|tftp server]] on 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|tftp server]] on your smeserver). | ||
− | *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). | + | *The thinclient workstations have a PXE capable NIC and BIOS. (although booting from usb stick, [http://www.etherboot.org/ floppy] & CD is possible. Please refer to the documentation of your thinclient OS). |
=== Installation === | === Installation === | ||
− | This contrib is | + | This contrib is held in the smecontribs repository, so the following commands will install on your smeserver. |
− | yum --enablerepo= | + | yum --enablerepo=smecontribs install smeserver-thinclient |
− | + | Go to the Thin Clients panel on Server Manager (within the Configuration section) and 'enable' etc. Usage ([[Thinclient usage]]). | |
− | |||
− | + | [[File:ThinclientGlobal.png|alt=]] | |
− | |||
− | + | ===Related Contribs=== | |
− | [[ | + | Requires [[Pxe|smeserver-pxe]] |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | Can work with and use [[Tftp server|smeserver-tftp-server]] | ||
+ | |||
=== Uninstall === | === Uninstall === | ||
yum remove smeserver-thinclient | yum remove smeserver-thinclient | ||
+ | If you no longer need to do any pxe booting, please also remove smeserver-pxe<syntaxhighlight lang="bash"> | ||
+ | yum remove smeserver-pxe | ||
+ | </syntaxhighlight>And to remove all traces, you can<syntaxhighlight lang="bash"> | ||
+ | rm /home/e-smith/db/thinclient | ||
+ | rm /etc/dhcpd.thinclient | ||
+ | </syntaxhighlight> | ||
+ | |||
=== Source === | === Source === | ||
− | The source for this contrib can be found in the | + | The source for this contrib can be found in the smecontribs [http://smecontribs.cvs.sourceforge.net/smeserver/smeserver-thinclient/ CVS] on sourceforge. |
− | |||
− | |||
=== Bugs === | === Bugs === | ||
− | Please raise bugs under the SME-Contribs section in | + | Please raise bugs under the SME-Contribs section in {{BugzillaFileBug|product=|component=|title=bugzilla}}and select the smeserver-thinclient component or use {{BugzillaFileBug|product=SME%20Contribs|component=smeserver-thinclient|title=this link}}. |
− | and select the smeserver-thinclient component. | ||
+ | {{#bugzilla:columns=id,product,version,status,summary |sort=id|order=desc |component=smeserver-thinclient|noresultsmessage="No open bugs found."}} | ||
+ | ---- | ||
[[Category: Contrib]] | [[Category: Contrib]] | ||
+ | [[Category: Administration]] |
Latest revision as of 05:52, 3 July 2022
smeserver-thinclient
Maintainer: TrevorB
Description
This contribution 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).
For usage see Thinclient usage.
Requirements
- smeserver >= 10.0
- smeserver-pxe (will be installed as a dependency when installing smeserver-thinclient)
- 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).
- The thinclient workstations have a PXE capable NIC and BIOS. (although booting from usb stick, floppy & CD is possible. Please refer to the documentation of your thinclient OS).
Installation
This contrib is held in the smecontribs repository, so the following commands will install on your smeserver.
yum --enablerepo=smecontribs install smeserver-thinclient
Go to the Thin Clients panel on Server Manager (within the Configuration section) and 'enable' etc. Usage (Thinclient usage).
Related Contribs
Requires smeserver-pxe
Can work with and use smeserver-tftp-server
Uninstall
yum remove smeserver-thinclient
If you no longer need to do any pxe booting, please also remove smeserver-pxe
yum remove smeserver-pxe
And to remove all traces, you can
rm /home/e-smith/db/thinclient
rm /etc/dhcpd.thinclient
Source
The source for this contrib can be found in the smecontribs CVS on sourceforge.
Bugs
Please raise bugs under the SME-Contribs section in bugzilla and select the smeserver-thinclient component or use this link .
ID | Product | Version | Status | Summary |
---|---|---|---|---|
9915 | SME Contribs | 9.1 | CONFIRMED | Archive install doesn't handle duplicates well |