Concurrent Technologies VP 110/01x VME Pentium III-M Single Specifications

Browse online or download Specifications for Motherboards Concurrent Technologies VP 110/01x VME Pentium III-M Single. Concurrent Technologies VP 110/01x VME Pentium III-M Single Specifications User Manual

  • Download
  • Add to my manuals
  • Print
  • Page
    / 30
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 0
Remote Booting Linux on Intel Processors (CERN Variant)
Concurrent Technologies Page 1 of 30
Subject: Remote booting a Concurrent Technologies Intel based processor board from another
Concurrent Technologies Intel based processor board with Red Hat Linux.
Date: March 3
rd
, 2005
Products VME and CPCI Intel based processor boards with mass storage module (DS MSS/IFP-
Discussed: 24) or external drives.
Contact Points: Please contact
Markus.Jo[email protected]h at CERN with any queries regarding this
application note. Please contact support@gocct.com for any technical queries regarding
the Concurrent Technologies processor boards.
Overview
The Concurrent Technologies VME and CPCI processor boards are designed using standard architecture
based on the Intel Pentium, Pentium II, and Pentium III processors. Our processor boards support many
standard operating systems designed to run on the Intel platforms, including Linux.
This application note outlines a procedure for remote booting a diskless Client with Linux from a Linux
disk based Server over a network. Two network boot methods are described along with several methods of
providing a root file system to the diskless Client.
The procedure discussed in this application note has been performed on the following systems and
combination there of:
1. Two PP CP2/P3x Pentium III processor boards, one with an external EIDE Hard Drive and
CDROM attached.
2. Two VP 101/01x Pentium III processor boards, one with an external EIDE Hard Drive and
CDROM attached.
3. Two VP 110/01x Pentium III processor boards, one with an external EIDE Hard Drive and
CDROM attached.
4. Two VP 315/02x Pentium M processor board.
And, can be applied to all variants of the product families in the above list.
Materials Used
The installation of a Linux Boot server and Client requires the following materials:
One Concurrent Technologies processor board, to be the Server
One or more Concurrent Technologies processor boards, to be the Clients
Concurrent Technologies mass storage module or external drive
IDE CD-ROM (if using external drive)
Concurrent Technologies Plc.
Application Engineering Technical Reference
Remote Booting Linux on Intel Processors
(CERN Variant)
Page view 0
1 2 3 4 5 6 ... 29 30

Summary of Contents

Page 1 - (CERN Variant)

Remote Booting Linux on Intel Processors (CERN Variant)Concurrent Technologies Page 1 of 30Subject: Remote booting a Concurrent Technologies Inte

Page 2

Remote Booting Linux on Intel Processors (CERN Variant)Concurrent Technologies Page 10 of 30doneecho Done.2. Now modify the lines in the following fi

Page 3

Remote Booting Linux on Intel Processors (CERN Variant)Concurrent Technologies Page 11 of 304. Reboot the client machine. It should execute

Page 4

Remote Booting Linux on Intel Processors (CERN Variant)Concurrent Technologies Page 12 of 30cp -a /lib/ld* /tftpboot/$1/libcp -a /lib/libc-2* /tftpboo

Page 5

Remote Booting Linux on Intel Processors (CERN Variant)Concurrent Technologies Page 13 of 30mknod ttyS4 c 4 68echo Done.3. Creating the binary direct

Page 6

Remote Booting Linux on Intel Processors (CERN Variant)Concurrent Technologies Page 14 of 30• “cd /root/BusyBox/udhcp-0.9.8”• “make” #Make the clien

Page 7

Remote Booting Linux on Intel Processors (CERN Variant)Concurrent Technologies Page 15 of 30• “dos2unix /tftpboot/RamDiskFs/etc/init.d/rcN”• “chmod

Page 8

Remote Booting Linux on Intel Processors (CERN Variant)Concurrent Technologies Page 16 of 30How to create a PXE Image• Ensure the PXELINUX configurat

Page 9

Remote Booting Linux on Intel Processors (CERN Variant)Concurrent Technologies Page 17 of 30• “dd if=/dev/zero of=rootfs bs=1k count=65536” Initialis

Page 10

Remote Booting Linux on Intel Processors (CERN Variant)Concurrent Technologies Page 18 of 30its functionality. First we must prepare the Server by ad

Page 11

Remote Booting Linux on Intel Processors (CERN Variant)Concurrent Technologies Page 19 of 30192.67.84.170:/home/ClientLocalRootFs/client2/etc /etc nf

Page 12

Remote Booting Linux on Intel Processors (CERN Variant)Concurrent Technologies Page 2 of 30• Floppy drive• Either Red Hat Linux 7.1, 7.2, 7.3, 8.0,

Page 13

Remote Booting Linux on Intel Processors (CERN Variant)Concurrent Technologies Page 20 of 30NOTE: The Ram disk built later in this section will config

Page 14

Remote Booting Linux on Intel Processors (CERN Variant)Concurrent Technologies Page 21 of 30echo -n Making Root File System template for $1.mkdir -p /

Page 15

Remote Booting Linux on Intel Processors (CERN Variant)Concurrent Technologies Page 22 of 30cp -a /lib/libattr* /tftpboot/$1/libecho -n .# Copy the /e

Page 16

Remote Booting Linux on Intel Processors (CERN Variant)Concurrent Technologies Page 23 of 30echo -n .# Serial ttymknod ttyS0 c 4 64mknod ttyS1 c 4 65m

Page 17

Remote Booting Linux on Intel Processors (CERN Variant)Concurrent Technologies Page 24 of 30• Edit the “exec” line in the file “/tftpboot/Clie

Page 18

Remote Booting Linux on Intel Processors (CERN Variant)Concurrent Technologies Page 25 of 30ifconfig lo 127.0.0.1ifconfig lo up# Start portmap/sbin/po

Page 19

Remote Booting Linux on Intel Processors (CERN Variant)Concurrent Technologies Page 26 of 30• “losetup /dev/loop0 rootfs” Attach rootfs to loop devic

Page 20

Remote Booting Linux on Intel Processors (CERN Variant)Concurrent Technologies Page 27 of 308254x.img boot image for boards fitted with the 8254x Ethe

Page 21

Remote Booting Linux on Intel Processors (CERN Variant)Concurrent Technologies Page 28 of 30(L)ocal : Boots an operation system image from Flash mem

Page 22

Remote Booting Linux on Intel Processors (CERN Variant)Concurrent Technologies Page 29 of 30Appendix A: Client Kernel Configuration File3CONFIG_X86=yC

Page 23

Remote Booting Linux on Intel Processors (CERN Variant)Concurrent Technologies Page 3 of 30• Install the TFTP server,“rpm -ivh $RPMSHOME/tftp-server-

Page 24

Remote Booting Linux on Intel Processors (CERN Variant)Concurrent Technologies Page 30 of 30CONFIG_E1000_NAPI=yCONFIG_VT=yCONFIG_VT_CONSOLE=yCONFIG_SE

Page 25

Remote Booting Linux on Intel Processors (CERN Variant)Concurrent Technologies Page 4 of 30}}host client2{hardware ethernet 00:40:9E:00:FF:F1;fixed-ad

Page 26

Remote Booting Linux on Intel Processors (CERN Variant)Concurrent Technologies Page 5 of 30• Install the NFS utilities,“rpm –ivh $RPMSHOME/nfs-utils-

Page 27

Remote Booting Linux on Intel Processors (CERN Variant)Concurrent Technologies Page 6 of 30• “cp /root/syslinux-2.11/pxelinux.0 /tftpboot”14. The S

Page 28

Remote Booting Linux on Intel Processors (CERN Variant)Concurrent Technologies Page 7 of 302. Next we configure a basic kernel for the client based o

Page 29

Remote Booting Linux on Intel Processors (CERN Variant)Concurrent Technologies Page 8 of 30“mkdir /root/netboot” “cp /usr/src/linux/arch/i386/boot/bz

Page 30

Remote Booting Linux on Intel Processors (CERN Variant)Concurrent Technologies Page 9 of 30# Remove any modules in /tftpboot/$1/lib/modules# We don&ap

Comments to this Manuals

No comments