beautypg.com

Artesyn Centellis 2000 Shelf Release 3.0 Installation and Use (May 2014) User Manual

Page 167

background image

DHCP Configuration and Network Boot

Centellis 2000 Shelf Release 3.0 Installation and Use (6806800L99G)

167

socket_type = dgram

wait = yes user = root

log_on_success += USERID

log_on_failure += USERID

server_args = -vvv /tftpboot

disable = no

protocol = udp

}

2. Enter the following command to have xinetd reread its configuration file:

/etc/rc.d/init.d/xinetd restart

3. If there are any TFTP daemons that have not timed out, you must stop them. To do

so, enter the following command:
killall in.tftpd

Your TFTP server is now configured.

Providing Linux Kernel and initial ramdisk

To provide Linux kernel and initial ramdisk, proceed as follows:

1. Copy the pxelinux bootloader to the /tftpboot directory.

2. Create a blade specific directory, e.g. /tftpboot/, and copy the

Linux kernel and the initial ramdisk for the boards to this directory.

3. Create a directory /tftpboot/pxelinux.cfg. Change to this directory and

create a file named default. which will contain the board specific
boot line parameters, for example,
/tftpboot/pxelinux.cfg/default.ATCA7150 DEFAULT

dir>/kernel ramdisk_size=... console=ttyS0,

initrd=/ramdisk.image.gz root=/dev/ram0 ip=none

rw ...

4. In the /tftpboot/pxelinux.cfg directory, create a softlink for the blade’s

MAC address to the default. file:
ln –s default.

"–" as delimiter>