On Friday, January 11, 2013 10:06:37 PM UTC+1, Rich Alderson wrote:
> jmfbahciv <
XXX...@aol.com> writes:
> First thing that comes to mind to ask is whether or not SPRINT is being started
> in a SYSJOB sub-job at startup. Have a look at SYSJOB.INI to see whether the
> CDRIVE (card reader spooler) and SPRINT (card interpreter) programs from the
> GALAXY suite are being started at boot time. If not, have a look at the
> monitor installation guide (AA-P512C-TB), chapters 10 and 12, for details.
Hello,
First, I don't know how to use EDDT. My knownledge about PDP10 asm is near null.
I have added the CDRIVE and SPRINT startup to SYSJOB.INI (I think CDRIVE gets started automatically when I ussue the START READER 0 COMMAND from OPR, but I added it anyway):
type sy:sysjob.ini
SET DEFAULT ACCOUNT SYSTEM
LOG
FILDAE
LOG
ACTDAE
LOG
DAEMON
LOG ;GALAXY JOBS
QUASAR
LOG
CDRIVE
LOG
SPRINT
LOG
MIC
!Modern MICs (later than 11C(1231)) don't need this blank line, older ones do.
SPRINT gets started and appears in SYSTAT:
Job Who Line# What Size(P) State Run Time
1 [OPR] DET11 STOMPR 9+11 SL 1:31:48 01
3 [OPR] CTY SYSTAT 23+SPY RN 0
4 [OPR] DET11 FILDAE 17 HB SW 0
5 [OPR] DET11 ACTDAE 176+40 SL 0
6 [OPR] DET11 DAEMON 20+SPY SL 0
7 [OPR] DET11 QUASAR 118+40 SL 0
9 [OPR] DET11 PULSAR 66+40 HB SW 0
10 [OPR] DET11 SPRINT 30+40 SL 0
11 [OPR] DET11 ORION 114+40 SL 0
12 [OPR] DET11 MIC 5+15 SL 0
13 [OPR] DET11 CATLOG 147+40 HB SW 0
Note that CDRIVE is not there, but GALAXY seems to know about it:
PR>start reader 0
OPR>
11:33:55 Reader 0 -- Startup Scheduled --
OPR>
11:33:55 Reader 0 -- Not available right now --
OPR>
11:33:57 -- CDRIVE logging out --
All streams have been shutdown
OPR>
11:33:58 Reader 0 -- Not available right now --
OPR>
11:34:01 -- CDRIVE logging out --
All streams have been shutdown
OPR>
Eventually I get to the same situation (I have done a RESET of the CR from simh's console):
OPR>show status reader
OPR>
11:34:31 -- System Device Status --
Reader Status:
Unit Status
---- ---------------
0 No processor
OPR>config show hardware /unit
OPR>
11:35:13 CONFIG -- SHOW HARDWARE-CONFIGURATION --
Unit Record Device Configuration
Card reader configuration:
Device CPU
------ ---
CDR0 0
Line printer configuration:
Device CPU Type Status
------ --- ----- ------
LPT0 0 LP20 Online
OPR>
Could it be necessary to rebuild GALAXY?