Difference between revisions of "Cluster der kan alt/PXE installation af noder"

From Teknologisk videncenter
Jump to: navigation, search
(Netinstaller)
(PXE Installation af Noder)
Line 13: Line 13:
 
tar -xvzf netboot.tar.gz
 
tar -xvzf netboot.tar.gz
 
</source>
 
</source>
 +
 +
{{Source cli}}
 +
[[Category:Cluster]][[Category:Ubuntu]]

Revision as of 10:54, 19 April 2012

For at anvende PXE skal der først installeres en TFTP server. Anvend for eksempel tftp-hpa Installation af PXE se Weekend_Projekt_-_Test_Cluster#PXE_netinstaller


PXE Installation af Noder

Netinstaller

Hent og installer pxelinux til tftp roden:

cd /var/lib/tftpboot/
wget http://archive.ubuntu.com/ubuntu/dists/lucid/main/installer-amd64/current/images/netboot/netboot.tar.gz
tar -xvzf netboot.tar.gz