Emerlin Repeater Station PC (RPC)

Total Page:16

File Type:pdf, Size:1020Kb

Emerlin Repeater Station PC (RPC) EMerlin Repeater Station PC (RPC) P. Burgess, Jodrell Bank Observatory 05/Feb/2004 (V1.3) Last Revision: 02/Aug/2005 V1.5e; 25/Sep/2008 v1.5f 1.Introduction. The Repeater PC is a straightforward ‘minimal’ PC for monitoring eMerlin fibre- optic repeater stations. It is intended normally to be accessed by dial-up modem. A local keyboard and display is provided. The unit operates under the Linux operating system. This document provides sufficient information to rebuild a system from scratch, although normally it will be provided set up. 2. Design Requirements: • Support Linux and dial-up modem, plus additional serial ports. • Provide simple on-site display and keyboard • Low cost and maintenance • Sustainable upgrade path to hardware changes These requirements may be met by a simple combination of off-the-shelf motherboard, CPU and memory components. Although very small single-board PCs are available, space is not at a premium, so a commercial 4Ux19in. rack mount case has been chosen. This case includes a keyboard and VGA (640x480) colour display. The additional cost of this hardware (most of the cost of the complete unit in fact) is justified by convenience and robustness. Jodrell VLBI has experience with Asus motherboards and AMD CPUs and finds them well-supported. We have attempted to select devices with known Linux compatibility. Choice of Modem: In particular there is a problem using internal modems under Linux. Most internal cards are now so-called ‘Winmodems’, i.e. they have minimal (or no) controller hardware, and requires Windows to replace it. There are a small number of devices which do have internal hardware, usually known as ‘Linmodems’,which have drivers, or may be configured, for Linux. After a series of tests we found the Sitecom DC-015 56kbps internal V92 (www.sitecom.com) modem to be reliable. 3. Software Requirements The requirement is for both operating system and user software to be maintainable by ourselves at minimum cost. The choices are between DOS, Windows NT or Linux. At the moment Jodrell has adopted the Linux system for its outstation control work as it is open-sourced, robust and predictable and does not incur license fees. There are numerous ‘distributions’ of Linux available with quite widely varying levels of detail changes. We require a simple, easily-maintainable one that is likely to be around in some form in the future. Slackware Linux was chosen for its simple install process, small number of source disks, and close-to-Unix functionality. 4. Component Specifications Rack Case 4U - Wordsworth EC-1040BATX/832AP wit DM64T display and Main Board - Asus A7N266VME-SE skt A incl. Ethernet Realtek 8201 PHY Nvidia AGP graphics CPU - AMD XP-1800+fan Memory - 256 Mbyte generic DDR SDRAM module Modem - ‘Sitemodem’ DC-015 internal PCI card Hard Drive - 40Gb Maxtor IDE in rack carrier module Cdrom - Samsung internal IDE OEM 5. General Assembly The ATX motherboard installs directly in the rack case. Our version had a slight misalignment between the rear panel opening and the metal plate insert supplied with the motherboard, fixed by slicing one end off the panel. The DM640T (TFT) colour display is designed to fit directly into the left side of the front panel. The supplied VGA cable is used to pass the display connector to the lower rear panel. The connection between the VGA input and and the motherboard video output is completed by a JB-made 15-to-15 way VGA-D connector about 30cm long. The hard drive was installed in a low-cost sliding module rack (Samcheer SC27) in the upper 5-1/4 drive bay space, connected to IDE 0 (master). The cdrom then fits in the middle bay (connect to IDE1), leaving the lowest bay free. The drive jumper should be set to ‘CS’ (Cable Select) for both units – default. (nb some units may be configured with the CD as ‘master’ and the drive as ‘slave’ – check if changing the drives). The modem is located in PCI Slot 2 (centre white slot) The Vscom serial card should be in Slot 3 (outer / furthest from PSU). Slot 1 (nearest PSU) and the brown AGP slot are unused. The integral keyboard and ‘mouse’ touchplate are connected via included mini-DIN (PS/2 style) connectors to the motherboard at the rear panel. There may be a couple of spare ‘sensor’ cables in the case: they may be tied out of the way. Some units were later fitted with a third 9-pin serial port connector on one of the previously-unused card slots, which allows access to the second onboard Com port (Com2/ttyS1). The 25-connector is not used, but could be internally reconnected in place of the 9-pin if needed. 6. Initial Testing Power-up should be performed, checking for correct fan operation and display illumination. The display will normally attempt to configure itself but there is an auto/ manual option on its menu. Check that the BIOS detects the hard drive,floppy drive (if fitted) and cdrom correctly. Power-down again. 7. Installation of Linux Operating System This section describes a ‘from scratch’ installation and may not be needed if an existing system can be copied (See Section 13). Currently we use Slackware Linux 9.1, requiring 2 CD’s. BIOS Settings (required) : (Hit ‘Del’ during startup) (a) ‘Audio’ on-board device set to ‘disabled’ under ‘Chip Config’ menu. (b) ‘MIDI’ port and irq disabled under IO submenu. (Frees up an irq) (c) PCI submenu: set Slot 3 (Vscom board) to IRQ 11; others on ‘auto’ (d) If the USB is not required, it may be disabled under ‘IO’ submenu. (e) Plug-and-Play OS: select ‘No’. (f) Virus Alert: Select ‘Disabled’ Download the Slackware Linux installation ISO CD images from http://www.slackware.com/ - or locate the systems on the VLBI 'newton' server in the 'Projects' area. Make two CD’s using ‘Nero’ on the VLBI Windows PC or 'Brasero' (Linux) Boot the RPC with Slackware Disk 1 in CD drive Use Linux ‘fdisk’ or ‘cfdisk’ to configure ‘/’ or root partition 5000MB Linux native (hda1) Swap partition 512MB type 82 (Linux swap) (hda2) Divide remaining space into 2 native partitions (hda3,4) Mount the ‘/home’ area under hda2 so it is separate from the OS. Select ‘Install Everything’ option Format partitions as ‘ext3’ (Journalling filesystem) Do not set up for UK keyboard , use US default. Select timezone UTC0 You can configure the network at this point, but it won’t work. Make a LILO install using the MBR (master boot record) option 7.1 Rebuilding the Kernel With the current default kernel options, the Vscom serial board may not operate, as the kernel parameters for multiport serial i/o may not be turned on (depends on the default kernel provided). It is safest to asume the kernel will need rebuilding if the Vscom card is to be used. See Section11 for more detail. 8. Configuring Linux Download and install network driver (may not be needed with later Linux distributions) from ‘nVidia.com’ for the ‘nforce’ chipset, currently: http://www.nvidia.com/object/linux_display_ia32_1.0-7667.html file: NVIDIA-Linux-x86-1.0-7667-pkg1.run This file should be available locally on a service kit/CD/hard drive. The ‘.run’ file may be run by typing it or prefixing with ‘sh’. (This install routine requires the Linux kernel build information to be present, for the correct kernel.) Nb: older versions: If a ‘tar.gz’ file has been provided: - tar –xzpf in /usr/local - cd to new directory ‘nforce/nvnet’ - follow install instructions: - ‘make’ - ‘make install’ - add line ‘alias eth0 nvnet’ to /etc/modules.conf - run ‘netconf’ to set up any other parameters - the ‘nvnet.o’ module should load on reboot. (check with lsmod). - Note: the first line of ‘modules.conf’ may get overwritten in 9.1 below. (It is not necessary to make the audio and video driver parts, although it should do no harm). Set the standard root password Make a user account for ‘oper’ using ‘adduser’ with standard password Disable any unused startup files in ‘/etc/rc.d/’ (rename or ‘chmod –x’). Edit /etc/lilo/conf’ and remove the ‘prompt’ line. The network is useful for local testing and is usually configured as host ‘emrpc’, IP 102.168.101.8x, subnetmask 255.255.0.0, Gateway 192.168.101.10, DNS 130.88.24.36 using the ‘netconfig’ script under Slackware Setup. The settings can be edited manually in /etc/rc.d/rc.inet1.conf 8.1 TFT Display and Xwindows The unit normally runs remotely or requires only console access. A simple ‘X’ configuration will be available for a 15in. external display or the TFT, although the latter is difficult to use under ‘X’. As root run ‘xdm’. After it starts, a login prompt is provided: log in as ‘oper’ or other normal user account. To stop X, as root ‘killall xdm’. 9. Install and Configure Modem Driver 9.1 HSF Modem Driver (Conexant Chipset) Download the free ‘HSFModem’ package from linuxant.com See: http://www.linuxant.com/drivers/hsf/downloads-license.php File: hsfmodem-7.18.00.03full.tar.gz Place a copy of the tar file in /usr/local and ‘tar –xvpf’ it. Cd to the new directory ‘HSFmodemxxxx..’ Install the driver as per the README/Install files. Perform the initial configuration stage Check that a new device in /dev/has appeared (‘/dev/ttySHSF0’) Check for ‘modem’ link: ls –ls /dev/modem Check that the ‘eth0 alias nvnet’ line is still correct in modules.conf. Rebuilding the kernel will require an uninstall/re-install. To uninstall do ‘make unistall’ in the hsfmmodem source directory 9.2 ‘mgetty’ TTY Driver Download the latest ‘mgetty’ TTY driver for Linux (mgetty-1.1.3?) See ftp://alpha.greenie.net/pub/mgetty/source/.
Recommended publications
  • Debian \ Amber \ Arco-Debian \ Arc-Live \ Aslinux \ Beatrix
    Debian \ Amber \ Arco-Debian \ Arc-Live \ ASLinux \ BeatriX \ BlackRhino \ BlankON \ Bluewall \ BOSS \ Canaima \ Clonezilla Live \ Conducit \ Corel \ Xandros \ DeadCD \ Olive \ DeMuDi \ \ 64Studio (64 Studio) \ DoudouLinux \ DRBL \ Elive \ Epidemic \ Estrella Roja \ Euronode \ GALPon MiniNo \ Gibraltar \ GNUGuitarINUX \ gnuLiNex \ \ Lihuen \ grml \ Guadalinex \ Impi \ Inquisitor \ Linux Mint Debian \ LliureX \ K-DEMar \ kademar \ Knoppix \ \ B2D \ \ Bioknoppix \ \ Damn Small Linux \ \ \ Hikarunix \ \ \ DSL-N \ \ \ Damn Vulnerable Linux \ \ Danix \ \ Feather \ \ INSERT \ \ Joatha \ \ Kaella \ \ Kanotix \ \ \ Auditor Security Linux \ \ \ Backtrack \ \ \ Parsix \ \ Kurumin \ \ \ Dizinha \ \ \ \ NeoDizinha \ \ \ \ Patinho Faminto \ \ \ Kalango \ \ \ Poseidon \ \ MAX \ \ Medialinux \ \ Mediainlinux \ \ ArtistX \ \ Morphix \ \ \ Aquamorph \ \ \ Dreamlinux \ \ \ Hiwix \ \ \ Hiweed \ \ \ \ Deepin \ \ \ ZoneCD \ \ Musix \ \ ParallelKnoppix \ \ Quantian \ \ Shabdix \ \ Symphony OS \ \ Whoppix \ \ WHAX \ LEAF \ Libranet \ Librassoc \ Lindows \ Linspire \ \ Freespire \ Liquid Lemur \ Matriux \ MEPIS \ SimplyMEPIS \ \ antiX \ \ \ Swift \ Metamorphose \ miniwoody \ Bonzai \ MoLinux \ \ Tirwal \ NepaLinux \ Nova \ Omoikane (Arma) \ OpenMediaVault \ OS2005 \ Maemo \ Meego Harmattan \ PelicanHPC \ Progeny \ Progress \ Proxmox \ PureOS \ Red Ribbon \ Resulinux \ Rxart \ SalineOS \ Semplice \ sidux \ aptosid \ \ siduction \ Skolelinux \ Snowlinux \ srvRX live \ Storm \ Tails \ ThinClientOS \ Trisquel \ Tuquito \ Ubuntu \ \ A/V \ \ AV \ \ Airinux \ \ Arabian
    [Show full text]
  • Knowing Knoppix/Print Version - Wikibooks, Open Books for an Open World
    Knowing Knoppix/Print version - Wikibooks, open books for an open world Knowing Knoppix/Print version Knowing Knoppix The current, editable version of this book is available in Wikibooks, the open-content textbooks collection, at http://en.wikibooks.org/wiki/Knowing_Knoppix Permission is granted to copy, distribute, and/or modify this document under the terms of the Creative Commons Attribution-ShareAlike 3.0 License. Contents 1 Introducing Knoppix 1.1 Introducing Knoppix 1.1.1 What is Knoppix? 1.1.1.1 Linux that runs from CD 1.1.1.2 Can be installed on a Hard Disk or a USB key 1.1.1.3 How it works 1.1.1.4 Safe to run 1.1.1.5 Personal 1.1.1.6 Free 1.1.2 What you can do with Knoppix 1.1.2.1 Learn Linux 1.1.2.2 Rescue and test 1.1.2.3 Use and explore 1.1.2.4 Network 1.1.3 Where Knoppix comes from 1.1.4 Knoppix is Free Software 1.1.5 Limitations 1.1.5.1 No warranty 1.1.5.2 CD means slow 1.1.5.3 Not everything works 1 von 71 Knowing Knoppix/Print version - Wikibooks, open books for an open world 1.1.5.4 RAM intensive 1.1.6 What is included in Knoppix? 1.1.7 What is Linux? 1.1.7.1 A little history 1.1.7.1.1 How GNU grew 1.1.7.1.2 It's a GNU world! 2 Knoppix for the first time 2.1 Knoppix for the first time 2.1.1 Overview 2.1.2 Hardware requirements 2.1.3 Starting Knoppix 2.1.3.1 The first stage 2.1.3.2 The second stage 2.1.4 The first stage 2.1.4.1 Getting to the boot prompt 2.1.4.2 Help at the boot prompt 2.1.4.2.1 Quick help 2.1.5 The second stage 2.1.5.1 Starting Knoppix proper 2.1.5.2 Which keyboard/language? 2.1.5.3 Automatic hardware detection
    [Show full text]
  • Linux Utilisation-Distributions-Linux
    Les distributions Par son mode de diffusion particulier, Linux est parfois déroutant. En effet, on ne se procure jamais le système Linux mais un système Linux. Chacun est libre d’assembler son propre système Linux et de le distribuer, gratuitement ou non. Il est même possible de prendre une distribution existante, d’en changer le nom, et de la redistribuer ainsi… Exemple de distributions disponibles: AbulÉdu, Adamantix, ADIOS, Admelix, Archie, ALT, Amber, AnNyung, ANTEMIUM, APODIO, Arabian, Arch, Ark, AsianLinux, Asianux, ASLinux, ASPLinux, Astaro, Asterisk@Home, Athene, ATmission, Auditor, Aurora, Aurox, AUSTRUMI, Hubworx, B2D, Bayanihan, BeatrIX, Berry, BIG LINUX, BioBrew, Bioknoppix, blackPanther, BLAG, Blin, Buffalo, Caixa Mágica, cAos, Càtix, CCux, CDlinux, Censornet, CentOS, ClarkConnect, Clusterix, clusterKNOPPIX, Condorux, Conectiva, Cosix, CRUX, Damn Small, Danix, DARKSTAR, DeadCD, Debian, Deep-Water, Defender, DeLi, AGNULA, DesktopBSD, Devil, Dizinha, DNALinux, DragonFly, P!tux, dyne:bolic, Eadem, Edubuntu, eduKnoppix, EduLinux, Ehad, eLearnix, Elive, ELX, EnGarde, ERPOSS, SME Server, ESware, Evinux, EzPlanet One, FAMELIX, Feather, Featherweight, Fedora, Fermi, Flash, Flonix, Foresight, FoRK, FoX Desktop, FreeBSD, Freedows, Freeduc, Freeduc-Sup, FreeSBIE, Frenzy, Frugalware, FTOSX, GeeXboX, Gelecek, Gentoo, GentooTH, Gentoox, GEOLivre, Gibraltar, GNIX, Gnoppix, gNOX, GNUstep, GobLinX, GoboLinux, grml, Guadalinex, GuLIC-BSD, h3knix, Haansoft, Hancom, Helix, Hikarunix, Hiweed, HKLPG, Holon, Honeywall, iBox, IDMS, Ignalum, Impi,
    [Show full text]
  • Debian GNU/Linux Since 1995
    Michael Meskes The Best Linux Distribution credativ 2017 www.credativ.com Michael • Free Software since 1993 • Linux since 1994 Meskes • Debian GNU/Linux since 1995 • PostgreSQL since 1998 credativ 2017 www.credativ.com Michael Meskes credativ 2017 www.credativ.com Michael • 1992 – 1996 Ph.D. • 1996 – 1998 Project Manager Meskes • 1998 – 2000 Branch Manager • Since 2000 President credativ 2017 www.credativ.com • Over 60 employees on staff FOSS • Europe, North America, Asia Specialists • Open Source Software Support and Services • Support: break/fix, advanced administration, Complete monitoring Stack • Consulting: selection, migration, implementation, Supported integration, upgrade, performance, high availability, virtualization All Major • Development: enhancement, bug-fix, integration, Open Source backport, packaging Projects ● Operating, Hosting, Training credativ 2017 www.credativ.com The Beginning © Venusianer@German Wikipedia credativ 2017 www.credativ.com The Beginning 2nd Try ©Gisle Hannemyr ©linuxmag.com credativ 2017 www.credativ.com Nothing is stronger than an idea whose Going time has come. Back On résiste à l'invasion des armées; on ne résiste pas à l'invasion des idées. In One withstands the invasion of armies; one does not withstand the invasion of ideas. Victor Hugo Time credativ 2017 www.credativ.com The Beginning ©Ilya Schurov Fellow Linuxers, This is just to announce the imminent completion of a brand-new Linux release, which I’m calling the Debian 3rd Try Linux Release. [. ] Ian A Murdock, 16/08/1993 comp.os.linux.development credativ 2017 www.credativ.com 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 Libranet Omoikane (Arma) Quantian GNU/Linux Distribution Timeline DSL-N Version 12.10-w/Android Damn Small Linux Hikarunix Damn Vulnerable Linux A.
    [Show full text]
  • Unix Philosophy 2020
    Unix Philosophy 2020 Casper Ti. Vector <[email protected]> https://gitea.com/CasperVector/up2020 2019-08/2019-09; version 0.1.4 Contents Foreword 3 How to read this document 4 01 An introduction to the history of Unix 5 02 A taste of shell scripting 6 03 Cohesion and coupling in software engineering 7 04 Do one thing and do it well 9 05 fork() and exec() 10 06 From Unix to Plan 9 12 07 Unix philosophy: minimising the system’s complexity 13 08 Unix philosophy and software quality 16 09 Unix philosophy and software security 18 10 Unix philosophy and free / open-source software 20 11 Practical minimalism: a developer’s perspective 23 12 Practical minimalism: a user’s perspective 26 13 Hilbert’s 24th problem: minimalism in mathematics 30 14 Boltzmann’s formula: an axiom or a theorem? 31 1 15 Kolmogorov complexity and knowledge organisation 32 16 Minimalism in science and technology 33 17 Minimalism in scientific and non-scientific theories 34 18 Minimalism as an aesthetic in literature and arts 35 19 Minimalism from a cognitive perspective 36 20 Limits to application of Unix philosophy in society 38 21 Minimalism for the average person 39 22 From Lisp to Scheme 42 23 S-expressions and homoiconicity 44 24 The New Jersey and MIT / Stanford styles 47 25 Benefits of reconciling Unix and Lisp 48 26 Lisp / C reconciliation: how to? 49 27 Toward a “theory of everything” 51 References 52 Afterword 61 2 Foreword I began learning Linux in the end of 2008, and using it in the beginning of 2009; I have always used Linux as my main operating system thereafter.
    [Show full text]
  • Table of Contents
    From−PowerUp−To−Bash−Prompt−HOWTO From−PowerUp−To−Bash−Prompt−HOWTO Table of Contents From Power Up To Bash Prompt......................................................................................................................1 Greg O'Keefe, gcokeefe@postoffice.utas.edu.au....................................................................................1 1. Introduction..........................................................................................................................................1 2. Hardware..............................................................................................................................................1 3. Lilo.......................................................................................................................................................1 4. The Linux Kernel.................................................................................................................................1 5. The GNU C Library.............................................................................................................................1 6. Init........................................................................................................................................................1 7. The Filesystem.....................................................................................................................................2 8. Kernel Daemons...................................................................................................................................2
    [Show full text]
  • Free for All How Linux and the Free Software Move- Ment Undercut the High-Tech Titans
    Free for All How Linux and the Free Software Move- ment Undercut the High-Tech Titans by Peter Wayner This is the free electronic version of the book originally published by HarperCollins. The book is still protected by copyright and bound by a license granting you the limited rights to make complete copies for non-commercial purposes.You’re welcome to read it in electronic form subject to these conditions: 1) You may not make derivative works. You must reproduce the work in its entirety. 2) You may not sell versions. 3) You refer everyone receiving a copy to the website where they may get the latest corrected version. (http://www.wayner.org/books/ffa/). A full license developed by the Creative Commons (www.creativecommons.org) will be forth- coming. Please write ([email protected]) if you have any questions or suggestions. Disappearing Cryptography, 2nd Edition Information Hiding: Steganography & Watermarking by Peter Wayner ISBN 1-55860-769-2 $44.95 To order, visit: http://www.wayner.org/books/discrypt2/ Disappearing Cryptography, Second Edition describes how to take words, sounds, or images and hide them in digital data so they look like other words, sounds, or images. When used properly, this powerful technique makes it almost impossible to trace the author and the recipient of a message. Conversations can be sub- merged in the flow of information through the Internet so that no one can know if a conversation exists at all. This full revision of the best-selling first edition “Disappearing Cryptography is a witty and enter- describes a number of different techniques to hide taining look at the world of information hiding.
    [Show full text]
  • (Cellular) Phones, Pagers, Calculators, Digital Cameras, Wearable Computing
    Linux on the Road Linux with Laptops, Notebooks, PDAs, Mobile Phones and Other Portable Devices Werner Heuser <wehe[AT]tuxmobil.org> Linux Mobile Edition Edition Version 3.21 TuxMobil Berlin Copyright © 2000−2005 Werner Heuser 2005−11−14 Revision History Revision 3.21 2005−11−14 Revised by: wh Some more typos have been fixed. Revision 3.20 2005−11−14 Revised by: wh Some typos have been fixed. Revision 3.19 2005−11−14 Revised by: wh A link to keytouch has been added, minor changes have been made. Revision 3.18 2005−10−10 Revised by: wh Some URLs have been updated, spelling has been corrected, minor changes have been made. Revision 3.17.1 2005−09−28 Revised by: sh A technical and a language review have been performed by Sebastian Henschel. Numerous bugs have been fixed and many URLs have been updated. Revision 3.17 2005−08−28 Revised by: wh Some more tools added to external monitor/projector section, link to Zaurus Development with Damn Small Linux added to cross−compile section, some additions about acoustic management for hard disks added, references to X.org added to X11 sections, link to laptop−mode−tools added, some URLs updated, spelling cleaned, minor changes. Revision 3.16 2005−07−15 Revised by: wh Added some information about pcmciautils, link to SoftwareSuspend2 added, localepurge for small HDDs, added chapter about FingerPrint Readers, added chapter about ExpressCards, link to Smart Battery System utils added to Batteries chapter, some additions to External Monitors chapter, links and descriptions added for: IBAM − the Intelligent Battery Monitor, lcdtest, DDCcontrol updated Credits section, minor changes.
    [Show full text]
  • Linux Complete Backup and Recovery HOWTO
    Linux Complete Backup and Recovery HOWTO Charles Curley <charlescurley at charlescurley dot com> Revision History Revision 2.1 2006−03−28 Revised by: c^2 Added notes for NTFS. Edited the To Do list. Started work on LVM and using finnix. Revision 2.0 2005−10−12 Revised by: c^2 Notes for Fedora Core 4. Removed notes for older versions of FC and Red Hat. Also, changes in the writeup and scripts to reflect using Knoppix instead of tomsrtbt. See the scripts for change notes. Changed some scripts so that long lines don't fall off the right side of printed pages (oops). Revision 1.8 2005−02−19 Revised by: c^2 Added notes for Fedora Core 3 Revision 1.7 2004−05−11 Revised by: c^2 Adjusted copyright language. Revision 1.6 2004−04−29 Revised by: c^2 Added Knoppix notes, Syslinux, PPART, QtParted, some other rescue CDs, and made some fixes. Revision 1.5 2003−12−19 Revised by: c^2 Fedora 1 and GRUB notes. Revision 1.4 2003−08−17 Revised by: c^2 Some notes on burning CD−ROMs, and more on files to exclude. Revision 1.3 2003−04−24 Revised by: c^2 Substituted new email address and URL for old. Revision 1.2 2003−02−12 Revised by: c^2 Added Red Hat 8.0 notes, support for FAT32, split the first stage restore scripts, and other minor changes. Notes on Amanda. Revision 1.1 2002−09−10 Revised by: c^2 New code to handle ext3 partitions in make.fdisk, and a note on initrd.
    [Show full text]
  • Build a Linux Test Network Skill Level: Introductory
    Build a Linux test network Skill Level: Introductory Carla Schroder ([email protected]) Linux administrator and author Independent 19 May 2003 This tutorial shows how to combine Samba and GRUB to build a compact, highly adaptable, cross-platform test network, capable of booting and networking a large number of operating systems on a small number of machines. Though Samba and GRUB can manage many different operating systems, this tutorial focuses on Linux® and Windows®. Section 1. Berfore you start About this tutorial This tutorial shows how to combine Samba and GRUB to build a compact, highly adaptable, cross-platform test network, capable of booting and networking a large number of operating systems on a small number of machines. Though Samba and GRUB can manage many different operating systems, this tutorial focuses on Linux and Windows. This is neither a networking tutorial, nor a Linux system administration tutorial. Basic knowledge of running Linux and Windows, including user authentication, installing operating systems, partitioning, and managing user accounts will get you going a lot faster. I'll use values that are valid for my system, such as fd0 and hda. I trust that you will use what is correct for your system. Prerequisites Build a Linux test network © Copyright IBM Corporation 1994, 2008. All rights reserved. Page 1 of 16 developerWorks® ibm.com/developerWorks You'll need reasonably modern hardware: PCs four years old and newer ought to do the job. Running multiboot systems requires large hard drives, and support for Large-Block Addressing (LBA). GRUB can read any part of a hard disk supported by true LBA.
    [Show full text]
  • The Linux Bootdisk HOWTO the Linux Bootdisk HOWTO
    The Linux Bootdisk HOWTO The Linux Bootdisk HOWTO Table of Contents The Linux Bootdisk HOWTO............................................................................................................................1 Tom Fawcett ([email protected]) ..........................................................................................................1 1.Preface...................................................................................................................................................1 2.Introduction...........................................................................................................................................1 3.Bootdisks and the boot process. ...........................................................................................................1 4.Building a root filesystem.....................................................................................................................1 5.Choosing a kernel.................................................................................................................................2 6.Putting them together: Making the diskette(s)......................................................................................2 7.Troubleshooting, or The Agony of Defeat............................................................................................2 8.Miscellaneous topics.............................................................................................................................2 9.How the pros do it.................................................................................................................................2
    [Show full text]
  • A Business Case Study of Open Source Software
    M P 0 1 B 0 0 0 0 0 4 8 M I T R E P R O D U C T A Business Case Study of Open Source Software July 2001 Carolyn A. Kenwood Sponsor: US Army Contract No.: DAAB07-01-C-C201 Dept. No.: W803 Project No.: 0700M520-AA The views, opinions and/or findings contained in this report Approved for public release; distribution unlimited. are those of The MITRE Corporation and should not be construed as an official Government position, policy, or decision, unless designated by other documentation. ”2001 The MITRE Corporation. All Rights Reserved. Washington C3 Center Bedford, Massachusetts MITRE Department Approval: Francis M. Dello Russo, W803 Department Head MITRE Project Approval: Paul R. Garvey, W800 Chief Scientist ii Abstract This paper was prepared as part of The MITRE Corporation’s FY00 Mission-Oriented Investigation and Experimentation (MOIE) research project “Open Source Software in Military Systems.” This paper analyzes the business case of open source software. It is intended to help Program Managers evaluate whether open source software and development methodologies are applicable to their technology programs. In the Executive Summary, the paper explains open source, describes its significance, compares open source to traditional commercial off-the-shelf (COTS) products, presents the military business case, shows the applicability of Linux to the military business case, analyzes the use of Linux, discusses anomalies, and provides considerations for military Program Managers. The paper also provides a history of Unix and Linux, presents a business case model, and analyzes the commercial business case of Linux. KEYWORDS: Linux, Open Source, Open Source Software, OSS, Software iii Acknowledgments The author would like to acknowledge and thank the other individuals who contributed to this document.
    [Show full text]