Hello,
I have built a simh based LAVC (just because it is cool), and I have a problem. The booting/sharing/clustering works as usual (that is, awesomly), but I can't make the decnet cluster alias work. I have defined it and if I do a show exec char I see it is defined. If I do a SET HOST to the cluster alias _FROM_ any node in the cluster, it also works (as SET HOST 0), but the address does not propagate thru the LAN, so it is not visible in SHOW NET/OLD and it is regarded as unreachable from any other node.
I have some real iron here, and there the cluster alias works as intended.
I wonder if it is a simh-related issue. I don't really know how does this thing work internally. Since DECNET has no ARP resolution I guess the MAC address corresponding to the DECNET address is somehow added to the NIC so it "listens" to both MAC addresses (the one corresponding to the node and the cluster one). Perhaps SIMH implementation does not allow this magic. If that was the case I'd consider it something to be fixed.
Any idea if I am missing something stupid before reporting this as a bug?
Jordi Guillaumes i Pons
jg at jordi.guillaumes.name
HECnet: BITXOV::JGUILLAUMES
Interesting! I see 4 manuals for the DECmpp . That looks familiar, but I though that this was only a design circulating around DEC and not something that ever became a product. It looks like it did. Up to 16 processor cards with 1024 processors each. Neat.
paul
On May 21, 2014, at 1:44 PM, Mark Wickens <mark at wickensonline.co.uk> wrote:
Came across this link: http://decdoc.itsx.net/dec94mds/
On Wed, 21 May 2014, Cory Smelosky wrote:
Sent from mobile device that advertises itself for no good reason
On 21 May 2014, at 03:26, Johnny Billquist <bqt at softjar.se> wrote:
On 2014-05-21 05:14, Cory Smelosky wrote:
If only I could use the LTC from my busted 11/23+ :(
Hmm. Hang on. The 11/23 you have (also an 11-23+ I think we now have established) have the clock device on the CPU card, unless I remember wrong.
So you all need is a clock signal on the backplane. That is available in a BA23. Comes from the power supply.
The dual height module has the clock too? Huh. I do have a BA23 PSU so I can do this.
I have no card cage...but I have everything else needed to use it
My actual chassis from the BA23 is gone...the BA23's supply needs forced airflow right?
Johnny
--
Cory Smelosky
http://gewt.net Personal stuff
http://gimme-sympathy.org Projects
Sent from mobile device that advertises itself for no good reason
On 21 May 2014, at 03:26, Johnny Billquist <bqt at softjar.se> wrote:
On 2014-05-21 05:14, Cory Smelosky wrote:
If only I could use the LTC from my busted 11/23+ :(
Hmm. Hang on. The 11/23 you have (also an 11-23+ I think we now have established) have the clock device on the CPU card, unless I remember wrong.
So you all need is a clock signal on the backplane. That is available in a BA23. Comes from the power supply.
The dual height module has the clock too? Huh. I do have a BA23 PSU so I can do this.
I have no card cage...but I have everything else needed to use it
Johnny
Sent from mobile device that advertises itself for no good reason
On 20 May 2014, at 21:43, Cory Smelosky <b4 at gewt.net> wrote:
On Tue, 20 May 2014, John Wilson wrote:
From: Cory Smelosky <b4 at gewt.net>
If the MicroPDP-11/73 front panel included an LTC I would be set to get
RSX-11M+ up with 1M of RAM TONIGHT. I don't have a dedicated clock
device. :(
Easily hacked up:
http://www.dbit.com/pub/pic/kw11l.asm
I used this (on a small piece of perfboard dangling from wires wrapped
directly into the backplane and wrapped in paper) to get RSX11M+ running
on a dual-height 11/73 with a 2 MB RAM card and a CQD-220 (with a Fuji
DynaMO), all on a four-slot dual-height backplane (in a BA11-VA) which
had the wires added for Q22. An 8-pin PIC is fine (with code updated as
needed) but 16F84s were what I had on hand (along with a homemade burner).
I PROBABLY have a PIC around here somewhere...but I don't know where and I know I DEFINTIELY don't have a crystal of that frequency. I have an arduino that I SUPPOSE could be hacked to work.
Does the bus itself need any special configuration? I DO have the front panel with an LTC from the NETCOM I can borrow for awhile (No need for it until I patch ZRQCH0. It looks to connect to the normal bit on the backplane where the front panel does. I can order the parts in the meantime if I do this)
John Wilson
D Bit
--
Cory Smelosky
http://gewt.net Personal stuff
http://gimme-sympathy.org Projects
--
Johnny Billquist || "I'm on a bus
|| on a psychedelic trip
email: bqt at softjar.se || Reading murder books
pdp is alive! || tryin' to stay hip" - B. Idol
On 05/20/2014 07:18 PM, Johnny Billquist wrote:
...and won't run on my 11/34, for example. ;) (I *think*...right?)
Remember, while I do use simh quite a bit, I'm primarily based on real
hardware here, and I can't do "set cpu .." on that. ;)
Well, yes, M+ does not officially support the 11/34.
However, there was a third-party (or several) that added a 22-bit MMU to
the 11/34, looking like an 11/24.
And you could of course try to generate an unsupported M+ system with
18-bit addressing. I have never tried it in practice, but there is code
inside M+ for this thing...
That'd be fun to try! I may have to do that at some point.
Yeah. My IP will not run on such machines, and I have no plans on ever
implementing it. It could be done, of course, but the work is no fun,
and I have so many other more important things to waste my time on...
:-)
Well I'd be one user, if you ever decide to do it. I'd then bring up
the world's first PDP-11/34-based web server!
:-)
It's just a lot of work. First and foremost, the TCP driver would need
to be chopped up, since it is today somewhere around 15K, and that would
need to be divided into two segments of less than 8K, and then I'd have
to do the calling between the segments. Second, a few tools like
IFCONFIG would have to become overlaid in order to fit into memory. That
is not as much work, though.
Yuck! :-(
Start by getting some "modern" hardware instead, and run proper M+. :-)
And then start writing some code to play with the network from RSX. It's
really easy to write clients or servers under RSX.
I've got a LOT of PDP-11 hardware here; many of my machines are M+
capable. As I explained, I just have a personal attachment to RSX11M in
particular, and the 11/34 in particular...it'd just be neat to run IP on
it, that's all, but I really have no problem with never being able to.
I have plenty of other machines on which to run your IP stack, and I
surely will at some point soon.
I've done a C library and a BASIC+2 library so far, which are really
easy to use. F77 and Pascal is on the list of things to do.
That'll be great! I need to carve out some time to dedicate to that.
-Dave
--
Dave McGuire, AK4HZ
New Kensington, PA
On 2014-05-21 05:14, Cory Smelosky wrote:
If only I could use the LTC from my busted 11/23+ :(
Hmm. Hang on. The 11/23 you have (also an 11-23+ I think we now have established) have the clock device on the CPU card, unless I remember wrong.
So you all need is a clock signal on the backplane. That is available in a BA23. Comes from the power supply.
Johnny
Sent from mobile device that advertises itself for no good reason
On 20 May 2014, at 21:43, Cory Smelosky <b4 at gewt.net> wrote:
On Tue, 20 May 2014, John Wilson wrote:
From: Cory Smelosky <b4 at gewt.net>
If the MicroPDP-11/73 front panel included an LTC I would be set to get
RSX-11M+ up with 1M of RAM TONIGHT. I don't have a dedicated clock
device. :(
Easily hacked up:
http://www.dbit.com/pub/pic/kw11l.asm
I used this (on a small piece of perfboard dangling from wires wrapped
directly into the backplane and wrapped in paper) to get RSX11M+ running
on a dual-height 11/73 with a 2 MB RAM card and a CQD-220 (with a Fuji
DynaMO), all on a four-slot dual-height backplane (in a BA11-VA) which
had the wires added for Q22. An 8-pin PIC is fine (with code updated as
needed) but 16F84s were what I had on hand (along with a homemade burner).
I PROBABLY have a PIC around here somewhere...but I don't know where and I know I DEFINTIELY don't have a crystal of that frequency. I have an arduino that I SUPPOSE could be hacked to work.
Does the bus itself need any special configuration? I DO have the front panel with an LTC from the NETCOM I can borrow for awhile (No need for it until I patch ZRQCH0. It looks to connect to the normal bit on the backplane where the front panel does. I can order the parts in the meantime if I do this)
John Wilson
D Bit
--
Cory Smelosky
http://gewt.net Personal stuff
http://gimme-sympathy.org Projects
--
Johnny Billquist || "I'm on a bus
|| on a psychedelic trip
email: bqt at softjar.se || Reading murder books
pdp is alive! || tryin' to stay hip" - B. Idol
On 2014-05-21 01:45, Cory Smelosky wrote:
On Wed, 21 May 2014, Johnny Billquist wrote:
...is my backplane not 22-bit?! I know very very little about it.
http://bitsavers.trailing-edge.com/pdf/clearpoint/Clearpoint_QRAM-22B_User_…
is the RAM board,
http://bitsavers.trailing-edge.com/pdf/cmd/MAN-000420-000_CQD-420_May94.pdf
is my SCSI controller.\
I tried a MicroVAX II in this backplane earlier and it...errr started to
smoke and the little display panel just said F.
Smoked the uVAX? That's a bad sign. I would otherwise have guessed
that maybe your memory card is not actually strapped to address 0 when
you look at all 22 bits?
Yeah! It smoked the VAX II! It could've been user error...but how the
hell could I plug the breakout in wrong and have it smoke?!
Starting to think the backplane mayyyyy be wonky.
I have some vague memory that the 4 high address bits initially had power on them before they were redesignated. And that would explain your smoke...
Johnny
--
Johnny Billquist || "I'm on a bus
|| on a psychedelic trip
email: bqt at softjar.se || Reading murder books
pdp is alive! || tryin' to stay hip" - B. Idol
From: Cory Smelosky <b4 at gewt.net>
Oh! Ground the "EVENT" line of the bus! Is that brought out through the
front panel plug? I imagine it would be...but I know little about this
backplane!
Not sure, but I agree it makes sense.
John Wilson
D Bit
Sent from mobile device that advertises itself for no good reason
On 20 May 2014, at 23:32, John Wilson <wilson at dbit.com> wrote:
From: Cory Smelosky <b4 at gewt.net>
I PROBABLY have a PIC around here somewhere...but I don't know where and I
know I DEFINTIELY don't have a crystal of that frequency.
Then you just need a longer loop.
Ahh.
I have an
arduino that I SUPPOSE could be hacked to work.
I'm sure it could -- maybe add a 2N7000 or something as the driver since
I think it's officialy an open-collector line (although I could be wrong and
anyway since it's not shared, it probably doesn't matter much).
Mmm.
Does the bus itself need any special configuration?
I can't think what this would mean. Just ground the "event" line every
50th/60th and you're golden. The Q22 mod was surprisingly easy too (since
there were only four slots, with wire-wrap connectors). If the power supply
hadn't later done what all power supplies eventually do, I'd still be running
that box...
Oh! Ground the "EVENT" line of the bus! Is that brought out through the front panel plug? I imagine it would be...but I know little about this backplane!
I DO have the front
panel with an LTC from the NETCOM I can borrow for awhile (No need for it
until I patch ZRQCH0.
Yeah bringing it in from another box should be OK as long as everyone
agrees about ground reference.
Ah!
John Wilson
D Bit
From: Cory Smelosky <b4 at gewt.net>
I PROBABLY have a PIC around here somewhere...but I don't know where and I
know I DEFINTIELY don't have a crystal of that frequency.
Then you just need a longer loop.
I have an
arduino that I SUPPOSE could be hacked to work.
I'm sure it could -- maybe add a 2N7000 or something as the driver since
I think it's officialy an open-collector line (although I could be wrong and
anyway since it's not shared, it probably doesn't matter much).
Does the bus itself need any special configuration?
I can't think what this would mean. Just ground the "event" line every
50th/60th and you're golden. The Q22 mod was surprisingly easy too (since
there were only four slots, with wire-wrap connectors). If the power supply
hadn't later done what all power supplies eventually do, I'd still be running
that box...
I DO have the front
panel with an LTC from the NETCOM I can borrow for awhile (No need for it
until I patch ZRQCH0.
Yeah bringing it in from another box should be OK as long as everyone
agrees about ground reference.
John Wilson
D Bit
If only I could use the LTC from my busted 11/23+ :(
Sent from mobile device that advertises itself for no good reason
On 20 May 2014, at 21:43, Cory Smelosky <b4 at gewt.net> wrote:
On Tue, 20 May 2014, John Wilson wrote:
From: Cory Smelosky <b4 at gewt.net>
If the MicroPDP-11/73 front panel included an LTC I would be set to get
RSX-11M+ up with 1M of RAM TONIGHT. I don't have a dedicated clock
device. :(
Easily hacked up:
http://www.dbit.com/pub/pic/kw11l.asm
I used this (on a small piece of perfboard dangling from wires wrapped
directly into the backplane and wrapped in paper) to get RSX11M+ running
on a dual-height 11/73 with a 2 MB RAM card and a CQD-220 (with a Fuji
DynaMO), all on a four-slot dual-height backplane (in a BA11-VA) which
had the wires added for Q22. An 8-pin PIC is fine (with code updated as
needed) but 16F84s were what I had on hand (along with a homemade burner).
I PROBABLY have a PIC around here somewhere...but I don't know where and I know I DEFINTIELY don't have a crystal of that frequency. I have an arduino that I SUPPOSE could be hacked to work.
Does the bus itself need any special configuration? I DO have the front panel with an LTC from the NETCOM I can borrow for awhile (No need for it until I patch ZRQCH0. It looks to connect to the normal bit on the backplane where the front panel does. I can order the parts in the meantime if I do this)
John Wilson
D Bit
--
Cory Smelosky
http://gewt.net Personal stuff
http://gimme-sympathy.org Projects
On Tue, 20 May 2014, John Wilson wrote:
From: Cory Smelosky <b4 at gewt.net>
If the MicroPDP-11/73 front panel included an LTC I would be set to get
RSX-11M+ up with 1M of RAM TONIGHT. I don't have a dedicated clock
device. :(
Easily hacked up:
http://www.dbit.com/pub/pic/kw11l.asm
I used this (on a small piece of perfboard dangling from wires wrapped
directly into the backplane and wrapped in paper) to get RSX11M+ running
on a dual-height 11/73 with a 2 MB RAM card and a CQD-220 (with a Fuji
DynaMO), all on a four-slot dual-height backplane (in a BA11-VA) which
had the wires added for Q22. An 8-pin PIC is fine (with code updated as
needed) but 16F84s were what I had on hand (along with a homemade burner).
I PROBABLY have a PIC around here somewhere...but I don't know where and I know I DEFINTIELY don't have a crystal of that frequency. I have an arduino that I SUPPOSE could be hacked to work.
Does the bus itself need any special configuration? I DO have the front panel with an LTC from the NETCOM I can borrow for awhile (No need for it until I patch ZRQCH0. It looks to connect to the normal bit on the backplane where the front panel does. I can order the parts in the meantime if I do this)
John Wilson
D Bit
--
Cory Smelosky
http://gewt.net Personal stuff
http://gimme-sympathy.org Projects
From: Cory Smelosky <b4 at gewt.net>
If the MicroPDP-11/73 front panel included an LTC I would be set to get
RSX-11M+ up with 1M of RAM TONIGHT. I don't have a dedicated clock
device. :(
Easily hacked up:
http://www.dbit.com/pub/pic/kw11l.asm
I used this (on a small piece of perfboard dangling from wires wrapped
directly into the backplane and wrapped in paper) to get RSX11M+ running
on a dual-height 11/73 with a 2 MB RAM card and a CQD-220 (with a Fuji
DynaMO), all on a four-slot dual-height backplane (in a BA11-VA) which
had the wires added for Q22. An 8-pin PIC is fine (with code updated as
needed) but 16F84s were what I had on hand (along with a homemade burner).
John Wilson
D Bit
On Tue, 20 May 2014, Dave McGuire wrote:
I didn't know it was /that/ old! I thought it was a newer box just with
an 11/03 in it!
Seriously. Those boxes were sold as 11/03s.
Oops. Well, now I know what happens when you put a VAX in one.
To be honest...the linear supply should've given it away.
Yes.
Now...I DO need a Q22 box. That leaves me a custom-made BA23 enclosure
or a BA123.
Well, there are also 3U BA11 Qbus chassis with 22-bit backplanes. And
18-bit ones...which you can turn into 22-bit ones. ;) My first
MicroVAX-I ran in one of those, back in the 1980s.
I don't have one of those or the spare money for one. ;)
If the MicroPDP-11/73 front panel included an LTC I would be set to get RSX-11M+ up with 1M of RAM TONIGHT. I don't have a dedicated clock device. :(
Only the 8186, DLV11-J, weird floppy controller thing, SCSI controller, DZQ11, DEQNA/DELQA and a PMI memory baord. None of those have an LTC. :(
-Dave
--
Cory Smelosky
http://gewt.net Personal stuff
http://gimme-sympathy.org Projects
On 05/20/2014 08:33 PM, Cory Smelosky wrote:
Yeah! It smoked the VAX II! It could've been user error...but how
the hell could I plug the breakout in wrong and have it smoke?!
Starting to think the backplane mayyyyy be wonky.
Oh. it's just 18-bit. It has a copyright date of March 1977.
NETCOM HV-1148.
Oh, THAT box! Shit, one doesn't take an 11/03 and shove a MicroVAX in
it. Sure, it's Qbus, but there's a decade between them, man!
I didn't know it was /that/ old! I thought it was a newer box just with
an 11/03 in it!
Seriously. Those boxes were sold as 11/03s.
To be honest...the linear supply should've given it away.
Yes.
Now...I DO need a Q22 box. That leaves me a custom-made BA23 enclosure
or a BA123.
Well, there are also 3U BA11 Qbus chassis with 22-bit backplanes. And
18-bit ones...which you can turn into 22-bit ones. ;) My first
MicroVAX-I ran in one of those, back in the 1980s.
-Dave
--
Dave McGuire, AK4HZ
New Kensington, PA
On Tue, 20 May 2014, Dave McGuire wrote:
On 05/20/2014 08:05 PM, Cory Smelosky wrote:
On Tue, 20 May 2014, Cory Smelosky wrote:
Yeah! It smoked the VAX II! It could've been user error...but how
the hell could I plug the breakout in wrong and have it smoke?!
Starting to think the backplane mayyyyy be wonky.
Oh. it's just 18-bit. It has a copyright date of March 1977.
NETCOM HV-1148.
Oh, THAT box! Shit, one doesn't take an 11/03 and shove a MicroVAX in
it. Sure, it's Qbus, but there's a decade between them, man!
I didn't know it was /that/ old! I thought it was a newer box just with an 11/03 in it!
To be honest...the linear supply should've given it away.
Now...I DO need a Q22 box. That leaves me a custom-made BA23 enclosure or a BA123.
-Dave
--
Cory Smelosky
http://gewt.net Personal stuff
http://gimme-sympathy.org Projects
On 05/20/2014 08:05 PM, Cory Smelosky wrote:
On Tue, 20 May 2014, Cory Smelosky wrote:
Yeah! It smoked the VAX II! It could've been user error...but how
the hell could I plug the breakout in wrong and have it smoke?!
Starting to think the backplane mayyyyy be wonky.
Oh. it's just 18-bit. It has a copyright date of March 1977.
NETCOM HV-1148.
Oh, THAT box! Shit, one doesn't take an 11/03 and shove a MicroVAX in
it. Sure, it's Qbus, but there's a decade between them, man!
-Dave
--
Dave McGuire, AK4HZ
New Kensington, PA
On Tue, 20 May 2014, Cory Smelosky wrote:
Yeah! It smoked the VAX II! It could've been user error...but how the hell could I plug the breakout in wrong and have it smoke?!
Starting to think the backplane mayyyyy be wonky.
Oh. it's just 18-bit. It has a copyright date of March 1977.
NETCOM HV-1148.
Johnny
--
Cory Smelosky
http://gewt.net Personal stuff
http://gimme-sympathy.org Projects
On Wed, 21 May 2014, Johnny Billquist wrote:
...is my backplane not 22-bit?! I know very very little about it.
http://bitsavers.trailing-edge.com/pdf/clearpoint/Clearpoint_QRAM-22B_User_…
is the RAM board,
http://bitsavers.trailing-edge.com/pdf/cmd/MAN-000420-000_CQD-420_May94.pdf
is my SCSI controller.\
I tried a MicroVAX II in this backplane earlier and it...errr started to
smoke and the little display panel just said F.
Smoked the uVAX? That's a bad sign. I would otherwise have guessed that maybe your memory card is not actually strapped to address 0 when you look at all 22 bits?
Yeah! It smoked the VAX II! It could've been user error...but how the hell could I plug the breakout in wrong and have it smoke?!
Starting to think the backplane mayyyyy be wonky.
Johnny
--
Cory Smelosky
http://gewt.net Personal stuff
http://gimme-sympathy.org Projects
On 2014-05-21 01:41, Cory Smelosky wrote:
On Tue, 20 May 2014, Cory Smelosky wrote:
On Wed, 21 May 2014, Johnny Billquist wrote:
D'oh! my 1M RAM board was set to 18-bit mode, not 22-bit.
My SCSI controller seems to dislike it on 22-bit, though...
QBUS BUS CONTROLLER TEST#1.......................... FAILED
*** FAILED DUE TO UNINITIALIZED Q-BUS MAP, DMA FAILURE OR NON-EXIST
MEMORY.
QBUS BUS CONTROLLER TEST#2.......................... FAILED
*** FAILED DUE TO UNINITIALIZED Q-BUS MAP, DMA FAILURE OR NON-EXIST
MEMORY.
QBUS BUS CONTROLLER TEST#3.......................... FAILED
*** FAILED DUE TO UNINITIALIZED Q-BUS MAP, DMA FAILURE OR NON-EXIST
MEMORY.
QBUS SINGLE WORD DMA TEST........................... FAILED
*** FAILED DUE TO UNINITIALIZED Q-BUS MAP, DMA FAILURE OR NON-EXIST
MEMORY.
QBUS TO FIFO DMA TEST............................... FAILED
*** FAILED DUE TO UNINITIALIZED Q-BUS MAP, DMA FAILURE OR NON-EXIST
MEMORY.
QBUS TO SCSI READ/WRITE THROUGH FIFO TEST........... FAILED
*** FAILED DUE TO UNINITIALIZED Q-BUS MAP, DMA FAILURE OR NON-EXIST
MEMORY.
...is my backplane not 22-bit?! I know very very little about it.
http://bitsavers.trailing-edge.com/pdf/clearpoint/Clearpoint_QRAM-22B_User_…
is the RAM board,
http://bitsavers.trailing-edge.com/pdf/cmd/MAN-000420-000_CQD-420_May94.pdf
is my SCSI controller.\
I tried a MicroVAX II in this backplane earlier and it...errr started to
smoke and the little display panel just said F.
Smoked the uVAX? That's a bad sign. I would otherwise have guessed that maybe your memory card is not actually strapped to address 0 when you look at all 22 bits?
Johnny
--
Johnny Billquist || "I'm on a bus
|| on a psychedelic trip
email: bqt at softjar.se || Reading murder books
pdp is alive! || tryin' to stay hip" - B. Idol