XS Server Installation

From OLPC
Revision as of 19:00, 12 June 2008 by Ccarrick (talk | contribs)
Jump to: navigation, search

This is a rough guide for installing an XS school server for a small school. This is by no means a complete guide to installing all things server-related so please feel free to add to this document.

Recommended School Server Specifications

A number of computers may act as a school server, but it must be a Fedora-capable computer. Recommended minimum specifications for a school server are as follows:

Server Laptops Supported Processor RAM Storage
Small <20-25 466 MHz 256 MB 40-60 GB
Large <150 1 GHz 1 GB 320-400 GB

Set Access Point

The steps for setting up a wireless router access point vary based on the wireless router being using, but this serves as a rough guide for installation. These steps were run using a Zoom Wireless-G model 4400 router.

  • Press the reset button on the wireless router to reset it and connect it to any computer. It's possible to do this setup with an XO or any other machine with linux installed.
  • Open terminal and type
ifconfig eth0 IPaddress

Where IPaddress is default IP for the access point

  • Connect to the access point by typing in the IP address in a web browser.
  • Login to the access point using the default password (or skip entering a password if none is provided)
  • Set the wireless channel to 1, 6 or 11 to minimize interference
  • Set a unique name for the network
  • Make sure that the access point is NOT running as a DHCP server

Obtaining Server Software

Downloading the System Image [1]

You can obtain the latest image from http://xs-dev.laptop.org/xs/:

wget http://xs-dev.laptop.org/xs/OLPC_XS_LATEST.iso

This can be copied onto a CD or DVD using your favorite software.

It may also be copied onto a USB key, using the livecd-tools provided by Fedora 7:

livecd-iso-to-disk OLPC_XS_LATEST.iso /dev/sdb1

where /dev/sdb1 represents the USB key being copied onto.

There is a git repository for livecd-tools if you need a different version of the script, or are on a different linux distro.

Using an XO to create an installer USB key

You can use an XO laptop to create an installer key. First, you will need to install some necessary tools on the XO, then download the image, then transfer it to a USB key inserted in the laptop:

sudo yum install livecd-tools
wget http://xs-dev.laptop.org/xs/OLPC_XS_LATEST.iso
sudo livecd-iso-to-disk OLPC_XS_LATEST.iso /dev/sda1

Software Installation [2]

This is the step-by-step process used to install the XS software onto a server for schools with a single server.

The school domain name used in this example is example.org.

  1. Boot up the server from the USB key or CD. Select "Run from Image", indicate your keyboard type, time zone, and enter a root password. When the install has finished, click "Reboot".
  2. Now log in as root and reboot (trac #6678, removing the installation media (key or CD) so the system now boots from the disk drive.
  3. Log in as root, and set a root passwd (until trac #6677 is fixed).
  4. Set the server domain name using:
/etc/sysconfig/olpc-scripts/domain_config example.org random.xs.laptop.org

If you've changed the domain name already, you can drop the second argument or use the newer domain name (which you are changing).

Server Registration