Additional Configuration For Proliant Bl10E Servers - Compaq BL10e - HP ProLiant - 512 MB RAM Troubleshooting Manual

Setting up a linux pxe server and integrating clients
Hide thumbs Also See for BL10e - HP ProLiant - 512 MB RAM:
Table of Contents

Advertisement

Receiving an unauthenticated mount in which the server cannot do a reverse lookup on client IP to
compare it to the "permissions" string in /etc/exports is also possible. To correct this issue, either add
the client IPs to the /etc/hosts of the NFS server or define them in DNS for proper reverse lookups.
Add appropriate lines to the dhcpd.conf file to notify the client about the location where DNS and
gateway services reside.
option domain-name
option domain-name-servers
option routers
A faster verification alternative is to use the IP subnet information in /etc/exports instead of "*" so
that the server will not try the reverse lookup.

Additional configuration for ProLiant BL10e servers

The following changes are recommended to optimize the serial port on ProLiant BL10e servers:
Display the Linux boot sequence on the serial port and on screen #1. Add
1.
"console=ttyS0,115200 console=tty1" to the boot loader.
Force a safe probe on startup of the serial port. Change "SAFE=no" to "SAFE=yes" in
2.
/etc/sysconfig/kudzu.
Display the login prompt on the serial port. Add "s0:12345:respawn:/sbin/agetty 115200 ttyS0
3.
vt100" to /etc/inittab.
Allow root to login on the serial port. Add "ttyS0" to /etc/securetty.
4.
To automate the above process, place the following script in the %post section of the kickstart file:
##
## Configure LILO/GRUB to show Linux Boot Sequence on both the Serial
## Console (ttyS0) and Screen #1 (tty1)
##
if [ -f /etc/lilo.conf ]; then
DEFAULT=`cat /etc/lilo.conf | grep default`
mv /etc/lilo.conf /etc/lilo.conf.sav
cat /etc/lilo.conf.sav | awk
"{gsub(\"$DEFAULT\",\"$DEFAULT\nappend=\\\"console=ttyS0,115200
console=tty1\\\"\"); print}" >/etc/lilo.conf
/sbin/lilo
fi
if [ -f /boot/grub/grub.conf ]; then
mv /boot/grub/grub.conf /boot/grub/grub.conf.sav
cat /boot/grub/grub.conf.sav | awk '{if ($1 ~ /kernel/){print $0
" console=ttyS0,115200 console=tty1"} else {print}}' > /boot/grub/grub.conf
fi
##
## Do KUDZU serial fix by making serial port "safe" (SAFE=yes) ##
mv /etc/sysconfig/kudzu /etc/sysconfig/kudzu.sav
cat /etc/sysconfig/kudzu.sav | sed -e 's/^[sS][aA][fF][eE]=.*/SAFE=yes/'
/etc/sysconfig/kudzu
##
"testnetwork.com";
172.48.0.1, 172.48.0.2;
172.48.0.51;
>
11

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the BL10e - HP ProLiant - 512 MB RAM and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

This manual is also suitable for:

Bl10e - proliant - g2Bl10e 512

Table of Contents