Mailing List
Home
Linux - General Red Hat Linux discussion list
Enterprise Linux 3 - Discussion of Red Hat Enterprise Linux 3 (Taroon)
Red Hat Linux 9 - Discussion of Red Hat Linux 9 (Shrike)
Installation - Getting started with Red Hat Linux
Red Hat Linux 7.3 - Discussion of Red Hat Linux 7.3 (Valhalla)
Red Hat Linux 8.0 - Discussion of Red Hat Linux 8.0 (Psyche)
Red Hat Linux 7.2 - Discussion of Red Hat Linux 7.2 (Enigma)
Red Hat Linux 7.1 - Discussion of Red Hat Linux 7.1 (Seawolf)
Apache Web Server
Oracle database, Microsoft SQL server ...
Subjects
application/x mplayer2 plugin
RPM error: db4 error(16) from dbenv >remove: Device or resource
   busy
Command stream end of file while reading
X Windows problem (xauth)
Upgrading openoffice 1 1 rpm
FTP: connection refused
FTP: connection refused
mount: /dev/cdrom: is not a valid block device
Dell Precision 650, RedHat 9, no sound
how to trace the cause resulting in the crash of bind server
Virus on the list
UNINSTALL RPM MYSQL
usb pen drives: mounting as a user
broadcom network interface
make mrproper
sendmail configuration on redhat
Couldn 't open PID file /var/run/named/named pid Permission denied
Promise 378 controller
kernel 2 6 and /dev/sound/mixer not found
Problem using up2date
mrtg step by step howto/configuration for a newbie?
Compiling and Installing Kernel 2 6
Can 't locate module ppp0, can 't locate module ppp compress 21
HOW I CAN MAKE BOOTABLE FLOPPY DISKET
Lotus Notes under Wine
/etc/security/limits conf question
Intel E/1000 driver
Command stream end of file while reading
rpm database corrupt
qla2300 modules
 
Search:  
Power your search with and, or, +, -, or "some phrase" operators.
tip for HP DL300 owners

tip for HP DL300 owners

2003-11-21       - By Al Tobey

 Back
Here are a couple tips for kickstarting Hewlett-Compaqard DL300 series
servers.

If you didn 't license the iLO upgrade pack which enables graphics,
specify "nofb " on the command line to make text mode work.

Comment out the "splashimage " option in grub.conf so that the grub menu
is still usable without the iLO graphics option.
I use the following %post script in kickstart:

# make sure grub is in text mode only (comment out the splashimage)
sed 's/^splashimage/# splashimage/ ' </boot/grub/grub.conf \
>/tmp/grub.conf
if [ -s /tmp/grub.conf ] ; then
mv /boot/grub/grub.conf /boot/grub/grub.conf.orig
mv /tmp/grub.conf /boot/grub/grub.conf
fi

When using PXE boot, you can still specify kernel command line
parameters - you have to edit the
/tftpboot/linux-install/pxelinux.cfg/XXXXXXXX file and add it there.
Note that redhat-config-netboot will not like this and will not do it
for you.

Example (don 't use the backslash - make it one line):

root@(protected) > cat /tftpboot/linux-install/pxelinux.cfg/0A3241C7
default RHES_3.0
label RHES_3.0
kernel RHES_3.0/vmlinuz
append initrd=RHES_3.0/initrd.img nofb ramdisk_size=10000 \
console=tty0 ks= http://192.168.100.1/ks.cfg








** ** ** PRIVILEGED AND CONFIDENTIAL ** ** **
This email transmission contains privileged and confidential information
intended only for the use of the individual or entity named above. Any
unauthorized review, use, disclosure or distribution is prohibited and
may be a violation of law. If you are not the intended recipient or a
person responsible for delivering this message to an intended recipient,
please delete the email and immediately notify the sender via the email
return address or mailto:postmaster@(protected) Thank you.