Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
stresslinux pxe boot
03-23-2013, 03:49 PM,
#2
RE: stresslinux pxe boot
Hallo champf1,

ich denke das root image wird nicht oder nicht vollständig vom tftp server geladen. Bitte mal in die Logs vom Server schauen ob dort Anfragen für das Root Image kommen (ggf. muss der tftp server mit zusätzlichen verbose optionen "-v -v -v" dazu gebracht werden etwas mehr zu loggen)

Da es unterschiedliche tftp implementieren gibt und es dabei leider immer wieder Probleme gibt, wäre es auch möglich das root Image per HTTP zum
client zu übertragen, dazu müssen an der APPEND Zeile folgende Parameter hinzugefügt werden:

kiwiserver=192.168.1.21 kiwiservertype=http

Entsprechend muß auf dem PXE Server ein Webserver laufen der es ermöglicht auf das Verzeichnis "image" zuzugreifen

http://192.168.1.21/image/ sollte im Idealfall ein Verzeichnislisting bringen in dem das Root Image zu finden ist.

Eine Beispielkonfiguration für Apache könnte wie folgt aussehen:

Alias /image /tftpboot/image
<Directory /tftpboot/image>
Options +Indexes +FollowSymlinks
Order Deny,Allow
Deny from all
Allow from 192.168.1.0/255.255.255.0
</Directory>
Reply


Messages In This Thread
stresslinux pxe boot - by champf1 - 03-19-2013, 12:58 PM
RE: stresslinux pxe boot - by stresslinux - 03-23-2013, 03:49 PM
RE: stresslinux pxe boot - by stresslinux - 03-23-2013, 04:01 PM
RE: stresslinux pxe boot - by champf1 - 03-27-2013, 10:02 AM
RE: stresslinux pxe boot - by kaya67 - 10-30-2014, 11:40 AM
RE: stresslinux pxe boot - by jeason44 - 03-12-2015, 06:01 PM
RE: stresslinux pxe boot - by robdogj - 04-03-2015, 08:51 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)