Changes

From SME Server
Jump to navigationJump to search
3,156 bytes added ,  04:58, 25 June 2013
Line 18: Line 18:  
*Selecting Self will activate the Tftp server running on this server (if [[Tftp server|smeserver-tftp-server]] is installed).
 
*Selecting Self will activate the Tftp server running on this server (if [[Tftp server|smeserver-tftp-server]] is installed).
 
*You can also select from any host defined on your network (preferred), or specify the IP address of the machine your Tftp server is running on.
 
*You can also select from any host defined on your network (preferred), or specify the IP address of the machine your Tftp server is running on.
 +
'''Note:''' Some older network cards require the 'next-server' parameter to be passed. To do this enter the IP address of this server, rather than selecting Self.
   −
== The default distribution is ==
+
=== The default distribution is ===
 
This is a dropdown list of 'none' and all the [[#Distributions|'distributions']] that you have defined (default is the /tftproot/ directory).
 
This is a dropdown list of 'none' and all the [[#Distributions|'distributions']] that you have defined (default is the /tftproot/ directory).
 
*The default distribution will be used by all Workstations unless you specify individual settings for a Workstation.
 
*The default distribution will be used by all Workstations unless you specify individual settings for a Workstation.
 
*If you select 'none', you will need to use individual Workstation settings for all Workstations.
 
*If you select 'none', you will need to use individual Workstation settings for all Workstations.
=== Distributions and Workstations ===
+
== Distributions and Workstations ==
 
Now we can manage what we are getting our workstations to boot.
 
Now we can manage what we are getting our workstations to boot.
   Line 30: Line 31:  
[[Image:Thinclientcontrol.png]]
 
[[Image:Thinclientcontrol.png]]
   −
==== Distributions ====
+
=== Distributions ===
 
The 'default' distribution just points your workstations to use whatever is in the /tftpboot/ directory, so if you only have one thing you ever need to do, just put your files in there.
 
The 'default' distribution just points your workstations to use whatever is in the /tftpboot/ directory, so if you only have one thing you ever need to do, just put your files in there.
   Line 38: Line 39:     
[[Image:Thinclientdistribution.png]]
 
[[Image:Thinclientdistribution.png]]
 +
 +
You have 2 options:
 +
*The top one is to use one of my packaged distributions (ONLY Thinstation ATM)
 +
*Create your own directory and manage what is in it yourself
 +
 +
==== Prepackaged ====
 +
If you want to use my prepackaged, just browse to the rpm file and then press the Add button.
 +
 +
[[Image:Thinclientgetrpm.png]]
 +
==== Manual ====
 +
If you want your own, give it a meaningful name and then define the directory uder /tftpboot/ that you want to use (as per the opensuse example above) and then press the Add button.
 +
 +
'''''Note:''''' the default Executable is PXELinux (pxelinux.0), but if you use something else (eg. a <image>.nbi.zpxe file), just enter that in the Executable field.
 +
 +
You will have to populate this directory with all of the files required by your 'distribution'.
 +
 +
As an example I will show the files used by my prepackaged Thinstation distribution.
 +
*/tftpboot/thinstation/
 +
*/tftpboot/thinstation/initrd (thinstation ramdisk image)
 +
*/tftpboot/thinstation/pxelinux.0 (pxelinux executable)
 +
*/tftpboot/thinstation/thinstation.conf.network (thinstation global configuration file)
 +
*/tftpboot/thinstation/vmlinuz (kernel)
 +
*/tftpboot/thinstation/pxelinux.cfg/
 +
*/tftpboot/thinstation/pxelinux.cfg/default (pxelinux configuration file)
 +
 +
Please also note that most 'distributions' expect that they are the ONLY one, so assume that they exist in the /tftpboot/ directory. You may need to tweak their config so that they look in the appropriate directory (eg. in the case of thinstation, this means setting the 'param basepath thinstation' in your build.conf prior to building).
 +
 +
=== Workstations ===
 +
You don't really need to define anything here if all of your workstations are going to use the distribution selected in 'The default distribution is' dropdown.
 +
 +
But, if you have some special requirements or you want to have fine-grained control (eg. when installing a new OS), add each workstation you want to manually control via clicking the 'Click here to add <your first|another> individually controlled workstation.'
 +
 +
[[Image:Thinclientworkstation.png]]
 +
 +
==== Device address ====
 +
The mac or physical address of the network interface card (nic) in your workstation (in nn:nn:nn:nn:nn:nn format). This is how the dhcp server knows which workstation you want to use.
 +
 +
You can find this out via:
 +
*Linux/Unix/BSD etc. 'ifconfig eth0' (for the interface you are pxe booting from)
 +
*Windows from the command prompt 'ipconfig /all' or via Network Connections => Right Click / Status on your Local Area Network icon => Support tab => Details (in this example my IP address is 192.168.101.128 and the mac is 00:0C:29:10:CB:DC)
 +
 +
[[Image:Thinclientnicxp.png]]
 +
 +
==== Device Name ====
 +
A meaningfull name for you
 +
 +
==== The Distribution used is====
 +
Distribution that you want this workstation to use
 +
 +
==== Device Status ====
 +
*enable = this workstation will use the distribution selected above
 +
*disabled = this workstation will use the default distribution
 +
 +
[[Category: Howto]]
 +
[[Category: Administration]]
371

edits

Navigation menu