Changes between Initial Version and Version 1 of Internal/OrbitServices


Ignore:
Timestamp:
Mar 31, 2008, 6:21:00 PM (16 years ago)
Author:
seskar
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/OrbitServices

    v1 v1  
     1= ORBIT Services =
     2
     3The services and software running on each of the two servers is listed below. Configuration of individual services is explained in detail as well
     4|| Service name ||
     5|| DHCP ||
     6|| DNS ||
     7|| NTP ||
     8|| TFTP ||
     9|| PXE ||
     10|| Frisbee ||
     11|| NFS ||
     12|| Apt ||
     13|| Mysql ||
     14|| OML collection server ||
     15|| Apache ||
     16
     17=== DHCP ===
     18'''Purpose''': This software runs a DHCP server that assigns IP addresses to clients on demand
     19
     20 === DNS ===
     21'''Purpose''': Services.orbit-lab.org” hosts the primary DNS service for the zone orbit-lab.org. The DNS server is the standard BIND9 software packaged with Linux
     22
     23=== Apache Web Server ===
     24'''Purpose:'''
     25Apache server is required for maintaining the ORBIT local repository for debian packages and also to view the results of the experiment
     26
     27=== Repository ===
     28'''Purpose:'''
     29This serves as the debian package repository for local ORBIT packages (such as OML, OTG, Libmac, nodeAgent etc). It uses apache services to fetch and distribute debian packages. For this service, it is sufficient to install just the ORBIT packages. There is no need to mirror the entire debian repository which can be easily accessed by syncing with the external debian repository.
     30
     31=== NTP ===
     32
     33'''Purpose:'''
     34 All the machines synchronize their time using the time server as the reference.
     35
     36=== TFTP Server ===
     37'''Purpose:'''
     38TFTP is needed to install PXE images whenever you need to install an image onto the node (using Frisbee). It is also used to load a memory based image that can be used to fetch the current image of the node into the repository
     39
     40=== NFS Service ===
     41
     42'''Purpose:'''
     43This service is used to remotely mount directories on the nodes while fetching their image using imagezip utility. Also, Frisbee service makes use of this directory to install images onto nodes.
     44
     45=== Mysql Server ===
     46
     47'''Purpose:'''
     48This service is used to store the results of the experiments conducted on ORBIT
     49
     50=== OML Server (Collection Server) ===
     51'''Purpose:'''
     52 This service is used to collect the measurements of the experiments at runtime from the nodes and store them into the mysql database.
     53
     54=== Gridservices ===
     55
     56'''Purpose:'''
     57 This service is for fetching and installing images from and to the nodes and used the Frisbee utility from University of Utah to distribute the image in the form of chunks using multicast.
     58
     59=== Node Handler (runs on console.orbit-lab.org) ===
     60
     61'''Purpose:'''
     62NodeHandler is used to run the experiments from the console using reliable multicast to disseminate commands to the nodes. It also initializes measurement collection appropriately. It primarily uses ruby scripts to do the same. 
     63
     64
     65
     66