Pramc-7211 software installation – Artesyn PrAMC-7211 PNE3.0 Software Installation Guide (June 2014) User Manual
Page 34

PrAMC-7211 Software Installation
PrAMC-7211-PNE3.0 Software Installation Guide (6806800L07B)
34
Following are the requirements for this configuration:
1. The DHCP server on host machine should be able to serve DHCP requests and bootp
requests coming from target blade, that is, the DHCP configuration file dhcpd.conf
should have an entry of filename with location of pxelinux.0 file with respect to
tftproot.
2. The corresponding pxelinux.cfg/default file for pxelinux.0 of the dhcp file
should have the following configuration:
DEFAULT kernel initrd=minrootfs.cpio.gz rdinit=/linuxrc
console=ttyS0,9600n8 INTF=front TFTPSERVER= ip>: tftproot> For example: TFTPSERVER ADDR: 192.168.2.20 Untarred BBS Location: /tftpboot/ PrAMC721x-WR-3.0-BBS-RM01-1.0.2 Sample pxeconfiguration file: console=ttyS0,9600n8 INTF=front TFTPSERVER=192.168.2.20:/PrAMC721x-WR-3.0-BBS-RM01-1.0.2/disk DHTMOUT=6 TIMEOUT=16 . The tftp server on host machine should be able to serve tftp request from the target blade. Removing rpms from the rootfs to rpm_pkgs_remove_list. Packages should be added in separate lines. Calculate the sha1sum of rpm_pkgs_remove_list using sha1sum command. Update
Sample dhcpd.conf filename entry
filename "pxelinux.0";
The following configuration should be in a single line:
DEFAULT kernel initrd=minrootfs.cpio.gz rdinit=/linuxrc
This option is provided so that you can have a fixed pxelinux.0 configuration for dhcp
and have a variable configuration for picking up installation files.
To remove an rpm from the installed rootfs, add the package name which is reported by
rpm -qa
the line rpm_pkgs_remove_list in files.sha1sum file with the new sha1sum.