; HP2100A Disc File (2883) (DSN 111001, 24396-13601_Rev-1713), multiple unit test echo echo echo ----------------------------------------------------- echo DSN 111001 - HP2100A Disc File (2883) (multiple unit) echo ----------------------------------------------------- echo echo Loading the diagnostic. echo Expect halt 102077 if successful. deposit A 111001 deposit B 000000 reset go 120 assert T=102077 ; Verify the DSN. echo echo Verifying DSN 111001. deposit M 126 assert T=111001 echo echo Initializing the diagnostic. echo Expect halt 107001 for user intervention. attach -N DQC0 scratch.U0.2883.disc attach -N DQC1 scratch.U1.2883.disc reset go 100 assert T=107001 ; Configure the diagnostic. echo echo Configuring the diagnostic. echo Expect halt 107077 for user intervention. deposit S 002411 go assert T=107077 ; Start the diagnostic. echo echo Executing the diagnostic. echo Expect message "H65 PASS 0002" echo deposit S 000400 go until "PASS 0002\r\n" ; End of the diagnostic. ; ; Restore the hardware configuration. detach DQC0 detach DQC1 delete scratch.U0.2883.disc delete scratch.U1.2883.disc