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

From Teknologisk videncenter
Jump to: navigation, search
(PXE Installation af Noder)
(Netinstaller)
Line 7: Line 7:
 
==Netinstaller==
 
==Netinstaller==
  
<secour=cli>
+
<source lang=cli>
 
cd /var/lib/tftpboot/
 
cd /var/lib/tftpboot/
 
wget http://archive.ubuntu.com/ubuntu/dists/lucid/main/installer-amd64/current/images/netboot/netboot.tar.gz
 
wget http://archive.ubuntu.com/ubuntu/dists/lucid/main/installer-amd64/current/images/netboot/netboot.tar.gz
 
tar -xvzf netboot.tar.gz
 
tar -xvzf netboot.tar.gz
</secour>
+
</source>

Revision as of 10:51, 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

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