[BACK]Return to hppa.html CVS log [TXT][DIR] Up to [local] / www

Annotation of www/hppa.html, Revision 1.129

1.74      miod        1: <!DOCTYPE HTML PUBLIC  "-//W3C//DTD HTML 4.01 Transitional//EN"
                      2:        "http://www.w3.org/TR/html4/loose.dtd">
1.3       fn          3: <html>
1.1       deraadt     4: <head>
                      5: <title>OpenBSD/hppa</title>
1.74      miod        6: <link rev="made" href="mailto:www@openbsd.org">
                      7: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
1.3       fn          8: <meta name="resource-type" content="document">
                      9: <meta name="description" content="the OpenBSD/hppa page">
                     10: <meta name="keywords" content="openbsd,hppa">
                     11: <meta name="distribution" content="global">
1.116     jose       12: <meta name="copyright" content="This document copyright 1996-2004 by OpenBSD.">
1.3       fn         13: </head>
                     14:
1.74      miod       15: <body bgcolor="#ffffff" text="#000000" link="#23238e">
1.65      mickey     16: <a href="index.html"><img alt="[OpenBSD]" height="30" width="141" src="images/smalltitle.gif" border="0"></a>
1.74      miod       17: <p>
                     18: <h2><font color="#e00000">OpenBSD/hppa</font></h2>
                     19:
                     20: <hr>
                     21:
                     22: <p>
                     23: OpenBSD/hppa runs on a large set of the 32-bit Hewlett Packard Precision
                     24: Architecture workstations and servers (HP PA-RISC).
                     25: </p>
                     26:
                     27: <p>
                     28: A mailing list dedicated to the OpenBSD/hppa port is available at
                     29: <u><font color="#23238e">hppa@openbsd.org</font></u>.
                     30: To join the OpenBSD/hppa mailing list, send a message body of <b>"subscribe
                     31: hppa"</b> to <a href="mailto:majordomo@openbsd.org">majordomo@openbsd.org</a>.
                     32: Please be sure to check our <a href="mail.html">mailing list policy</a> before
                     33: subscribing.
                     34: </p>
                     35:
                     36: <p>
                     37: The current port maintainer is
                     38: <a href="mailto:mickey@openbsd.org">Michael Shalayeff</a>.
                     39: Others are definitely welcome to contribute!
                     40: </p>
                     41:
                     42: <a href="#toc"></a>
                     43: <h3><font color="#0000e0"><i>Table of contents</i></font></h3>
                     44: <p>
                     45: <ul>
1.82      jufi       46:   <li><a href="#history">History of the port</a>
1.74      miod       47:   <li><a href="#status">Current status</a>
                     48:   <li><a href="#projects">Project list</a>
                     49:   <li><a href="#hardware">Supported hardware list</a>
                     50:   <li><a href="#hwdocs">Hardware documentation</a>
                     51:   <li><a href="#install">Getting and installing OpenBSD/hppa</a>
1.92      miod       52:   <li><a href="#netboot">Netbooting the installation media</a>
1.74      miod       53: </ul>
1.3       fn         54:
1.66      jufi       55: <hr>
1.74      miod       56: <a name="history"></a>
                     57: <h3><font color="#0000e0"><strong>History:</strong></font></h3>
1.30      deraadt    58:
1.64      mickey     59: <p>
1.67      deraadt    60: This project was started in those days when the only
1.38      mickey     61: open source operating systems for HP PA-RISC computers were
1.66      jufi       62: <a href="http://www.cs.utah.edu/projects/flux/lites/html">Lites</a> and
1.68      jufi       63: <a href="http://www.mklinux.org">MkLinux</a>.
1.38      mickey     64: These two sources were a major supply of information and
                     65: code for initial development of the OpenBSD/hppa port.
1.67      deraadt    66: <a href="http://www.cs.utah.edu/~mike/hpbsd/hpbsd.html">HPBSD</a>
1.38      mickey     67: is encumbered by HP proprietary code and USL licensing and is
                     68: not publicly available.
                     69: One of the major direct benefits from previous porting efforts
1.74      miod       70: (besides the code, of course) was support for HP PA-RISC in GCC and
                     71: binutils, which allowed quick building of a cross-tools environment
                     72: for development.
                     73: </p>
                     74:
1.38      mickey     75: <p>
1.74      miod       76: Later on, Hewlett-Packard decided to sponsor a
                     77: <a href="http://www.parisc-linux.org/">Linux</a> port to the PA-RISC
                     78: family, which actually resulted in some proprietary documentation
                     79: being released, even though their target was a different class of 9000
                     80: machines back then.
                     81: </p>
                     82:
                     83: <hr>
                     84: <a name="status"></a>
                     85: <h3><font color="#0000e0"><strong>Current status:</strong></font></h3>
                     86:
1.38      mickey     87: <p>
1.102     miod       88: Currently, all the supported systems boot multi-user, although not all of them
                     89: can boot off disk. In addition to the release, full snapshots are made
                     90: periodically, and work is ongoing to provide better hardware support.
1.74      miod       91: </p>
1.64      mickey     92:
1.74      miod       93: <hr>
                     94: <a name="projects"></a>
                     95: <h3><font color="#0000e0"><strong>Projects (in no particular order):
                     96: </strong></font></h3>
1.64      mickey     97:
1.74      miod       98: <p>
1.16      mickey     99: <ul>
1.74      miod      100:   <li>Improve overall stability
1.96      mickey    101:   <li>Support the NCR53C720 SCSI FWD controller
                    102:   <li>Support booting from tape and CD-ROM
1.108     mickey    103:   <li>Support for 8x00 CPUs
1.96      mickey    104:   <li>Support for 7000 CPUs (the "original snakes" machines)
1.86      mickey    105:   <li>HP-UX emulation
                    106:   <li>PARISC/Linux emulation
                    107:   <li>Shared libraries
1.122     miod      108:   <li>X11 server support
1.104     mickey    109:   <li>Support for multiprocessor systems
1.64      mickey    110: </ul>
1.74      miod      111:
                    112: <hr>
                    113: <a name="hardware"></a>
                    114: <h3><font color="#0000e0"><strong>Supported hardware:</strong></font></h3>
                    115:
                    116: <p>
                    117: <h4>Supported models</h4>
                    118:
                    119: <p>
1.128     mickey    120: The rule of thumb is:
                    121: if it weighs more than 25kg -- most likely it is not supported.
                    122: <p>
1.64      mickey    123: <ul>
1.115     mickey    124:   <li>PA7100-based: 715/33, 715/50, 715/75, 725/50, 725/75, 735/100, 742i, 745i, 747i, 755/100
                    125:   <li>PA7100LC-based: 712, 715/64, 715/80, 715/100, 715/100XC, 725/64, 725/100, 743i, 748i, SAIC Galaxy 1100
1.74      miod      126:   <li>PA7150-based: 735/125, 755/125
1.128     mickey    127:   <li>PA7200-based: C100, C110, J200, J210, J210XC
1.115     mickey    128:   <li>PA7300LC-based: 744, 745, 748, A180[C], B132L[+], B160L, B180L+, C132L, C160L, RDI PrecisionBook (C160L)
1.16      mickey    129: </ul>
1.74      miod      130:
                    131: <p>
                    132: <h4>Supported peripherals</h4>
                    133:
                    134: <p>
                    135: The list of supported hardware below is not meant to be exhaustive.
                    136: Hardware is needed for developers, to further help development and testing.
                    137: Please see our <a href="want.html">"Wanted List"</a>
1.66      jufi      138: (contact <a href="mailto:mickey@openbsd.org">mickey</a>).
1.74      miod      139: </p>
                    140:
                    141: <p>
                    142: <ul>
                    143: <li><strong>
1.125     mickey    144: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cpu&amp;sektion=4&amp;arch=hppa">PA-RISC CPU</a></strong>:
                    145: 7100, 7150, 7100LC, 7200, 7300LC
                    146: <li><strong>
                    147: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mem&amp;sektion=4&amp;arch=hppa">Memory Controllers</a></strong>:
                    148: Viper, PCXL2 MIOC
                    149: <li><strong>
                    150: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=io&amp;sektion=4&amp;arch=hppa">Bus/IO controllers</a></strong>
1.74      miod      151:   <ul>
                    152:   <li>Phantom PseudoBC GSC+ Port
                    153: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=phantomas&amp;sektion=4&amp;arch=hppa">phantomas</a>)
                    154:   <li>GSC
                    155: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gsc&amp;sektion=4&amp;arch=hppa">gsc</a>):
                    156:   LASI
                    157: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lasi&amp;sektion=4&amp;arch=hppa">lasi</a>),
                    158:   ASP
                    159: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=asp&amp;sektion=4&amp;arch=hppa">asp</a>)
1.126     mickey    160:   <li>PCI
                    161: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pci&amp;sektion=4">pci</a>):
                    162:   Dino and Cujo bridges
1.108     mickey    163: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dino&amp;sektion=4&amp;arch=hppa">dino</a>)
1.74      miod      164:   </ul>
                    165: <li><strong>SGC/GSC graphics</strong>
                    166: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sti&amp;sektion=4">sti</a>)
                    167:   <ul>
                    168:   <li>Artist (as found on 712)
                    169:   <li>CRX-8, CRX-24, HCRX-8, HCRX-24
                    170:   </ul>
                    171: <li><strong>Serial ports</strong>
                    172:   <ul>
1.86      mickey    173:   <li>On-board ns16550 and compatibles
1.74      miod      174: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&amp;sektion=4">com</a>)
                    175:   </ul>
                    176: <li><strong>Parallel ports</strong>
                    177:   <ul>
                    178:   <li>On-board parallel port
                    179: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lpt&amp;sektion=4">lpt</a>)
                    180:   </ul>
1.80      mickey    181: <li><strong>SCSI controllers</strong>
                    182:   <ul>
1.121     miod      183:   <li>NCR53C700 SCSI Narrow SE controller
                    184: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=oosiop&amp;sektion=4">oosiop</a>)
1.96      mickey    185:   <li>NCR53C710 SCSI Narrow SE controller
1.80      mickey    186: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=osiop&amp;sektion=4">osiop</a>)
1.114     mickey    187:   <li>NCR53C8xx SCSI I/O Processors
1.108     mickey    188: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=siop&amp;sektion=4">siop</a>)
1.80      mickey    189:   </ul>
1.74      miod      190: <li><strong>Ethernet</strong>
                    191:   <ul>
                    192:   <li>On-board Intel i82596 ethernet
                    193: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ie&amp;sektion=4&amp;arch=hppa">ie</a>)
1.108     mickey    194:   <li>Intel/DEC 21443 "Tulip" clones (onboard on A, B and C class)
                    195: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&amp;sektion=4">dc</a>)
1.113     mickey    196:   <li>Intel i8255x-based (except the i82556) PCI adapters (not bootable)
                    197: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fxp&amp;sektion=4">fxp</a>), including:
                    198:        <ul>
                    199:        <li>Intel EtherExpress PRO/10+
                    200:        <li>Intel EtherExpress PRO/100, PRO/100B, and PRO/100+
                    201:        <li>Intel EtherExpress PRO/100+ "Management Adapter"
                    202:        <li>Intel EtherExpress PRO/100 Dual Port
                    203:        <li>Intel PRO/100 VE, PRO/100 VM, and PRO/100 S
                    204:        </ul>
1.74      miod      205:   </ul>
1.85      jason     206: <li><strong>Audio devices</strong>
                    207:   <ul>
                    208:   <li>On-board harmony CS4215/AD1849
                    209: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=harmony&amp;sektion=4&amp;arch=hppa">harmony</a>)
                    210:   </ul>
1.88      miod      211: <li><strong>Input devices</strong>
                    212:   <ul>
                    213:   <li>HIL keyboards
                    214: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hilkbd&amp;sektion=4">hilkbd</a>)
1.89      miod      215:   <li>HIL mice and graphics tablet
                    216: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hilms&amp;sektion=4">hilms</a>)
1.88      miod      217:   <li>PS/2 keyboards
                    218: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gsckbd&amp;sektion=4&amp;arch=hppa">gsckbd</a>)
1.94      miod      219:   <li>PS/2 mice
                    220: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pms&amp;sektion=4">pms</a>)
1.88      miod      221:   </ul>
1.74      miod      222: <li><strong>Miscellaneous devices</strong>
                    223:   <ul>
                    224:   <li>Battery-backed real time clock
1.107     mickey    225:   <li>Soft power button as available on some models
                    226: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=power&amp;sektion=4&amp;arch=hppa">power</a>)
1.74      miod      227:   </ul>
                    228: </ul>
                    229:
                    230: <p>
                    231: <h4>Unsupported models</h4>
                    232:
                    233: <p>
                    234: The following systems may eventually work:
                    235: <ul>
                    236:   <li>PA7000-based machines: 705, 710, 720, 730, 750
1.112     mickey    237:   <li>PA2.0 systems (in 32-bit mode): C160, C180, C180XP, C180+, C200+, C230, C240+
1.96      mickey    238:   <li>HP 9000 E-Class (with limited I/O)
                    239:   <li>HP 9000 D-Class, at least the 32-bit models
1.112     mickey    240:   <li>HP 9000 K100, K200, K210, K220, K400, K410, K420
1.74      miod      241:   <li>Hitachi VQ200, VQ210, and some other non-HP workstations
1.99      mickey    242:   <li>Hitachi 9000V 3050RX/* workstations and 3500/* servers
1.74      miod      243:   <li>HP VME and VXI single board systems (requires VME at least)
                    244: </ul>
                    245:
                    246: <p>
1.96      mickey    247: The following systems are very unlikely to be supported since they either have
1.99      mickey    248: incompatible firmware (the 3000s) or almost completely undocumented I/O
                    249: subsystems (the 8x7s).
1.96      mickey    250: <ul>
                    251:   <li>HP 3000 900
                    252:   <li>HP 9000 8x7 (F, G, H, I-Class)
                    253: </ul>
                    254:
                    255: <p>
1.99      mickey    256: These Convex systems are NUMA supercomputing clusters
                    257: consisting of one or more 8-way SMP nodes with PA7100 or PA7200 CPUs.
                    258: They are very unlikely to be ever supported.
                    259: <ul>
                    260:   <li>Convex Exemplar SPP1000/{CD,XA}
                    261:   <li>Convex Exemplar SPP1200/{CD,XA}
                    262:   <li>Convex Exemplar SPP1600/{CD,XA}
                    263: </ul>
                    264:
                    265: <p>
1.79      mickey    266: These systems will, probably, never be supported by this port since
                    267: they are of 1.0 PA-RISC architecture, which is substantially
1.96      mickey    268: inferior to the 1.1:
1.78      mickey    269: <ul>
                    270:   <li>HP 9000 600, 635, 645
1.110     mickey    271:   <li>HP 9000 800, 808, 810, 815, 822, 825, 832, 834, 835, 836, 840, 842, 844, 845, 846, 850, 852, 855, 860, 865, 870, 890
                    272:   <li>HP 9000 900, 920, 922, 925, 930, 932, 935, 948, 949, 950, 950S, 955, 958, 960, 980, 990, 992
1.78      mickey    273: </ul>
                    274:
                    275: <p>
1.74      miod      276: <h4>Unsupported peripherals</h4>
                    277:
                    278: <p>
                    279: This list is not meant to be exhaustive either, but sums up the most commonly
                    280: encountered devices on hppa machines.
                    281: <ul>
                    282: <li><strong>Bus/IO controllers</strong>
                    283:   <ul>
1.117     mickey    284:   <li>Dino in card mode
1.74      miod      285:   <li>EISA bus
1.109     mickey    286:   <li>Runway IOC
1.117     mickey    287:   <li>VME controller
1.118     mickey    288:   <li>any HP-PB devices
1.74      miod      289:   </ul>
                    290: <li><strong>SCSI controllers</strong>
                    291:   <ul>
                    292:   <li>NCR53C720 SCSI I/O Processors
                    293: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=siop&amp;sektion=4">siop</a>)
                    294:   </ul>
                    295: <li><strong>On-board floppy controller</strong>
1.117     mickey    296: <li><strong>Dino's ps/2 keyboard and mouse controller</strong>
1.74      miod      297: </ul>
                    298:
                    299: <hr>
                    300: <a name="hwdocs"></a>
                    301: <h3><font color="#0000e0"><strong>Hardware documentation:</strong></font></h3>
1.64      mickey    302:
1.74      miod      303: <p><small>
                    304: Most of the following documents have been released by Hewlett-Packard for
                    305: the <a href="http://www.parisc-linux.org/">PA-RISC Linux</a> project.
                    306: </small></p>
1.16      mickey    307:
1.74      miod      308: <p>
1.38      mickey    309: <ol type=1>
1.58      mickey    310: <li>HP PA-RISC CPUs
1.38      mickey    311:        <ol type=a>
1.106     mickey    312: <li><a href="http://ftp.parisc-linux.org/docs/chips/PCXL_ers.ps">PA7100LC CPU ERS</a>
                    313: <li><a href="http://ftp.parisc-linux.org/docs/chips/pcxl2_ers.ps">PA7300LC CPU ERS</a>
1.38      mickey    314:        </ol>
1.74      miod      315: <li>Processor Dependent Code/I/O Dependent Code Interface<br> <small>(selected chapters from "PA-RISC I/O Architecture Specification")</small>
1.38      mickey    316:        <ol type=a>
1.106     mickey    317: <li><a href="http://ftp.parisc-linux.org/docs/arch/pdc32.pdf">PDC 1.1</a>
                    318: <li><a href="http://ftp.parisc-linux.org/docs/arch/iodc.pdf">IODC 1.1</a>
                    319: <li><a href="http://ftp.parisc-linux.org/docs/arch/ver_nums.pdf">Version and Identification Number Allocation</a>
                    320: <li><a href="http://ftp.parisc-linux.org/docs/arch/data_formats.pdf">Memory Data Formats 2.0</a>
                    321: <li><a href="http://ftp.parisc-linux.org/docs/arch/pdc.pdf">PDC Procedures 2.0</a>
                    322: <li><a href="http://ftp.parisc-linux.org/docs/arch/pdce.pdf">PDC Entry Points 2.0</a>
                    323: <li><a href="http://ftp.parisc-linux.org/docs/arch/os_interface.pdf">OS Interface 2.0</a>
1.38      mickey    324:        </ol>
1.74      miod      325: <li>Bus controllers/bridges/adaptors
1.38      mickey    326:        <ol type=a>
1.106     mickey    327: <li><a href="http://ftp.parisc-linux.org/docs/chips/hardball_ers.pdf">ASP</a>
                    328: <li><a href="http://ftp.parisc-linux.org/docs/chips/lasi_ers.ps">LASI Core Bus Adapter (including lan, scsi, serial, lpt controllers)</a>
                    329: <li><a href="http://ftp.parisc-linux.org/docs/chips/dino_ers.ps">Dino PCI bridge</a>,
                    330: and <a href="http://ftp.parisc-linux.org/docs/chips/Dino_3_1_Errata.html">Errata</a>
                    331: <li><a href="http://ftp.parisc-linux.org/docs/chips/elroy_ers.ps">Elroy ERS (Edited for Open Source)</a>
1.95      mickey    332: <li>Astro
1.106     mickey    333: <a href="http://ftp.parisc-linux.org/docs/chips/astro_intro.ps">Overview</a>,
                    334: <a href="http://ftp.parisc-linux.org/docs/chips/astro_errors.ps">Error handling</a>,
                    335: <a href="http://ftp.parisc-linux.org/docs/chips/astro_ioc.ps">R2I Operations</a>,
                    336: <a href="http://ftp.parisc-linux.org/docs/chips/astro_regmap.ps">Registers Map</a>,
                    337: <a href="http://ftp.parisc-linux.org/docs/chips/astro_runway.ps">Runway Interface</a>,
                    338: <a href="http://ftp.parisc-linux.org/docs/chips/astro_sysmap.ps">System Mamory Map</a>
1.38      mickey    339:        </ol>
1.106     mickey    340: <li><a href="http://ftp.parisc-linux.org/docs/arch/sti.pdf">Stinger
1.74      miod      341: graphics</a>
1.83      mickey    342: <li><a href="http://www.lsilogic.com/techlib/techdocs/storage_stand_prod/SCSIControllers/770.pdf">NCR
1.74      miod      343: 53C700/710/720 SCSI I/O Processors</a>
1.40      mickey    344:     <small>(the doc is actually for 770, which is claimed as compatible)</small>
1.106     mickey    345: <li><a href="http://www.lsilogic.com/techlib/marketing_docs/storage_stand_prod/integrated_circuits/lsi53c875e_pb.pdf">LSI
                    346: 53C875 SCSI I/O Processor</a>
1.74      miod      347: <li>Intel
                    348: <a href="http://developer.intel.com/design/network/datashts/290219.htm">i82596DX/SX</a>
                    349: and
                    350: <a href="http://developer.intel.com/design/network/datashts/290218.htm">i82596CA</a>
                    351: Ethernet Controllers
1.38      mickey    352: </ol>
1.74      miod      353:
                    354: <p>
                    355: Of course, no hppa page, be it OpenBSD or not, could pretend to be serious
                    356: without linking to the essential <a href="http://www.openpa.net/">OpenPA</a>
                    357: reference website.
                    358: </p>
1.38      mickey    359:
1.64      mickey    360: <hr>
1.74      miod      361: <a name="install"></a>
                    362: <h3><font color="#0000e0">
                    363: <strong>Getting and installing OpenBSD/hppa:</strong>
                    364: </font></h3>
1.64      mickey    365:
1.18      mickey    366: <p>
1.74      miod      367: The latest supported OpenBSD/hppa release is
1.129   ! david     368: <a href="35.html">OpenBSD 3.5</a>.
1.74      miod      369: Here are the
1.129   ! david     370: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/3.5/hppa/INSTALL.hppa">
        !           371: OpenBSD/hppa 3.5 installation instructions
1.74      miod      372: </a>.
                    373: </p>
1.66      jufi      374:
1.18      mickey    375: <p>
1.74      miod      376: Snapshots are made available from time to time, in
                    377: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/snapshots/hppa">this location</a>
                    378: as well as in a few
                    379: <a href="ftp.html">mirrors</a>.
                    380: Here are the
                    381: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/snapshots/hppa/INSTALL.hppa">
                    382: OpenBSD/hppa snapshot installation instructions
                    383: </a> as well.
1.15      mickey    384: </p>
1.74      miod      385:
1.3       fn        386: <hr>
1.75      miod      387: <a name="netboot"></a>
1.92      miod      388: <h3><font color="#0000e0"><strong>Netbooting the installation media:</strong></font></h3>
1.74      miod      389:
                    390: <p>
1.129   ! david     391: The <tt>lif35.fs</tt> file contains both a bootloader and an installation
1.92      miod      392: miniroot.
1.74      miod      393: To boot it from the network, a server machine has to be setup so as to
                    394: let the hppa machine retrieve it:
1.45      miod      395: <ol>
1.66      jufi      396:   <li>Server setup
1.45      miod      397:     <ul>
1.127     mickey    398:     <li>For older machines (705, 7[1235]0, 715/33/50/75, 725/50/75, 735, 755)
1.74      miod      399:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rbootd&amp;sektion=8">rbootd</a>
                    400:        must be setup and started.
1.45      miod      401:       <ul>
1.74      miod      402:       <li><tt>/etc/rbootd.conf</tt> contains a single line per machine
                    403:       needing to boot from the server. Each line contains the ethernet
                    404:       address of the client hppa machine, and the filename to be loaded from
                    405:       the tftp server (relative to <tt>/usr/mdec/rbootd</tt>).
                    406:       For example:
1.28      todd      407:        <pre>
1.129   ! david     408:        8:0:9:70:c4:11    lif35.fs    # 9000/720
        !           409:        8:0:9:19:fb:a0    lif35.fs    # 9000/725
1.28      todd      410:        </pre>
1.45      miod      411:       </li>
                    412:       </ul>
                    413:     </li>
1.127     mickey    414:     <li>Recent machines (712, 715/64/80/100, 725/64/100, ABC class, etc.)
                    415:     will not look for rbootd at all, but instead require a <b>bootp</b> setup.
1.45      miod      416:       <ul>
1.74      miod      417:       <li><tt>/etc/<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bootptab&amp;sektion=5">bootptab</a></tt>
                    418:       contains an information block for each machine.  For example:
1.45      miod      419:        <pre>
                    420:        # 9000/715
1.49      miod      421:        boron:\
1.45      miod      422:                ha=0800095f5a6e:\
1.129   ! david     423:                bf=lif35.fs:\
1.45      miod      424:                hd=:\
                    425:                ht=ethernet:\
1.52      miod      426:                ip=10.0.1.143:\
1.45      miod      427:                sm=255.255.255.0:\
                    428:                td=/tftpboot:
                    429:        </pre>
                    430:       </li>
1.48      mickey    431:        <li>
1.74      miod      432:        Create directory <tt>/tftpboot</tt> and put the
1.129   ! david     433:        <tt>lif35.fs</tt> file in it.<br>
1.48      mickey    434:        </li>
                    435:        <li>
1.74      miod      436:        Write an entry for the hppa in <tt>/etc/ethers</tt>:
1.48      mickey    437:        <pre>
1.49      miod      438:        08:00:09:5f:5a:6e       boron
1.76      mickey    439:        </pre>
1.48      mickey    440:        </li>
                    441:        <li>
1.74      miod      442:        Write another entry for it in <tt>/etc/hosts</tt>:
1.48      mickey    443:        <pre>
1.52      miod      444:        10.0.1.143      boron
1.76      mickey    445:        </pre>
1.48      mickey    446:        </li>
                    447:        <li>
1.74      miod      448:        The last step is to enable the necessary daemons for all of this to
                    449:        work.
                    450:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bootpd&amp;sektion=8">bootpd</a>
                    451:        and
                    452:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tftpd&amp;sektion=8">tftpd</a>
                    453:        are usually run from
                    454:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=inetd&amp;sektion=8">inetd</a>,
                    455:        so <tt>/etc/inetd.conf</tt> has to be modified and
                    456:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=inetd&amp;sektion=8">inetd</a>
1.92      miod      457:        restarted. Also,
1.74      miod      458:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rarpd&amp;sektion=8">rarpd</a>
1.92      miod      459:        needs to be enabled in
1.74      miod      460:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc.conf&amp;sektion=5">rc.conf</a>.
1.48      mickey    461:        </li>
                    462:        </ul>
1.45      miod      463:     </li>
1.74      miod      464:     <li>For further reading on server setup for network booting in general,
                    465:     please refer to the
                    466:     <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=diskless&amp;sektion=8">diskless(8)</a>
                    467:     manual page.
                    468:     </li>
1.45      miod      469:     </ul>
1.66      jufi      470:  <p>
                    471:   <li>Client Network Boot
1.45      miod      472:   <ul>
                    473:     <li>BOOT_ADMIN<br>
1.74      miod      474:        In order to get to the BOOT_ADMIN prompt, hit the <em>&lt;esc&gt;</em>
                    475:        key as the machine is coming up. Once it has probed bootable devices,
                    476:        a menu will be displayed; if the prompt is <i>not</i> <b>BOOT_ADMIN</b>,
                    477:        it will be necessary to type <i>``a''</i> to access it.
1.28      todd      478:     </li>
1.74      miod      479:     <li>Network boot command<br>
                    480:        Once at the 'BOOT_ADMIN' prompt, the command
1.28      todd      481: <pre>
1.102     miod      482:        BOOT_ADMIN&gt; boot lan isl
1.28      todd      483: </pre>
1.129   ! david     484:         will proceed to the bootstrap of lif35.fs.
1.66      jufi      485:   </ul>
1.74      miod      486:   </li>
1.28      todd      487: </ol>
1.74      miod      488:
1.28      todd      489: <hr>
1.74      miod      490: <a href="plat.html">
                    491: <img height="24" width="24" src="back.gif" border="0" alt="Supported platforms">
1.76      mickey    492: </a>
1.3       fn        493: <br>
1.74      miod      494: <small><a href="mailto:www@openbsd.org">www@openbsd.org</a></small>
                    495: <br>
1.129   ! david     496: <small>$OpenBSD: hppa.html,v 1.128 2004/04/08 17:17:12 mickey Exp $</small>
1.3       fn        497: </body>
                    498: </html>