Preliminary hp700 INSTALL notes

This commit is contained in:
mbw 2003-10-10 23:53:21 +00:00
parent 81428320f3
commit 92a5370a51
8 changed files with 271 additions and 0 deletions

View File

@ -0,0 +1,5 @@
# $NetBSD: Makefile,v 1.1 2003/10/10 23:53:21 mbw Exp $
MERGED_SRCS+= ${COMMON}/netboot
.include <bsd.man.mk>

View File

@ -0,0 +1,24 @@
.\" $NetBSD: hardware,v 1.1 2003/10/10 23:53:21 mbw Exp $
.
Since
.Nx*M
is an experimental port, the hardware support is in a constant state of flux.
Check the
.Mt port-hp700@NetBSD.org
mailing list and the
.Nx*M
port homepage for an up-to-date list of known supported hardware.
.Lk http://www.netbsd.org/Ports/hp700/
.Pp
.Nx*M
\*V does not
have any local disk support, so you must netboot and run diskless.
.Pp
.
.Ss2 Supported hardware
.
Unknown.
.
.Ss2 Unsupported hardware
.
Unknown.

View File

@ -0,0 +1,3 @@
.\" $NetBSD: install,v 1.1 2003/10/10 23:53:21 mbw Exp $
.
.so ../common/netboot

View File

@ -0,0 +1,2 @@
.\" $NetBSD: legal,v 1.1 2003/10/10 23:53:21 mbw Exp $
.

146
distrib/notes/hp700/prep Normal file
View File

@ -0,0 +1,146 @@
.\" $NetBSD: prep,v 1.1 2003/10/10 23:53:21 mbw Exp $
.
.Ss2 Get to the Boot Administration prompt
.
All \*M workstations have a Boot Administration command line
utility in their Boot ROM which lets you configure various settings. For
example, you can set whether the system automatically boots an OS, which
device to try booting from first, determine the ethernet MAC address, set
up a serial console, and possibly do some low level hardware access.
.Pp
To get to the
.Li BOOT_ADMIN\*>
prompt, you must press the
.Key ESCAPE
key before it tries to boot an OS. Since these machines often take a
long time between powering on and the brief window of time where you can
hit the
.Key ESCAPE
key, you must pay attention. Depending on how much RAM your system has, it
may take over a minute after pressing the power button before anything
will show up on screen.
.Pp
Once you have escaped out of the
.Li "Selecting a system to boot"
and
.Li "Searching for Potential Boot Devices"
you need to type the
.Key Sq a
key to get to the
.Li BOOT_ADMIN\*>
prompt. Now, use the online help with the
.Ic help
command.
.Pp
Write down the ethernet address.
You will need this later to configure the netboot server for your
.Nx*M
system.
.Pp
.(disp
Selecting a system to boot.
To stop selection process, press and hold the ESCAPE key.
.Ic \*<ESC\*>
Booting from: scsi.6.0 SEAGATE ST3600N
Selection process stopped.
Searching for Potential Boot Devices.
To terminate search, press and hold the ESCAPE key.
Device Selection Device Path Device Type
----------------------------------------------------------------------------
P0 scsi.6.0 SEAGATE ST3600N
.Ic \*<ESC\*>
Search terminated.
b) Boot from specified device
s) Search for bootable devices
a) Enter Boot Administration mode
x) Exit and continue boot sequence
?) Help
.No Select from menu: Ic a
.No BOOT_ADMIN\*> Ic lan_addr
LAN Station Address: 080009-123456
.No BOOT_ADMIN\*> Ic help
.disp)
.
.Ss2 Change the configuration parameters to netboot
.
The command syntax is different on the various models. Use the
.Ic "help path" ,
.Ic "help lan" ,
and
.Ic "help autoselect"
commands to learn about how to configure your system.
On a 735/99, you would type:
.(disp
.No BOOT_ADMIN\*> Ic "path primary lan"
.No BOOT_ADMIN\*> Ic "autoselect on"
.No BOOT_ADMIN\*> Ic "reset"
.disp)
.Pp
The first command sets the primary boot device to be the network
interface, and the second command sets the system to always try booting
from the primary boot path when it is reset or powered on. The last
command stores the new settings and resets the machine.
.Pp
To return to using the SCSI disk at ID 6 as your primary boot device, you
would use something like the following command:
.(disp
.No BOOT_ADMIN\*> Ic "path primary scsi.6.0"
.disp)
.
.Ss2 Determine netboot method
.
Most older Series 700 workstations (with PA-7000 (PCXS), PA-7100 (PCXT),
or PA-7150 (PCXT)) use the RMP (Remote Maintenance Protocol) to netboot.
Specifically, they retrieve their boot program from an
.Xr rbootd 8
server. The following list of RMP-only Series 700 workstations is
probably complete, but has not been tested:
.(bullet -compact
705
.It
710
.It
715/33, 715/50, 715/75
.It
720
.It
725/50, 725/75
.It
730
.It
735
.It
745i
.It
747i
.It
750
.It
755
.bullet)
.Pp
Newer Series 700 workstations retrieve their boot program from a server
running
.Xr dhcpd 8
in
.Xr bootpd 8
compatible mode and
.Xr tftpd 8 .
The following list of BOOTP-only Series 700 workstations is
probably complete, but has not been tested:
.(bullet -compact
712
.It
715/64, 715/80, 715/100, 715/100XC
.It
725/64, 725/100
.It
newer models, such as the B, C, and J class systems
.bullet)

View File

@ -0,0 +1,36 @@
.\" $NetBSD: upgrade,v 1.1 2003/10/10 23:53:21 mbw Exp $
.\"
.\" Copyright (c) 1999-2000 The NetBSD Foundation, Inc.
.\" All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
.\" 1. Redistributions of source code must retain the above copyright
.\" notice, this list of conditions and the following disclaimer.
.\" 2. Redistributions in binary form must reproduce the above copyright
.\" notice, this list of conditions and the following disclaimer in the
.\" documentation and/or other materials provided with the distribution.
.\" 3. All advertising materials mentioning features or use of this software
.\" must display the following acknowledgement:
.\" This product includes software developed by the NetBSD
.\" Foundation, Inc. and its contributors.
.\" 4. Neither the name of The NetBSD Foundation nor the names of its
.\" contributors may be used to endorse or promote products derived
.\" from this software without specific prior written permission.
.\"
.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
.\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
.
.Nx*M
does not currently support an upgrade procedure.

View File

@ -0,0 +1,5 @@
.\" $NetBSD: whatis,v 1.1 2003/10/10 23:53:21 mbw Exp $
.
This is the first major release of
.Nx
for the HP 9000/700 series of computers.

50
distrib/notes/hp700/xfer Normal file
View File

@ -0,0 +1,50 @@
.\" $NetBSD: xfer,v 1.1 2003/10/10 23:53:21 mbw Exp $
.\"
.\" Copyright (c) 1999, 2000 The NetBSD Foundation, Inc.
.\" All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
.\" 1. Redistributions of source code must retain the above copyright
.\" notice, this list of conditions and the following disclaimer.
.\" 2. Redistributions in binary form must reproduce the above copyright
.\" notice, this list of conditions and the following disclaimer in the
.\" documentation and/or other materials provided with the distribution.
.\" 3. All advertising materials mentioning features or use of this software
.\" must display the following acknowledgement:
.\" This product includes software developed by the NetBSD
.\" Foundation, Inc. and its contributors.
.\" 4. Neither the name of The NetBSD Foundation nor the names of its
.\" contributors may be used to endorse or promote products derived
.\" from this software without specific prior written permission.
.\"
.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
.\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
.
Because
.Nx*M
must run diskless, the distribution must be
installed to a remote machine that NFS exports to the \*M machine.
As a result, there is no automated install procedure.
Begin by retrieving the
.Nx
set files onto the serving machine.
These can be found at ftp.NetBSD.org.
You may want to keep the following information handy:
.(disp
IP Address: ftp.NetBSD.org
Login: anonymous
Password: \*<your e-mail address\*>
Server path: /pub/NetBSD/NetBSD-\*V/\*M/binary/sets
.disp)