Subject: Re: Diskless HOW-TO
To: Michael Wolfson <mw34@cornell.edu>
From: None <mcmahill@mtl.mit.edu>
List: port-pmax
Date: 10/24/1999 11:52:15
On Thu, 21 Oct 1999, Michael Wolfson wrote:

> Hi,
> 
> I just attempted to add pmax-specific information to the diskless HOW-TO,
> but since I don't own a decstation, I can't fill in all the blanks.
> 
> <http://www.netbsd.org/Documentation/network/netboot/intro.pmax.html>
> 
> Could someone email me with the following information:

This information is all for a DECstation 5000 Model 200.  In particular,
my ROM version is:  KN02-AA V5.3c  

All stuff here is typed at the console prompt ">>"

> 
> How does one figure out the ethernet hardware address?

1) use 'cnfg' to see what hardware you have installed:

>>cnfg
 7: KN02-AA  DEC      V5.3c    TCF0  ( 96 MB)
 6: PMAD-AA  DEC      V5.3a    TCF0  (enet: 08-00-2b-1b-c1-24)
 5: PMAZ-AA  DEC      V5.3b    TCF0  (SCSI = 7)
 1: PMAD-AA  DEC      V5.3a    TCF0  (enet: 08-00-2b-1a-80-19)

so I've got 2 ethernet interfaces, 1 on the mother board and 1 card.  The
hardware addresses are shown.

slot #6 is the mother board ethernet adapter.  Option slots 0,1,2 are the
3 places you can plug in boards.  #0 is the left hand one looking at the
back of the computer, they are labeled "0" "1" "2".

So 08-00-2b-1b-c1-24 in my on board ethernet and 08-00-2b-1a-80-19 is my
extra card installed in the middle slot.




> 
> How does one chose which ethernet interface to boot from if more than one
> is available?

the default is slot6, the on board interface.  The generic command is:

   boot <slot_number>/tftp

for example to boot from the ethernet interface in slot 1, I'd do:

>>boot 1/tftp


> How does one get to the boot prompt or interrupt a normal boot?
> 
turn on the computer to get a boot prompt.  The envirinmne variable
'haltaction' has some effect on this.  Settings for haltaction are:

b  = causes the system to perform a boot command
h  = causes the system to halt and accept command from the console
r  = causes the system to perform a restart operation or, if that fails to
     perform a a boot operation.


> How do you permanently specify what device to boot from (disk/network)?
> 


>>printenv boot
 boot=5/rz0/netbsd -a

says my default is to boot from slot 5 (the scsi), disk rz0, boot the
kernel "netbsd" with flags "-a".

to set to always boot from the network card in slot 1, do:

>> setenv boot "1/tftp"




> Does mop work for sending the bootloader to the client?

don't know.

> 
> There are several kernels on the ftp site, which one is recommended for
> netbooting?
don't know.



hope this helps

--Dan