[Simh] vax tape Operator input on VMS

Lu, Mark LuMark at navcanada.ca
Wed Oct 27 09:25:40 EDT 2004


when i try to VAX-VMS5.5-2 BACKUP, i get the following message:

$ backup/image dua0: mua0:tq0.sav
%MOUNT-I-MOUNTED, TQ0 mounted on _MUA0:
%BACKUP-W-MOUNTERR, volume 1 on _MUA0 was not mounted because
 its label does not match the one requested
%BACKUP-I-OPERASSIST, operator assistance has been requested
%%%%%%%%%%%  OPCOM  27-OCT-2004 08:39:19.66  %%%%%%%%%%%
Request 1, from user SYSTEM
%BACKUP-W-MOUNTERR, volume 1 on _MUA0 was not mounted because
 its label does not match the one requested
 specify option (QUIT, NEW tape or OVERWRITE tape)

But then it just hangs there, and i cannot input the "QUIT, NEW tape or OVERWRITE" options.  (but i can ctrl-c).  Is there some "terminal" setup i am missing?

i was trying to use MUA0: attached to a blank tq0.tap file.
Here's my vax.ini for my linux simh:

load -r /vax/data/ka655.bin
;
; Attach non-volatile RAM to a file
attach nvr /vax/data/nvram.bin
;
; This virtual machine has 64M memory
set cpu 64m
;
; Define disk drive types. RA92 is largest-supported VAX drive.
set rq0 ra92
set rq1 ra92
set rq2 ra92
set rq3 cdrom
;
; Attach defined drives to local files
attach rq0 /vax/data/d0.dsk
attach rq1 /vax/data/d1.dsk
attach rq2 /vax/data/d2.dsk
;
; Attach the CD-ROM to its file (read-only)
;attach -r rq3 /vax/data/cd.iso
attach -r rq3 /dev/cdrom
set tq tk70
attach tq0 /vax/data/tq0.tap
;
; Disable unused devices. It's also possible to disable individual devices,
; using a construction like "set rq2 disable" if desired.
;
set rl disable
set ts disable
;
; Attach Ethernet to a network interface
set xq mac=00-01-03-2B-C0-04
attach xq eth0
;
; Now start the emulator
boot cpu




More information about the Simh mailing list