b duaOn Thu, 2011-09-29 at 17:47 +0100, Rob Jarratt wrote:
-----Original
Message-----
From: cctalk-bounces at
classiccmp.org [mailto:cctalk-
bounces at
classiccmp.org] On Behalf Of joe heck
Sent: 29 September 2011 14:38
To: General Discussion: On-Topic and Off-Topic Posts
Subject: Migration from VAX 3100 to SIMH questions and looking for ideas
Hi,
Our 3100 is dying. Thinking of running SIMH. Big stumbling block is how
to
move the OS and files. I've used Kermit when
I've done this for RT11, but
that seems like torture for 8 Gb on two disks. Can't I just stick in a
SCSI
controller and use something like ODS2 to read
the SCSI drive and put them
into the new container? Thinking of using (probably) XP or Windows7.
Am I missing something here?
And, if I read it correctly, the only device that talks to the outside
world is
the ethernet connection in SIMH-vax. Well, that
will take care of pretty
much everything, I guesss, since we only have printers and terminals, and
I
can switch over to PCs with VT100 software.
Anybody been through this already and have some pointers?
thanks in advance
Joe Heck
Hmmm... SIMH does not support SCSI disks and so I *think* you can't have 4GB
virtual disks in SIMH.
I think you have to compile with the large file options, but I did
sim> set rqb enabled
sim> set rqb0 rauser=8192
sim> attach rqb0 test.dsk
RQB: creating new file
sim> b cpu
...
$ initialize dub0
$ show dev dub0/ful
Disk VAXTOY$DUB0:, device type RA82, is online, file-oriented device, shareable,
available to cluster, error logging is enabled.
Error count 0 Operations completed 129
Owner process "" Owner UIC [SYSTEM]
Owner process ID 00000000 Dev Prot S:RWPL,O:RWPL,G:R,W
Reference count 0 Default buffer size 512
Total blocks 16007168 Sectors per track 57
Total cylinders 18722 Tracks per cylinder 15
$
and it works ok, so 4G should be ok.
Brian