Softpanorama
(slightly skeptical) Open Source Software Educational Society

May the source be with you, but remember the KISS principle ;-)

Google   


Boot Server

The boot server run three deamons: rarpd (in.rarpd), bootp (in.bootparamd), and tftp (in.tftpd) servers for solaris systems (and rplboot for x86 architecture). 

The Boot server must be on the client’s local network due to the fact that rarp packets will not be forwarded across a router.

Server Files:

/etc/ethers                     Contains entry for install clients ethernet address

8:0:20:ab:cd:ef client_name


/etc/bootparams            Contains NFS share parameters for installation & configuration

client_name     root=boot_svr:/export/install/Solaris/Tools/Boot     \  

                        install=boot_svr:/export/install boottype=:in     \        

                        sysid_config=boot_svr:/jumpstart    \

                        install_config=boot_svr:/jumpstart rootopts=:rsize=32768

/tftpboot                       Houses the small net kernel used for bootstrapping

C0A8000B
C0A8000B.SUN4U
inetboot.SUN4U.Solaris_8-1
rm.192.168.0.11
tftpboot

 /rpldboot                      Used in x86 installs (tftp equivalent)

192.168.0.12.glue.com

192.168.0.12.hw.com

192.168.0.12.inetboot

gluecode.com

inetboot.I86PC.Solaris_2.7-1

rm.192.168.0.12

smc.com


Copyright © 1996-2008 by Dr. Nikolai Bezroukov. www.softpanorama.org was created as a service to the UN Sustainable Development Networking Programme (SDNP) in the author free time. Submit comments This document is an industrial compilation designed and created exclusively for educational use and is placed under the copyright of the Open Content License(OPL). Original materials copyright belong to respective owners. Quotes are made for educational purposes only in compliance with the fair use doctrine.

Standard disclaimer: The statements, views and opinions presented on this web page are those of the author and are not endorsed by, nor do they necessarily reflect, the opinions of the author present and former employers, SDNP or any other organization the author may be associated with. We do not warrant the correctness of the information provided or its fitness for any purpose.

Last modified: February 28, 2008