marc.nozell@compaq.com
Revision History | ||
---|---|---|
Revision v1.1 | 10 April 2002 | Revised by: MN |
Update for new Red Hat release, new RIB/LOE firmware v2.41 release screenshots, add grub.conf suggestion, misc cleanup of filenames/hostnames. | ||
Revision v1.0 | 25 October 2000 | Revised by: MN |
Initial public release. |
Microsoft, Windows, Windows NT are trademarks and/or registered trademarks of Microsoft Corporation.
Red Hat is a trademark of Red Hat, Inc., in the United States and other countries.
SuSE is a trademark of SuSE GmbH.
Copyright (c) 2000-2002 Compaq Computer Corporation.
This document may be distributed under the terms set forth in the LDP license at sunsite.unc.edu/LDP/COPYRIGHT.html.
This HOWTO is free documentation; you can redistribute it and/or modify it under the terms of the Linux Document Project (LDP) license. This document is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose. See the LDP license for more details.
The key features of the Remote Insight Lights-Out card:
Self-contained with on-board processor, memory, NIC, and ROM
Full control of your server with browser-based, virtual graphical remote console
Remote Reboot allows cold reboot when system is not responding.
SSL encryption of HTTP data before transmitting over the network
Dedicated, low-bandwidth network connection provides secure access over LAN
To get more information about the Remote Insight Lights-Out Edition see the Compaq web page at http://www.compaq.com/lights-out
# mount -t iso9660 -o ro /dev/cdrom /mnt/cdrom # mkdir /usr/src/distros/RH62 # (cd /mnt/cdrom && tar cf - . ) | (cd /usr/src/RHCD && tar xvfp - ) # umount /mnt/cdrom # chmod +x -R /usr/src/distros/RH62 |
# mount -t iso9660 -o ro /dev/cdrom /mnt/cdrom # mkdir /usr/src/distros/RH72 # (cd /mnt/cdrom && tar cf - . ) | (cd /usr/src/distros/RH72 && tar xvfp - ) # umount /mnt/cdrom |
# mount -t iso9660 -o ro /dev/cdrom /mnt/cdrom # mkdir /usr/src/distros/RH72 # (cd /mnt/cdrom && tar cf - . ) | (cd /usr/src/distros/RH72 && tar xvfp - ) # umount /mnt/cdrom # chmod +x -R /usr/src/distros/RH72 |
<Directory /usr/src/distros/> Options Indexes AllowOverride all </Directory> Alias /distros /usr/src/distros |
# /etc/rc.d/init.d/httpd restart |
Other Linux distributions may put the Apache Web Server startup script in a different place.
# /usr/local/apache/bin/apachectl restart |
Verify that the Red Hat content is available:
# lynx http://distro.OUR-LAB.com/distros |
From a Linux or UNIX system follow these steps. Put a floppy in the drive.
# dd if=/usr/src/distros/RH72/images/bootnet.img of=/dev/fd0 bs=1440k |
The CPQIMAGE program for Microsoft Windows 95/98/NT 4.0/2000 is available for download from http://www.compaq.com/manage/lightsout-downloads.html. Choose the "Diskette Image Utility" download.
Build a file named redhat-bootnet.img using that Windows-based application. Note for multi-system installations, this file can be reused or simply provided to the customer.
splashimage=(hd0,1)/grub/splash.xpm.gz |
terminal --dumb --timeout=3 console |