[Simh] Interdata OS/32 - adding disks

Davis Johnson davis at frizzen.com
Mon Feb 1 22:14:23 EST 2016


It doesn't jump out at me - the A009 status is device unavailable (a0) 
device not responding on bus (09).

My current SIMH system is down at the moment. If you have configured and 
attached the new disks like the existing one I don't know.

Your configuration may not be legal in the physical world.

The 40mb drive was an older oddball. I'm not as familiar with them. They 
may use the same controller as the 2.5 and 5 mb drives.

The 67 & 256 mb disks were contemporaries. They were SMD drives from CDC 
and everybody (including DEC) sold them.

There were two SMD controllers, older "MSM" and newer "IDC". The IDC 
controller relaxed some of the restrictions on mixing drives in the same 
string.

Try configuring multiple identical disks. I know that I've done that 
with SIMH.

On 2/1/2016 11:44 AM, Don Stalkowski wrote:
> I tried adding a couple of large disks by creating a new configuration
> file from OS32MTS1.SYS and changing the following lines:
>
> 41    DSC3:,FC,52,SELCH=F0,CONTR=FB    * 40-MB DISK (REMOVEABLE)
> 42    DSC4:,FC,53,SELCH=F0,CONTR=FB    * 67-MB DISK (REMOVEABLE)
> 43    DSC5:,FC,54,SELCH=F0,CONTR=FB    *256-MB DISK (REMOVEABLE)
>
> to
>
> 41    DSC3:,FD,54,SELCH=F0,CONTR=FB    *256-MB DISK (REMOVEABLE)
> 42    DSC4:,FC,53,SELCH=F0,CONTR=FB    * 67-MB DISK (REMOVEABLE)
> 43    DSC5:,FE,53,SELCH=F0,CONTR=FB    * 67-MB DISK (REMOVEABLE)
>
> The change is the device addresses and types in lines 41 and 43.
>
> The sysgen went ok and when I load the new OS, "D D" shows DSC3 and
> DSC5 on the new addresses.
>
> However, when I try to initialize DSC5 I get:
>
> sim> set dm1 msm80
> sim> att dm1 dm1.dsk
> sim> c
> L FASTCHEK
> TSKID = FASTCHEK
> *ST ,INIT=DSC5:,VOL=USR,LI=CON:
> *11:25:47   FASTCHEK:PERKIN-ELMER OS/32 FASTCHEK 03-344 R00-04
> *11:25:47   FASTCHEK:
> *11:25:47   FASTCHEK:INITIALIZE DSC5:  MODE = NOREADCHECK WITH WRITERECOV
> *11:25:47   FASTCHEK:    VOLUME USR    DIRECTORY FOR 640 FILES AT CYLINDE
> *11:25:47   FASTCHEK:
> *11:25:47   FASTCHEK:I/O ERROR ON LU 1 DSC5: FUNC=4C RAND=00000000
> *11:25:47   FASTCHEK:    STATUS=A009 DEVICE UNAVAILABLE
> *11:25:47   FASTCHEK:        WHILE ACCESSING VOLUME DESCRIPTOR
> *11:25:47   FASTCHEK:END OF TASK    10
>
> When I try DSC3 I get:
>
> *Simulation stopped, PC: 22CBA (BAL R12,19084)
> sim> set dm2 msm300
> sim> att dm2 dm2.dsk
> sim> c
> L FASTCHEK
> TSKID = FASTCHEK
> *ST ,INIT=DSC3:,VOL=USR,LI=CON:
>
> ; lots of output...
>
> *11:26:47   FASTCHEK:DEFECTIVE SECTOR AT 0014FF  (CHS=004/07/3F) STATUS 8
> *11:26:47   FASTCHEK:DEFECTIVE SECTOR AT 001500  (CHS=004/08/00) STATUS 8
> *11:26:47   FASTCHEK:DEFECTIVE SECTOR LIST OVERFLOW AFTER 5056 FOUND
> *11:26:47   FASTCHEK:END OF TASK    22
> *
>
> Any suggestions?
>
> Thanks, Don
>
> _______________________________________________
> Simh mailing list
> Simh at trailing-edge.com
> http://mailman.trailing-edge.com/mailman/listinfo/simh
>
>
>



More information about the Simh mailing list