Re: [Simh] how to get eth connexion

2013-11-05 Thread gerard . calliet

Hello,

Thanks for the answers. It works, now.

Just to get some understanding :
1) we need two different MAC address : why ? because the distinction is 
at the mac level ?
2) I saw we need at least one ip host connexion alive to have a 
connexion for simh - I am on Windows with wincap -. Again, why ?


Thanks.

Gerard Calliet

Le 2013-11-04 11:30, prenouvel a écrit :

Hi Gérard,

 What does the command XQ show eth returns ?

 You try with Wifi, does it works with a RJ45 cable ?

 Didn't you deactivate an ethernet connection recently oh the PC host
?

 Regards.

 Patrick.

Le 04/11/2013 07:49, Gérard Calliet a écrit :


Hi Mark,

Thanks for your answer.

I tried the simh 4.0 beta. It's still not working.
I join show ethernet result, ipconfig/all result, my ucx config,
the init file.
I choosed the right eth (eth0 is the active wifi interface on
windows). I gave its mac address as interf mac address in the simh
init file.

I don't understand where is the problem. I am just a beginner on
simh, so I could have done some error, but I don't see what it is.

Gérard Calliet
pia-sofer

Le 04/11/2013 00:37, Mark Pizzolato - Info Comm a écrit :


On Sunday, November 03, 2013 at 2:47 PM, Gérard Calliet wrote:


Hello,

I am a beginer on simh. I have tried a lot of thing to get
connected by
ethernet, on simh 3.9 openvms 7.3, openvms 7.0, vms 5.5 ... /
ucx 4.0 I have
instaled wincap on a Windows Seven I cannot get any connexion

Hi Gérard,

Try using the latest simh binaries from





https://github.com/simh/Win32-Development-Binaries/blob/Win32-Development-Binaries/simh-4.0-Beta--2013-10-02-5feb20d0.zip

[1]

Alternatively, if you've got a Visual Studio environment (or
MinGW) available, you can build from the latest sources available
from: https://github.com/simh/simh/archive/master.zip [2]

If you are still having problems, provide the output of "SHOW
ETHERNET" from a "sim>" prompt along with the output of
IPCONFIG/ALL from a Windows command prompt, and explain what makes
you think that the ethernet is not working.

Good Luck.

- Mark


___
Simh mailing list
Simh@trailing-edge.com
http://mailman.trailing-edge.com/mailman/listinfo/simh


-

 [3]

 Ce courrier électronique ne contient aucun virus ou logiciel
malveillant parce que la protection Antivirus avast! [4] est active.



Links:
--
[1]

https://github.com/simh/Win32-Development-Binaries/blob/Win32-Development-Binaries/simh-4.0-Beta--2013-10-02-5feb20d0.zip
[2] https://github.com/simh/simh/archive/master.zip
[3] http://www.avast.com/
[4] http://www.avast.com/


___
Simh mailing list
Simh@trailing-edge.com
http://mailman.trailing-edge.com/mailman/listinfo/simh

Re: [Simh] how to get eth connexion

2013-11-05 Thread Mark Pizzolato - Info Comm
On Tuesday, November 05, 2013 at 3:56 AM, Gérard Calliet wrote:
> Thanks for the answers. It works, now.

What works now?  The Wired network connection or the WiFi one?

> Just to get some understanding :
> 1) we need two different MAC address : why ? because the distinction is at
> the mac level ?

We're simulating a whole computer within your desktop system.  Each computer 
that exists on any network has a network device connected to that network wire. 
 That network device, by definition is supposed to have a unique MAC address 
which allows the network to send packets to that device and to receive packets 
from that device.  

> 2) I saw we need at least one ip host connexion alive to have a connexion for
> simh - I am on Windows with wincap -. Again, why ?

I'm not sure exactly what you mean by 'need at least one ip host connexion 
alive'.  Are you saying that you need to be connected to a network?

If you are asking 'why' details specifically about WiFi functionality, you are 
beyond the scope of my support.  I don't run simh simulators on WiFi networks 
due to the limitations of WiFi supporting a single MAC address per WiFi 
connection, and my needs to test the breadth of protocol functional for DEC 
systems.

I've tried to walk you through getting things working on a wired network 
connection.  Once you are successful there, you are welcome to explore whether 
what you are trying to do can also be made to work on a WiFi connection.  There 
is some discussion about this in the simh FAQ 
(http://simh.trailing-edge.com/pdf/simh_faq.pdf).

- Mark

> Thanks.
> 
> Gerard Calliet
> 
> Le 2013-11-04 11:30, prenouvel a écrit :
> > Hi Gérard,
> >
> >  What does the command XQ show eth returns ?
> >
> >  You try with Wifi, does it works with a RJ45 cable ?
> >
> >  Didn't you deactivate an ethernet connection recently oh the PC host
> > ?
> >
> >  Regards.
> >
> >  Patrick.
> >
> > Le 04/11/2013 07:49, Gérard Calliet a écrit :
> >
> >> Hi Mark,
> >>
> >> Thanks for your answer.
> >>
> >> I tried the simh 4.0 beta. It's still not working.
> >> I join show ethernet result, ipconfig/all result, my ucx config, the
> >> init file.
> >> I choosed the right eth (eth0 is the active wifi interface on
> >> windows). I gave its mac address as interf mac address in the simh
> >> init file.
> >>
> >> I don't understand where is the problem. I am just a beginner on
> >> simh, so I could have done some error, but I don't see what it is.
> >>
> >> Gérard Calliet
> >> pia-sofer
> >>
> >> Le 04/11/2013 00:37, Mark Pizzolato - Info Comm a écrit :
> >>
> >>> On Sunday, November 03, 2013 at 2:47 PM, Gérard Calliet wrote:
> >>>
>  Hello,
> 
>  I am a beginer on simh. I have tried a lot of thing to get
>  connected by ethernet, on simh 3.9 openvms 7.3, openvms 7.0, vms
>  5.5 ... / ucx 4.0 I have instaled wincap on a Windows Seven I
>  cannot get any connexion
> >>> Hi Gérard,
> >>>
> >>> Try using the latest simh binaries from
> >>>
> >>
> >
> > https://github.com/simh/Win32-Development-Binaries/blob/Win32-
> Developm
> > ent-Binaries/simh-4.0-Beta--2013-10-02-5feb20d0.zip
> >>> [1]
> >>>
> >>> Alternatively, if you've got a Visual Studio environment (or
> >>> MinGW) available, you can build from the latest sources available
> >>> from: https://github.com/simh/simh/archive/master.zip [2]
> >>>
> >>> If you are still having problems, provide the output of "SHOW
> >>> ETHERNET" from a "sim>" prompt along with the output of
> IPCONFIG/ALL
> >>> from a Windows command prompt, and explain what makes you think
> that
> >>> the ethernet is not working.
> >>>
> >>> Good Luck.
> >>>
> >>> - Mark
> >>
> >> ___
> >> Simh mailing list
> >> Simh@trailing-edge.com
> >> http://mailman.trailing-edge.com/mailman/listinfo/simh
> >
> > -
> >
> >  [3]
> >
> >  Ce courrier électronique ne contient aucun virus ou logiciel
> > malveillant parce que la protection Antivirus avast! [4] est active.
> >
> >
> >
> > Links:
> > --
> > [1]
> >
> > https://github.com/simh/Win32-Development-Binaries/blob/Win32-
> Developm
> > ent-Binaries/simh-4.0-Beta--2013-10-02-5feb20d0.zip
> > [2] https://github.com/simh/simh/archive/master.zip
> > [3] http://www.avast.com/
> > [4] http://www.avast.com/
> 
> ___
> Simh mailing list
> Simh@trailing-edge.com
> http://mailman.trailing-edge.com/mailman/listinfo/simh
___
Simh mailing list
Simh@trailing-edge.com
http://mailman.trailing-edge.com/mailman/listinfo/simh

[Simh] RT-11 bootable tape

2013-11-05 Thread Sander Reiche
Hi all,

Trying to get an actual scsi tape running on a CQD220A on real iron(tm),
but I'm still trying to figure things out. I was originally using
Ersatz-11, but I though I'd give it a go on SimH.

When booted from a bootable simulated TK50(tk50.tap), it consistently halts
on trying to run MDUP.Mx to further the "installation" of RT-11 from said
tape.

Following a transcript:

PDP-11 simulator V3.9-0
sim> att rl0 rtv5rl.06
sim> att tq0 tk50.tap
TQ: creating new file
sim> b rl

RT-11FB  V05.06

.TYPE V5USER.TXT

   RT-11 V5.6

Installation  of  RT-11  Version  5.6 is complete and you are now
running
RT-11 from your system volume.

.R MSCPCK
?MSCPCK-I-MU0-TK50  FW Rev Level is 005/HW Rev Level is 001
?MSCPCK-W-TQK50 controller below FW Rev 4/HW Rev 6

.ass mu0 kit

.ass dl0 bin

.$@mub

.$Load Bin,Kit

.$Ini/Que/Vol/File:Bin:MBOOT.BOT Kit:
MU0:/Initialize; Are you sure? Y
Volume ID? HU21J
Owner? MU 1/1

.$Cop Bin:MSBOOT.BOT Kit:/Pos:-1
 Files copied:
BIN:MSBOOT.BOT to KIT:MSBOOT.BOT

.$Cop Bin:MDUP.AI Kit:/Pos:-1
 Files copied:
BIN:MDUP.AIto KIT:MDUP.AI

.$Cop Bin:MDUP.MM Kit:/Pos:-1
 Files copied:
BIN:MDUP.MMto KIT:MDUP.MM

.$Cop Bin:MDUP.MS Kit:/Pos:-1
 Files copied:
BIN:MDUP.MSto KIT:MDUP.MS

.$Cop Bin:MDUP.MT Kit:/Pos:-1
 Files copied:
BIN:MDUP.MTto KIT:MDUP.MT

.$Cop Bin:MDUP.MU Kit:/Pos:-1
 Files copied:
BIN:MDUP.MUto KIT:MDUP.MU

..

.$Cop Bin:INDEX.IDX Kit:/Pos:-1
 Files copied:
BIN:INDEX.IDX  to KIT:INDEX.IDX

.$Unload Bin,Kit

sim> sh tq
TQ, TK50 (94MB), address=17774500-17774503, no vector, 4 units
  TQ0, attached to tk50.tap, write enabled, SIMH format, capacity=98MB
  TQ1, not attached, write enabled, SIMH format, capacity=98MB
  TQ2, not attached, write enabled, SIMH format, capacity=98MB
  TQ3, not attached, write enabled, SIMH format, capacity=98MB
sim> b tq

.MSBOOT V05.07
*MDUP.MU

Trap stack push abort, PC: 062462 (ADD (R1)+,52040(R2))
sim>

Am I doing something wrong?

regards,

Sander Reiche
___
Simh mailing list
Simh@trailing-edge.com
http://mailman.trailing-edge.com/mailman/listinfo/simh

Re: [Simh] Unable to telnet to other hosts

2013-11-05 Thread Christopher Myers
Hey,

I think you're attaching the wrong Ethernet interface.

You've got it set to 'em1' when
http://www.wherry.com/gadgets/retrocomputing/vax-simh.html has it set to
'eth0.'  Not sure if this is what the problem is, just something I noticed.


Also, just a heads up. I've had a somewhat similar problem on VAXStation
3100 running OpenVMS 7.3.

I couldn't TELNET to hosts, but could ping them and the error I would get
is the same.

-TCPIP-E-NO_RECOVERY, unexpected name server failure

When I was trying to figure this out, I discovered that OpenVMS apparently
wants a name attached to that host. So you need to give 192.168.0.37 a text
name like "MYHOST" and then you'll be able to telnet with that name and
(oddly) the IP address.

What you need to do is go into the tcpip configuration program.

$ TCPIP

TCPIP> SET HOST MYHOST /ADDRESS=192.168.0.37

TCPIP> SHOW HOST

This is how I fixed my little problem on real equipment. I had a working
ping to a host, but no ability to TELNET.
___
Simh mailing list
Simh@trailing-edge.com
http://mailman.trailing-edge.com/mailman/listinfo/simh

Re: [Simh] Unable to telnet to other hosts

2013-11-05 Thread Mark Pizzolato - Info Comm
Hi Chris,

On Priya's system either eth0 or em1 would produce the same results.  The simh 
Ethernet generic naming paradigm makes this true.

Priya's first problem is that he can't ping.  I'll step back once packets are 
moving on the wire.  Once he can ping, your ideas may be relevant.


-  Mark

From: simh-boun...@trailing-edge.com [mailto:simh-boun...@trailing-edge.com] On 
Behalf Of Christopher Myers
Sent: Tuesday, November 05, 2013 7:55 AM
To: priya chincholikar
Cc: simh@trailing-edge.com
Subject: Re: [Simh] Unable to telnet to other hosts

Hey,

I think you're attaching the wrong Ethernet interface.

You've got it set to 'em1' when 
http://www.wherry.com/gadgets/retrocomputing/vax-simh.html has it set to 
'eth0.'  Not sure if this is what the problem is, just something I noticed.


Also, just a heads up. I've had a somewhat similar problem on VAXStation 3100 
running OpenVMS 7.3.

I couldn't TELNET to hosts, but could ping them and the error I would get is 
the same.

-TCPIP-E-NO_RECOVERY, unexpected name server failure

When I was trying to figure this out, I discovered that OpenVMS apparently 
wants a name attached to that host. So you need to give 192.168.0.37 a text 
name like "MYHOST" and then you'll be able to telnet with that name and (oddly) 
the IP address.

What you need to do is go into the tcpip configuration program.

$ TCPIP

TCPIP> SET HOST MYHOST /ADDRESS=192.168.0.37

TCPIP> SHOW HOST

This is how I fixed my little problem on real equipment. I had a working ping 
to a host, but no ability to TELNET.
___
Simh mailing list
Simh@trailing-edge.com
http://mailman.trailing-edge.com/mailman/listinfo/simh

[Simh] Beta 4 script feature/bug with set throttle n%

2013-11-05 Thread Terry Newton
Hello,

The new simh supports substitution using %, a nice feature
however it breaks scripts that use: set throttle [some number]%
A workaround is to use \% as in: set throttle 50\%
But would be better to ignore % unless a parameter is actually supplied,
then existing startup scripts (almost all of mine) don't have to be modified.

So, in scp.c I changed...

if (*ip == '%') {   /* sub? */

...to...

if ((*ip == '%') && (ip[1] != ' ') && (ip[1] != '\0')) { /* sub? */

...and set throttle 50% works correctly now, also fixes display commands
like 'echo Throttle is set to 50% now'. At least provided there's not a 
non-space
character after the %, otherwise substitution is triggered.

Terry Newton


___
Simh mailing list
Simh@trailing-edge.com
http://mailman.trailing-edge.com/mailman/listinfo/simh


Re: [Simh] Beta 4 script feature/bug with set throttle n%

2013-11-05 Thread Mark Pizzolato - Info Comm
On Tuesday, November 05, 2013 at 9:53 AM, Terry Newton wrote:
> Hello,
> 
> The new simh supports substitution using %, a nice feature however it
> breaks scripts that use: set throttle [some number]% A workaround is to use
> \% as in: set throttle 50\% But would be better to ignore % unless a
> parameter is actually supplied, then existing startup scripts (almost all of
> mine) don't have to be modified.
> 
> So, in scp.c I changed...
> 
> if (*ip == '%') {   /* sub? */
> 
> ...to...
> 
> if ((*ip == '%') && (ip[1] != ' ') && (ip[1] != '\0')) { /* sub? */
> 
> ...and set throttle 50% works correctly now, also fixes display commands like
> 'echo Throttle is set to 50% now'. At least provided there's not a non-space
> character after the %, otherwise substitution is triggered.

This is a good idea.  I've generalized it a little.  Only %'s followed by 
digits, alpha or * characters cause substitution, others are left as is.

Thanks.

- Mark

___
Simh mailing list
Simh@trailing-edge.com
http://mailman.trailing-edge.com/mailman/listinfo/simh


Re: [Simh] RT-11 bootable tape

2013-11-05 Thread Shoppa, Tim
It has been many years but I think there was a problem with the tape boot 
blocks in 5.6 that was fixed in 5.7.

Tim.

From: simh-boun...@trailing-edge.com [mailto:simh-boun...@trailing-edge.com] On 
Behalf Of Sander Reiche
Sent: Tuesday, November 05, 2013 10:14 AM
To: simh@trailing-edge.com
Subject: [Simh] RT-11 bootable tape

Hi all,

Trying to get an actual scsi tape running on a CQD220A on real iron(tm), but 
I'm still trying to figure things out. I was originally using Ersatz-11, but I 
though I'd give it a go on SimH.

When booted from a bootable simulated TK50(tk50.tap), it consistently halts on 
trying to run MDUP.Mx to further the "installation" of RT-11 from said tape.

Following a transcript:

PDP-11 simulator V3.9-0
sim> att rl0 rtv5rl.06
sim> att tq0 tk50.tap
TQ: creating new file
sim> b rl

RT-11FB  V05.06

.TYPE V5USER.TXT

   RT-11 V5.6

Installation  of  RT-11  Version  5.6 is complete and you are now running
RT-11 from your system volume.

.R MSCPCK
?MSCPCK-I-MU0-TK50  FW Rev Level is 005/HW Rev Level is 001
?MSCPCK-W-TQK50 controller below FW Rev 4/HW Rev 6

.ass mu0 kit

.ass dl0 bin

.$@mub

.$Load Bin,Kit

.$Ini/Que/Vol/File:Bin:MBOOT.BOT Kit:
MU0:/Initialize; Are you sure? Y
Volume ID? HU21J
Owner? MU 1/1

.$Cop Bin:MSBOOT.BOT Kit:/Pos:-1
 Files copied:
BIN:MSBOOT.BOT to KIT:MSBOOT.BOT

.$Cop Bin:MDUP.AI Kit:/Pos:-1
 Files copied:
BIN:MDUP.AIto KIT:MDUP.AI

.$Cop Bin:MDUP.MM Kit:/Pos:-1
 Files copied:
BIN:MDUP.MMto KIT:MDUP.MM

.$Cop Bin:MDUP.MS Kit:/Pos:-1
 Files copied:
BIN:MDUP.MSto KIT:MDUP.MS

.$Cop Bin:MDUP.MT Kit:/Pos:-1
 Files copied:
BIN:MDUP.MTto KIT:MDUP.MT

.$Cop Bin:MDUP.MU Kit:/Pos:-1
 Files copied:
BIN:MDUP.MUto KIT:MDUP.MU

..

.$Cop Bin:INDEX.IDX Kit:/Pos:-1
 Files copied:
BIN:INDEX.IDX  to KIT:INDEX.IDX

.$Unload Bin,Kit

sim> sh tq
TQ, TK50 (94MB), address=17774500-17774503, no vector, 4 units
  TQ0, attached to tk50.tap, write enabled, SIMH format, capacity=98MB
  TQ1, not attached, write enabled, SIMH format, capacity=98MB
  TQ2, not attached, write enabled, SIMH format, capacity=98MB
  TQ3, not attached, write enabled, SIMH format, capacity=98MB
sim> b tq

.MSBOOT V05.07
*MDUP.MU

Trap stack push abort, PC: 062462 (ADD (R1)+,52040(R2))
sim>

Am I doing something wrong?

regards,

Sander Reiche
___
Simh mailing list
Simh@trailing-edge.com
http://mailman.trailing-edge.com/mailman/listinfo/simh

Re: [Simh] RT-11 bootable tape

2013-11-05 Thread Sander Reiche
But it does seems to work in e11. Could be a hack, but I'll try V05.07
tomorrow.

re,

Sander
On Nov 5, 2013 10:56 PM, "Shoppa, Tim"  wrote:

>  It has been many years but I think there was a problem with the tape
> boot blocks in 5.6 that was fixed in 5.7.
>
>
>
> Tim.
>
>
>
> *From:* simh-boun...@trailing-edge.com [mailto:
> simh-boun...@trailing-edge.com] *On Behalf Of *Sander Reiche
> *Sent:* Tuesday, November 05, 2013 10:14 AM
> *To:* simh@trailing-edge.com
> *Subject:* [Simh] RT-11 bootable tape
>
>
>
> Hi all,
>
>
>
> Trying to get an actual scsi tape running on a CQD220A on real iron(tm),
> but I'm still trying to figure things out. I was originally using
> Ersatz-11, but I though I'd give it a go on SimH.
>
>
>
> When booted from a bootable simulated TK50(tk50.tap), it consistently
> halts on trying to run MDUP.Mx to further the "installation" of RT-11 from
> said tape.
>
>
>
> Following a transcript:
>
>
>
> PDP-11 simulator V3.9-0
>
> sim> att rl0 rtv5rl.06
>
> sim> att tq0 tk50.tap
>
> TQ: creating new file
>
> sim> b rl
>
>
>
> RT-11FB  V05.06
>
>
>
> .TYPE V5USER.TXT
>
>
>
>RT-11 V5.6
>
>
>
> Installation  of  RT-11  Version  5.6 is complete and you are now
> running
>
> RT-11 from your system volume.
>
>
>
> .R MSCPCK
>
> ?MSCPCK-I-MU0-TK50  FW Rev Level is 005/HW Rev Level is 001
>
> ?MSCPCK-W-TQK50 controller below FW Rev 4/HW Rev 6
>
>
>
> .ass mu0 kit
>
>
>
> .ass dl0 bin
>
>
>
> .$@mub
>
>
>
> .$Load Bin,Kit
>
>
>
> .$Ini/Que/Vol/File:Bin:MBOOT.BOT Kit:
>
> MU0:/Initialize; Are you sure? Y
>
> Volume ID? HU21J
>
> Owner? MU 1/1
>
>
>
> .$Cop Bin:MSBOOT.BOT Kit:/Pos:-1
>
>  Files copied:
>
> BIN:MSBOOT.BOT to KIT:MSBOOT.BOT
>
>
>
> .$Cop Bin:MDUP.AI Kit:/Pos:-1
>
>  Files copied:
>
> BIN:MDUP.AIto KIT:MDUP.AI
>
>
>
> .$Cop Bin:MDUP.MM Kit:/Pos:-1
>
>  Files copied:
>
> BIN:MDUP.MMto KIT:MDUP.MM
>
>
>
> .$Cop Bin:MDUP.MS Kit:/Pos:-1
>
>  Files copied:
>
> BIN:MDUP.MSto KIT:MDUP.MS
>
>
>
> .$Cop Bin:MDUP.MT Kit:/Pos:-1
>
>  Files copied:
>
> BIN:MDUP.MTto KIT:MDUP.MT
>
>
>
> .$Cop Bin:MDUP.MU Kit:/Pos:-1
>
>  Files copied:
>
> BIN:MDUP.MUto KIT:MDUP.MU
>
>
>
> ..
>
>
>
> .$Cop Bin:INDEX.IDX Kit:/Pos:-1
>
>  Files copied:
>
> BIN:INDEX.IDX  to KIT:INDEX.IDX
>
>
>
> .$Unload Bin,Kit
>
>
>
> sim> sh tq
>
> TQ, TK50 (94MB), address=17774500-17774503, no vector, 4 units
>
>   TQ0, attached to tk50.tap, write enabled, SIMH format, capacity=98MB
>
>   TQ1, not attached, write enabled, SIMH format, capacity=98MB
>
>   TQ2, not attached, write enabled, SIMH format, capacity=98MB
>
>   TQ3, not attached, write enabled, SIMH format, capacity=98MB
>
> sim> b tq
>
>
>
> .MSBOOT V05.07
>
> *MDUP.MU
>
>
>
> Trap stack push abort, PC: 062462 (ADD (R1)+,52040(R2))
>
> sim>
>
>
>
> Am I doing something wrong?
>
>
>
> regards,
>
>
>
> Sander Reiche
>
___
Simh mailing list
Simh@trailing-edge.com
http://mailman.trailing-edge.com/mailman/listinfo/simh