[Fai-commit] r5502 - in trunk/doc: . includes

Thomas Lange lange at alioth.debian.org
Mon Aug 10 12:35:15 UTC 2009


Author: lange
Date: 2009-08-10 12:35:14 +0000 (Mon, 10 Aug 2009)
New Revision: 5502

Added:
   trunk/doc/includes/
   trunk/doc/includes/bootexample.txt
   trunk/doc/includes/bootlog.txt
   trunk/doc/includes/faisetup.txt
Log:
add include files


Added: trunk/doc/includes/bootexample.txt
===================================================================
--- trunk/doc/includes/bootexample.txt	                        (rev 0)
+++ trunk/doc/includes/bootexample.txt	2009-08-10 12:35:14 UTC (rev 5502)
@@ -0,0 +1,97 @@
+----
+Managed PC Boot Agent (MBA) v4.00
+.
+.
+Pre-boot eXecution Environment (PXE) v2.00
+.
+.
+DHCP MAC ADDR: 00 04 75 74 6E 4A
+DHCP.../
+CLIENT IP: 192.168.1.12 MASK: 255.255.255.0  DHCP IP: 192.168.1.250
+GATEWAY IP: 192.168.1.254
+
+PXELINUX 3.71 (Debian-2008-09-06)  Copyright (C) 1994-2008 H. Peter Anvin
+UNDI data segment at:   0009D740
+UNDI data segment size: 3284
+UNDI code segment at:   00090000
+UNDI code segment size: 24C0
+PXE entry point found (we hope) at 9D74:00F6
+My Ip address seems to be C0A801C0 192.168.1.12
+ip=192.168.1.12:192.168.1.250:192.168.1.254:255.255.255.0
+TFTP prefix:
+Trying to load pxelinux.cfg/01-00-04-75-74-6e-4a
+Trying to load pxelinux.cfg/C0A801C0
+Loading vmlinuz-2.6.26-1-486.....................Ready.
+Loading initrd.img-2.6.26-1-486..................................
+Ready
+Uncompressing Linux... OK, booting the Kernel.
+Linux version 2.6.26-1-486 (Debian 2.6.26-4)
+.
+.
+Done.
+Mounting root file system.....
+eth0: link up
+RPC: Registered upd transport module.
+RPC: Registered tcp transport module.
+aufs 20080714
+.
+.
+Begin: Running /scripts/live-premount ... done.
+IP-Config: eth0 hardware address 00:0c:29:c9:81:38 mtu 1500 DHCP RARP
+IP-Config: eth0 guessed broadcast address 192.168.1.255
+IP-Config: eth0 complete (from 192.168.1.250):
+ address: 192.168.1.12   broadcast: 192.168.1.255  netmask: 255.255.255.0
+ gateway: 192.168.1.254  dns0     : 192.168.1.250  dns1   : 192.168.8.9
+ host   : demohost
+ domain : informatik.uni-koeln.de
+ rootserver: 192.168.1.250 rootpath: 
+ filename  : pxelinux.0
+Begin: Trying netboot from 192.168.1.250:/srv/fai/nfsroot ...
+Begin: Trying nfsmount -o nolock -o ro 192.168.1.250:/srv/fai/nfsroot /live/image ...
+.
+.
+          -------------------------------------------------
+                Fully Automatic Installation  -  FAI
+
+            FAI 3.2.10, 09 Sep 2008  Copyright (c) 1999-2008
+            Thomas Lange  <lange at informatik.uni-koeln.de>
+          -------------------------------------------------
+
+Calling task_confdir
+Kernel parameters: initrd=initrd.img-2.6.26-1-486 ip=dhcp root=/dev/nfs nfsroot=/srv/fai/nfsroot \
+ boot=live FAI_FLAGS=verbose,sshd,createvt FAI_ACTION=install \
+ FAI_CONFIG_SRC=nfs://kueppers/srv/fai/config BOOT_IMAGE=vmlinuz-2.6.26-1-486 
+Reading /var/log/fai/current/boot.log
+FAI_FLAGS: verbose sshd createvt
+Configuration space kueppers:/srv/fai/config mounted to /var/lib/fai/config
+Can't connect to monserver on kueppers port 4711. Monitoring disabled.
+Calling task_setup
+FAI_FLAGS: verbose sshd createvt
+rdate: connect: Connection refused
+21 Aug 14:26:53 ntpdate[3279]: step time server 134.95.4.129 offset 548.691554 sec
+Press ctrl-c to interrupt FAI and to get a shell
+Calling task_defclass
+/usr/bin/fai-class: Defining classes.
+Executing /var/lib/fai/config/class/10-base-classes.
+10-base-classes      OK.
+Executing /var/lib/fai/config/class/20-hwdetect.source.
+.
+.
+50-host-classes      OK.
+List of all classes: DEFAULT LINUX I386 FAIBASE DHCPC DEMO GRUB demohost LAST
+Calling task_defvar
+Executing FAIBASE.var
+++ FAI_ALLOW_UNSIGNED=1
+++ CONSOLEFONT=
+++ KEYMAP=us-latin1
+++ UTC=yes
+++ TIMEZONE=Europe/Berlin
+++ ROOTPW='$1$kBnWcO.E$djxB128U7dMkrltJHPf6d1'
+++ MODULESLIST='usbkbd ehci-hcd ohci-hcd uhci-hcd usbhid psmouse'
+++ STOP_ON_ERROR=700
+++ USE_SETUP_STORAGE=1
+Loading keymap(s) us-latin1 ...done.
+Calling task_action
+FAI_ACTION: install
+Performing FAI installation. All data may be overwritten!
+----

Added: trunk/doc/includes/bootlog.txt
===================================================================
--- trunk/doc/includes/bootlog.txt	                        (rev 0)
+++ trunk/doc/includes/bootlog.txt	2009-08-10 12:35:14 UTC (rev 5502)
@@ -0,0 +1,19 @@
+----
+# cat /tmp/fai/boot.log
+
+netdevices_all="eth0"
+netdevices_up="eth0"
+netdevices="eth0"
+BROADCAST='192.168.1.255'
+DOMAIN='localdomain'
+DNSSRVS='192.168.1.1'
+DNSSRVS_1='192.168.1.1'
+HOSTNAME='demohost'
+IPADDR='192.168.1.12'
+NETWORK='192.168.1.0'
+GATEWAYS='192.168.1.250'
+GATEWAYS_1='192.168.1.250'
+SERVER='faiserver'
+NETMASK='255.255.255.0'
+</example>
+----

Added: trunk/doc/includes/faisetup.txt
===================================================================
--- trunk/doc/includes/faisetup.txt	                        (rev 0)
+++ trunk/doc/includes/faisetup.txt	2009-08-10 12:35:14 UTC (rev 5502)
@@ -0,0 +1,42 @@
+----
+faiserver[~]# fai-setup
+Creating FAI nfsroot in /srv/fai/nfsroot/live/filesystem.dir.
+By default it needs more than 330 MBytes disk space.
+This may take a long time.
+Creating base system using debootstrap version 1.0.10
+Calling debootstrap lenny /srv/fai/nfsroot/live/filesystem.dir http://ftp.debian.org/debian
+Creating base.tgz
+Upgrading /srv/fai/nfsroot/live/filesystem.dir
+install_packages: reading config files from directory /etc/fai
+Adding additional packages to /srv/fai/nfsroot/live/filesystem.dir:
+nfs-common fai-nfsroot module-init-tools dhcp3-client ssh rdate lshw portmap bootpc rsync lftp less dump reiserfsprogs e2fsprogs usbutils hwinfo psmisc pciutils hdparm smartmontools parted mdadm lvm2 dnsutils ntpdate dosfstools cvs jove xfsprogs xfsdump procinfo dialog discover mdetect console-tools console-common expect iproute udev subversion cfengine2 libapt-pkg-perl grub lilo read-edid linux-image-486 aufs-modules-2.6-486 
+.
+.
+`/etc/fai/NFSROOT' -> `/srv/fai/nfsroot/live/filesystem.dir/etc/fai/NFSROOT'
+`/etc/fai/apt' -> `/srv/fai/nfsroot/live/filesystem.dir/etc/fai/apt'
+`/etc/fai/apt/sources.list' -> `/srv/fai/nfsroot/live/filesystem.dir/etc/fai/apt/sources.list'
+`/etc/fai/fai.conf' -> `/srv/fai/nfsroot/live/filesystem.dir/etc/fai/fai.conf'
+`/etc/fai/make-fai-nfsroot.conf' -> `/srv/fai/nfsroot/live/filesystem.dir/etc/fai/make-fai-nfsroot.conf'
+`/etc/fai/menu.lst' -> `/srv/fai/nfsroot/live/filesystem.dir/etc/fai/menu.lst'
+Shadow passwords are now on.
+Removing `local diversion of /usr/sbin/update-initramfs to /usr/sbin/update-initramfs.distrib'
+update-initramfs: Generating /boot/initrd.img-2.6.26-1-486
+W: mdadm: unchecked configuration file: /etc/mdadm/mdadm.conf
+W: mdadm: please read /usr/share/doc/mdadm/README.upgrading-2.5.3.gz .
+W: mdadm: no arrays defined in configuration file.
+`/srv/fai/nfsroot/live/filesystem.dir/boot/vmlinuz-2.6.26-1-486' -> `/srv/tftp/fai/vmlinuz-2.6.26-1-486'
+`/srv/fai/nfsroot/live/filesystem.dir/boot/initrd.img-2.6.26-1-486' -> `/srv/tftp/fai/initrd.img-2.6.26-1-486'
+DHCP environment prepared. If you want to use it, you have to enable the dhcpd and the tftp-hpa daemon.
+Removing `local diversion of /sbin/discover-modprobe to /sbin/discover-modprobe.distrib'
+make-fai-nfsroot finished properly.   <= *
+Adding line to /etc/exports: /srv/fai/config 134.95.9.149/255.255.255.0(async,ro,no_subtree_check)
+Adding line to /etc/exports: /srv/fai/nfsroot 134.95.9.149/255.255.255.0(async,ro,no_subtree_check,no_root_squash)
+Log file written to /var/log/fai/make-fai-nfsroot.log
+Re-exporting directories for NFS kernel daemon....
+
+   You have no FAI configuration space yet. Copy the simple examples with:
+   cp -a /usr/share/doc/fai-doc/examples/simple/* /srv/fai/config
+   Then change the configuration files to meet your local needs.
+
+FAI setup finished.                   <= *
+----




More information about the Fai-commit mailing list