Subject: netbooting a MicroVAX 3300?
To: None <port-vax@netbsd.org>
From: Sven Leser <linaser_lists@gmx.net>
List: port-vax
Date: 02/20/2000 20:13:20
Hi all 

May be somebody can help me getting my Micro VAX 3300 netboot NetBSD :-)

When I try netboot my VAX from my MOP Server I get the folowing output on the 
console: 
---------------------------------------------------------------- 
>>>b/100 esa0 

(BOOT/R5:100 ESA0) 
  
  

   2.. 

Bootfile: mopboot 

-ESA0 
  1..0.. 
  

>> NetBSD/vax boot Aug 13 1999 20:18:28 << 
>> Press any key to abort autoboot 0 
> boot netbsd 

?50 SCB2NDINT, ESA0 
?06 HLT INST 
        PC = 00000CC6 
---------------------------------------------------------------- 
  

And this is whats going on, on my Linux Box: 
----------------------------------------------------------------- 
root@boot:/ > rpc.bootparamd -d 

----------------------------------------------------------------- 
... so there isn't any output from the rpc.bootparamd 
  

and: 
----------------------------------------------------------------- 
root@boot:/ > /usr/local/sbin/mopd -a -d 
mopd: not running as daemon, -d given. 
MOP RC 8:0:2b:19:ce:77   > ab:0:0:2:0:0      len   37 code 07 SID 
MOP DL 8:0:2b:19:ce:77   > ab:0:0:1:0:0      len   46 code 08 RPR 
MOP DL 0:0:b4:59:dd:3d   > 8:0:2b:19:ce:77   len    1 code 03 ASV 
MOP DL 8:0:2b:19:ce:77   > 0:0:b4:59:dd:3d   len   46 code 08 RPR 
MOP DL 0:0:b4:59:dd:3d   > 8:0:2b:19:ce:77   len 1006 c.............
----------------------------------------------------------------- 
  
  
  

Now the configuration on my Linux System: 
------------------------------------------------------------------ 
root@boot:/ > ls -l /export/vaxclient 
insgesamt 16408 
drwxr-xr-x  14 root     wheel        4096 Feb 13 10:56 root 
-rw-r--r--   1 root     root     16777216 Feb 13 00:49 swap 
  
  

root@boot:/ > ls -l /export/vaxclient/root 
insgesamt 1120 
drwxr-xr-x   2 root     wheel        4096 Aug 12  1999 altroot 
drwxr-xr-x   2 root     wheel        4096 Aug 13  1999 bin 
-r-xr-xr-x   1 root     root        50736 Aug 14  1999 boot 
drwxr-xr-x   3 root     root         4096 Feb 13 00:50 dev 
drwxr-xr-x   9 root     root         4096 Feb 13 00:46 etc 
drwxr-xr-x   2 root     root         4096 Aug 12  1999 home 
drwxr-xr-x   2 root     root         4096 Aug 12  1999 mnt 
-rwxr-xr-x   1 root     kmem      1022804 Aug 13  1999 netbsd 
-r--r--r--   1 root     root        11264 Aug 13  1999 pcs750.bin 
drwxr-xr-x   2 root     root         4096 Feb 13 00:46 root 
drwxr-xr-x   2 root     root         4096 Aug 13  1999 sbin 
drwxr-xr-x   2 root     root         4096 Aug 12  1999 stand 
lrwxrwxrwx   1 root     wheel          11 Feb 13 00:45 sys -> usr/src/sys 
drwxrwxrwt   2 root     root         4096 Aug 12  1999 tmp 
drwxr-xr-x  14 root     root         4096 Feb 13 00:47 usr 
drwxr-xr-x  19 root     root         4096 Aug 12  1999 var 
  
  

root@boot:/ > ls -l /tftpboot/mop 
insgesamt 76 
lrwxrwxrwx   1 root     root           14 Feb 13 00:42 MOPBOOT.SYS -> boot.mopformat 
-r--r--r--   1 root     root        72192 Aug 18 15:45 boot.mopformat 
  

root@boot:/ > rarp -a 
IP address       HW type             HW address 
192.168.1.8      10Mbps Ethernet     08:00:2b:19:ce:77 
  
  

root@boot:/ > arp -a 
vaxclient (192.168.1.8) at 08:00:2B:19:CE:77 [ether] PERM on eth0 
  
  

daniel@boot:~ > cat /etc/hosts 
127.0.0.1       localhost 
192.168.1.8     vaxclient 
192.168.1.88    boot.400mhz.ch  boot 
  
  

daniel@boot:~ > cat /etc/ethers 
08:00:2b:19:ce:77  vaxclient 
  
  

daniel@boot:~ > cat /etc/bootparams 
vaxclient root=192.168.1.88:/export/vaxclient/root swap=192.168.1.88:/export/vaxclient/swap 
  
  

root@boot:/ > ifconfig eth0 allmulti 
  
  

root@boot:/ > cat /etc/exports 
# This file contains a list of all directories exported to other computers. 
# It is used by rpc.nfsd and rpc.mountd. 
/export/vaxclient/root vaxclient(rw,no_root_squash) 
/export/vaxclient/swap vaxclient(rw,no_root_squash) 
  
  

root@boot:/ > ps aux | grep rpc 
root        71  0.0  1.9  1416  284 ?        S    09:11   0:00 /usr/sbin/rpc.ugidd 
root       107  0.0  4.0  1828  572 ?        S    09:11   0:00 /usr/sbin/rpc.mountd 
root       110  0.0  4.0  1848  576 ?        S    09:11   0:00 /usr/sbin/rpc.nfsd 
root       362  0.3  2.8  1132  400 pts/0    S    10:44   0:00 rpc.bootparamd -d 
--------------------------------------------------------------- 

It would be great if one of you could help me... 

cu 

Sven