Changes between Version 28 and Version 29 of Internal/ImageInstall


Ignore:
Timestamp:
Feb 12, 2013, 2:35:09 AM (11 years ago)
Author:
ssugrim
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/ImageInstall

    v28 v29  
    44
    55 1. Add dhcp entry for the mac of the interface you'll be pxeing off (probably done on dhcp1, for testing use outdoor 4-11)
     6  1. on dhcp1 edit /etc/dhcp3/dhcpd.conf to change the appriorpiate entry
    67  1. Make sure you add your mac to a group with the next-server token set
    78 1. Goto repository1 and make a symbolic link to your pxe-boot information
     9  1. cd to /tftpboot/pxelinux.cfg
    810  1. The symbloic link should be named your ip address in hex
     11     {{{
     12     ln -s omf-5.4 0A28040A
     13     }}}
     14     This will generate:
     15     {{{
     16     lrwxrwxrwx 1 ssugrim      winlab      7 Feb 11 21:26 0A28040A -> omf-5.4
     17     }}}
    918 1. Turn on the node
    1019  1. get dhcp address
    1120  1. pxe boot
     21  1. enter the console (either via the serial port, or by KVM). You should be greeted with the busybox prompt (start bash if you want).
    1222 1. On repository1 start frisbee daemon with proper flags for image you want
    1323    {{{
     
    1828    frisbee -p 5050 -m 10.0.101.10 -i 10.0.250.221 /dev/hda
    1929    }}}
     30 1. delete the symlink you made on reposiotry earlier
     31 1. reboot
    2032
    2133----