Home · Articles · Downloads · Hobby Wear · Forums · Web Links · News CategoriesFriday, March 29, 2024
Navigation
Home
Articles
Downloads
Hobby Wear
FAQ
Forums
Web Links
News Categories
Contact Us
Photo Gallery
OpenVMS Bigot
Search
Users Online
Guests Online: 4
No Members Online

Registered Members: 7,708
Newest Member: nifseg
Sponsors
Island Computer
View Thread
OpenVMS Hobbyist Program | VAX Systems Forums | VAX Software Forum
Page 2 of 2 < 1 2
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
39575927
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
39575927
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/
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
39575927
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/
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
39575927
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
39575927
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.
http://nbpfaus.net/~pfau/
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
39575927
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
39575927
Author RE: installing vms on simh -
imiller
Administrator

User Avatar

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
http://www.encompasserve.org/~miller/
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

smiley


marx
39575927
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
39575927
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
39575927
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
39575927
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...
smiley

thanks, Hoff





marx
39575927
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...
smiley


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
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 November 17 2008 09:24
Thanks Martin.
I´ll take a look on my config. too

smiley


marx
Edited by valdirfranco on November 17 2008 09:32
39575927
Page 2 of 2 < 1 2
Jump to Forum:
Login
Username

Password



Not a member yet?
Click here to register.

Forgotten your password?
Request a new one here.
Member Poll
Are you going to OpenVMS Boot Camp 2016?

Yes

No

You must login to vote.
Shoutbox
You must login to post a message.

malmberg
August 04 2022
No more VAX hobbyist licenses. Community licenses for Alpha/IA64/X86_64 VMS Software Inc. Commercial VMS software licenses for VAX available from HPE.

ozboomer
July 20 2022
Just re-visiting.. No more hobbyist licenses? Is that from vmssoftware.com, no 'community' licenses?

valdirfranco
July 01 2022
No more hobbyist license...sad

mister_wavey
February 12 2022
I recall that the disks failed on the public access VMS systems that included Fafner

parwezw
January 03 2022
Anyone know what happened to FAFNER.DYNDS.ORG? I had a hobbyist account here but can longer access the site.

gtackett
October 27 2021
Make that DECdfs _2.1A_ for Vax

gtackett
October 27 2021
I'm looking for DECdfs V2.4A kit for VAX. Asking here just in case anyone is still listening.

MarkRLV
September 17 2021
At one time, didn't this web site have a job board? I would love to use my legacy skills one last time in my career.

malmberg
January 18 2021
New Hobbyist PAKs for VAX/VMS are no longer available according to reports. Only commercial licenses are reported to be for sale from HPE

dfilip
January 16 2021
Can someone please point me to hobbyist license pak? I'm looking for VAX/VMS 7.1, DECnet Phase IV, and UCX/TCPIP ... have the 7.1 media, need the license paks ... thanks!

Bart
October 16 2020
OpenVMS, and this website!

malmberg
September 05 2020
VSI community non-commercial licenses for AXP/IA64 are available now.

malmberg
September 05 2020
See the forum about licensing. Don't know if HPE hobby licenses still being issued. Commercial licenses still being sold.

silfox70
September 01 2020
I need the license for OpenVMS7.3. Where can I find them?

malmberg
August 29 2020
Eisner, which is currently being moved, got an SSH update and the keys were updated to more modern encryption standards.

Shoutbox Archive