UbuntuOnSunRay
|
Size: 3286
Comment:
|
Size: 4887
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 8: | Line 8: |
| '''''An annotated, step-by-step guide to running Ubuntu on the SunRay thin-client architecture. ''''' | '''''An annotated, step-by-step guide to running Ubuntu on the SunRay thin-client architecture by Naaman Campbell.''''' |
| Line 11: | Line 11: |
'''WORK IN PROGRESS - CURRENTLY IN TESTING PHASE - INCOMPLETE DOCUMENT''' * Created: [[DateTime(2005-10-24T12:57:27Z)]] by NaamanCampbell[[BR]] * Contributors: NaamanCampbell[[BR]] * Status: IncompleteSpecification[[BR]] |
|
| Line 21: | Line 27: |
== Pre-Installation Foreword == It is recommended that all DNS, LDAP and IP address settings are finalised, prior to the installation of the SunRay Server Software. SRSS alters many network-related settings and may require reinstallation if these settings are changed later on. |
|
| Line 40: | Line 50: |
| * "any assistance with the documentation of a working SunRay+gdm configuration would be greatly appreciated" | * ''any assistance with the documentation of a working SunRay+gdm configuration would be greatly appreciated'' |
| Line 45: | Line 55: |
| * apache * runs the web-based SunRay Configuration pages |
|
| Line 53: | Line 65: |
| ncampbell@naaman:~$ sudo apt-get install ldap-utils dhcp3-server nscd gawk iputils-ping pdksh unzip alien libdb3-util libx11-6 xlibs atftpd wdm build-essential linux-headers-`uname -r` | ncampbell@naaman:~$ sudo apt-get install ldap-utils dhcp3-server nscd gawk iputils-ping pdksh unzip alien libdb3-util libx11-6 xlibs atftpd wdm build-essential linux-headers-`uname -r` apache ncampbell@naaman:~$ sudo apt-get install apache ncampbell@naaman:~$ sudo apt-get install dhcp3-server |
| Line 58: | Line 74: |
| Along with the SRSS zip file from Sun, other software required includes Java, |
|
| Line 60: | Line 78: |
| === Example === {{{ xxx }}} |
== Patch SUNWut Package == |
| Line 65: | Line 80: |
| === Display === xxx |
== Establish Init Scripts == == Java Installation == == HMAC-MD5 Encryption Installation == == Sun Keyboard Support == == SunRay LAN Interconnect Setup == == SRSS Administration Setup == == DHCP Server Configuration == == XF86 Compatibility == == SunRay Variables == == WDM Setup == == Audio Configuration == == Document To-Do List == * Provide an unannotated, script-like version of this document at UbuntuOnSunRaySimple * Create a script to automate the installation of SunRay - maybe a precursor for the development of a package (sudo apt-get install sunray - lovely) * Create CorporateUbuntu - a suggested locked-down base "business" desktop environment guide * Investigate failover == Further Steps == last edited -- NaamanCampbell [[DateTime(2005-10-24T12:57:27Z)]] |
An annotated, step-by-step guide to running Ubuntu on the SunRay thin-client architecture by Naaman Campbell.
Adapted from [http://wwwcip.informatik.uni-erlangen.de/~simigern/sunray-debian/ SunRay Debian] guide, more specifically, the 3.1 Final guide and various postings on the [http://www.filibeto.org/mailman/listinfo/sunray-users/ SunRay Users Mailing List].
WORK IN PROGRESS - CURRENTLY IN TESTING PHASE - INCOMPLETE DOCUMENT
Created: DateTime(2005-10-24T12:57:27Z) by NaamanCampbellBR
Contributors: NaamanCampbellBR
Status: IncompleteSpecificationBR
Introduction
[http://www.sun.com/sunray/sunray1/index.xml SunRay Thin-Clients] are a definate competitor in the business desktop arena providing an attractive alternative to the Citrix/Windows thin-client solution. Prior to SunRay 3.x, SunRay was only available on Solaris, however the release of 3.x SunRay Server Software (SRSS) allowed for the deployment onto Linux-based servers.
Sun's officially supported Linux distributions only included the following commercially-available distributions - RedHat Enterprise, SUSE and Sun's own Java Desktop System (SUSE-based). Many thanks have already been given to the pioneering work carried out by Michael Gernoth & Thomas Glanzmann for providing their tools and guide on how to run SunRay on Debian Sarge. From the SunRay Debian guide, users have managed to successfully run SunRay on other distributions such as Fedora Core 3 and Ubuntu.
After successfully setting up Ubuntu to run SRSS 3.1, I wish to provide an easier-to-follow, Ubuntu-tailored version of the SunRay Debian guide. The guide outlines the configuration of a SunRay LAN interconnect w/o failover on a base Breezy Badger installation. Failover may be covered in future revisions of this guide.
Pre-Installation Foreword
It is recommended that all DNS, LDAP and IP address settings are finalised, prior to the installation of the SunRay Server Software. SRSS alters many network-related settings and may require reinstallation if these settings are changed later on.
Packages
The following packages are to be installed:
- ldap-utils
- SRSS utilises an LDAP server to store configuration info
- dhcp3-server
- nscd
- SRSS uses nscd to lookup info such as passwd and hosts
- pdksh
- SRSS requires the use of the Korn shell
- alien
- converts Sun's supplied RPMs to a superior package format - deb
- atftpd
allows SRSS to serve firmware to SunRay thin-clients via TFTP
- wdm
- build-essential
- necessary for the compiling of audio modules
linux-headers-uname -r
- necessary for the compiling of audio modules
- apache
runs the web-based SunRay Configuration pages
- gawk
- SRSS requires the use of gawk in scripts
- iputils-ping
- for pinging stuff..
- libraries: libdb3-util libx11-6 xlibs
Install Command
ncampbell@naaman:~$ sudo apt-get install ldap-utils dhcp3-server nscd gawk iputils-ping pdksh unzip alien libdb3-util libx11-6 xlibs atftpd wdm build-essential linux-headers-`uname -r` apache ncampbell@naaman:~$ sudo apt-get install apache ncampbell@naaman:~$ sudo apt-get install dhcp3-server
Additional Downloads
Along with the SRSS zip file from Sun, other software required includes Java,
Conversion and Installation
Patch SUNWut Package
Establish Init Scripts
Java Installation
HMAC-MD5 Encryption Installation
Sun Keyboard Support
SunRay LAN Interconnect Setup
SRSS Administration Setup
DHCP Server Configuration
XF86 Compatibility
SunRay Variables
WDM Setup
Audio Configuration
Document To-Do List
Provide an unannotated, script-like version of this document at UbuntuOnSunRaySimple
Create a script to automate the installation of SunRay - maybe a precursor for the development of a package (sudo apt-get install sunray - lovely)
Create CorporateUbuntu - a suggested locked-down base "business" desktop environment guide
- Investigate failover
Further Steps
last edited -- NaamanCampbell DateTime(2005-10-24T12:57:27Z)
UbuntuOnSunRay (last edited 2008-08-06 16:24:10 by localhost)