Author |
RE: installing vms on simh - |
valdirfranco
Member
Posts: 73
Location: Indaiatuba-SP/Brazil
Joined: 18.06.08 |
Posted on September 16 2008 10:42 |
|
|
thanks...
I´ll work on it...I have just weekends to do this...
I have a amount of doubt, but I´ll try follow man´s/faq´s to see where I get going.
c u
|
|
Author |
RE: installing vms on simh - |
valdirfranco
Member
Posts: 73
Location: Indaiatuba-SP/Brazil
Joined: 18.06.08 |
Posted on September 21 2008 16:43 |
|
|
hello...
I think I´m getting some progress.
But trying to use edit, is a bit dificult since I got $ set term/vt100
$ edit
u92;\u92;[0mu92;[20lu92;)0a88;u92;[mu92;[2Ju92;[?3lu92;[;24ru92;=u92;[?6lu92;[?7lu92;[?8hu92;[24;Hu92;[Ju92;[Ku92;[21;80Hu92;[1Ju92;[;H[End of file]u92;[Ku92;[22;Hu92;[;7m Buffer: MAIN
| Write | Insert | Forward u92;[m
u92;[Ku92;[Ku92;[22Au92;>u92;[?7hu92;[;ru92;[mu92;[24;H
$ Is there any correct term type I can use? Itried vt100, vt102, vt52, ansi, ansi_crt, dec_crt, advanced_video, with no success...
marx
Edited by valdirfranco on September 21 2008 16:44 |
|
Author |
RE: installing vms on simh - |
martinv2
Member
Posts: 107
Location: Goslar, Germany
Joined: 02.10.07 |
Posted on September 21 2008 22:24 |
|
|
But trying to use edit, is a bit dificult since I got
...
Is there any correct term type I can use? Itried vt100, vt102, vt52, ansi, ansi_crt, dec_crt, advanced_video, with no success..
Errr... It's not enough to tell VMS the type of your terminal, you got to have such a terminal at the non-VMS side of the connection.
Re-read my comment of September 15 2008 03:29, get yourself PuTTY, and connect your terminal/operator's console to it.
cu,
Martin
http://de.openvms.org/martinv/ |
|
Author |
RE: installing vms on simh - |
valdirfranco
Member
Posts: 73
Location: Indaiatuba-SP/Brazil
Joined: 18.06.08 |
Posted on September 22 2008 00:56 |
|
|
Hello, Martin.
Yes, I saw your comments about PuTTY.
I got a manual about installing and configuring VMS (from Phil Wherry - a usefull manual), but I do not have tcpip configured (and no IP address). I think I must have a working tcpip to get PuTTy connection to vms. Or am I wrong?
I´ve used PuTTy to get access linux box, but that case I have my lan working ok. I dont try PuTTy because have no IP, and following the manual I told, the way to get tcpip correctly installed and working is to make some changes in some files using (unhappily...) edit.
I also got openvpn (not installed yet).
If any hint, please, will be appreciated.
cu
marx
marx
Edited by valdirfranco on September 22 2008 00:57 |
|
Author |
RE: installing vms on simh - |
martinv2
Member
Posts: 107
Location: Goslar, Germany
Joined: 02.10.07 |
Posted on September 22 2008 01:35 |
|
|
Yes, I saw your comments about PuTTY.
I got a manual about installing and configuring VMS (from Phil Wherry - a usefull manual), but I do not have tcpip configured (and no IP address). I think I must have a working tcpip to get PuTTy connection to vms. Or am I wrong?
Okay, I might not have been clear enough.
You'd only need TCP/IP on the windows box, and only localhost (127.0.0.1) configured. AFAIK, every windows has that. No VMS networking is involved (at this stage).
SIMH offers the possibility to bring up the VAX console not in the DOS box window you started SIMH in (INI file statement "SET CONSOLE NOTELNET" - the default), but rather on a telnet port (INI file statement "SET CONSOLE TELNET=portnumber). In other words: SIMH contains a Telnet server (listening on port portnumber), which - when you connect a telnet client to it - connects you to the VAX console.
So,
- insert a line
SET CONSOLE TELNET=12001
in your SIMH INI file (I chose port number 12001 randomly - pick your own).
- start your VAX emulator using that INI file. It will print
Waiting for console Telnet connection
- start PuTTY, configuring it to connect via telnet to 127.0.0.1 port 12001 (or the port you configured above), and you'll start seeing the VAX console commands in your PuTTY terminal window.
If you then boot your VMS system, the editor will work with the VT102 emulation that PuTTY offers.
cu,
Martin
http://de.openvms.org/martinv/ |
|
Author |
RE: installing vms on simh - |
valdirfranco
Member
Posts: 73
Location: Indaiatuba-SP/Brazil
Joined: 18.06.08 |
Posted on September 22 2008 01:52 |
|
|
Ok..Matin.
Maybe I misunderstood or loose some info in the way...
I didnt think about that point, localhost (my mistake)...
It is a very clear now...
In my mind, since I have a Vax/vms box, everything should work as a independent machine. I forgot that I am inside a emulator...and not a real vax hardware...I´ll do that.
thanks
cu
marx
marx
Edited by valdirfranco on September 22 2008 01:54 |
|
Author |
RE: installing vms on simh - |
valdirfranco
Member
Posts: 73
Location: Indaiatuba-SP/Brazil
Joined: 18.06.08 |
Posted on September 22 2008 05:49 |
|
|
Yes, Hoff. you´re sure.
I should be a little more decided and drop this WinXP out. I will.
c ya
marx |
|
Author |
RE: installing vms on simh - |
pfau
Member
Posts: 33
Location: North Brunswick, NJ
Joined: 12.03.08 |
Posted on September 22 2008 12:50 |
|
|
SIMH offers the possibility to bring up the VAX console not in the DOS box window you started SIMH in (INI file statement "SET CONSOLE NOTELNET" - the default), but rather on a telnet port (INI file statement "SET CONSOLE TELNET=portnumber).
You can also connect a serial line interface such as a DZ11 to a telnet port. Incoming connections to that port will be connected to ports on the interface. This would allow multiple users to access the machine at one time. This only requires TCP/IP support on the host machine. |
|
Author |
RE: installing vms on simh - |
valdirfranco
Member
Posts: 73
Location: Indaiatuba-SP/Brazil
Joined: 18.06.08 |
Posted on September 23 2008 10:41 |
|
|
This is a very brand new area to me. So, I must read a lot and understand how things work on VMS since my first goal is getting my OVMS/vax running smoothly.
After a good setup, graphical interface running ok, etc., I´ll try some stuff a bit advanced. But, thanks the hint..
marx |
|
Author |
RE: installing vms on simh - |
valdirfranco
Member
Posts: 73
Location: Indaiatuba-SP/Brazil
Joined: 18.06.08 |
Posted on September 30 2008 00:40 |
|
|
I think I´m making som progress, but I dont know how to see each package is for.
I´ve tried to install UCX license, unhappilly I loaded wrong license info.
So, there will be a license with no use. If I decide remove it, how to?
BTW, any manual describing how file system works under vms?
TIA
marx |
|
Author |
RE: installing vms on simh - |
imiller
Administrator
Posts: 277
Location: UK
Joined: 24.02.06 |
Posted on September 30 2008 03:17 |
|
|
file system - from the user point of view this is all described in extensive VMS documentation (http://www.hp.com/go/openvms/doc).
There is a book describing the file systems internals
"VMS File Systems Internals" book by Kirby McCoy
ISBN 1555580564
|
|
Author |
RE: installing vms on simh - |
valdirfranco
Member
Posts: 73
Location: Indaiatuba-SP/Brazil
Joined: 18.06.08 |
Posted on September 30 2008 05:54 |
|
|
thanks a lot...
I´m trying to get more familiar with navigation through files and dirs, and find the packages I want to install.
Of course, my experience is base on Windows, DOS, and Linux. The way the info are shown on vms is a bit different than theses others I said.
Even so, I´m glad the system is booting. I can add user, (hardly) use edit (tpu or edt)...
Just when things dont happen as expected I get into doubt...
Anyway I´ll try info above you gave me...
c ya
marx |
|
Author |
RE: installing vms on simh - |
valdirfranco
Member
Posts: 73
Location: Indaiatuba-SP/Brazil
Joined: 18.06.08 |
Posted on October 09 2008 08:41 |
|
|
Hi..
I dont remember where I saw, but it seems that simh doesnt support X. Is this correct? Do I need to run a Xclient on another machine?
tnx
marx |
|
Author |
RE: installing vms on simh - |
valdirfranco
Member
Posts: 73
Location: Indaiatuba-SP/Brazil
Joined: 18.06.08 |
Posted on October 09 2008 15:14 |
|
|
Ok, Hoff.
Thanks a lot.
The mess wasnt intentional. My fault.
marx |
|
Author |
RE: installing vms on simh - |
valdirfranco
Member
Posts: 73
Location: Indaiatuba-SP/Brazil
Joined: 18.06.08 |
Posted on November 15 2008 06:48 |
|
|
Hi, everybody...I know this isnt the right place to post my question (sorry Hoff)
following as Martin told...(thanks martin)
A graphical environment (i.e. DECwindows) will only work with SIMH when you use the networking variant of SIMH, configure TCP/IP and DECwindows correctly, and - to connect to an X server local to the host machine (to be installed, too, at least for Windows!) - install and configure correctly the OpenVPN TAP-Win32 adapter.
It is working, a tap bridge was created, but I cant see how to connect both ethernet. Anyone with experience on this, I´m asking some hint.
thanks.
marx
Edited by valdirfranco on November 15 2008 07:21 |
|
Author |
RE: installing vms on simh - |
valdirfranco
Member
Posts: 73
Location: Indaiatuba-SP/Brazil
Joined: 18.06.08 |
Posted on November 15 2008 12:29 |
|
|
Based on what was included so far, I don't know what has been configured for pcap or OpenVPN or OpenVMS VAX or TCP/IP Services or..., nor what is or is not working here..., or what particular Windows configuration...
Ok, ...
Also ensure the Windows binaries you have downloaded have been built with Ethernet support; see the simh web site for details, and see the simh FAQ (PDF).
Yes, I got it with ethernet support.
The simh FAQ points to loading pcap and (if you rummage a little) to the OpenVPN TAP device to communicate (without hitting the Ethernet) between the emulator and the Windows host.
I must be loosing something in the way...I´ll re-read the docs again.
I´m not going to take this subject to long, since it´s out of scope.
Just ...get no success from here. I´m thinking on a second ethernet and see what happens.
Tcp under vax was configured with success. Just no connection with real world. Stand alone box.
I´ll keep going...
thanks, Hoff
marx |
|
Author |
RE: installing vms on simh - |
martinv2
Member
Posts: 107
Location: Goslar, Germany
Joined: 02.10.07 |
Posted on November 16 2008 19:29 |
|
|
I must be loosing something in the way...I´ll re-read the docs again.
I´m not going to take this subject to long, since it´s out of scope.
Just ...get no success from here. I´m thinking on a second ethernet and see what happens.
Tcp under vax was configured with success. Just no connection with real world. Stand alone box.
I´ll keep going...
So you have a SIMH built with Ethernet support, and you have the OpenVPN TAP driver installed. So far, so good.
I'll just show my configuration as an example:
C:\> ipconfig
Windows-IP-Konfiguration
Ethernetadapter LAN-Verbindung 3:
Verbindungsspezifisches DNS-Suffix:
IP-Adresse. . . . . . . . . . . . : 192.168.11.100
Subnetzmaske. . . . . . . . . . . : 255.255.255.0
Standardgateway . . . . . . . . . :
Ethernetadapter LAN-Verbindung:
Verbindungsspezifisches DNS-Suffix:
IP-Adresse (Autokonfig.). . . . . : 192.168.0.100
Subnetzmaske. . . . . . . . . . . : 255.255.255.0
Standardgateway . . . . . . . . . :
Ethernetadapter Drahtlose Netzwerkverbindung:
Verbindungsspezifisches DNS-Suffix: Speedport_W_500
IP-Adresse. . . . . . . . . . . . : 192.168.2.100
Subnetzmaske. . . . . . . . . . . : 255.255.255.0
Standardgateway . . . . . . . . . : 192.168.2.1
The "Ethernetadapter LAN-Verbindung 3" is the TAP driver. As you can see, it's on its own private (class C) network.
"Ethernetadapter LAN-Verbindung" is the ethernet card (wired into my home network), and "Ethernetadapter Drahtlose Netzwerkverbindung" is the WLAN port, connecting me to DSL.
Now, inside SIMH this looks like:
C:\> vax
VAX simulator V3.8-0
sim> show xq eth
WinPcap version 4.0.2 (packet.dll version 4.0.0.1040), based on libpcap version 0.9.5
ETH devices:
0 \Device\NPF_GenericDialupAdapter (Adapter for generic dialup and VPN capture)
1 \Device\NPF_{5AABD590-FA23-403A-A236-75F3624AFC88} (LAN-Verbindung 3)
2 \Device\NPF_{5B1F9EE4-9DB6-4DF8-8215-282D9F72F7BC} (LAN-Verbindung)
3 \Device\NPF_{3774959C-0120-4385-A499-356FDB79CFAE} (Drahtlose Netzwerkverbindung)
sim>
So I configured SIMH (i.e. in VAX.INI) like this:
; (LAN-Verbindung)
SET XQ ENABLED
SET XQ MAC=08-00-2B-AA-BB-CC
SET XQ TYPE=DELQA
ATTACH XQ0 \Device\NPF_{5B1F9EE4-9DB6-4DF8-8215-282D9F72F7BC}
;
; (LAN-Verbindung 3)
SET XQB ENABLED
SET XQB MAC=08-00-2B-AA-BB-CE
SET XQB TYPE=DELQA
ATTACH XQB0 \Device\NPF_{5AABD590-FA23-403A-A236-75F3624AFC88}
With that, VMS sees two ethernet devices XQA0 and XQB0 for which I set up TCP/IP like:
$ tcpip show interface
Packets
Interface IP_Addr Network mask Receive Send MTU
LO0 127.0.0.1 255.0.0.0 0 0 4096
QE0 192.168.0.6 255.255.255.0 115 3 1500
QE1 192.168.11.6 255.255.255.0 114 1 1500
Here, QE0 corresponds to XQA0 (which connects me to my home network through the ethernet card), and QE1 is TCP/IP's name for XQB0 (which connects to the host system through TAP).
HTH,
Martin
http://de.openvms.org/martinv/
Edited by martinv2 on November 16 2008 23:24 |
|
Author |
RE: installing vms on simh - |
valdirfranco
Member
Posts: 73
Location: Indaiatuba-SP/Brazil
Joined: 18.06.08 |
Posted on November 17 2008 09:24 |
|
|
Thanks Martin.
I´ll take a look on my config. too
marx
Edited by valdirfranco on November 17 2008 09:32 |
|