[Simh] VHD support in SIMH

2016-03-25 Thread Robert Jarratt
I know that SIMH can support VHD files. But, can it support difference files using the VHD format? If so, how do you set it up? The reason I ask is that I use an online backup service, and every time I run SIMH it has to back up the whole virtual disk. It would help if it would only backup the

Re: [Simh] VHD support in SIMH

2016-03-25 Thread Mark Pizzolato
Differencing VHDs are supported. See sim> HELP RQ Attach for an example of how to create one. Once created you merely attach it. From: Simh [mailto:simh-boun...@trailing-edge.com] On Behalf Of Robert Jarratt Sent: Friday, March 25, 2016 6:32 AM To: simh@trailing-edge.com Subject: [Simh] VH

Re: [Simh] TU-56

2016-03-25 Thread Mark Pizzolato
On Thursday, March 24, 2016 at 5:44 PM, Johnny Billquist wrote: > On 2016-03-25 00:57, Christian Gauger-Cosgrove wrote: > > On 24 March 2016 at 19:20, Alan Frisbie wrote: > >> Because it *could* be done? > >> > > I wasn't sure, since I never actually worked with the real hardware. I > > assume the

[Simh] text from openvms

2016-03-25 Thread Bill Cunningham
I have been studying the best way to copy from a vax simulator with openvms to a linux host, text files. The Docs look like telnet and kermit are the way to do it. So is there not a device like ISO that I can copy TOO? I wouldn't think because cdrom is RO after all. and 'set rq writeenable'

Re: [Simh] text from openvms

2016-03-25 Thread Zachary Kline
Hi Bill, Kermit is definitely robust enough to do what you want. You could always do the “type the file to your terminal and copy paste,” dance too. That would work for text files particularly. ON OS X at least there’s a way to save terminal output to a text file as well. I don’t know about CDs

Re: [Simh] text from openvms

2016-03-25 Thread Bill Deegan
How about FTP? On Fri, Mar 25, 2016 at 11:27 AM, Zachary Kline wrote: > Hi Bill, > > Kermit is definitely robust enough to do what you want. You could always > do the “type the file to your terminal and copy paste,” dance too. That > would work for text files particularly. ON OS X at least there

Re: [Simh] text from openvms

2016-03-25 Thread Bill Cunningham
I don't want to get involved with FTP. That's setting up tcpip in VMS and lately I've been having terrible problems with that. I have set that aside. For now anyway. IDK about the old VMSs but openvms is new to me and I don't want to go too far too much. Thank's for the idea. My linux does have

Re: [Simh] text from openvms

2016-03-25 Thread Mark Pizzolato
If you want to go down the Kermit path you’ll need Kermit for the VMS side and you’ll need to find a way to get it into your simulated environment. From: Simh [mailto:simh-boun...@trailing-edge.com] On Behalf Of Bill Cunningham Sent: Friday, March 25, 2016 12:46 PM To: Bill Deegan ; simh@trailing

Re: [Simh] text from openvms

2016-03-25 Thread Bill Cunningham
OK. I will look into it. And see what I can do. - Original Message - From: Mark Pizzolato To: Bill Cunningham ; Bill Deegan ; simh@trailing-edge.com Sent: Friday, March 25, 2016 1:50 PM Subject: RE: [Simh] text from openvms If you want to go down the Kermit path you’ll need

Re: [Simh] text from openvms

2016-03-25 Thread Rich Alderson
> From: "Bill Cunningham" > Date: Fri, 25 Mar 2016 14:23:35 -0500 > I have been studying the best way to copy from a vax simulator with = > openvms to a linux host, text files. The Docs look like telnet and = > kermit are the way to do it. So is there not a device like ISO that I = > can copy

Re: [Simh] text from openvms

2016-03-25 Thread Bob Supnik
1. Attach a (new) host file to the simulated printer on VMS. 2. Print your VMS text file to file to the simulated printer. 3. Let some time elapse, to make sure the print spooler finishes. 4. Detach file from the simulated printer. 5. VMS text file is now on your host in the host file you specifi

Re: [Simh] text from openvms

2016-03-25 Thread khandy21yo
Most versions of Linux have a program  "dos2unix" and "unix2dos" for that problem. It may need to be installed, depending on which distribution you have. Sent from my Galaxy Tab® A Original message From: Bob Supnik Date: 03/25/2016 1:59 PM (GMT-07:00) To: simh@trailing-edge.

Re: [Simh] text from openvms

2016-03-25 Thread Bill Cunningham
I used, at lpt t.txt And all worked fine there. But print file.txt on VMS is not so simple. But that's another story. - Original Message - From: Bob Supnik To: simh@trailing-edge.com Sent: Friday, March 25, 2016 2:59 PM Subject: Re: [Simh] text from openvms 1. Attach a

Re: [Simh] TU-56

2016-03-25 Thread Pontus Pihlgren
On Fri, Mar 25, 2016 at 08:57:58AM -0700, Mark Pizzolato wrote: > > That said, the TC11/TU56 has been added to the VAX Unibus simulators > and confirmed that it works using the Andy Goldstein supplied driver. > That is pretty neat! Knowing that it works makes me want to scrounge up the hardware

[Simh] New Reference Guide

2016-03-25 Thread Ray Jewhurst
I updated my Simh Hardware Reference Guide for DEC machines. I didn't include the MicroVAX 1/2, the rtVAX and the VAX-11 730 and 750 yet. They will be in a future release. https://drive.google.com/file/d/0B7JZyoh_z-xecmhxbUFYcWh0VXM/view?usp=sharing __

Re: [Simh] text from openvms

2016-03-25 Thread Johnny Billquist
If you have problems with getting tcp/ip set up, it's nothing to what you'll have trying to get emulated CDs working cross operating systems, and getting files and directories in the correct format. I would *never* go down that path. kermit is going to be just as much problems in the end as we

Re: [Simh] text from openvms

2016-03-25 Thread Sergey Oboguev
One approach would be to simply use telnet client that can dump a session to a file or copy it to the clipboard, and then inside VMS do something like "COPY Q.TXT TXB1:" From: Mark Pizzolato To: Bill Cunningham ; Bill Deegan ; "simh@trailing-edge.com" Sent: Friday, March 25, 2016 11:

Re: [Simh] text from openvms

2016-03-25 Thread Bill Cunningham
The only thing I know I can do is to use 'type filename' and log that to a file attached to simh. That would take a very long time though. People tell me kermit in vms can be a pain. - Original Message - From: Sergey Oboguev To: Mark Pizzolato ; Bill Cunningham ; Bill Deegan ; si