Difference between revisions of "Installfest Services"

From WPLUG
Jump to: navigation, search
(begin to start documenting this ~BAS)
(Conetnt ~BAS)
Line 4: Line 4:
  
 
NOTE: WPLUG doesn't officially endorse or support the distros provided on Install Services.
 
NOTE: WPLUG doesn't officially endorse or support the distros provided on Install Services.
 +
 +
= Install Services =
 +
 +
[[Image:wplug_installfest_servicesHardare_2009CFIPowerEdgeCisco.jpg|thumb|right|350px|Hardware Photo]]
 +
 +
The current configuration will provide PXE extensions via DHCP requests.  The PXE code in the BIOS will TFTP download the 1st/2nd stage bootloader from the server.  Currently the system is configured to hand out Fedora 10 i386 bootloader code to all clients.  <br>
 +
 +
Specific client MAC addresses can get specific bootloader code upon request.  <br>
 +
 +
After the boot loader starts, select DHCP auto network configuration (DHCP will renew from the BIOS to the OS).  <br>
 +
 +
Then select "URL" for media source and enter:
 +
 +
http://192.168.4.1/pub/fedora/linux/releases/10/Fedora/i386/os
  
 
= Update Services =
 
= Update Services =
 +
 +
After the OS update is complete, you can add new YUM update "repos" via inserting a file into /etc/yum.repos.d (for automatic inclusion).
 +
<br>
 +
Also, during the [[InstallFest]], run all yum(8) commands with the default depos enabled:
  
 
== Updates for Fedora Core 10 / i386 ==
 
== Updates for Fedora Core 10 / i386 ==
Line 11: Line 29:
 
1) Install the following file into directory ''/etc/yum.repos.d/"
 
1) Install the following file into directory ''/etc/yum.repos.d/"
  
[http://digitalfreaks.org/~lavalamp/wplug-updates.repo Fedora Core 10 i386 YUM Repo Config File]
+
Fetch a Fedora Core 10 i386 YUM Repo Config File at http://digitalfreaks.org/~lavalamp/wplug-updates.repo
  
 
Note: To ensure that the local WPLUG / CMU repositories are utilized instead of the default Redhat / Fedora for all yum(8) functions, always prepend the command "--disablerepo=updates"
 
Note: To ensure that the local WPLUG / CMU repositories are utilized instead of the default Redhat / Fedora for all yum(8) functions, always prepend the command "--disablerepo=updates"
 +
 +
NOTE: "updates" here refers to the name of the default Fedora repo -- where as the new Repo is named "wplug-updates"
  
 
2) Update the available RPM database YUM maintains
 
2) Update the available RPM database YUM maintains
Line 28: Line 48:
  
 
The service also provides NAT+PAT routing on an as-needed basis.  When it is not functioning as a router, DHCP service should be turned off on the router in use.
 
The service also provides NAT+PAT routing on an as-needed basis.  When it is not functioning as a router, DHCP service should be turned off on the router in use.
 +
 +
[[Category:InstallFest]]

Revision as of 19:02, 4 February 2009

Installfest "Services" is an experiment by | Brian A. Seklecki and Ted Rodgers to provide high performance servers for Linux Distro Boot, Install Media, and Updates retrieval via a local FTP/HTTP mirror within the Installfest event.

The service runs on local hardware in the LAN. Having local install/update mirrors avoids the need for WPLUG attendees to consume Commodity Internet (commercial upstream Internet Connectivity) at the InstallFest venue.

NOTE: WPLUG doesn't officially endorse or support the distros provided on Install Services.

Install Services

Hardware Photo

The current configuration will provide PXE extensions via DHCP requests. The PXE code in the BIOS will TFTP download the 1st/2nd stage bootloader from the server. Currently the system is configured to hand out Fedora 10 i386 bootloader code to all clients.

Specific client MAC addresses can get specific bootloader code upon request.

After the boot loader starts, select DHCP auto network configuration (DHCP will renew from the BIOS to the OS).

Then select "URL" for media source and enter:

http://192.168.4.1/pub/fedora/linux/releases/10/Fedora/i386/os

Update Services

After the OS update is complete, you can add new YUM update "repos" via inserting a file into /etc/yum.repos.d (for automatic inclusion).
Also, during the InstallFest, run all yum(8) commands with the default depos enabled:

Updates for Fedora Core 10 / i386

1) Install the following file into directory /etc/yum.repos.d/"

Fetch a Fedora Core 10 i386 YUM Repo Config File at http://digitalfreaks.org/~lavalamp/wplug-updates.repo

Note: To ensure that the local WPLUG / CMU repositories are utilized instead of the default Redhat / Fedora for all yum(8) functions, always prepend the command "--disablerepo=updates"

NOTE: "updates" here refers to the name of the default Fedora repo -- where as the new Repo is named "wplug-updates"

2) Update the available RPM database YUM maintains

  # yum update

3) Update your system:

 # yum check-update
 # yum upgrade


Install Services

The installfest service runs a DHCP+TFTP service which will serve PXE compatible boot loaders and kernels.

The service also provides NAT+PAT routing on an as-needed basis. When it is not functioning as a router, DHCP service should be turned off on the router in use.