Why going wireless


A Guide to Server Colocation

Basics of ColocationServer colocation ischanges have been made to the LILO
usually for those who own their own serverconfiguration remember to run "/sbin/lilo -v"
hardware and require complete control overand ensure there are no errors.Also make sure
the server configuration. Colocationthe kernel "works" properly with the
specialists will house and connect a serverhardware. This is especially true if have
you own, to a fast internet connection,compiled the kernel yourself or are using
usually in a secure datacentre, with 24/7specialist hardware.Make sure the server
support.It is important to choose a"Auto Powers" onMost colocation facilities
colocation provider that either has their ownprovide an auto power cycler from a web
data center or has a presence in one of theinterface. However this can fail if the
leading "data hotels." World Class datamachine does not auto power back up
centres are located in major industrial(requiring the intervention of a techie).
cities (New York, London, Frankfurt forMost server BIOS's are equipped with either
example). Here they are able to take"OFF", "LAST STATE" or "ALWAYS ON". In this
advantage of the convergence of high capacitycase you will require "ALWAYS ON." it is
network connectivity that occurs in a majorpossible to hack cheaper ATX motherboards to
commercial centre. For instance fibre, andbe "ALWAYS ON" but it is better to consider a
metrolinks and ease of connection to majormore expensive motherboard.Properly
Points of Presence (POPS) to the majorConfigured NetworkMake sure you configure the
telco's. For this reason only a very few ofnetwork addresses, DNS server and gateways
the leading ISP's or colocation specialistproperly prior to delivery of the dedicated
operate their own dedicated centre's due toserver. This information will have been
the costs of providing remote connectivity,provided in advance by the colocation
redundant power sources, air conditioning andprovider. Also make sure you can get back
filtered clean air.Also not all internetinto the server remotely by having the SSHD
connections are equal. You really need todaemon running (telnet is not secure).OpenSSH
enquire if your colocation specialist isis shipped with all the main Linux
"multihomed" using the BGP protocol by havingdistributions. You might wish to consider
at least two connections to Tier Oneconfiguring SSH (usually done in /etc/sshd
providers. Tier One providers are very largesshd_config) to work with Protocol2 only,
ISP's or Telco's who operate their own fibredisable root logins (or only allow public key
links and networks without having to operateexchanges with the `without-password` option)
traffic (or transit) over another ISP'sand to turn off X11 forwarding as this is not
network. An example of a Tier One providerrequired on a production server.Many servers
would be Level3 communications.In addition tohave multiple ethernet connectors, so it an
Tier One connections, the colocationbe helpful, if you are not using the second
specialist should have peering arrangement'sinterface to either mask it off with tape or
at major exchange point's such as LINX. Alabel  the  correct  ethernet  device.
peering point is where a number of ISP's
arrange to "meet up" to exchange trafficSet up a Serial ConsoleThis is sometimes
between each other rather than pay forcalled "out of band" management. Quite often
transit over someone else's network. In a waya colocation provider will have a serial
they are "cutting out the middleman!" Thisterminal on site. This is basically a server
not only improves redundancy but also reducesitself but with loads of serial ports. This
latency; people will be able to access theenables you to connect to your server if the
websites and content hosted on your colocatednetwork has failed to your server for any
server much faster if you colo host is wellreason.The most common serial port settings
peered.Quite often a web host or Colocationare 9600 8n1 (we do not recommend running it
ISP will negotiate many peering arrangementsa faster speed). If you are running a Red Hat
with other ISP's with whom they areLinux server serial console access is usually
exchanging a lot of traffic. Not only doesconfigured in "/etc/inittab." Try inserting
this give them more resilience, but it alsothe line below:co:23456:respawn:/sbin/agetty
reduces their own transit costs with the TierttyS0 9600 vt100Cooling ConsiderationsServers
One providers enabling them to offer morerun pretty hot mainly due to modern
competitive data transfer pricing.Latency isprocessors. Even in a fully air conditioned
particularly important when it comes to gameenvironment. It will pay you look into
server hosting and colocation. Quite often ancooling. A lot will depend on rack density
ISP specialising in games hosting will givehowever this is one more reason why you
you an IP address for you to test ping timesshould consider a rack optimised server, as
and carry out traceroutes.Hardwarethe air cooling in a colocated environment
ChoicesServer housing costs in London or Newshould have been taken into consideration.
York can be expensive. Not suprisingly yourYou can also familiarise with the chipset
hardware should be "rack optimized."architecture of your motherboard and consider
Colocation is usually priced "per U." A "U"setting up "sensors." You can then monitor
is 1.75 inches (or 4.44 cms). So rackthe temperature of your CPU and motherboard
servers, unlike desktop machines are long andand  graph  it  using  MRTG.
flat. Data Centre's also employ different
types Rack Cabinets which are typically 42UCheap Colocation ProvidersWell apart from us
in height, enough to house 42 1U serversthat is! However the following London based
though some of this space is used tocolocation providers come highly recommended.
accomodate switches, cabling. Often someIn other words, they are in demand, know what
space is left free to allow for efficient airthey are doing and possess "clue."Bogons - -
distribution in the cabinet.It's often worthBased in Telehouse, but they may only usually
liasing with your colo specialists over theSun Netra servers.Black Cat Networks - -
choice of the physical hardware andBased in Redbus Harbour Exchange.Jump
especially the case and rack mounting. TheNetworks - - Also based in Telehouse North,
colocation specialist will know which brandsDocklands.Additional ThoughtsYou may wish to
work in their racks. Personally I have foundconsider disc or hard drive redundancy.
Dell Rack Optimized Servers and rail kits theAlthough the "MTF" or Mean Time to Failure"
quickest and easiest to rail up.So you havequoted by hard drive manufacturers is
decided on the hardware, and you are about toimpressive, hard drive failure, especially
ship your server to the remote colocationIDE failure happens depressingly often. With
data centre. Bear in mind your server willadvent of S-ATA drives there is really no
shortly be hundreds of miles away, indeed ifexcuse, expecially if your are on a budget.
you are in the USA, it might even be fewYou should consider cheap S-ATA drives (if
hours flight away so there are a fewyou cannot afford SCSI) with Linux software
technical points to consider before theRAID. Modern Linux distributions come with
machine is boxed, shipped and colocated.Maketools to administer and monitor the
sure the Operating System rebootsAllperformance of software RAID arrays.It can be
colocated dedicated servers run "headless."helpful to duty technicians if all the main
This means without the use of a keyboard orpower lights are working. The power light,
monitor attached. Therefore you will need tohard drive activity light and network light
ensure that the servers gets past the BIOScan be very useful. It goes without saying
screen and boots the desired kernel withoutthat the server should be correctly labelled
having to press any keys. It might beat the front with it's hostname and IP
possible to set the BIOS on your dedicatedaddress so it can be identified quickly.Paul
server to stop on "no errors."If your areLee has over six years experience in the web
running Linux the kernel you will need tohosting industry and was formerly Senior
ensure the correct kernel is booted withoutSystem Administrator with Limited. He
intervention. This is usually determined bycurrently lives and works in London and runs
the configuration on /etc/grub.conf if thehis own consultancy and hosting company
GRUB boot loader is used, or /etc/lilo.confWeycrest.
if the LILO boot loader is used. After any



1 A B C D 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 90 91 92 93 94 95 96 97 98