Changes between Version 1 and Version 2 of Software/eAM/ePXE
- Timestamp:
- Apr 18, 2007, 7:06:06 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Software/eAM/ePXE
v1 v2 15 15 }}} 16 16 17 When orbit-pxe is to be loaded the nodehandler first tells the PXE server to set the symbolic link up to the orbit-pxe configuration. It does this by issuing a GET request to the the following URL to the PXE server:17 When orbit-pxe is to be loaded the nodehandler first tells the PXE server to set the symbolic link up to the orbit-pxe configuration. It does this by issuing a GET request to the the following URL: 18 18 19 19 {{{ … … 36 36 }}} 37 37 38 After the symbolic link request the nodehandler will the reboot the node and based on this example the node will then load linux-orbit-pxe-2.6.20.4 with initramfs-orbit-pxe-2.0.0.gz as its initramfs cpio archive. The kernel then boots and finally calls /etc/init.d/rcS:38 The specific version of orbit-pxe that is to be symlinked to is controlled by the nodehanlder. After the symbolic link request the nodehandler will the reboot the node and based on this example the node will then load linux-orbit-pxe-2.6.20.4 with initramfs-orbit-pxe-2.0.0.gz as its initramfs cpio archive. The kernel then boots and finally calls /etc/init.d/rcS: 39 39 40 40 {{{