Linux Voodoo Corporation
About Us 866.309.4617 Tracking Shopping Cart Checkout
  You are here: » Main » Howto's Log In  | Financing  
Swartz Creek, Michigan: Linux Voodoo offers Linux consulting (and support) services (both free and commercial), Linux compatible hardware and software reviews and sales, Linux servers and desktop, the Voodoo Linux distribution and hardening systems, Linux driver development, Linux news,chat, message boards, Linux embedded jobs, security advisories, Linux howto's and newbie information. linux download red hat directpc direct pc linux linux software linux driver linux tutorial linux mandrake mandrake linux linux command netapp linux mount windows source decss linux game linux hp suse linux linux downloads linux firewall linux server linux programming linux red hat wine linux linux ppt linux operating system embedded linux linux distribution corel linux free linux free linux download linux help force 10baset linux linux laptop reset linux scsi d kill tape /proc linux router linux pda linux wallpaper red hat linux download linux kernel linux router project linux iso linux howto linux how to linux os linux application linux certification linux web hosting linux hosting linux modem peanut linux nokia rs 232 linux modem setting linux for window linux free download linux documentation project linux sms1 linux call back linux problem reading directory linux boot disk linux theme linux cluster linux closing port linux security dialogic linux linux emulator linux training linux startup dual boot window 2000 linux linux magazine linux auto rpm realtek rtl8019 linux driver download robomon linux linux estrutura de diretorios 3c589d config linux timeservice linux linux samba linux dvd player linux .ppt mplayer near download and linux red hat linux 7.2 linux mail server free linux software linux hardwarelinux anti virus redmond linux linux modem driver linux vpn pic microcontroller linux programmer aol for linux linux review linux wireless
contact us: abuse@flonetwork.com webmaster@flonetwork.com info@webmaster@flonetwork.com spampoision@lnxvoodoo.com noc@sprint.net webmaster@lnxvoodoo.com wlad@lnxvoodoo.com michelle@lnxvoodoo.com ryan@lnxvoodoo.com bryan@lnxvoodo.com rambo@lnxvoodoo.com senioreditor@lnxvoodoo.com editor@lnxvoodoo.com
WOW on Linux, yes our gaming systems do include World of Warcraft for Linux! Linux Voodoo Gaming systems include one copy of World of Warcraft, 1 year paid subscription to Transgaming.com so you can play over 200 popular Windows games on our linux systems. Too good to be true? Try it out for yourself.
  Start shopping
Notebooks
notebooks 

 

Desktops
desktops 

 

Servers
servers 

 

Appliances
appliances 

 

Accessories
accessories 

 

Software
software 
Howto's  
Linux Installation using a Remote Insight Lights-Out

3. Linux Installation using a Remote Insight Lights-Out

After you have installed the card into the server system you will need to set up a Linux distribution repository, build and download a special boot floppy, and drive the installation through a browser.

3.2. Setting up a Linux Distribution Point

On another server, make the contents of the Red Hat installation CD available via HTTP or FTP. For this example, the server is named disto.OUR-LAB.com and HTTP is used.

Copy the entire CD to the local hard disk and give appropriate file protections to allow the web server to read it. For Red Hat V6.2, use the following commands.
	 # 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
        
Red Hat V7.0 and later versions contain two binary distribution CDs, so both need to be copied into the same directory structure. This example shows the steps for Red Hat 7.2. Put the first binary distribution CD into the drive and as above use the following commands:
	 # 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
        
Then put the second binary distribution CD into the drive and issue the following commands.
	 # 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
        

Edit httpd.conf to add the following lines near the section wehre other Aliases are defined. The location of the configuration file varies. On a default Red Hat system, it is in /etc/httpd/httpd.conf. If the Apache server was installed from sources using the default location, it is in /usr/local/apache/conf/httpd.conf. You can also try locate httpd.conf to find it.
	<Directory /usr/src/distros/>
		Options Indexes
		AllowOverride all
        </Directory>

	Alias /distros	/usr/src/distros
       

Restart the Apache server. If you are still running the default Apache shipped with Red Hat, do this:
	# /etc/rc.d/init.d/httpd restart
        

Other Linux distributions may put the Apache Web Server startup script in a different place.

The location of of apachectl may vary; find it with locate apachectl. If you installed the Apache server yourself, you may want to use apachectl. If you used the Apache default file locations, it would be the following.
 	# /usr/local/apache/bin/apachectl restart
        

Verify that the Red Hat content is available:
	# lynx http://distro.OUR-LAB.com/distros
        

3.5. Power on and Booting

Now the system is ready to be powered. From the browser, click on the 'Virtual Power Button' and power on the server.

  1. Turn on the virtual console by selecting 'Remote Console (2-cursor) under the "Remote Console" section. This starts a Java applet that will show you exactly what is being displayed on the console, for example, the memory self check, BIOS startup, SCSI probe, etc. If you have a Compaq SmartArray card, you can click on the button to send an F10 keypress.

  2. Enter "text" for a non-GUI installation method at the boot: prompt. The graphical interface would work also, but it is slower over the network.

  3. Follow the Red Hat installation. When it gets to the place where it asks for where the distribution media location (CDROM, HardDrive, HTTP, NFS, FTP), select 'HTTP'.

  4. Put the name of the web server with the Red Hat distribution for the hostname, in this example, distro.OUR-LAB.com. The directory for this example is /rh. If you didn't previously specify a DNS server in the TCP/IP configuration step prior to this, you can use the IP address of the system serving the distribution.

  5. Proceed with a normal Red Hat installation.

  6. Skip the configuration of the X server when it gets to the X11 configuration step.

    If you want to run a graphical interface on your server system, it can be configured later using Xconfigurator or xf86config. Compaq suggests that the server resolution be set to 640x480 at 16-bit color depth and mouse acceleration to be 1x.

  7. Proceed with a normal Red Hat installation. Note that there is a 15 minute timeout for the Remote Console, if your Red Hat installation takes longer than that you may be disconnected from the Remote Console. If this happens, simply reconnect to the URL https://XX.XX.XX.XX, where the X's are the IP address assigned to the card, and continue from where you left off.

Continue
 



P
System Builder

Now Shipping from: California - Florida - Georgia - Massachusetts - Michigan - New Jersey - Pennsylvania - Tennessee - Texas
We only ship within the USA and APO's.
We do not ship on national US holidays or on weekends.
Linux Voodoo RSS Store Feed
About Us  |  Contact Us  |  Conditions of Use  |  Privacy Notice  |  Warranty & Returns  |  Employment |  PHP HTML Form Builder

Copyright © 2003, Linux Voodoo Corporation All rights reserved. Linux is a trademark of Linus Torvalds.
email-addresses
Asterisk Debian Linux, WOW on Linux, yes our gaming systems do include World of Warcraft for Linux! Linux Voodoo Gaming systems include one copy of World of Warcraft, 1 year paid subscription to Transgaming.com so you can play over 200 popular Windows games on our linux systems. Too good to be true? Try it out for yourself.