📚 LinuxDocs
Topics:
All Pages8021X HOWTOACP ModemACPI HOWTOADSL Bandwidth Man..ATA RAID HOWTOATM Linux HOWTOAX25 HOWTOAccessibility Dev ..Accessibility HOWTOAdv Bash Scr HOWTOAdv Routing HOWTOAntares RAID sparc..Apache Compile HOWTOApache WebDAV LDAP..Assembly HOWTOAstronomy HOWTOAthlon Powersaving..Authentication Gat..Autodir HOWTOAviation HOWTOAvr Microcontrolle..BRIDGE STP HOWTOBTTVBackspaceDeleteBandwidth Limiting..Bangla HOWTOBash Prompt HOWTOBattery PoweredBelarusian HOWTOBelgian HOWTOBeowulf HOWTOBocaBogoMipsBootdisk HOWTOBridgeC++ dlopenC C++Beautifier HO..C editing with VIM..CDROM HOWTOCDServer HOWTOCable ModemCaudium HOWTOClone HOWTOCompaq Remote Insi..Compaq T1500 HOWTOConexant+Rockwell ..Cryptoloop HOWTODB2 HOWTODHCPDSL HOWTODVD Playback HOWTODebian Binary Pack..Debian JigdoDebian and Windows..Disk Encryption HO..Disk on Chip HOWTODocBook Demystific..DocBook InstallDocBook OpenJade S..Ecology HOWTOEmacspeak HOWTOEncourage Women Li..Encrypted Root Fil..Euro Char SupportEvent HOWTOFedora Multimedia ..Finnish HOWTOFirewall PiercingFlash Memory HOWTOFont HOWTOFramebuffer HOWTOGCC HOWTOGIS GRASSGlibc Install HOWTOHOWTO HOWTOHOWTO INDEXHP HOWTOHandspring VisorHard Disk UpgradeHardware HOWTOHighQuality Apps H..Home Electrical Co..IBM7248 HOWTOIO Perf HOWTOIP AliasIP Masquerade HOWTOIRCImplement Sys Call..Indic Fonts HOWTOInfrared HOWTOIngresII HOWTOInstall StrategiesInstallation HOWTOInstallfest HOWTOIntkeybItalian HOWTOJabber Server Farm..JavaStation HOWTOKerberos Infrastru..Kernel HOWTOKerneldKodak Digitalcam H..LDAP HOWTOLDP Reviewer HOWTOLILO crash rescue ..LVM HOWTOLeased LineLegoLinksys Blue Box R..Linux+Win95Linux+Win9x+Grub H..Linux+Windows HOWTOLinux Complete Bac..Linux Crash HOWTOLinux Gamers HOWTOLinux Modem SharingLinux Promise RAID..Linux i386 Boot Co..LinuxGL QuakeWorld..Lotus DominoR5MILO HOWTOMMBase Inst HOWTOMP3 CD BurningMail User HOWTOMajordomo MajorCoo..Man PageMasquerading Simpl..Medicine HOWTOMindTerm SSH HOWTOMobile IPv6 HOWTOMock MainframeModule HOWTOModulesMotorola Surfboard..Mozilla OptimizationMulti Distro DevNCURSES Programmin..NFS HOWTONFS Root Client mi..NIS HOWTONetMeeting HOWTONetwork boot HOWTONvidia OpenGL Conf..OLSR IPv6 HOWTOOnline Troubleshoo..Oracle 9i Fedora 3..PA RISC Linux Boot..PCTel MicroModem C..PHP Nuke HOWTOPPP HOWTOPagerPalmOS HOWTOPartitionPartition Mass Sto..Partition Mass Sto..Partition RescuePine ExchangePortSlavePost Installation ..Postfix Cyrus Web ..Pre Installation C..Print2WinPrinting HOWTOProcess AccountingProgram Library HO..Proxy ARP SubnetQmail ClamAV HOWTOQmail VMailMgr Cou..Querying libiptc H..RPM HOWTOReading List HOWTORedHat CD HOWTOReliance HOWTORemote BridgingRemote Serial Cons..SCSI 2.4 HOWTOSCSI Generic HOWTOSLIP PPP EmulatorSRM HOWTOSSL Certificates H..Scanner HOWTOScientific Computi..Scripting GUI TclTkSecure CVS PserverSecure Programs HO..Security HOWTOSecurity Quickstar..Security Quickstar..Serial Laplink HOWTOSerial Programming..Slovak HOWTOSmall MemorySmart Card HOWTOSoftware Proj Mgmt..Software Release P..Sound HOWTOSpam Filtering for..Speech Recognition..SquashFS HOWTOSybase ASA HOWTOSybase ASE HOWTOSybase PHP ApacheTCP Keepalive HOWTOTamil Linux HOWTOTimePrecision HOWTOTimeSys Linux Inst..Token RingTraffic Control HO..Traffic Control tc..UPS HOWTOUnix Hardware Buye..Unix and Internet ..UpgradeUsenet News HOWTOUser Authenticatio..VB6 to TclVMS to Linux HOWTOVPN HOWTOValgrind HOWTOVideoLAN HOWTOVim HOWTOVirtual WebWebcam HOWTOWikiText HOWTOWindows Newsreader..Wireless Link sys ..Wireless Sync HOWTOXDM XtermXDMCP HOWTOXFree Local multi ..XFree86 HOWTOXFree86 R200XFree86 Second MouseXFree86 Video Timi..XML RPC HOWTOXWindow Overview H..XWindow User HOWTOXinerama HOWTOXterminalsHtml singleI810 HOWTOLibdc1394 HOWTOOpenMosix HOWTOPhhttpd HOWTOPpp sshText

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. .:: www.slideshare.net ::. .:: podcasts.apple.com ::. .:: telegra.ph ::.

3.1. Hardware Installation

The first step is to install the Remote Insight Lights-Out Edition card in a Compaq ProLiant Server and configure it for network access. Using DHCP is the easiest way to get the Remote Insight Lights-Out card on the network. .:: virtual-moodle.unne.edu.ar ::.

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. .:: chodilinh.com ::.

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. .:: chromewebstore.google.com ::.

	 # 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 .:: vn88-org-vc.netlify.app ::. /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: .:: profile.hatena.ne.jp ::.

	# /etc/rc.d/init.d/httpd restart
        

Other Linux distributions may put the Apache Web Server startup script in a different place. .:: www.kzntreasury.gov.za ::. .:: podcasts.apple.com ::. [Academic results for Bash]

The location of of apachectl may vary; find it with .:: forum.skullgirlsmobile.com ::. 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. .:: docs.google.com ::. .:: docs.juze-cr.de ::.

 	# /usr/local/apache/bin/apachectl restart
        

Verify that the Red Hat content is available:

	# lynx http://distro.OUR-LAB.com/distros
        

3.3. Creating a Virtual Floppy Disk

Create a special Red Hat boot floppy that can perform a network installation. The file from the Red Hat CD is in images/bootnet.img;in this example, /usr/src/distros/RH72/images/bootnet.img or http://distro.OUR-LAB.com/distros/RH72/images/bootnet.img. Other distributions can also install across the network using similar steps. .:: construim.fedaia.org ::. .:: blogfreely.net ::. .:: bet168c.gitbook.io ::.

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
        

Take that special boot floppy to a Microsoft Windows system that has the .:: podcasts.apple.com ::. .:: chromewebstore.google.com ::. CPQIMAGE program to build an IMG file from a floppy to be uploaded to the Compaq Remote Insight Lights-Out card. This is the only step that requires the use of a Microsoft platform. The .:: cinderella.pro ::. .:: how-to-get-google-to-index-pages-fa.vercel.app ::. .:: www.kzntreasury.gov.za ::. .:: us.pinterest.com ::. CPQIMAGE program is not available on any other platform.

The CPQIMAGE program for Microsoft Windows 95/98/NT 4.0/2000 is available for download from .:: www.arc.agric.za ::. .:: www.planetminecraft.com ::. http://www.compaq.com/manage/lightsout-downloads.html .:: coinfolk.net ::. . 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. .:: telegra.ph ::.

3.4. Downloading a Virtual Floppy Disk to the Server

Now that a special version of the bootnet.img has been created, it needs to be loaded into the Virtual Floppy Disk on the Remote Insight Lights-Out card. .:: forum.liquidbounce.net ::. .:: podcasts.apple.com ::.

  1. Connect to the Remote Insight Lights-Out card of the Linux system from a Java-enabled browser (Netscape, MSIE) using the URL https://XX.XX.XX.XX where the X's are the IP address assigned to the card. You can use a Linux system running Netscape or a Windows system running Netscape or Microsoft Internet Explorer. Just have the .:: telegra.ph ::. redhat-bootnet.img local to the system running the browser. Note that this special image file is larger than a regular 1.44MB floppy. Note: You may want to use FTP to move the file to the system that you will run the browser on. .:: bcraweb.bcra.gob.ar ::. .:: index-my-site-on-google.vercel.app ::.

  2. Log in to the Remote Insight Lights-Out card by using a web browser to connect to the IP address assigned to the card. .:: podcasts.apple.com ::.

  3. Select the "Insert Virtual Floppy" from the web interface, link (on left near the bottom) and load the .:: culturesbook.com ::. .:: music.amazon.com.br ::. redhat-bootnet.img file you just created into the virtual floppy.

  4. Select the "Virtual Floppy Boot Option" of 'Boot Once' in the "Virtual Floppy Status" section.

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. .:: forum.aceinna.com ::. .:: yogicentral.science ::.

  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'. .:: herbalmeds-forum.biolife.com.my ::. .:: king88hzcom1.storeinfo.jp ::. .:: ml007.k12.sd.us ::.

  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 .:: www.vaingloryfire.com ::. /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. .:: electroswingthing.com ::. .:: dh88bio1.hashnode.space ::. .:: likeminds.fun ::. [NPM Package: REST]

  5. Proceed with a normal Red Hat installation.

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

    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. .:: writeablog.net ::. .:: luma.com ::.

3.6. Post-installation configuration

The default configuration for the grub bootloader that Red Hat 7.2 installs goes into graphics mode for the boot selection. While the Remote Console will work properly, it looks nicer if there is no splash image. To do this, edit /etc/grub.conf and remove or comment out the line that looks like:

		splashimage=(hd0,1)/grub/splash.xpm.gz
        
and add the following line:
		terminal --dumb --timeout=3 console
        

Share or Research:

Share on FB Post to X LinkedIn 🤖 Ask AI about this