On 1/23/19 11:43 AM, John Forecast wrote:
> On Jan 22, 2019, Bill Gunshannon wrote
> (in article <
gaoiv6...@mid.individual.net>):
>
>>
>> For those who were following and might still be interested in this
>> thread. I have determined that what the PDP-11/93 is asking for
>> when I say BOOT XH is the "tertiary loader", name unspecified. If
>> I could determine what the name should be I might get the MOP Server
>> to respond. I had already tried SECQNA but we now know it isn't
>> looking for the "secondary loader". So, I tried TERQNA, but that
>> also had no result. I then noticed the PDP-11 coding in the packet
>> that the ethernet was a DELQA and not DEQNA. So I tried TERLQA just
>> to see what happened. Nothing. It might still be that the MOP
>> Server is unaware of PDP-11's so further research and maybe code
>> modification are still needed.
>
> That all seems reasonable. I just checked my RSX-11M+ image and it doesn’t
> include loaders for the DELQA (this is the last released version of
> DECnet-M+). It’s really up to the MOP server to perform the mapping to
> local file names.
True.
> The PDP-11 or, in this case the DELQA, sends a request
It's the PDP-11, the DELQA/DEQNA aren't really smart and other than
having a BOOT ROM with code in it they do nothing on their own.
> “I’m a DELQA, send me a tertiary loader”, it’s only when you get to
> O/S loading that a filename may be sent. BTW, early DELQAs sent 31 as their
> device code while later versions sent 37 so the MOP server has to handle
> both.
All systems I have that talk MOP send identification info on the
ethernet card.
My PDP-11's send DELQA or DEQNA.
My VAXes send DESVA.
My DECServer send DEUNA.
I don;t really know of what value that is to the MOP Server other
than pure info.
>
> Newer systems such as terminal servers, routers etc had much larger ROMs than
> PDP-11 and it’s possible that they completely bypass the secondary/tertiary
> loaders and directly request O/S loading.
I don't know what used the "secondary loader" other than NCP for
some reason. The PDP-11's go straight for the "tertiary loader".
Which makes sense, because it can be as big as it needs to be to
load an OS or anything else limited only by the memory limitations
of the PDP_11.
> If the MOP server you are using was
> designed for loading such systems, it’s possible that it knows nothing
> about PDP-11’s.
I don't know what the original intended purpose of the MOP Server
I am using was. But I know it is used now to load DECServers and
VXT2000's from BSD Unix systems (there is talk of using it from
Linux as well, but I have been unable to get it to compile on any
current Linux distribution). And, for netbooting VAXes. I honestly
don;t think anyone has even looked at the concept of booting a
PDP-11 over the network like I am trying to do. I have seen
cases of "booting" it over serial lines, XINU and vtserver, but
I think I am in totally new ground.
bill