HOWTO Use a Compaq Remote Insight Lights Out Edition for a Headless, Remote Linux Installation | ||
---|---|---|
Prev |
# 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 |