[Info-vax] Out of diskspace :(

Paul Sture paul at sture.ch
Sat May 19 09:29:55 EDT 2012


On Fri, 18 May 2012 20:03:52 -0500, John E. Malmberg wrote:

> On 5/18/2012 11:18 AM, Single Stage to Orbit wrote:
>> Folks,
>>
>> What is the largest size for disks that SimH-vax supports? Currently
>> these are 2GB SCSI disks. Is there anything else larger I can configure
>> SimH-vax with?
> 
> I am not sure that the limit is, but I figured that 10 GB would be good
> enough.
> 
> View from the FreeAXP cluster node which can use GB notation: TOAD$DUA0:
>      Mounted              0  TOAD_VMS        9.51GB     1   2 TOAD$DUA1:
>      Mounted              0  TOAD_DATA      10.30GB     1   2
> 
> View from SimH/vax in blocks:
> TOAD$DUA0:      Mounted              0  TOAD_VMS      19944645   287   2
> TOAD$DUA1:      Mounted              0  TOAD_DATA     21611456     1   2
> 

Yes.  SimH version:

VAX simulator V3.9-0
sim> show version
VAX simulator V3.9-0 [64b data, 64b addresses, Ethernet support]

Here are the setup details for a shadowed disk I have under SimH:

In the SimH startup file:

-----------
set rqd0 rauser=6000
set rqd1 rauser=6000

.
.
.

att rqd0 data/dud0.dsk
att rqd1 /media/simh-data/dud1.dsk
-----------

at the Linux prompt:

$ ls -lh data/dud0.dsk
-rw-rw-r-- 1 simh simh 5.6G 2012-05-18 17:01 data/dud0.dsk

Within VMS:

$ write sys$output f$getdvi("DSA103:","maxblock")
11724000

Note: If you modify the size of a disk within the SimH startup parameter 
file between runs, you should assume that you cannot read the existing 
contents of that disk under VMS on the next run.  A better course of 
action is to create a brand new disk and transfer the old disk's data
onto the new one.

-- 
Paul Sture



More information about the Info-vax mailing list