I have been playing around with a SimH PDP-11/24 running RSX-11M-Plus 4.6 from 2016. A fairly complete installation with DECnet networking, BASIC PLUS 2, DIBOL, PASCAL, C AND COBOL language support, it was nonetheless missing TCP/IP connectivity. This month I finally got around to giving it a refresh, upgrading to a PDP-11/93 (the fastest QBUS PDP-11) with dual network adapters and a DPV11 line for DDCMP. (SimH support for DPV11 is, however, currently a work in progress; hopefully a future version of SimH will incorporate complete DPV11 support to allow some fun with DDCMP without having to switch to UNIBUS machine).
Thanks to the efforts of others, I did not have to reinstall RSX from grounds up once again. A fully configured PDP-11/70 including BQTCP and lots of software is available for download at www.rsx11m.com (look for the links saying "Download PiDP-11 DU0 RSX11M+ V4.6 w/ BQ TCP/IP" and "Download PiDP-11 DU1 containg RSX Sig Tapes"). This distribution, itself based on the PiDP-11 project distribution, is perfect for starting off a UNIBUS PDP-11/70 machine ripe for SYSGEN/NETGEN/IPGEN into whatever PDP-11 model one desires.
The following SYSGEN, NETGEN and IPGEN phases were performed on a fresh install of the downloaded and configured PDP-11/70. LB:[1,2]LOGIN.TXT in the logs below still show "PiDP-11/70 PiDP11" and was corrected later on.
SYSGEN
SYSGEN does not allow for more than one ethernet adapter. The NETGEN procedure, however, does allow dual network adapters. For SYSGEN, the answer is 1 for this question:
>; XE: controller: DEUNA
>;
>; The Digital Equipment UNIBUS Network Adapter (DEUNA) is a data
>; communications controller used to interface PDP-11 family computers
>; to the Ethernet local area network.
>;
>* CP8504 How many DEUNA Ethernet controllers do you have? [O R:0-1 D:0]: 1
# --- | |
# SYSGEN | |
# PDP-11 with two ethernet Adapters: One for DECnet and one for TCP/IP on a | |
# PDP-11/93 RSX-11M-PLUS Version 4.6 Base level 87 (QBUS, 2 x DEQNA) | |
# --- | |
# ----- | |
# 31.34_NANAJU is simply a link to the SimH PDP11 binary | |
# 31.34_NANAJU.ini is the SimH configuration file | |
# ----- | |
/home/linuxuser/simh.run/pdp11-93/bin $ cat 31.34_NANAJU.ini | |
; NODE NANAJU (31.34) | |
; PDP-11/93, RSX-11M-PLUS | |
set console log=../data/NANAJU-console.log | |
set cpu 11/93 | |
set cpu 4M | |
set clk 60hz | |
;set system jclk_dflt=60hz | |
;set cpu idle | |
;The PDP-11/93 was part of the last generation of DEC-produced PDP-11's; it | |
; was QBUS only, its UNIBUS-capable twin being the PDP-11/94. Both used the | |
; KDJ11-E CPU. It ran at 1 VUPS, making the 93/94 the fastest PDP-11. | |
; 1 VUPS = 500kips | |
;set throttle 500k | |
set throttle 1800k | |
show cpu | |
show throttle | |
;First network adapter - DECnet only, 31.34 | |
; delqa/deqna vector is o/s configured, not available at boot | |
set xq enabled | |
set xq type=deqna | |
set xq mac=AA-00-04-00-22-7C | |
attach xq vde:/tmp/vde-dnet.ctl | |
show xq | |
;Second network adapter - IP only, 10.42.2.39 | |
; delqa/deqna vector is o/s configured, not available at boot | |
set xqb enabled | |
set xqb type=deqna | |
; SANYALnet Labs convention for MAC address of simulator network adapters | |
; carrying TCP/IP traffic is 08-00-2B-2A-02-HH where HH = last byte of IP | |
; address in Hex. This makes the last three bytes of the IP address (42.2.DDD) | |
; same as the last three bytes of the MAC address. | |
set xqb mac=08-00-2B-2A-02-27 | |
attach xqb vde:/tmp/vde-ip.ctl | |
show xqb | |
set dli disable | |
set dlo disable | |
set hk disable | |
set rk disable | |
set hk disable | |
set rp disable | |
set rx disable | |
set ptr disable | |
set ptp disable | |
set tm disable | |
set tu disable | |
set xu disable | |
set rq enable | |
set rq0 RD54 | |
attach rq0 ../data/NANAJU_RSX_DU0.dsk | |
set rq1 RD54 | |
attach -r rq1 ../data/NANAJU_RSX_DU1.dsk | |
set rq2 disable | |
set rq3 disable | |
show rq | |
set rl enabled | |
; | |
set rl0 RL02 | |
set rl0 locked | |
; Johnny's BQTCP distribution disk: | |
attach -r rl0 ../data/tcpip.dsk | |
; | |
;set rl1 locked | |
set rl1 RL02 | |
;attach rl1 ../data/some-disk.dsk | |
; | |
;set rl2 locked | |
set rl2 RL02 | |
;attach rl2 ../data/some-disk.dsk | |
; | |
;set rl3 locked | |
set rl3 RL02 | |
;attach rl3 ../data/some-disk.dsk | |
show rl | |
set tq enable | |
;set tq tu81 | |
set tq tk50 | |
set tq0 format=tpc | |
set tq0 locked | |
;attach tq0 ../data/some-tape.tap | |
set tq1 disable | |
set tq2 disable | |
set tq3 disable | |
show tq | |
set dz enable | |
set dz lines=8 | |
;set dz address=17760030 | |
;set dz vec=330 | |
attach dz 3134 | |
show dz | |
set lpt enable | |
attach lpt ../data/line-printer.txt | |
show lpt | |
; Turn on the DPV network device and lines | |
; NOTE: SimH support for DPV11 is incomplete; DDCMP over DPV11 does not work yet | |
set dpv enabled | |
set dpv lines=1 | |
attach dpv0 31340,tcp,connect=192.168.31.34:31341 | |
show dpv | |
echo ___________________________________ | |
echo DEVICE SUMMARY | |
echo ___________________________________ | |
show dev | |
echo ___________________________________ | |
echo | |
echo ___________________________________ | |
echo CPU IOSPACE | |
echo ___________________________________ | |
show cpu iospace | |
echo ___________________________________ | |
echo | |
echo ___________________________________ | |
echo SANYALnet Labs | |
echo NANAJU PDP-11/93 RSX-11M-PLUS | |
echo ___________________________________ | |
echo On boot, enter time/date and answer the | |
echo prompts to start LAT and TCP/IP | |
echo ___________________________________ | |
echo Now boot rq0 | |
boot rq0 | |
exit simh when PDP11/94 halts | |
detach all | |
reset all | |
echo Game over, thanks for playing RSX-11M-Plus | |
exit | |
/home/linuxuser/simh.run/pdp11-93/bin $ | |
/home/linuxuser/simh.run/pdp11-93/bin $ ./31.34������������_NANAJU | |
removed '../data/NANAJU-console.log' | |
PDP-11 simulator V4.0-0 Current simh git commit id: 4c44975e | |
Logging to file "../data/NANAJU-console.log" | |
Disabling RK | |
Disabling HK | |
Disabling TM | |
CPU 11/93, NOCIS, autoconfiguration enabled, idle disabled | |
4088KB | |
Throttle: 1800 kiloinstructions | |
Throttle State: Waiting for Init - wait: 0 | |
/home/linuxuser/simh.run/pdp11-93/bin $ /31.34_NANAJU.ini-25> attach xq vde:/tmp/vde-dnet.ctl | |
Eth: opened OS device vde:/tmp/vde-dnet.ctl | |
XQ address=17774440-17774457, no vector, BR5, MAC=AA:00:04:00:22:7C | |
type=DEQNA, polling=disabled, sanity=OFF | |
throttle=disabled, leds=(ON,ON,ON) | |
attached to vde:/tmp/vde-dnet.ctl | |
/home/linuxuser/simh.run/pdp11-93/bin $ /31.34_NANAJU.ini-36> attach xqb vde:/tmp/vde-ip.ctl | |
Eth: opened OS device vde:/tmp/vde-ip.ctl | |
XQB address=17774460-17774477, no vector, BR5, MAC=08:00:2B:2A:02:27 | |
type=DEQNA, polling=disabled, sanity=OFF | |
throttle=disabled, leds=(ON,ON,ON) | |
attached to vde:/tmp/vde-ip.ctl | |
/home/linuxuser/simh.run/pdp11-93/bin $ /31.34_NANAJU.ini-54> attach rq0 ../data/NANAJU_RSX_DU0.dsk | |
RQ0: '../data/NANAJU_RSX_DU0.dsk' Contains an ODS1 File system | |
RQ0: Volume Name: RSX11MPBL87 Format: DECFILE11A Sectors In Volume: 615000 | |
/home/linuxuser/simh.run/pdp11-93/bin $ /31.34_NANAJU.ini-56> attach -r rq1 ../data/NANAJU_RSX_DU1.dsk | |
RQ1: Unit is read only | |
RQ1: '../data/NANAJU_RSX_DU1.dsk' Contains an ODS1 File system | |
RQ1: Volume Name: DECUS Format: DECFILE11A Sectors In Volume: 3360000 | |
RQ address=17772150-17772153, no vector, BR5, RQDX3, 4 units | |
RQ0 314MB, attached to ../data/NANAJU_RSX_DU0.dsk, write enabled | |
RD54, UNIT=0, autosize | |
RAW format | |
RQ1 1720MB, attached to ../data/NANAJU_RSX_DU1.dsk, read only, write locked | |
RD54, UNIT=1, autosize | |
RAW format | |
/home/linuxuser/simh.run/pdp11-93/bin $ /31.34_NANAJU.ini-66> attach -r rl0 ../data/tcpip.dsk | |
RL0: Unit is read only | |
RL0: '../data/tcpip.dsk' Contains an ODS1 File system | |
RL0: Volume Name: TCPIP Format: DECFILE11A Sectors In Volume: 20480 | |
RL RLV12, address=17774400-17774411, vector=160, BR5, 4 units | |
RL0 5242KW, attached to ../data/tcpip.dsk, read only, on line | |
write locked, RL02, autosize | |
RAW format | |
RL1 5242KW, not attached, on line | |
write enabled, RL02, autosize | |
AUTO detect format | |
RL2 5242KW, not attached, on line | |
write enabled, RL02, autosize | |
AUTO detect format | |
RL3 5242KW, not attached, on line | |
write enabled, RL02, autosize | |
AUTO detect format | |
TQ TK50 (94MB), address=17774500-17774503, no vector, BR5, 4 units | |
TQ0 not attached, write locked, UNIT=0 | |
TPC format, capacity=98MB | |
/home/linuxuser/simh.run/pdp11-93/bin $ /31.34_NANAJU.ini-96> attach dz 3134 | |
Listening on port 3134 | |
DZ address=17760100-17760117*, vector=300-314*, BR5, lines=8 | |
attached to 3134, 8b, 0 current connections | |
LPT address=17777514-17777517, vector=200, BR4 | |
attached to ../data/line-printer.txt | |
/home/linuxuser/simh.run/pdp11-93/bin $ /31.34_NANAJU.ini-106> attach dpv0 31340,tcp,connect=192.168.31.34:31341 | |
Line 0 Listening on port 31340 | |
DPV address=17760310-17760317*, vector=320-324*, BR5, lines=1 | |
attached to Line=0,31340,Connect=192.168.31.34:31341, speed=0 (unrestricted), No Corruption | |
W3 Jumper Installed, W5 Jumper Removed, W6 Jumper Installed | |
___________________________________ | |
DEVICE SUMMARY | |
___________________________________ | |
PDP-11 simulator configuration | |
CPU 11/93, NOCIS, autoconfiguration enabled, idle disabled | |
SYSTEM | |
RHA disabled | |
RHB disabled | |
RHC disabled | |
CLK 60Hz, address=17777546-17777547, vector=100, BR6 | |
PCLK disabled | |
PTR disabled | |
PTP disabled | |
TTI 7p, address=17777560-17777563, vector=60, BR4 | |
TTO 7p, address=17777564-17777567, vector=64, BR4 | |
TDC disabled | |
CR disabled | |
LPT address=17777514-17777517, vector=200, BR4 | |
DLI disabled | |
DLO disabled | |
DCI disabled | |
DCO disabled | |
DZ address=17760100-17760117*, vector=300-314*, BR5, lines=8 | |
VH disabled | |
RC disabled | |
RF disabled | |
RK disabled | |
RL RLV12, address=17774400-17774411, vector=160, BR5, 4 units | |
HK disabled | |
RX disabled | |
RY disabled | |
RP disabled | |
RS disabled | |
RQ address=17772150-17772153, no vector, BR5, RQDX3, 4 units | |
RQB disabled | |
RQC disabled | |
RQD disabled | |
TC disabled | |
TM disabled | |
TS disabled | |
TQ TK50 (94MB), address=17774500-17774503, no vector, BR5, 4 units | |
TU disabled | |
TA disabled | |
VT disabled | |
XQ address=17774440-17774457, no vector, BR5, MAC=AA:00:04:00:22:7C | |
type=DEQNA, polling=disabled, sanity=OFF | |
throttle=disabled, leds=(ON,ON,ON) | |
XQB address=17774460-17774477, no vector, BR5, MAC=08:00:2B:2A:02:27 | |
type=DEQNA, polling=disabled, sanity=OFF | |
throttle=disabled, leds=(ON,ON,ON) | |
XU disabled | |
XUB disabled | |
KG disabled | |
DMC disabled | |
DUP disabled | |
DPV address=17760310-17760317*, vector=320-324*, BR5, lines=1 | |
KDP disabled | |
KE disabled | |
ROM 4 units | |
CH disabled | |
NG disabled | |
DAZ disabled | |
___________________________________ | |
___________________________________ | |
CPU IOSPACE | |
___________________________________ | |
Address Vector BR # Device | |
-------------------- -------- -- - ------ | |
17760100 - 17760117* 300-314 5 2 DZ | |
17760310 - 17760317* 320-324 5 1 DPV | |
17772150 - 17772153 5 1 RQ | |
17772200 - 17772277 1 CPU | |
17772300 - 17772317 1 CPU | |
17772320 - 17772337 1 CPU | |
17772340 - 17772357 1 CPU | |
17772360 - 17772377 1 CPU | |
17772516 - 17772517 1 CPU | |
17774400 - 17774411 160 5 1 RL | |
17774440 - 17774457 5 1 XQ | |
17774460 - 17774477 5 1 XQB | |
17774500 - 17774503 5 1 TQ | |
17777514 - 17777517 200 4 1 LPT | |
17777520 - 17777527 1 CPU | |
17777546 - 17777547 100 6 1 CLK | |
17777560 - 17777563 060 4 1 TTI | |
17777564 - 17777567 064 4 1 TTO | |
17777572 - 17777577 1 CPU | |
17777600 - 17777617 1 CPU | |
17777620 - 17777637 1 CPU | |
17777640 - 17777657 1 CPU | |
17777660 - 17777677 1 CPU | |
17777740 - 17777775 1 CPU | |
17777776 - 17777777 1 CPU | |
___________________________________ | |
___________________________________ | |
SANYALnet Labs | |
NANAJU PDP-11/93 RSX-11M-PLUS | |
___________________________________ | |
On boot, enter time/date and answer the | |
prompts to start LAT and TCP/IP | |
___________________________________ | |
Now boot rq0 | |
RSX-11M-PLUS V4.6 BL87 2044.KW System:"PIDP11" | |
>RED DU:=SY: | |
>RED DU:=LB: | |
>RED DU:=SP: | |
>MOU DU0:"RSX11MPBL87"/LRU=14/WIN=30/ACP=UNIQUE | |
>@DU:[1,2]STARTUP | |
>; | |
>; Executing LB:[1,2]STARTUP.CMD | |
>; | |
>; | |
Z[c | |
>TIM /SYNC | |
>;'PLEASE enter Time and Date ' | |
>* (Default:12-DEC-2021 03:57) [S D:"09:30 30-DEC-2018" T:1M]: 12-DEC-2021 03:57 | |
>; .ASKS $TIME Please enter time and date (Default:12-DEC-2021 03:57) | |
>TIME 12-DEC-2021 03:57 | |
>ACS SY:/BLKS=1024. | |
>CON DIS CONT ATTR | |
SYS | |
PDP-11/93, EIS,QBUS,D-Space,Cache,TOY,FPP, | |
Clock=KW11-L, $TKPS=60., $TTPRM=000002, Cache_control=000001 | |
YLA | |
Csr=177560, Vector=000060, Pri=000005, Urm=000001 | |
YLB | |
Csr=160010, Vector=000310, Pri=000005, Urm=000001 | |
YLC | |
Csr=160020, Vector=000320, Pri=000005, Urm=000001 | |
YZA | |
Csr=160030, Vector=000330, Pri=000005, Urm=000001 | |
DKA | |
Csr=177404, Vector=000220, Pri=000005, Urm=000001 | |
DLA | |
Csr=174400, Vector=000160, Pri=000005, Urm=000001 | |
DUA | |
Csr=172150, Vector=000154, Pri=000005, Urm=000001 | |
MUA | |
Csr=174500, Vector=000260, Pri=000005, Urm=000001 | |
CRA | |
Csr=177160, Vector=000230, Pri=000006, Urm=000001 | |
MSA | |
Csr=172522, Vector=000224, Pri=000005, Urm=000001 | |
DYA | |
Csr=177170, Vector=000264, Pri=000005, Urm=000001 | |
DDA | |
Csr=176500, Vector=000300, Pri=000004, Urm=000001 | |
LPA | |
Csr=177514, Vector=000200, Pri=000004, Urm=000001 | |
PPA | |
Csr=177554, Vector=000074, Pri=000004, Urm=000001 | |
PRA | |
Csr=177550, Vector=000070, Pri=000004, Urm=000001 | |
>CON ONLINE ALL | |
>ELI /LOG/LIM | |
>CLI /INIT=DCL/CTRLC/DPR="<15><12>/$ /" | |
>INS LB:[1,1]RMSRESAB.TSK/RON=YES/PAR=GEN | |
>INS LB:[1,1]RMSLBL.TSK/RON=YES/PAR=GEN | |
>INS LB:[1,1]RMSLBM.TSK/RON=YES/PAR=GEN | |
>INS LB:[3,54]RMSCNV.TSK | |
>INS LB:[3,54]RMSDSP.TSK | |
>INS $QMGCLI | |
>INS $QMGCLI/TASK=...PRI | |
>INS $QMGCLI/TASK=...SUB | |
>QUE /START:QMG | |
>INS $QMGPRT/TASK=PRT.../SLV=NO | |
>START/ACCOUNTING | |
>QUE BAP0:/BATCH | |
>QUE BAP0:/AS:BATCH | |
>SET /COLOG=ON | |
>ASN LB:=XX: | |
>SET /NETUIC=[5,54] | |
>SET /UIC=[1,54] | |
>PIP LB:[5,54]NNS.TMP;*/PR/SY:D/NM | |
>PIP LB:[1,54]NNS.TMP;*/DE/NM | |
>SET /UIC=[200,200] | |
>ASN XX:=LB: | |
>SET /SYSUIC=[5,54] | |
>LOA NN:/VEC | |
>CON ONL NN: | |
>SET /SYSUIC=[1,54] | |
>ASN =LB: | |
>INS XX:[5,54]SCPFSL | |
>INS XX:[5,54]NNS | |
>;INS XX:[5,54]NNCFSL | |
>SCP START FROM XX:[5,54] SIL (I) | |
>INS XX:[5,54]NTINIT | |
>INS XX:[5,54]NTL | |
>INS XX:[5,54]MLD | |
>INS XX:[5,54]EVC | |
>INS XX:[5,54]NCPFSL | |
>; INS XX:[5,54]CFEFSL | |
>; INS XX:[5,54]VNP | |
>INS XX:[5,54]NMVACP | |
>SET /SYSUIC=[5,54] | |
>ASN XX:=LB: | |
>LOA NM:/HIGH/VEC | |
>CON ONL NM: | |
>ASN =LB: | |
>SET /SYSUIC=[1,54] | |
>INS XX:[5,54]LOO | |
>INS XX:[5,54]LOO/TASK=LOO... | |
>INS XX:[5,54]EVFFSL | |
>INS XX:[5,54]NETACP | |
>INS XX:[5,54]RCP1 | |
>INS XX:[5,54]RCP2 | |
>INS XX:[5,54]NICE | |
>INS XX:[5,54]EVR | |
>INS XX:[5,54]NTD | |
>INS XX:[5,54]NTDEMO | |
>INS XX:[5,54]LIN | |
>INS XX:[5,54]MIR | |
>INS XX:[5,54]NVPFSL | |
>INS XX:[5,54]DLLFSL | |
>INS XX:[5,54]DUM | |
>INS XX:[5,54]CCR | |
>INS XX:[5,54]HLD/UIC=[5,54] | |
>INS XX:[5,54]NFTFSL | |
>INS XX:[5,54]FTSFSL | |
>INS XX:[5,54]FTSDEQFSL | |
>SET /UIC=[1,1] | |
>PIP LB:[0,0]001004.DIR/PR:0 | |
>SET /UIC=[200,200] | |
>QUE FTSQUE:/CR/NM | |
>QUE FTSDEQ:/SP/EX | |
>QUE FTSDEQ:/AS:FTSQUE | |
>INS XX:[5,54]FAL | |
>INS XX:[5,54]FALLOG | |
>INS XX:[5,54]MCM | |
>INS XX:[5,54]RMT | |
>INS XX:[5,54]RMTACP/CLI=YES | |
>CLI /INIT=RMTACP/NULL/RESTRICT/CPR="<15><12>/RMT>/" | |
>SET /SYSUIC=[5,54] | |
>ASN XX:=LB: | |
>LOA HT:/HIGH/VEC | |
>SET /SYSUIC=[1,54] | |
>ASN =LB: | |
>INS XX:[5,54]RMHACP | |
>INS XX:[5,54]NCTCTL | |
>INS XX:[5,54]TLKFSL | |
>INS XX:[5,54]LSN | |
>INS XX:[5,54]PHONE/TASK=...PHO | |
>INS XX:[5,54]PHONE/TASK=PHO$$$ | |
>INS XX:[5,54]TCL | |
>NCP SET SYS | |
NTL -- System name changed to "RSX11M" | |
>NCP SET EXE STA ON | |
03:57:29 COT -- Date is 12-DEC-2021 | |
03:57:29 Event type 2.0, Local node state change | |
Occurred 12-DEC-2021 03:57:29 on node 30.30 (RSX11M) | |
Reason for state change: Operator command, Old node state = Off | |
New node state = On | |
>NCP SET OBJ 27 NAM MAL$$$ COP 8 USE DEF VER OFF | |
>NCP SET OBJ 30 NAM DDM$$$ COP 5 USE LOG VER ON | |
>NCP SET EXE OUT PROXY ENABLE | |
>NCP SET EXE INC PROXY ENABLE | |
>NCP SET NOD FRODO ADD 30.1 | |
>NCP SET LIN UNA-0 ALL | |
NTL -- Config File -- Device UNA-0 Offline | |
CNT$DF 0,120,174510,5,,NX | |
NCP -- Set failed, operation failure | |
Network Loader function failed | |
>NCP SET CIR UNA-0 STA ON | |
NCP -- Set failed, component in wrong state, Line | |
>; DU0:,140710,11,61130,1000,LOD,ONL,MTD,NFO,PUB,NAT,NAL, | |
>MOU DU1:/OVR/PUB/ACP=UNIQUE/LRU=14/WIN=30/VI | |
Volume Information | |
Class: Files-11 | |
Device: DU01 | |
Volume label:DECUS | |
Pack serial: 00000000004 | |
Owner: [1,1] | |
Protection: [RWCD,RWCD,RWCD,RWCD] | |
Default: [RWED,RWED,RWED,R] | |
Processor: DU01F1 | |
>ASN DU1:=RU1: /GBL | |
>SET /CACHE=DU0:CREATE=CACHE:GEN:1000.:TOP | |
>SET /CACHE=DU0:(Nodef, Virt=5, Read=5, Dir=1, Nolog, Over=4.) | |
>SET /CACHE=DU1:(Nodef, Virt=5, Read=5, Dir=1, Nolog, Over=4.) | |
>INS $MACFSL | |
>INS $TKBFSL | |
>INS $LBR | |
>INS $BRU | |
>INS LB:[1,1]F7FCLS/PAR=GEN/RON=YES | |
>INS LB:[1,1]DAPRES/PAR=GEN/RON=YES | |
>INS LB:[5,54]DTS/INC=2560./TASK=...DTS | |
>INS LB:[5,54]DTR/INC=2560./TASK=DTR... | |
>INS $F77 | |
>INS $KEDFSLMU/INC=35000 | |
>INS $EDTFSL | |
>INS $FTBFSL | |
>INS $MCE/PRI=55. | |
>INS $APL6/INC=37000 | |
>INS $DTR | |
>INS $DDMF | |
>INS $CC | |
>INS $AS | |
>INS $GREP | |
>INS $SRD | |
>INS $RNO | |
>INS $TECO | |
>INS $TECO/TASK=...MAK | |
>INS $FLXFSL | |
>INS $BAD | |
>INS $VFYFSL | |
>INS $CMPFSL | |
>INS $DMPFSL | |
>INS $COOKIE | |
>INS $WHO | |
>INS $MAITSK/TASK=...MAI | |
>INS $NOTTSK/TASK=MAL... | |
>INS $SNDTSK/TASK=...SEN | |
>INS $SRVTSK/TASK=MAL$$$ | |
>INS $KILLER | |
>INS $PHN | |
>INS $FND | |
>INS $CLR | |
>INS $K11RSX | |
>INS $ADVENTURE/TASK=...ADV | |
>INS $TIZ | |
>INS $ORC | |
>INS LB:[1,1]BP2SML/RON=YES/PAR=GEN | |
>INS $BP2IC2/TASK=...BP2/INC=4000 | |
>INS $B2RESQ/TASK=...B2R | |
>INS $PDP11C/TASK=...CCC | |
>INS LB:[1,1]CCSMRX/RON=YES/PAR=GEN | |
>INS $PDPDBG/TASK=...DBG | |
>INS $C81/TASK=...C81 | |
>INS $C81RFM/TASK=C81RFM | |
>INS $C81ODL/TASK=...BLD | |
>INS $PAS/TASK=...PAS | |
>INS $NEMA/TASK=...EMA | |
>INS $UPTIME/TASK=...UPT | |
>INS $SRTUTL/TASK=...SRT | |
>INS $MGEUTL/TASK=...MGE | |
>INS $GREP/TASK=...GRP | |
>INS $FIG/TASK=...FIG | |
>INS $USE/TASK=...MON | |
>; Install 24 line VTL as MORE | |
>INS $VTL/TASK=...MOR | |
>; Install 48 Line VTL as VTL | |
>INS $VTLL/TASK=...VTL | |
>INS $XLISP/TASK=...LIS | |
>; | |
>; Install ACD line editing | |
>; | |
>ACD INS LB:[4,54]EDTACD AS NUM 2 TOP ASS CLE$EDT | |
>ACD INS LB:[4,54]EMAACD AS NUM 4 TOP ASS CLE$EMACS | |
>INS $EXP | |
>; | |
>; Remove TDX.TSK catch-all and install CCL | |
>; | |
>REM ...CA. | |
>INS LB:[1,54]CCLRES.TSK/RON=YES/PAR=GEN | |
>INS LB:[1,54]CCL/TASK=...CA. | |
>; | |
>; Until UNA-0 is running correctly in Simh | |
>; the commands below should not be executed | |
>; | |
>; LAT Terminal configuration | |
>; | |
>INS LB:[5,54]LCPFSL | |
>LCP CREATE /TERMINALS=8 | |
>; | |
>; LAT ports start after last physical DL, DZ, DHV TTnn: | |
>; TT14: is A/D on port 2 on DS21 | |
>; TT15: is HP7550 port 3 on DS21 | |
>; | |
>* Load LAT? [Y/N D:Y T:15S]: N | |
>SET /NAMED | |
>SET /UIC=[1,2] | |
>* Load TCP/IP? [Y/N D:Y T:15S]: N | |
>@ <EOF> | |
> | |
>BYE | |
03:57:54 Logout user [1,2] TT0: | |
Have a nice day | |
12-DEC-2021 03:57 TT0: logged off RSX11M | |
> | |
>HELLO SYSTEM | |
Password: | |
RSX-11M-PLUS V4.6 BL87 [1,54] System RSX11M | |
12-DEC-2021 03:58 Logged on Terminal TT0: as SYS1 | |
Good Morning | |
03:58:02 Login user SYSTEM [1,1] TT0: | |
***************************************************************** | |
* * | |
* Welcome to RSX-11M-PLUS * | |
* PiDP-11/70 PiDP11 * | |
* Version 4.6 Base level 87 * | |
* This is file LB:[1,2]LOGIN.TXT * | |
* * | |
***************************************************************** | |
Last interactive login on Sunday, December 30, 2018 00:21:54 (TT3:) | |
Last batch login on Saturday, December 29, 2018 23:03:36 | |
> | |
>NCP SET EXEC STAT OFF | |
> | |
03:58:11 Event type 2.0, Local node state change | |
Occurred 12-DEC-2021 03:58:11 on node 30.30 (RSX11M) | |
Reason for state change: Operator command, Old node state = On | |
New node state = Off | |
> | |
> | |
>CON DISP FULL ATTR | |
SYS SYS Online,Accpath | |
PDP-11/93, EIS,QBUS,D-Space,Cache,TOY,FPP, | |
Clock=KW11-L, $TKPS=60., $TTPRM=000002, Cache_control=000001 | |
YLA CPA Online,Accpath,Driver | |
Csr=177560, Vector=000060, Pri=000005, Urm=000001 | |
YLB CPA Offline,Accpath,Driver | |
Csr=160010, Vector=000310, Pri=000005, Urm=000001 | |
YLC CPA Offline,Accpath,Driver | |
Csr=160020, Vector=000320, Pri=000005, Urm=000001 | |
YZA CPA Offline,Accpath,Driver | |
Csr=160030, Vector=000330, Pri=000005, Urm=000001 | |
DKA CPA Offline,Accpath,Driver | |
Csr=177404, Vector=000220, Pri=000005, Urm=000001 | |
DLA CPA Online,Accpath,Driver | |
Csr=174400, Vector=000160, Pri=000005, Urm=000001 | |
DUA CPA Online,Accpath,Driver | |
Csr=172150, Vector=000154, Pri=000005, Urm=000001 | |
MUA CPA Online,Accpath,Driver | |
Csr=174500, Vector=000260, Pri=000005, Urm=000001 | |
CRA CPA Offline,Accpath,Driver | |
Csr=177160, Vector=000230, Pri=000006, Urm=000001 | |
MSA CPA Offline,Accpath,Driver | |
Csr=172522, Vector=000224, Pri=000005, Urm=000001 | |
DYA CPA Offline,Accpath,Driver | |
Csr=177170, Vector=000264, Pri=000005, Urm=000001 | |
DDA CPA Offline,Accpath,Driver | |
Csr=176500, Vector=000300, Pri=000004, Urm=000001 | |
LPA CPA Online,Accpath,Driver | |
Csr=177514, Vector=000200, Pri=000004, Urm=000001 | |
PPA CPA Offline,Accpath,Driver | |
Csr=177554, Vector=000074, Pri=000004, Urm=000001 | |
PRA CPA Offline,Accpath,Driver | |
Csr=177550, Vector=000070, Pri=000004, Urm=000001 | |
LHA CPA Online,Accpath,Driver | |
Csr=177776, Vector=000000, Pri=000005, Urm=000001 | |
VF0: Online,Prv_Diag,Accpath,Driver,Type= | |
VF1: Online,Prv_Diag,Accpath,Driver,Type= | |
VF2: Online,Prv_Diag,Accpath,Driver,Type= | |
VF3: Online,Prv_Diag,Accpath,Driver,Type= | |
CO0: Online,Accpath,Driver | |
TT0: YLA0: Online,Accpath,Context,Driver | |
TT1: YLB0: Offline,Prv_Diag,Driver | |
TT2: YLC0: Offline,Prv_Diag,Driver | |
TT3: YZA0: Offline,Prv_Diag,Driver | |
TT4: YZA1: Offline,Prv_Diag,Driver | |
TT5: YZA2: Offline,Prv_Diag,Driver | |
TT6: YZA3: Offline,Prv_Diag,Driver | |
TT7: YZA4: Offline,Prv_Diag,Driver | |
TT10: YZA5: Offline,Prv_Diag,Driver | |
TT11: YZA6: Offline,Prv_Diag,Driver | |
TT12: YZA7: Offline,Prv_Diag,Driver | |
TT13: LHA0: Online,Accpath,Driver | |
TT14: LHA1: Online,Accpath,Driver | |
TT15: LHA2: Online,Accpath,Driver | |
TT16: LHA3: Online,Accpath,Driver | |
TT17: LHA4: Online,Accpath,Driver | |
TT20: LHA5: Online,Accpath,Driver | |
TT21: LHA6: Online,Accpath,Driver | |
TT22: LHA7: Online,Accpath,Driver | |
VT0: Online,Accpath,Driver | |
DK0: DKA0: Offline,Prv_Diag,Driver | |
DK1: DKA1: Offline,Prv_Diag,Driver | |
DK2: DKA2: Offline,Prv_Diag,Driver | |
DK3: DKA3: Offline,Prv_Diag,Driver | |
DL0: DLA0: Online,Accpath,Driver,Type=RL02 | |
DL1: DLA1: Online,Accpath,Driver,Type=RL02 | |
DL2: DLA2: Online,Accpath,Driver,Type=RL02 | |
DL3: DLA3: Online,Accpath,Driver,Type=RL02 | |
DU0: DUA0: Online,Accpath,Context,Driver,Type=RD54 | |
DU1: DUA1: Online,Accpath,Context,Driver,Type=RD54 | |
DU2: DUA2: Offline,Accpath,Driver | |
DU3: DUA3: Offline,Accpath,Driver | |
MU0: MUA0: Online,Accpath,Driver,Type=TK50 | |
CR0: CRA0: Offline,Prv_Diag,Driver | |
MS0: MSA0: Offline,Prv_Diag,Driver | |
DY0: DYA0: Offline,Prv_Diag,Driver | |
DY1: DYA1: Offline,Prv_Diag,Driver | |
DD0: DDA0: Offline,Prv_Diag,Driver | |
DD1: DDA1: Offline,Prv_Diag,Driver | |
LP0: LPA0: Online,Accpath,Driver | |
PP0: PPA0: Offline,Prv_Diag,Driver | |
PR0: PRA0: Offline,Prv_Diag,Driver | |
NL0: Online,Accpath,Driver | |
NN0: Online,Accpath,Driver | |
NM0: Online,Accpath,Driver | |
HT0: Offline,Accpath,Driver | |
HT1: Offline,Accpath,Driver | |
HT2: Offline,Accpath,Driver | |
HT3: Offline,Accpath,Driver | |
RT0: Online,Accpath,Driver | |
RT1: Online,Accpath,Driver | |
RT2: Online,Accpath,Driver | |
RT3: Online,Accpath,Driver | |
> | |
>CON DISP ATTR | |
SYS | |
PDP-11/93, EIS,QBUS,D-Space,Cache,TOY,FPP, | |
Clock=KW11-L, $TKPS=60., $TTPRM=000002, Cache_control=000001 | |
YLA | |
Csr=177560, Vector=000060, Pri=000005, Urm=000001 | |
YLB | |
Csr=160010, Vector=000310, Pri=000005, Urm=000001 | |
YLC | |
Csr=160020, Vector=000320, Pri=000005, Urm=000001 | |
YZA | |
Csr=160030, Vector=000330, Pri=000005, Urm=000001 | |
DKA | |
Csr=177404, Vector=000220, Pri=000005, Urm=000001 | |
DLA | |
Csr=174400, Vector=000160, Pri=000005, Urm=000001 | |
DUA | |
Csr=172150, Vector=000154, Pri=000005, Urm=000001 | |
MUA | |
Csr=174500, Vector=000260, Pri=000005, Urm=000001 | |
CRA | |
Csr=177160, Vector=000230, Pri=000006, Urm=000001 | |
MSA | |
Csr=172522, Vector=000224, Pri=000005, Urm=000001 | |
DYA | |
Csr=177170, Vector=000264, Pri=000005, Urm=000001 | |
DDA | |
Csr=176500, Vector=000300, Pri=000004, Urm=000001 | |
LPA | |
Csr=177514, Vector=000200, Pri=000004, Urm=000001 | |
PPA | |
Csr=177554, Vector=000074, Pri=000004, Urm=000001 | |
PRA | |
Csr=177550, Vector=000070, Pri=000004, Urm=000001 | |
LHA | |
Csr=177776, Vector=000000, Pri=000005, Urm=000001 | |
VF0: ,Type= | |
VF1: ,Type= | |
VF2: ,Type= | |
VF3: ,Type= | |
CO0: | |
TT0: YLA0: | |
TT1: YLB0: | |
TT2: YLC0: | |
TT3: YZA0: | |
TT4: YZA1: | |
TT5: YZA2: | |
TT6: YZA3: | |
TT7: YZA4: | |
TT10: YZA5: | |
TT11: YZA6: | |
TT12: YZA7: | |
TT13: LHA0: | |
TT14: LHA1: | |
TT15: LHA2: | |
TT16: LHA3: | |
TT17: LHA4: | |
TT20: LHA5: | |
TT21: LHA6: | |
TT22: LHA7: | |
VT0: | |
DK0: DKA0: | |
DK1: DKA1: | |
DK2: DKA2: | |
DK3: DKA3: | |
DL0: DLA0:,Type=RL02 | |
DL1: DLA1:,Type=RL02 | |
DL2: DLA2:,Type=RL02 | |
DL3: DLA3:,Type=RL02 | |
DU0: DUA0:,Type=RD54 | |
DU1: DUA1:,Type=RD54 | |
DU2: DUA2: | |
DU3: DUA3: | |
MU0: MUA0:,Type=TK50 | |
CR0: CRA0: | |
MS0: MSA0: | |
DY0: DYA0: | |
DY1: DYA1: | |
DD0: DDA0: | |
DD1: DDA1: | |
LP0: LPA0: | |
PP0: PPA0: | |
PR0: PRA0: | |
NL0: | |
NN0: | |
NM0: | |
HT0: | |
HT1: | |
HT2: | |
HT3: | |
RT0: | |
RT1: | |
RT2: | |
RT3: | |
> | |
> | |
> | |
>CON DIS CONT ATTR | |
SYS | |
PDP-11/93, EIS,QBUS,D-Space,Cache,TOY,FPP, | |
Clock=KW11-L, $TKPS=60., $TTPRM=000002, Cache_control=000001 | |
YLA | |
Csr=177560, Vector=000060, Pri=000005, Urm=000001 | |
YLB | |
Csr=160010, Vector=000310, Pri=000005, Urm=000001 | |
YLC | |
Csr=160020, Vector=000320, Pri=000005, Urm=000001 | |
YZA | |
Csr=160030, Vector=000330, Pri=000005, Urm=000001 | |
DKA | |
Csr=177404, Vector=000220, Pri=000005, Urm=000001 | |
DLA | |
Csr=174400, Vector=000160, Pri=000005, Urm=000001 | |
DUA | |
Csr=172150, Vector=000154, Pri=000005, Urm=000001 | |
MUA | |
Csr=174500, Vector=000260, Pri=000005, Urm=000001 | |
CRA | |
Csr=177160, Vector=000230, Pri=000006, Urm=000001 | |
MSA | |
Csr=172522, Vector=000224, Pri=000005, Urm=000001 | |
DYA | |
Csr=177170, Vector=000264, Pri=000005, Urm=000001 | |
DDA | |
Csr=176500, Vector=000300, Pri=000004, Urm=000001 | |
LPA | |
Csr=177514, Vector=000200, Pri=000004, Urm=000001 | |
PPA | |
Csr=177554, Vector=000074, Pri=000004, Urm=000001 | |
PRA | |
Csr=177550, Vector=000070, Pri=000004, Urm=000001 | |
LHA | |
Csr=177776, Vector=000000, Pri=000005, Urm=000001 | |
> | |
> | |
> | |
>@[200,200]SYSGEN | |
>; | |
>; RSX-11M-PLUS V4.6 BL87 SYSGEN | |
>; | |
>; Copyright (c) 1995-1999 by Mentec Inc., U.S.A. | |
>; | |
>SET /UIC=[200,200] | |
>SET /DPRO=[RWED,RWED,RWE,R] | |
>; | |
>; To exit from the SYSGEN procedure at any time, type CTRL/Z. | |
>; | |
>; If you are unsure of the answer to a question for which a de- | |
>; fault answer exists, use the default answer. | |
>; | |
>; | |
>; | |
>;=================================================== | |
>; Choosing SYSGEN Options 12-DEC-2021 at 04:01 | |
>;=================================================== | |
>; | |
>; | |
>; | |
>; Every question is preceded by a question number (for example SU010) | |
>; which you can use to find the explanation of the question in the | |
>; RSX-11M-PLUS System Generation and Installation Guide. | |
>; | |
>; An explanation of every question is also available by pressing | |
>; the ESC key (or the ALTMODE key) in response to the question. | |
>; | |
>; If you are unfamiliar with the SYSGEN procedure, the explanation of | |
>; each question can be printed automatically before the question. | |
>; | |
>* SU010 Do you always want the explanation printed? [Y/N D:N]: Y | |
>; | |
>; SYSGEN always creates saved answer files containing your responses | |
>; to the SYSGEN questions: | |
>; | |
>; SYSGENSA1.CMD Setup questions, Executive options | |
>; SYSGENSA2.CMD Peripheral configuration | |
>; SYSGENSA3.CMD Nonprivileged task builds | |
>; | |
>; You should perform a PREPGEN first to create saved answer files, and | |
>; then perform a SYSGEN, specifying those saved answer files as input | |
>; to the Executive, peripheral, and nonprivileged task build sections. | |
>; | |
>; If you have performed a SYSGEN (or PREPGEN) before, you can use the | |
>; saved answer file created during that SYSGEN as input to this SYSGEN. | |
>; SYSGEN uses the saved answers as your responses to the Executive | |
>; questions. | |
>; | |
>* SU020 Do you want to use a saved answer file as input for | |
>* the Executive options? [Y/N D:N]: N | |
>; | |
>* SU040 Do you want to use a saved answer file as input for | |
>* the peripheral configuration? [Y/N D:N]: N | |
>; | |
>* SU060 Do you want to use a saved answer file as input for | |
>* the nonprivileged task builds? [Y/N D:N]: N | |
>; | |
>; A PREPGEN allows you to answer all the SYSGEN questions and create | |
>; saved answer files without actually generating a system: no MCR | |
>; commands are executed, no files are deleted, and the Executive is | |
>; not assembled or built. | |
>; | |
>; After you have successfully completed a PREPGEN, you can perform a | |
>; SYSGEN using the saved answer files from the PREPGEN. The SYSGEN | |
>; will then run unattended. | |
>; | |
>* SU080 Do you want to do a PREPGEN? [Y/N D:N]: N | |
>; | |
>; You should have a disk spinning in a disk drive which is a copy of | |
>; your distribution kit. This is your target system disk, the disk on | |
>; which you will perform the SYSGEN. This disk should already be | |
>; mounted with the MOUNT command so that you have access to it. | |
>; | |
>; Enter the name of the drive containing this disk in the form ddnn:, | |
>; i.e., DB2:. | |
>; | |
>* SU090 Enter the name of the disk drive containing your | |
>* target system disk [ddnn:] [S R:2-5]: DU0: | |
>; | |
>ASN DU0:=IN: | |
>ASN DU0:=OU: | |
>ASN DU0:=LB: | |
>ASN DU0:=WK: | |
>ASN DU0:=TK: | |
>ASN DU0:=BC: | |
>ASN DU0:=LI: | |
>ASN DU0:=OB: | |
>ASN DU0:=EX: | |
>ASN DU0:=MP: | |
>; | |
>; You can: | |
>; | |
>; o do a complete SYSGEN | |
>; | |
>; o continue a previous SYSGEN from where you left off | |
>; | |
>; o do an individual section of SYSGEN | |
>; | |
>; | |
>; A complete SYSGEN consists of: | |
>; | |
>; Choosing Executive options | |
>; Choosing Peripheral Configuration | |
>; | |
>; Assembling the Executive and Drivers | |
>; | |
>; Building the Executive and Drivers | |
>; Building the Privileged Tasks | |
>; Building the Nonprivileged Tasks | |
>; | |
>; Creating the System Image File | |
>; | |
>; If you do not choose to do a complete SYSGEN, you can continue | |
>; a previous SYSGEN from where you left off or do an individual | |
>; section of SYSGEN. | |
>; | |
>* SU120 Do you want to do a complete SYSGEN? [Y/N D:Y]: Y | |
>; | |
>INS [3,54]MAC/TASK=MACT0 | |
>INS [3,54]PIP/TASK=PIPT0 | |
>INS [3,54]LBR/TASK=LBRT0 | |
>INS [3,54]TKB/TASK=TKBT0 | |
>INS [3,54]VMR/TASK=VMRT0 | |
>; | |
>; | |
>; | |
>;====================================================== | |
>; Choosing Executive Options 12-DEC-2021 at 04:02 | |
>;====================================================== | |
>; | |
>; | |
>; | |
>; The answers to the questions in this section are put in the saved | |
>; answer file [200,200]SYSGENSA1.CMD. | |
>; | |
>; You may now enter a comment describing the system you are building. | |
>; This comment is included in the SYSGENSA1 saved answer file for | |
>; documentation, and is printed out when the saved answer file is | |
>; later used as input. | |
>; | |
>; Enter a comment for inclusion in the SYSGENSA1 saved answer file. | |
>; The comment may contain more than one line. The "V" in the right | |
>; margin below marks the maximum line length. When you are done, | |
>; press RETURN in response to the prompt. | |
>; V | |
>* Comment [S R:0.-55.]: PDP-11/93 2*DEQNA 1*DPV11 LINE | |
>* Comment [S R:0.-55.]: NANAJU (31.34) | |
>* Comment [S R:0.-55.]: SANYALNET LABS | |
>* Comment [S R:0.-55.]: HTTP://TUKLUSAN.DECSYSTEM.ORG/ | |
>* Comment [S R:0.-55.]: | |
>; | |
>; RSX-11M-PLUS may be run on the following PDP-11 processors: | |
>; | |
>; 11/23-PLUS (also called MicroPDP-11/23 and 11/23-B) | |
>; 11/24 | |
>; 11/44 | |
>; 11/53 | |
>; 11/70 | |
>; 11/73 (also called MicroPDP-11/73) | |
>; 11/83 (also called MicroPDP-11/83) | |
>; 11/93 (also called MicroPDP-11/93) | |
>; 11/84 | |
>; 11/94 | |
>; | |
>; M70,80,90,100 MENTEC modules (treated as an 11/83) | |
>; M11 processor (MENTEC) | |
>; | |
>; LSI-11/73 | |
>; | |
>* CE010 What is your target processor type? [S R:3.-12. D:"11/70"]: 11/93 | |
>; | |
>; The following RSX-11M-PLUS Executives may be generated: | |
>; | |
>; o Full-functionality Executive | |
>; | |
>; o User-tailored Executive | |
>; | |
>; | |
>; The Full-functionality Executive includes all features of the | |
>; RSX-11M-PLUS operating system that can be used on your processor. | |
>; | |
>; Executive data space support | |
>; User data space support | |
>; Task headers out of pool support | |
>; Extended logical name support | |
>; Supervisor-mode library support | |
>; Fast map facility | |
>; All DIGITAL-supplied drivers are loadable | |
>; ICB pool size of 128. words | |
>; Shadow recording/load sharing support | |
>; Floating point processor (FPU) support | |
>; Disk data caching support | |
>; Console driver support | |
>; Accounting support | |
>; Batch processor support | |
>; Queue Manager for spooling | |
>; DIGITAL Command Language and alternate CLI support | |
>; CTRL/C abort support | |
>; Extended security support | |
>; Alternate checkpoint algorithm support | |
>; High performance FCP | |
>; File windows in secondary pool support | |
>; Decimal version numbers in file specifications | |
>; Virtual terminal support with a default virtual terminal | |
>; unit buffer size of 120. bytes and a maximum of 184. bytes | |
>; Character translation support | |
>; Terminal driver extended I/O support | |
>; Time-out on unsolicited terminal input of 30. seconds | |
>; | |
>; | |
>; The User-tailored Executive will require you to answer at least | |
>; twenty additional questions specifying which standard RSX-11M-PLUS | |
>; features you wish to disable. You should not choose the User-tailored | |
>; Executive unless you need to disable specific RSX-11M-PLUS features. | |
>; | |
>; | |
>; For information and guidelines on generating a User-tailored Executive, | |
>; please refer to the RSX-11M-PLUS System Generation and Installation | |
>; Guide. | |
>; | |
>; If you do not understand the options presented by the system | |
>; generation process when configuring an Executive yourself, please | |
>; select the Full-functionality Executive. | |
>; | |
>; | |
>* CE020 Do you want the Full-functionality Executive? [Y/N D:Y]: Y | |
>; | |
>; If a primary pool failure occurs, this option will allow the | |
>; the system to utilize ICB pool space as a secondary source to | |
>; be able to attempt to resolve the pool allocation failure. | |
>; | |
>; Some applications may have to be aware of this possibility, or | |
>; undefined results may occur. All supported software products | |
>; are aware of this change, and do function correctly if this option | |
>; is chosen. | |
>; | |
>* CE115 Do you want to use ICB pool as backup for primary pool ? [Y/N D:N]: N | |
>; | |
>; Network software provides the capability of simultaneously | |
>; operating tasks on different systems to establish logical | |
>; communication links and to exchange data. This software is | |
>; not provided with RSX-11M-PLUS, but must be purchased separately. | |
>; | |
>; If you choose this option, DCL and alternate CLI support will | |
>; also be included. | |
>; | |
>* CE120 Do you want support for communications products | |
>* (such as DECnet, PSI, and LAT)? [Y/N D:N]: Y | |
>; | |
>; The system name is an arbitrary six-character name. | |
>; This should be the same as the DECnet node name, if any. | |
>; | |
>* CE130 What is the system name? [S R:0-6 D:"RSXMPL"]: NANAJU | |
>; | |
>; This option determines if dates should be displayed according to | |
>; ISO 8601 format specification. | |
>; | |
>; For example; if the date February 1, 2000 should be displayed | |
>; as 2000-02-01 | |
>; | |
>; | |
>* CE215 Do you want the default date format to be | |
>* ISO 8601:1988 compliant? [Y/N D:N]: N | |
>; | |
>; This option determines if dates should be displayed as two or four | |
>; digits. For example; if the year January 1, 2000 should be displayed | |
>; as 1-JAN-00, or 1-JAN-2000. | |
>; | |
>; If you specify Yes, the default date format will be; | |
>; | |
>; 1-JAN-2000, | |
>; | |
>; otherwise the default date format will be; | |
>; | |
>; 1-JAN-00 | |
>; | |
>* CE216 Do you want the default date format to include | |
>* a four digit year? [Y/N D:N]: Y | |
>; | |
>; The IP11 industrial I/O subsystem is a combined software and | |
>; hardware package used for process control and monitoring in | |
>; the industrial and manufacturing environment. It consists | |
>; of an RSX device driver (IPDRV) and a set of FORTRAN-callable | |
>; interface routines, used to interface to a variety of hardware | |
>; I/O modules, including digital sense interrupt, change-of-state, | |
>; digital output, digital-to-analog converter, and analog-to-digital | |
>; converter modules. | |
>; | |
>; See the IP11 I/O Subsystem Software Installation Guide for | |
>; information on installing the software. | |
>; | |
>* CE264 Do you want IP11 industrial I/O subsystem support? [Y/N D:N]: N | |
>; | |
>; The Executive Debugging Tool (XDT) provides a subset of ODT-11 | |
>; that runs as a part of the RSX-11M-PLUS Executive. This tool | |
>; allows interactive debugging of Executive modules, I/O drivers, | |
>; and interrupt service routines. Selection of this option also | |
>; includes consistency checks in the dynamic memory routines and | |
>; the loader. | |
>; | |
>; Note: If your system does not have Executive data space support, | |
>; XDT will reduce the size of primary pool. If your system does | |
>; have Executive data space support, XDT does not affect the size | |
>; of pool. | |
>; | |
>* CE270 Do you want to include XDT? [Y/N D:N]: N | |
>; | |
>; If the system crashes, a message is printed on the crash | |
>; notification device. This device must be a paper tape, | |
>; teletype, or line printer compatible device; that is, the | |
>; device must transmit a single byte at a time. Normally, | |
>; the crash notification device is the console terminal which | |
>; is always at the default CSR address given below. | |
>; | |
>* CE280 Enter the crash notification device CSR | |
>* address [O R:160000-177700 D:177564]: | |
>; | |
>; If the system crashes, you can cause all of memory to be written | |
>; onto a device for later analysis with the Crash Dump Analyzer (CDA). | |
>; | |
>; The device on which the crash dump is written must be selected from | |
>; the following list of devices and cannot be a fixed media device: | |
>; | |
>; DB: DM: MM: | |
>; DD: DR: MS: | |
>; DK: DT: MT: | |
>; DL: DU: MU: | |
>; | |
>; Note: Enter both the device and the logical unit number. | |
>; For example, MM0: or DL1:. | |
>; | |
>; Note: Enter XX: if you desire loadable DU:, DL:, MU:, MS: or MM: | |
>; crash driver support. | |
>; | |
>* CE290 On what device and unit do you want crash dumps | |
>* to be written? [S R:2-6]: DL0: | |
>; | |
>; Virtual disks allow the system to better manage large amounts | |
>; of storage. If you expect to hardware of software boot virtual | |
>; drives, select the maximum depth of virtual devices which will | |
>; be booted. | |
>; | |
>* CE300 Enter the initial number of virtual disks to be | |
>* included [D R:0.-16. D:2.]: 2 | |
>; | |
>; The minimum supported memory size is 256K words for | |
>; an RSX-11M-PLUS system. The maximum memory size is 2044K words. | |
>; | |
>; This value is only used by VMR when it creates the system image | |
>; file. VMR does not allow you to create a partition or load | |
>; anything beyond the end of memory. When the system is booted, | |
>; your actual memory size is calculated and overrides the value | |
>; you enter here. | |
>; | |
>* CE310 Enter memory size (in K words) [D R:256.-2044. D:256.]: 256 | |
>; | |
>; Some PDP-11/44 and PDP-11/84 systems are configured with UNIBUS | |
>; memory which disables some UNIBUS Map registers. If support for | |
>; UNIBUS memory is selected, then special UNIBUS memory partitons | |
>; are supported, and specific UMR resources reserved when UNIBUS | |
>; memory is detected on the system. If your system does not contain | |
>; any memory devices on the UNIBUS, this option will have no effect. | |
>; | |
>* CE315 Support UNIBUS memory occupying UNIBUS map address space? [Y/N D:N]: | |
N | |
>; | |
>; RSX-11M-PLUS requires a real-time clock for its operation. The | |
>; KW11-P programmable frequency clock, the KW11-L line frequency | |
>; clock, or the DL11-W line frequency clock/console interface may | |
>; be used. | |
>; | |
>* CE330 Is your system clock programmable (KW11-P)? [Y/N D:N]: N | |
>; | |
>; Line frequency is either 50 or 60 Hz. In the U.S.A., line frequency | |
>; is always 60 Hz. | |
>; | |
>* CE350 Is your line frequency 50 Hz? [Y/N D:N]: N | |
>; | |
>; | |
>; | |
>;============================================================= | |
>; Choosing Peripheral Configuration 12-DEC-2021 at 04:04 | |
>;============================================================= | |
>; | |
>; | |
>; | |
>; The answers to the questions in this section are put in the saved | |
>; answer file [200,200]SYSGENSA2.CMD. | |
>; | |
>; You may now enter a comment describing the system you are building. | |
>; This comment is included in the SYSGENSA2 saved answer file for | |
>; documentation, and is printed out when the saved answer file is | |
>; later used as input. | |
>; | |
>; Enter a comment for inclusion in the SYSGENSA2 saved answer file. | |
>; The comment may contain more than one line. The "V" in the right | |
>; margin below marks the maximum line length. When you are done, | |
>; press RETURN in response to the prompt. | |
>; V | |
>* Comment [S R:0.-55.]: PDP-11/93 2*DEQNA 1*DPV11 LINE | |
>* Comment [S R:0.-55.]: SANYALNET LABS | |
>* Comment [S R:0.-55.]: HTTP://TUKLUSAN.DECSYSTEM.ORG/ | |
>* Comment [S R:0.-55.]: | |
>; | |
>; | |
>; The RH11 and RH70 MASSBUS controllers are the controllers for | |
>; the following devices: | |
>; | |
>; DB: RP04, RP05, RP06, RM06 disks | |
>; DR: RM02, RM03, RM05, RM06, RM80, RP07 disks | |
>; DS: RS03, RS04 disks | |
>; EM: ML11 semiconductor disk emulator | |
>; MM: TM02, TM03 formatters, TE16, TU16, TU45, TU77 tapes | |
>; | |
>* CP0604 How many RH controllers do you have? [D R:0.-15. D:4.]: 0 | |
>; | |
>; | |
>; DK: controller: RK11 devices: RK05, RK05F | |
>; | |
>; The RK11 cartridge disk drive and control is a complete mass | |
>; storage system for random access data storage. The system | |
>; includes a modular mass storage device utilizing removable | |
>; disk cartridges and a complete, easy-to-program, control unit. | |
>; A disk cartridge holds over 2.4 megabytes. The system is | |
>; expandable up to 8 drives per controller. An RK11 includes a | |
>; controller and the first disk drive. Optionally, the controller | |
>; can support up to four RK05F fixed platter drives each with twice | |
>; the capacity of the standard RK05 drive. | |
>; | |
>* CP2204 How many RK11 cartridge disk controllers do you have? [O D:0]: 1 | |
>; | |
>; The RK05F disk pack drive unit contains twice the storage of | |
>; the standard removable RK05 drive. It uses one double density | |
>; fixed platter, and is interfaced to the RK11 controller in such | |
>; a manner as to appear identical to two standard RK05 drives. As | |
>; a result, it uses two physical unit numbers to interface to the | |
>; controller. In addition, the lowest of these unit numbers must | |
>; be even. | |
>; | |
>; Enter the total number of RK05F disk drives in your system. In | |
>; answering this question, enter the actual number of RK05F drives | |
>; that you have. Do NOT multiply the number by two. | |
>; | |
>* CP2208 How many RK05F fixed platter drives do you have? [O D:0]: 0 | |
>; | |
>; The standard RK05 removable cartridge drive unit accepts the front | |
>; loading DECpack cartridge. Enter the total number of RK05 disk | |
>; drives in your system. | |
>; | |
>* CP2216 How many RK05 removable cartridge drives do you have? [O D:0]: 4 | |
>; | |
>; | |
>; The physical unit number of a drive is the number shown on the | |
>; unit number plug (or other indicator) on the drive. | |
>; | |
>* CP2236 What is the physical unit number of DK0:? [O R:0-7 D:0]: | |
>; | |
>; | |
>* CP2236 What is the physical unit number of DK1:? [O R:0-7 D:1]: | |
>; | |
>; | |
>* CP2236 What is the physical unit number of DK2:? [O R:0-7 D:2]: | |
>; | |
>; | |
>* CP2236 What is the physical unit number of DK3:? [O R:0-7 D:3]: | |
>; | |
>; | |
>; Enter the vector address for this controller. This vector address | |
>; can be changed after the SYSGEN by using the VMR CON SET command. | |
>; | |
>* CP2268 Enter the vector address of DKA [O R:60-774 D:220]: 220 | |
>; | |
>; Enter the CSR address for this controller. This CSR address can | |
>; be changed after the SYSGEN by using the VMR CON SET command. | |
>; | |
>* CP2272 What is its CSR address? [O R:160000-177700 D:177404]: 177404 | |
>; | |
>; DK Configuration | |
>; | |
>; Physical Unit Number | |
>; | |
>; 0 1 2 3 4 5 6 7 | |
>; | |
>; DKA DK0: DK1: DK2: DK3: | |
>; | |
>; | |
>; | |
>; | |
>; DM: controllers: RK611, RK711 devices: RK06, RK07 | |
>; | |
>; The RK611/711 is a 3 data surface, removable, random access bulk | |
>; storage system with a storage capacity of 14 megabytes (RK06) or | |
>; 28 megabytes (RK07) per pack. The RK611/711 includes a control | |
>; unit and the first disk pack drive. The system is expandable up | |
>; to eight drives. | |
>; | |
>* CP2404 How many RK611/711 disk cartridge controllers do | |
>* you have? [O D:0]: 0 | |
>; | |
>; | |
>; DL: controllers: RL11, RLV12 devices: RL01, RL02 | |
>; | |
>; The RL11/RLV12 disk subsystem uses a medium performance, RL01/02 | |
>; direct access drive with a single read/write head per surface. | |
>; Each drive provides 5.2 megabytes (RL01) or 10.4 megabytes (RL02) | |
>; of storage on a removable, top-loading cartridge. The subsystem | |
>; is expandable up to four drives. | |
>; | |
>* CP2604 How many RL11/RLV11 disk cartridge controllers do | |
>* you have? [O D:0]: 1 | |
>; | |
>; Enter the total number of RL01 and RL02 disk drives in your system. | |
>; | |
>* CP2608 How many RL01/RL02 disk drives do you have? [D R:1.-63. D:1.]: 4 | |
>; | |
>; | |
>; The physical unit number of a drive is the number shown on the | |
>; unit number plug (or other indicator) on the drive. | |
>; | |
>* CP2636 What is the physical unit number of DL0:? [O R:0-7 D:0]: | |
>; | |
>; Enter the drive type for this logical unit. | |
>; | |
>* CP2660 Is DL0: an RL01 or RL02? [S R:4-4 D:"RL02"]: | |
>; | |
>; | |
>* CP2636 What is the physical unit number of DL1:? [O R:0-7 D:1]: | |
>; | |
>* CP2660 Is DL1: an RL01 or RL02? [S R:4-4 D:"RL02"]: | |
>; | |
>; | |
>* CP2636 What is the physical unit number of DL2:? [O R:0-7 D:2]: | |
>; | |
>* CP2660 Is DL2: an RL01 or RL02? [S R:4-4 D:"RL02"]: | |
>; | |
>; | |
>* CP2636 What is the physical unit number of DL3:? [O R:0-7 D:3]: | |
>; | |
>* CP2660 Is DL3: an RL01 or RL02? [S R:4-4 D:"RL02"]: | |
>; | |
>; | |
>; Enter the vector address for this controller. This vector address | |
>; can be changed after the SYSGEN by using the VMR CON SET command. | |
>; | |
>* CP2668 Enter the vector address of DLA [O R:60-774 D:160]: 160 | |
>; | |
>; Enter the CSR address for this controller. This CSR address can | |
>; be changed after the SYSGEN by using the VMR CON SET command. | |
>; | |
>* CP2672 What is its CSR address? [O R:160000-177700 D:174400]: 174400 | |
>; | |
>; DL Configuration | |
>; | |
>; Physical Unit Number | |
>; | |
>; 0 1 2 3 4 5 6 7 | |
>; | |
>; DLA DL0: DL1: DL2: DL3: | |
>; | |
>; | |
>; | |
>; | |
>; DP: controller: RP11 devices: RP02, RPR02, RP03 | |
>; | |
>; The RP11 is a complete mass storage system using a magnetic | |
>; disk pack with 20 data surfaces and a moving read/write head. | |
>; The RP02 and RPR02 have a capacity of 20 megabytes. The RP03 | |
>; has a capacity of 41 megabytes. | |
>; | |
>* CP2804 How many RP11 disk pack controllers do you have? [O D:0]: 0 | |
>; | |
>; DU: controllers: RQZX1, RQDX1, RQDX2, RQDX3, | |
>; RUX50, RQC25, KDA50, UDA50 | |
>; | |
>; devices: RX33, RX50, RD31, RD51, RD52, RD53, RD54, | |
>; RC25, RA60, RA70, RA71, RA72, RA80, RA81, | |
>; RA82, RA90, RA92, RZ23L, RZ24L, RZ26x, RZ29B | |
>; | |
>; The total of DU and MU controllers cannot be greater than 10. | |
>; | |
>; The MSCP disk controllers are: | |
>; | |
>; RQZX1, RQDX1, RQDX2, RQDX3, RUX50, RQC25, RUC25, KDA50, UDA50 | |
>; | |
>; These intelligent disk controllers provide enhanced I/O optimization, | |
>; error correction capability, and, in some cases, dynamic bad block | |
>; handling. | |
>; | |
>* CP3004 How many MSCP disk controllers do you have? [D R:0.-10. D:0.]: 1 | |
>; | |
>; The MSCP disk drives are: | |
>; | |
>; RX33, RX50, RD31, RD51, RD52, RD53, RD54 | |
>; RC25, RA60, RA70, RA71, RA72, RA80, RA81 | |
>; RA82, RA90, RA92, RZ23L, RZ24L, RZ26L | |
>; | |
>; The RX33 is a half-height 5.25-inch floppy diskette drive | |
>; with a formatted capacity of 1.2 megabytes. | |
>; | |
>; The RX50 is a full-height dual 5.25 inch floppy diskette drive | |
>; with a formatted capacity of 400 kilobytes for each diskette. | |
>; Count each RX50 (with two diskettes) as two drives. | |
>; | |
>; The RD31 is a half-height 5.25 inch fixed media, Winchester | |
>; technology disk with a formatted capacity of 21 megabytes. | |
>; | |
>; | |
>; The RD51 is a 5.25 inch fixed media, Winchester technology disk | |
>; with a formatted capacity of 10 megabytes. | |
>; | |
>; The RD52 is a 5.25 inch fixed media Winchester technology disk | |
>; with a formatted capacity of 31 megabytes. | |
>; | |
>; The RD53 is a 5.25 inch fixed media Winchester technology disk | |
>; with a formatted capacity of 71 megabytes. | |
>; | |
>; The RD54 is a 5.25 inch fixed media Winchester technology disk | |
>; with a formatted capacity of 159 megabytes. | |
>; | |
>; The RC25 contains a fixed and removable disk on the same spindle | |
>; with a formatted capacity of 25 megabytes each. Count each RC25 | |
>; (with two disks: one fixed, one removable) as two drives. | |
>; | |
>; The RA60 is a removable media disk with a formatted capacity of | |
>; 205 megabytes. | |
>; | |
>; The RA70 is a fixed media, Winchester technology disk with a | |
>; formatted capacity of 280 megabytes. | |
>; | |
>; The RA80 is a fixed media, Winchester technology disk with a | |
>; formatted capacity of 121 megabytes. | |
>; | |
>; The RA81 is a fixed media, Winchester technology disk with a | |
>; formatted capacity of 456 megabytes. | |
>; | |
>; The RA82 is a fixed media, Winchester technology disk with a | |
>; formatted capacity of 622 megabytes. | |
>; | |
>; The RA90 is a fixed media, Winchester technology disk with a | |
>; formatted capacity of 1,216 megabytes. | |
>; | |
>; The RZ23L, RZ24L, and RZ26L drives are SCSI disks that attach | |
>; to the RQZX1 adapter. | |
>; | |
>; Enter the total number of physical MSCP disk drives in your system. | |
>; Do not include any logical partitions in the total. | |
>; | |
>* CP3008 How many physical MSCP disk drives do you have? [D D:1.]: 4 | |
>; | |
>; | |
>; The physical unit number of a drive is the number shown on the | |
>; unit number plug (or other indicator) on the drive. | |
>; | |
>* CP3036 What is the physical unit number of DU0:? [O R:0-377 D:0]: | |
>; | |
>; | |
>* CP3036 What is the physical unit number of DU1:? [O R:0-377 D:1]: | |
>; | |
>; | |
>* CP3036 What is the physical unit number of DU2:? [O R:0-377 D:2]: | |
>; | |
>; | |
>* CP3036 What is the physical unit number of DU3:? [O R:0-377 D:3]: | |
>; | |
>; | |
>; Enter the vector address for this controller. This vector address | |
>; can be changed after the SYSGEN by using the VMR CON SET command. | |
>; | |
>* CP3068 Enter the vector address of DUA [O R:60-774 D:154]: 154 | |
>; | |
>; Enter the CSR address for this controller. This CSR address can | |
>; be changed after the SYSGEN by using the VMR CON SET command. | |
>; | |
>* CP3072 What is its CSR address? [O R:160000-177700 D:172150]: 172150 | |
>; | |
>; | |
>; MU: controllers: TK50, TU81, TU81E, TQ81E, RQZX1 | |
>; | |
>; The TMSCP tape controllers are: | |
>; | |
>; TK50, TU81, TU81E, TQ81E, RQZX1 | |
>; | |
>; | |
>* CP3404 How many TMSCP tape controllers do you have? [D R:0.-9. D:0.]: 1 | |
>; | |
>; | |
>; The physical unit number of a drive is the number shown on the | |
>; unit number plug (or other indicator) on the drive. | |
>; | |
>* CP3436 What is the physical unit number of MU0:? [O R:0-377 D:0]: 0 | |
>; | |
>; | |
>; Enter the vector address for this controller. This vector address | |
>; can be changed after the SYSGEN by using the VMR CON SET command. | |
>; | |
>* CP3468 Enter the vector address of MUA [O R:60-774 D:260]: 260 | |
>; | |
>; Enter the CSR address for this controller. This CSR address can | |
>; be changed after the SYSGEN by using the VMR CON SET command. | |
>; | |
>* CP3472 What is its CSR address? [O R:160000-177700 D:174500]: 174500 | |
>; | |
>; VF: Virtual disk/tape driver | |
>; | |
>; | |
>; | |
>; CR: controllers: CM11, CR11 | |
>; | |
>; The CR11 card reader reads EIA standard 80-column punched data | |
>; cards at 300 cards per minute. It uses a riffle-air and a | |
>; vacuum-pick mechanism to move the cards. The CM11-F reads 80- | |
>; column mark-sense cards, which can have punched holes, at 285 | |
>; cards per minute. | |
>; | |
>* CP4004 How many CM/CR11 card readers do you have? [O D:0]: 1 | |
>; | |
>; If a task tries to access the card reader when the device is not | |
>; ready, a message saying the card reader is not ready is printed | |
>; on the console terminal. This message is repeated every n seconds, | |
>; where n is your response to this question, for as long as the card | |
>; reader remains not ready. | |
>; | |
>; Enter zero to disable this feature and suppress the messages. | |
>; | |
>* CP4008 Enter the number of seconds between | |
>* card reader-not-ready messages [D R:0.-255. D:15.]: 15 | |
>; | |
>; Enter the vector address for this controller. This vector address | |
>; can be changed after the SYSGEN by using the VMR CON SET command. | |
>; | |
>* CP4068 Enter vector address of the next CM/CR11 [O R:60-774 D:230]: 230 | |
>; | |
>; Enter the CSR address for this controller. This CSR address can | |
>; be changed after the SYSGEN by using the VMR CON SET command. | |
>; | |
>* CP4072 What is its CSR address? [O R:160000-177700 D:177160]: 177160 | |
>; | |
>; | |
>; CT: controller: TA11 device: TU60 | |
>; | |
>; The TA11 magnetic tape cassette system is a dual-drive, | |
>; reel-to-reel unit designed to replace paper tape. Its two | |
>; drives run non-simultaneously using proprietary Digital | |
>; Equipment Corporation Philips-type cassettes. The TA11 | |
>; includes a control unit and a dual tape transport. | |
>; | |
>* CP4204 How many TA11 dual cassettes do you have? [O D:0]: 0 | |
>; | |
>; | |
>; MS: controllers: TS11, TU80, TSV05, TK25 | |
>; | |
>; The TS11, TU80, and TSV05 are 1/2 inch 1600 bpi tape subsystems | |
>; and the TK25 is a cartridge tape subsystem. | |
>; | |
>* CP4404 How many TS11/TU80/TSV05/TK25 | |
>* magtape controllers do you have? [O D:0]: 1 | |
>; | |
>; Enter the vector address for this controller. This vector address | |
>; can be changed after the SYSGEN by using the VMR CON SET command. | |
>; | |
>* CP4468 Enter vector address of the next | |
>* TS11/TU80/TSV05/TK25 [O R:60-774 D:224]: 224 | |
>; | |
>; Enter the CSR address for this controller. This CSR address can | |
>; be changed after the SYSGEN by using the VMR CON SET command. | |
>; | |
>* CP4472 What is its CSR address? [O R:160000-177700 D:172522]: 172522 | |
>; | |
>; | |
>; DT: controller: TC11 device: TU56 | |
>; | |
>; The TC11 is a dual-unit bidirectional magnetic-tape transport | |
>; system for auxiliary data storage. | |
>; | |
>; The system stores information at fixed positions on magnetic | |
>; tape as in magnetic disk or drum storage devices, rather than | |
>; at unknown or variable positions as in conventional magnetic | |
>; tape systems. | |
>; | |
>; A DECtape system consists of up to 4 dual transports, a control | |
>; unit (which will buffer and control information for up to four | |
>; dual transports). A TC11 includes a control unit and the | |
>; first dual tape transport. | |
>; | |
>* CP4604 How many TC11 DECtape controllers do you have? [O D:0]: 0 | |
>; | |
>; | |
>; DX: controller: RX11 device: RX01 | |
>; | |
>; The RX11 is an industry compatible disk storage system for | |
>; flexible (floppy) disks. An RX11 is capable of controlling two | |
>; flexible disk drives each having a capacity of 256K bytes. | |
>; | |
>* CP4804 How many RX11 disk controllers do you have? [O D:0]: 0 | |
>; | |
>; | |
>; DY: controller: RX211, RXV21 device: RX02 | |
>; | |
>; The RX211 and RXV21 are single or double density flexible (floppy) disk | |
>; controllers with a storage capacity of 256K bytes (single density) or | |
>; 512K bytes (double density). One controller is capable of controlling | |
>; two drives. | |
>; | |
>* CP5004 How many RX211/RXV21 disk controllers do you have? [O D:0]: 1 | |
>; | |
>; Enter the vector address for this controller. This vector address | |
>; can be changed after the SYSGEN by using the VMR CON SET command. | |
>; | |
>* CP5068 Enter vector address of the next RX211/RXV21 [O R:60-774 D:264]: 264 | |
>; | |
>; Enter the CSR address for this controller. This CSR address can | |
>; be changed after the SYSGEN by using the VMR CON SET command. | |
>; | |
>* CP5072 What is its CSR address? [O R:160000-177700 D:177170]: 177170 | |
>; | |
>; Enter the number of drives on this controller. | |
>; | |
>* CP5076 How many drives does DYA have? [D R:1.-2. D:2.]: 2 | |
>; | |
>; | |
>; DD: controller: DL11 device: TU58 | |
>; | |
>; The TU58 driver interfaces with the 3M DC-100A tape | |
>; cartridge drive and controller units via a parallel to ser- | |
>; ial DL11 converter at baud rates up to 9.6K. Data is | |
>; stored on the media on two parallel tracks recorded in the | |
>; same direction. The tape is preformatted into 2048 physical | |
>; records of 128 bytes each. Access to these physical records | |
>; is by groups of four corresponding to a standard DEC block | |
>; of 512 bytes. | |
>; | |
>* CP5204 How many TU58 controllers do you have? [O D:0]: 1 | |
>; | |
>; Enter the vector address for this controller. This vector address | |
>; can be changed after the SYSGEN by using the VMR CON SET command. | |
>; | |
>* CP5268 Enter vector address of next TU58 [O R:60-774 D:300]: 300 | |
>; | |
>; Enter the CSR address for this controller. This CSR address can | |
>; be changed after the SYSGEN by using the VMR CON SET command. | |
>; | |
>* CP5272 What is its CSR address? [O R:160000-177700 D:176500]: 176500 | |
>; | |
>; Enter the number of drives on this controller. | |
>; | |
>* CP5276 How many drives does DDA have? [D R:1.-2. D:2.]: 2 | |
>; | |
>; | |
>; LP: controllers: LA180, LN01, LP11, LS11, LV11 | |
>; devices: LA180, LG01, LG02, LN01, LP01, LP02, LP04, LP05, | |
>; LP06, LP07, LP14, LP25, LP26, LP27, LS11, LV01 | |
>; | |
>; The LP11 is a high-speed impact line printer with a rotating drum | |
>; or band. It is available in a variety of models, with and without | |
>; lowercase characters. | |
>; | |
>; The LS11 line printer is a medium-speed impact dot-matrix line | |
>; printer. It prints at a rate of 165 characters per second at | |
>; 10 characters per inch with up to 132 characters per line. | |
>; | |
>; The LA180 DECprinter is similar to the LS11 with the exception | |
>; that it prints at the rate of 180 characters per second. | |
>; | |
>; The LV11 is a high-speed electrostatic printer-plotter that prints | |
>; at a rate of 500 lines per minute. Only the print option is | |
>; supported under RSX-11M-PLUS. | |
>; | |
>* CP5404 How many LP/LS/LV/LG/LN/LA180 line printers do you have? [O D:0]: 1 | |
>; | |
>; If a task tries to access the line printer when the device is not | |
>; ready, a message saying the line printer is not ready is printed | |
>; on the console terminal. This message is repeated every n seconds, | |
>; where n is your response to this question, for as long as the line | |
>; printer remains not ready. | |
>; | |
>; Enter zero to disable this feature and suppress the messages. | |
>; | |
>* CP5408 Enter the number of seconds between | |
>* line printer-not-ready messages [D R:0.-255. D:15.]: 15 | |
>; | |
>; Enter the vector address for this line printer. This vector address | |
>; can be changed after the SYSGEN by using the VMR CON SET command. | |
>; | |
>* CP5468 Enter vector address of the next line | |
>* printer [O R:60-774 D:200]: 200 | |
>; | |
>; Enter the CSR address for this line printer. This CSR address can | |
>; be changed after the SYSGEN by using the VMR CON SET command. | |
>; | |
>* CP5472 What is its CSR address? [O R:160000-177700 D:177514]: 177514 | |
>; | |
>; Here is a table of the valid line printer types and their | |
>; characteristics: | |
>; | |
>; printer # of lines per supports | |
>; type controller columns minute optimization | |
>; | |
>; LA180 LA180 132 150 no | |
>; LG01 LP11 132 240-600 no | |
>; LG02 LP11 132 240-600 no | |
>; LN01 LN01 132 600 NA | |
>; LP01 LP11-F/H 80 170-1110 yes | |
>; LP02 LP11-J/K 132 170-1110 yes | |
>; LP04 LP11-R/S 132 1110 yes | |
>; LP05 LP11-V/W 132 300 no | |
>; LP06 LP11-Y/Z 132 460-600 no | |
>; LP07 LP11-G 132 1200 no | |
>; LP14 LP11-C/D 132 660-900 no | |
>; LP25 LP11-A/B 132 215-300 no | |
>; LP26 LP11-E 132 445-600 no | |
>; LP27 LP11-U 132 800-1200 no | |
>; LS11 LS11 132 60-200 no | |
>; LV01 LV11 132 500 yes | |
>; | |
>; The printer type is used to set two characteristics in the UCB: | |
>; | |
>; o Column or buffer width | |
>; | |
>; This is settable in VMR or MCR with the SET /BUF command. | |
>; | |
>; | |
>; o Fast line printer support | |
>; | |
>; This is an optimization performed by the driver to eliminate | |
>; unnecessary print cycles. This characteristic is not settable | |
>; in VMR or MCR. | |
>; | |
>; If you specify the wrong printer type and the driver performs | |
>; the optimization for a printer that does not support it, you | |
>; will occasionally lose a line of a listing when the printer | |
>; is taken off line. | |
>; | |
>; If you specify the wrong printer type and the driver does not | |
>; perform the optimization for a printer that supports it, the | |
>; printer will run a little slower than it would with the | |
>; optimization, but there will be no other adverse effects. | |
>; | |
>; If you do not know the correct printer type for your printer, take | |
>; the default. This will give you a 132-column printer without fast | |
>; printer optimization. Once your system is running, you can change | |
>; the number of columns if necessary with the MCR SET command. | |
>; | |
>* CP5480 Enter line printer type for LPA [S R:4-5 D:"LP25"]: | |
>; | |
>; If this line printer has both uppercase and lowercase characters, | |
>; answer Yes to this question. If it only has uppercase characters, | |
>; answer No. Your answer determines the initial setting for | |
>; lowercase character conversion on this printer. You can change | |
>; this at any time by using the MCR SET /LOWER command. | |
>; | |
>* CP5484 Does LPA have lowercase characters? [Y/N D:N]: | |
>; | |
>; | |
>; MT: controllers: TM11, TMA11, TMB11 devices: TE10, TU10, TU10W, TS03 | |
>; | |
>; The TM/TMA/TMB11 is a magnetic tape system ideally suited for | |
>; writing, reading, and storing large volumes of data and | |
>; programs in a serial manner. The system reads and writes in | |
>; industry-compatible format. TU10 drives support 10.5-inch reels | |
>; containing up to 2400 feet of tape upon which over 180 million | |
>; bits of data can be stored on high density 9-track tape. TS03 | |
>; drives support 7-inch reels containing up to 600 feet of tape in | |
>; high density 9-track format. TU10W drives are compatible with | |
>; TU10 drives except they operate only on 800 bpi, 9-track tape. | |
>; | |
>* CP5604 How many TM/TMA/TMB11 magtape controllers do you have? [O D:0]: 0 | |
>; | |
>; | |
>; PP: controller: PC11 | |
>; | |
>; The PC11 is a high speed paper tape reader/punch that is | |
>; capable of reading eight-hole, unoiled, perforated paper tape at | |
>; 300 characters per second, and punching tape at 50 characters | |
>; per second. | |
>; | |
>* CP5804 How many PC11 paper tape reader/punches do you have? [O D:0]: 1 | |
>; | |
>; Enter the vector address for this controller. This vector address | |
>; can be changed after the SYSGEN by using the VMR CON SET command. | |
>; | |
>* CP5868 Enter vector address of the next PC11 [O R:60-774 D:70]: 74 | |
>; | |
>; Enter the CSR address for this controller. This CSR address can | |
>; be changed after the SYSGEN by using the VMR CON SET command. | |
>; | |
>* CP5872 What is its CSR address? [O R:160000-177700 D:177550]: 177554 | |
>; | |
>; | |
>; PR: controller: PR11 | |
>; | |
>; The PR11 is a high speed paper tape reader that is capable of | |
>; reading eight-hole unoiled perforated paper tape at 300 | |
>; characters per second. | |
>; | |
>; | |
>; Exclude the number of PC11s from your answer to this question. | |
>; | |
>* CP6004 How many PR11 paper tape readers do you have? [O D:0]: 1 | |
>; | |
>; Enter the vector address for this controller. This vector address | |
>; can be changed after the SYSGEN by using the VMR CON SET command. | |
>; | |
>* CP6068 Enter vector address of the next PR11 [O R:60-774]: 70 | |
>; | |
>; Enter the CSR address for this controller. This CSR address can | |
>; be changed after the SYSGEN by using the VMR CON SET command. | |
>; | |
>* CP6072 What is its CSR address? [O R:160000-177700]: 177550 | |
>; | |
>; | |
>; LA: controller: LPA11 | |
>; | |
>; The LPA11 lab peripheral accelerator is a real-time subsystem which | |
>; interfaces to the PDP-11 family of computers. The system consists | |
>; of the LPA11, up to 2 A/D converters, a programmable real-time | |
>; clock, a D/A converter, and up to five digital I/O modules. | |
>; | |
>* CP6204 How many LPA11 lab subsystems do you have? [D R:0.-16. D:0.]: 0 | |
>; | |
>; | |
>; TT: controllers: DL11, DLV11 controller mnemonic: YL | |
>; | |
>; The DL11/DLV11 series of asynchronous single line interfaces handle | |
>; full or half-duplex communication between a wide variety of serial | |
>; communication channels and a PDP-11 computer. | |
>; | |
>; SYSGEN automatically sets up the data bases for all mandatory | |
>; DL11/DLV11s. (For each processor in the system, there must be a | |
>; DL11/DLV11; these are mandatory.) Answer the next question with | |
>; the number of additional DL11/DLV11s in your system. | |
>; | |
>; Note: Enter only the number of DL11s used as terminal interfaces. | |
>; Do not include any DL11s used as controlers for the TU58 DECtape II. | |
>; | |
>* CP6804 Enter number of additional DL11/DLV11 line interfaces [O D:0]: 2 | |
>; | |
>; The DL11/DLV11 has the ability to maintain a full-duplex connection | |
>; through a BELL 103A type modem. Modem support requires added code | |
>; in the terminal driver. As a result, it should be selected only if | |
>; needed. | |
>; | |
>* CP6820 Do any of the DL11/DLV11 lines require modem support? [Y/N D:N]: N | |
>; | |
>; The terminal types supported by RSX-11M-PLUS SYSGEN are: | |
>; | |
>; ASR33 LA12 VT05B | |
>; ASR35 LA30P VT50 | |
>; LA30S VT52 | |
>; DTC01 LA34 VT55 | |
>; LA36 VT61 | |
>; KSR33 LA38 VT100 | |
>; LA50 VT101 | |
>; LA100 VT102 | |
>; LA120 VT105 | |
>; LA180S VT125 | |
>; LA210 VT131 | |
>; LN03 VT132 | |
>; PC3xx VT2xx | |
>; | |
>* CP6832 Enter terminal type for YLA [S R:4-6 D:"LA120"]: | |
>; | |
>; Additional vectors are assigned from the floating vector space | |
>; starting at 300. The vector address can be changed after the | |
>; SYSGEN by using the VMR CON SET command. | |
>; | |
>* CP6868 Enter vector address of YLB [O R:300-770]: 310 | |
>; | |
>; Additional CSRs are assigned in the range 176000 - 176770. The | |
>; CSR address can be changed after the SYSGEN by using the VMR CON | |
>; SET command. | |
>; | |
>* CP6872 What is its CSR address? [O R:160000-177700]: 160010 | |
>; | |
>; The terminal types supported by RSX-11M-PLUS SYSGEN are: | |
>; | |
>; ASR33 LA12 VT05B | |
>; ASR35 LA30P VT50 | |
>; LA30S VT52 | |
>; DTC01 LA34 VT55 | |
>; LA36 VT61 | |
>; KSR33 LA38 VT100 | |
>; LA50 VT101 | |
>; LA100 VT102 | |
>; LA120 VT105 | |
>; LA180S VT125 | |
>; LA210 VT131 | |
>; LN03 VT132 | |
>; PC3xx VT2xx | |
>; | |
>* CP6832 Enter terminal type for YLB [S R:4-6 D:"LA120"]: | |
>; | |
>; Additional vectors are assigned from the floating vector space | |
>; starting at 300. The vector address can be changed after the | |
>; SYSGEN by using the VMR CON SET command. | |
>; | |
>* CP6868 Enter vector address of YLC [O R:300-770]: 320 | |
>; | |
>; Additional CSRs are assigned in the range 176000 - 176770. The | |
>; CSR address can be changed after the SYSGEN by using the VMR CON | |
>; SET command. | |
>; | |
>* CP6872 What is its CSR address? [O R:160000-177700]: 160020 | |
>; | |
>; The terminal types supported by RSX-11M-PLUS SYSGEN are: | |
>; | |
>; ASR33 LA12 VT05B | |
>; ASR35 LA30P VT50 | |
>; LA30S VT52 | |
>; DTC01 LA34 VT55 | |
>; LA36 VT61 | |
>; KSR33 LA38 VT100 | |
>; LA50 VT101 | |
>; LA100 VT102 | |
>; LA120 VT105 | |
>; LA180S VT125 | |
>; LA210 VT131 | |
>; LN03 VT132 | |
>; PC3xx VT2xx | |
>; | |
>* CP6832 Enter terminal type for YLC [S R:4-6 D:"LA120"]: | |
>; | |
>; | |
>; TT: controller: DH11 controller mnemonic: YH | |
>; | |
>; The DH11 multiplexer connects the PDP-11 with 16 asynchronous | |
>; serial communications lines operating with individually | |
>; programmable parameters. These parameters are: | |
>; | |
>; transmitter speed (baud) | |
>; receiver speed (baud) | |
>; | |
>* CP7004 Enter number of DH11 asynchronous line | |
>* multiplexers [D R:0.-16. D:0.]: 0 | |
>; | |
>; | |
>; TT: controller mnemonic: YV | |
>; | |
>; controllers: DHU11, DHV11, CXA16, CXB16, CXY08 | |
>; | |
>; | |
>; These multiplexers connect the PDP-11 with up to | |
>; 16 (DHU11, CXA16, CXB16) or 8 (DHV11, CXY08) | |
>; asynchronous serial communications lines operating with | |
>; individually programmable parameters. These parameters are: | |
>; | |
>; transmitter speed (baud) | |
>; receiver speed (baud) | |
>; | |
>; Modem control is available with the DHU11, DHV11 and CXY08. | |
>; The CXA16 and CXB16 do not support modem control. Use the VMR | |
>; or MCR SET /REMOTE commands in order to enable dialup lines. | |
>; | |
>* CP7104 Enter number of DHU11/DHV11/CXA16/CXB16/CXY08 (YV:-type) | |
>* asynchronous line multiplexers [D R:0.-32. D:0.]: 0 | |
>; | |
>; | |
>; TT: controller: DJ11 controller mnemonic: YJ | |
>; | |
>; The DJ11 is a multiplexed interface between 16 asynchronous | |
>; serial data-communications channels and the PDP-11 UNIBUS. The | |
>; DJ11 is a unit whose character formats and operating speeds are | |
>; jumper or strap selectable in groups of four lines. | |
>; | |
>* CP7204 Enter number of DJ11 asynchronous line | |
>* multiplexers [D R:0.-16. D:0.]: 0 | |
>; | |
>; | |
>; TT: controllers: DZ11, DZQ11, DZV11, DFA01 controller mnemonic: YZ | |
>; | |
>; The DZ11/DZQ11/DZV11/DFA01 multiplexers connect the PDP-11 with up to | |
>; 8 asynchronous serial communications lines operating with individually | |
>; programmable parameters. These parameters are: | |
>; | |
>; Transmitter speed / Receiver speed (baud) | |
>; | |
>* CP7404 Enter number of DZ11/DZQ11/DZV11/DFA01 asynchronous line | |
>* multiplexers [D R:0.-32. D:0.]: 1 | |
>; | |
>; The DZ11/DZQ11/DZV11 has the ability to maintain a full-duplex connection | |
>; through a BELL 103A type modem. Modem support requires added code in the | |
>; terminal driver and increases system overhead. As a result, it should be | |
>; selected only if needed. | |
>; | |
>* CP7420 Do any of the DZ lines require modem support? [Y/N D:N]: N | |
>; | |
>; The vector address for the DZ11/DZQ11/DZV11 is assigned from the floating | |
>; vector space starting at 300. The vector address can be changed after | |
>; the SYSGEN by using the VMR CON SET command. | |
>; | |
>* CP7468 Enter vector address of YZA [O R:300-770]: 330 | |
>; | |
>; The CSR address for the DZ11/DZQ11/DZV11 is assigned from the floating | |
>; address space starting at 160010. The CSR address can be changed | |
>; after the SYSGEN by using the VMR CON SET command. | |
>; | |
>* CP7472 What is its CSR address? [O R:160000-177700]: 160030 | |
>; | |
>; Enter the number of lines on this controller. | |
>; | |
>* CP7480 How many lines does YZA have? [D R:1.-8. D:8.]: 8 | |
>; | |
>; The terminal types supported by RSX-11M-PLUS SYSGEN are: | |
>; | |
>; ASR33 LA12 VT05B | |
>; ASR35 LA30P VT50 | |
>; LA30S VT52 | |
>; DTC01 LA34 VT55 | |
>; LA36 VT61 | |
>; KSR33 LA38 VT100 | |
>; LA50 VT101 | |
>; LA100 VT102 | |
>; LA120 VT105 | |
>; LA180S VT125 | |
>; LA210 VT131 | |
>; LN03 VT132 | |
>; PC3xx VT2xx | |
>; | |
>* CP7484 Enter terminal type for YZA [S R:4-6 D:"VT100"]: | |
>; | |
>; SYSVMR.CMD, the VMR command file which creates your system image file, | |
>; contains commands that set the characteristics for each terminal as | |
>; follows: | |
>; | |
>; Terminal type: as you specified for the controller | |
>; Buffer width: 80 | |
>; Speed: 300/300 for hardcopy terminals | |
>; 9600/9600 for CRTs | |
>; Lower to upper- | |
>; case conversion: No for hardcopy terminals | |
>; Yes for CRTs | |
>; | |
>; If you wish to change these characteristics for your terminals, SYSGEN | |
>; will allow you to edit SYSVMR.CMD. | |
>; | |
>; | |
>; | |
>; Intercomputer communication devices consist of the following: | |
>; | |
>; PCL11 full-duplex DMA interprocessor communications | |
>; device | |
>; DMC11/DMR11 high-speed synchronous serial line interface | |
>; DUP11 synchronous serial line interface | |
>; DEUNA Ethernet communications controller | |
>; | |
>; Note: Do NOT include any devices which will be used with DECnet. | |
>; Those devices should be included when you do your NETGEN. | |
>; | |
>* CP7604 Do you have any intercomputer communication devices? [Y/N D:N]: Y | |
>; | |
>; | |
>; LR: (receiver) controller: PCL11 | |
>; LT: (transmitter) | |
>; | |
>; The PCL11 is a full-duplex DMA interprocessor communication | |
>; device. It transfers at up to 500,000 bytes per second | |
>; between two processors and can support up to 16 processors on | |
>; the time division multiplexed bus. Transmitters and receivers | |
>; are serviced by the separate drivers LTDRV and LRDRV. | |
>; | |
>* CP7804 How many PCL11 receiver/transmitters do you have? [O D:0]: 0 | |
>; | |
>; | |
>; XM: controllers: DMC11, DMR11 | |
>; | |
>; The DMC11/DMR11 is a full-duplex, serial communications link which | |
>; implements the DDCMP line protocol using a high speed microprocessor. | |
>; Data messages are transferred with minimal processor overhead using | |
>; the DMA facilities of the PDP-11. | |
>; | |
>* CP8204 How many DMC11/DMR11 synchronous line interfaces do | |
>* you have? [O D:0]: 0 | |
>; | |
>; | |
>; XW: controller: DUP11 | |
>; | |
>; The DUP11 provides a double-buffered program interface between | |
>; a PDP-11 and a serial synchronous line. | |
>; | |
>; The DUP11 provides a flexible interface in that the programmer | |
>; can specify the sync and character size. Modem control | |
>; capability allows the use of the DUP11 in switched or dedicated | |
>; applications. The interface provides strip sync and idle sync | |
>; features to simplify programming and remove processor overhead. | |
>; | |
>* CP8404 How many DUP11 synchronous line interfaces do you have? [O D:0]: 1 | |
>; | |
>; Enter the vector address for this DUP11. The vector address for | |
>; the DUP11 is assigned from the floating vector space starting at | |
>; 300. This vector address can be changed after the SYSGEN by using | |
>; the VMR CON SET command. | |
>; | |
>* CP8468 Enter vector address of the next DUP11 [O R:300-774]: 320 | |
>; | |
>; Enter the CSR address for this DUP11. The CSR address for the | |
>; DUP11 is assigned from the floating address space starting at | |
>; 160010. This CSR address can be changed after the SYSGEN by | |
>; using the VMR CON SET command. | |
>; | |
>* CP8472 What is its CSR address? [O R:160000-177700]: 17760310 160310 | |
>; | |
>; Answer Yes if this is a half-duplex line. | |
>; | |
>* CP8480 Is it a half-duplex line? [Y/N D:N]: N | |
>; | |
>; Enter the number of sync character required in a sync leader. | |
>; | |
>* CP8484 How many sync characters are required in a sync | |
>* leader? [D R:3.-14.]: | |
AT.T0 -- Value not in range | |
>* leader? [D R:3.-14.]: 3 | |
>; | |
>; | |
>; XE: controller: DEUNA | |
>; | |
>; The Digital Equipment UNIBUS Network Adapter (DEUNA) is a data | |
>; communications controller used to interface PDP-11 family computers | |
>; to the Ethernet local area network. | |
>; | |
>* CP8504 How many DEUNA Ethernet controllers do you have? [O R:0-1 D:0]: 1 | |
>; | |
>; Enter the vector address for this DEUNA. This vector address | |
>; can be changed after the SYSGEN by using the VMR CON SET command. | |
>; | |
>* CP8568 Enter vector address of the next DEUNA [O R:60-774 D:120]: 120 | |
>; | |
>; Enter the CSR address for this DEUNA. This CSR address can be | |
>; changed after the SYSGEN by using the VMR CON SET command. | |
>; | |
>* CP8572 What is its CSR address? [O R:160000-177700 D:174510]: 74440 174440 | |
>; | |
>; | |
>; Enter device mnemonics for any user-supplied drivers. The driver | |
>; source files must reside in [11,10] and be named ddDRV.MAC and | |
>; ddTAB.MAC where dd is the device mnemonic. | |
>; | |
>; You may enter the mnemonics on more than one line. When you have | |
>; listed all the drivers, press RETURN when asked for the device | |
>; mnemonic. | |
>; | |
>; The device mnemonic must not include a colon. | |
>; | |
>* CP9604 Enter device mnemonics for user-supplied drivers [S]: | |
>; | |
>; | |
>; If you will be adding other devices after this SYSGEN or have | |
>; included user-supplied devices, you will want to set the highest | |
>; interrupt vector address high enough to accommodate the vectors for | |
>; those devices. | |
>; | |
>; The highest vector among the devices you specified in this SYSGEN | |
>; is 374(octal). This is the default response for this question. | |
>; | |
>* CP9632 What is the highest interrupt vector | |
>* address? [O R:374-774 D:374]: 774 | |
>; | |
>; | |
>; | |
>;================================================================ | |
>; Assembling the Executive and Drivers 12-DEC-2021 at 04:43 | |
>;================================================================ | |
>; | |
>; | |
>; | |
>; The answers to the questions in this section are put in the saved | |
>; answer file [200,200]SYSGENSA1.CMD. | |
>; | |
>PIP RSXMC3.MAC=RSXMC1.MAC,RSXMC2.MAC | |
>PIP RSXMC.MAC=RSXMC3.MAC,RSXMC0.MAC | |
>; | |
>; Copy the files created by the Executive options and peripheral | |
>; configuration sections into the correct directories. | |
>; | |
>SET /UIC=[1,24] | |
>PIP [11,10]/NV=[200,200]RSXMC.MAC | |
>PIP [11,10]/NV=[200,200]SYSTB.MAC | |
>PIP [11,24]/NV=[200,200]RSXASM.CMD | |
>PIP [11,24]/NV=[200,200]DRIVERS.ASM | |
>; | |
>; | |
>; Assembly listings of the Executive modules and the drivers can be | |
>; generated and stored in a file or printed directly. | |
>; | |
>; Generating listings is time-consuming and they are not normally | |
>; needed, so we recommend you answer No to this question. | |
>; | |
>* AE010 Do you want assembly listings of the Executive and | |
>* drivers? [Y/N D:N]: | |
>; | |
>ASN NL:=LS: | |
>; | |
>; | |
>; If you are building a specialized system you may wish to edit | |
>; some of the files which SYSGEN produced before the Executive | |
>; and drivers are assembled. | |
>; | |
>* AE030 Do you wish to pause to edit any files before | |
>* assembling? [Y/N D:N]: | |
>; | |
>SET /UIC=[11,24] | |
>; | |
>; Now we assemble the Executive and resident drivers. | |
>; | |
>PIP *.OBJ;*/DE/NM,*.TTY;* | |
>; | |
>TIME | |
04:44:28 12-DEC-2021 | |
>; | |
>MAC @RSXASM | |
>; | |
>; Now we assemble the loadable drivers. | |
>; | |
>TIME | |
04:56:54 12-DEC-2021 | |
>; | |
>MAC @DRIVERS.ASM | |
>; | |
>TIME | |
05:08:57 12-DEC-2021 | |
>; | |
>; Now we build the concatenated object module file for the Executive. | |
>; | |
>PIP RSX11M.OBS=*.OBJ | |
>PIP TTDRV.OBS=*.TTY | |
>; | |
>SET /UIC=[200,200] | |
>PIP /NV=[11,10]RSXMC.MAC | |
>; | |
>SET /UIC=[1,24] | |
>PIP RSXBLD.CMD/PU/NM | |
>PIP RSX11M.OLB;*/DE/NM | |
>PIP [200,200]RSXMC.MAC/PU/NM | |
>; | |
>; Now we build the Executive library. | |
>; | |
>LBR RSX11M/CR:256.::256./-EP=[11,24]RSX11M.OBS | |
>PIP [11,24]RSX11M.OBS;*,*.OBJ;*/DE | |
>; | |
>; Now we build the terminal driver library. | |
>; | |
>LBR TTDRV/CR:40.:392.:128.=[11,24]TTDRV.OBS | |
>PIP [11,24]TTDRV.OBS;*,*.TTY;*/DE | |
>SET /UIC=[200,200] | |
>; | |
>; | |
>; | |
>;============================================================== | |
>; Building the Executive and Drivers 12-DEC-2021 at 05:09 | |
>;============================================================== | |
>; | |
>; | |
>; | |
>; The answers to the questions in this section are put in the saved | |
>; answer file [200,200]SYSGENSA1.CMD. | |
>; | |
>; | |
>; There is a system image file, RSX11M.SYS, in UFD [1,54] on your | |
>; target system disk. This is probably an old system. You may want | |
>; to move the files belonging to this older system to another directory | |
>; before SYSGEN puts the new system's files in [1,54]. | |
>; | |
>* BE010 Do you want to move the old system in [1,54] to | |
>* another directory? [Y/N D:N]: N | |
>; | |
>; Allocate space to be used later for the system image file. | |
>; | |
>SET /UIC=[1,54] | |
>PIP RSX11M.TMP/CO/BL:1026.=NL: | |
>; | |
>SET /UIC=[200,200] | |
>; | |
>SET /UIC=[1,24] | |
>SET /UIC=[200,200] | |
>SET /UIC=[1,54] | |
>PIP SYSVMR.CMD=[200,200]SYSVMR.CMD,VMRTTY.CMD | |
>; | |
>SET /UIC=[200,200] | |
>; | |
>; At this point, you can edit: | |
>; | |
>; the Executive task-build command files in [200,200] | |
>; the driver task-build command files in [200,200] | |
>; the privileged task task-build command files in [1,24] | |
>; SYSVMR.CMD in [1,54] | |
>; | |
>; In most cases there is no need to edit the task-build command files. | |
>; However, you may want to tailor SYSVMR for your system. | |
>; | |
>* BE030 Do you want to pause to edit any files before | |
>* task-building? [Y/N D:N]: N | |
>; | |
>SET /UIC=[1,24] | |
>PIP [1,24]/NV/NM=[200,200]RSXBLD.CMD,RSX11M,DSP11M,LDR11M | |
>PIP [1,24]/NV=[200,200]DIR11M.CMD,DR211M,DIRCOM,DR2COM,DIR | |
>PIP [1,24]/NV=[200,200]DR311M.CMD,DR411M,DR3COM,DR4COM | |
>PIP [1,24]/NV=[200,200]VEC11M.CMD,DCM11M,VECCOM | |
>; | |
>; Now we build the Executive. | |
>; | |
>TIME | |
05:10:14 12-DEC-2021 | |
>; | |
>TKB @RSXBLD | |
>; | |
>; Now we build the loadable drivers | |
>; | |
>TIME | |
05:13:35 12-DEC-2021 | |
>; | |
>TKB @[200,200]DRIVERS.BLD | |
>; | |
>TIME | |
05:14:36 12-DEC-2021 | |
>SET /UIC=[200,200] | |
>; | |
>; | |
>; | |
>;========================================================= | |
>; Building the Privileged Task 12-DEC-2021 at 05:14 | |
>;========================================================= | |
>; | |
>; | |
>; | |
>; The answers to the questions in this section are put in the saved | |
>; answer file [200,200]SYSGENSA1.CMD. | |
>; | |
>; | |
>; Maps of the privileged tasks can be generated and stored in a file | |
>; or printed directly. | |
>; | |
>; Maps of the privileged tasks are not normally needed, so we | |
>; recommend you answer No to this question. | |
>; | |
>* BP040 Do you want the maps of the privileged tasks? [Y/N D:N]: | |
>; | |
>ASN NL:=MP: | |
>; | |
>SET /UIC=[1,24] | |
>; | |
>TIME | |
05:14:42 12-DEC-2021 | |
>; | |
>TKB @SAVBLD | |
>; | |
>TIME | |
05:15:22 12-DEC-2021 | |
>; | |
>ASN LB:=OU: | |
>SET /UIC=[200,200] | |
>; | |
>; | |
>; | |
>;============================================================ | |
>; Rebuilding Supplied System Tasks 12-DEC-2021 at 05:15 | |
>;============================================================ | |
>; | |
>; | |
>; | |
>; The answers to the questions in this section are put in the saved | |
>; answer file [200,200]SYSGENSA3.CMD. | |
>; | |
>; | |
>; All nonprivileged and vectored privileged system tasks are supplied | |
>; already task-built and can be found in the library UFD on the target | |
>; system disk. It is not normally necessary to rebuild these supplied | |
>; system tasks although you may wish to do so, for example if one of | |
>; them has been patched. | |
>; | |
>* BN010 Do you want to rebuild any system tasks? [Y/N D:N]: | |
>; | |
>; | |
>; | |
>;========================================================== | |
>; Creating the System Image File 12-DEC-2021 at 05:15 | |
>;========================================================== | |
>; | |
>; | |
>SET /UIC=[1,54] | |
>; | |
>PIP RSX11M.TMP;*/DE/NM | |
>; | |
>PIP RSX11M.SYS/CO/NV/BL:1026.=RSX11M.TSK | |
>; | |
>ASN LB:=SY: | |
>; | |
>; Utility tasks stay in utility UFD [3,54]. | |
>; | |
>; RSX11M.TSK is a backup copy of the Executive you just built. | |
>; | |
>; | |
>; VMR will now initialize the system. | |
>; | |
>VMR @SYSVMR | |
Loading Executive data space | |
Data space loading completed | |
VMR -- *DIAG*-Installed tasks or commons may no longer fit in partition | |
SET /TOP=SYSPAR:-* | |
VMR -- *DIAG*-Loadable driver larger than 4K | |
LOA TT: | |
VMR -- *FATAL*-No ICB pool space for CPU A | |
LOA XW: | |
>; | |
>; When you are finished with SYSGEN, software boot in your target | |
>; system. Set the date and time, and save the system without any | |
>; switches to verify that the system is working. Then save the | |
>; system again, this time with the /WB switch to make it hardware | |
>; bootable. | |
>; | |
>; The optional SAVE switches are: | |
>; | |
>; /WB writes the boot block | |
>; /SFILE="filename" uses "filename" as the startup file | |
>; /MOU="mount-switches" specifies mount switches to be used | |
>; when the system volume is mounted | |
>; | |
>; For example: | |
>; | |
>; >BOOT [1,54]RSX11M.SYS | |
>; RSX-11M-PLUS V3.0 BL24 | |
>; | |
>; > | |
>; TIM 19-APR-85 12:00:00 | |
>; >SAV | |
>; | |
>; RSX-11M-PLUS V3.0 BL24 256.K System:"MJTOAD" | |
>; >RED DB:=SY: | |
>; >RED DB:=LB: | |
>; >RED DB:=SP: | |
>; >MOU DB:"RSX11MPBL24" | |
>; >@DB:[1,2]STARTUP | |
>; . | |
>; . | |
>; . | |
>; >* Please enter time and date (HH:MM MM/DD/YY) [S]: ^Z | |
>; >@ <EOF> | |
>; >SAV /WB | |
>; | |
>; RSX-11M-PLUS V3.0 BL24 256.K System:"MJTOAD" | |
>; >RED DB:=SY: | |
>; >RED DB:=LB: | |
>; >RED DB:=SP: | |
>; >MOU DB:"RSX11MPBL24" | |
>; >@DB:[1,2]STARTUP | |
>; . | |
>; . | |
>; . | |
>; >* Please enter time and date (HH:MM MM/DD/YY) [S]: 12:01 4/19/85 | |
>; >TIME 12:01 4/19/85 | |
>; >ACS SY:/BLKS=1024. | |
>; >CON ONLINE ALL | |
>; . | |
>; . | |
>; . | |
>; >@ <EOF> | |
>; >SET /UIC=[1,54] | |
>; >PIP [2,54]*.*;*/DE | |
>; > | |
>; | |
>; You may wish to edit [1,2]STARTUP.CMD and [1,2]QMGSTART.CMD | |
>; to reflect your desired initialization operations. | |
>; | |
>SET /UIC=[200,200] | |
>; | |
>REM MACT0 | |
>REM PIPT0 | |
>REM LBRT0 | |
>REM TKBT0 | |
>REM VMRT0 | |
>; | |
>; End of SYSGEN | |
>; | |
>TIME | |
05:15:52 12-DEC-2021 | |
>; | |
>ASN = | |
>; | |
>@ <EOF> | |
> | |
> | |
>RUN $SHUTUP | |
RSX-11M-PLUS Shut down program | |
Enter minutes to wait before shutdown: 0 | |
Reason for shutdown (<CR> for none):SYSGEN COMPLETE | |
OK to shutdown? [Y/N]: Y | |
All further logins are disabled | |
12-DEC-2021 05:16 System is now shutting down -- RSX11M | |
Reason for shutdown: SYSGEN COMPLETE | |
SET /COLOG=OFF | |
> | |
QUE /STO:QMG | |
> | |
STOP/ACCOUNTING SHUTUP | |
05:16:26 SYSLOG -- 47. Exiting | |
> | |
@LB:[1,2]SHUTUP | |
>VCP DISCONNECT /ALL | |
>ncp set cir ip-0-0 sta off | |
NCP -- Set failed, invalid identification format, Circuit | |
>ncp cle lin ip-0-0 all | |
NCP -- Clear failed, invalid identification format, Line | |
>ifc rem tcp port 7 | |
?IFC REM ? | |
CCL -- Syntax error, unknown or ambiguous command | |
>ifc rem tcp port 9 | |
?IFC REM ? | |
CCL -- Syntax error, unknown or ambiguous command | |
>ifc rem tcp port 13 | |
?IFC REM ? | |
CCL -- Syntax error, unknown or ambiguous command | |
>ifc rem tcp port 17 | |
?IFC REM ? | |
CCL -- Syntax error, unknown or ambiguous command | |
>ifc rem tcp port 80 | |
?IFC REM ? | |
CCL -- Syntax error, unknown or ambiguous command | |
>ifc rem tcp port 113 | |
?IFC REM ? | |
CCL -- Syntax error, unknown or ambiguous command | |
>ifc rem tcp port 21 | |
?IFC REM ? | |
CCL -- Syntax error, unknown or ambiguous command | |
>ifc set if0: sta clo | |
?IFC SET ? | |
CCL -- Syntax error, unknown or ambiguous command | |
>ifc set if1: sta clo | |
?IFC SET ? | |
CCL -- Syntax error, unknown or ambiguous command | |
>ifc stop | |
?IFC STOP? | |
CCL -- Syntax error, unknown or ambiguous command | |
>abo ethacp | |
ABO -- Task not in system | |
>rem ethacp | |
REM -- Task not in system | |
>rem ...net | |
REM -- Task not in system | |
>rem ...ifc | |
REM -- Task not in system | |
>rem ...pin | |
REM -- Task not in system | |
>rem ...ftp | |
REM -- Task not in system | |
>rem rwhod | |
REM -- Task not in system | |
>rem tftpd | |
REM -- Task not in system | |
>rem tft | |
REM -- Task not in system | |
>rem trt | |
REM -- Task not in system | |
>rem tel | |
REM -- Task not in system | |
>rem tcpgen | |
REM -- Task not in system | |
>con off if0: | |
CON -- Command execution error. | |
Invalid device or unit | |
OFFLINE IF0: | |
>con off if1: | |
CON -- Command execution error. | |
Invalid device or unit | |
OFFLINE IF1: | |
>con off ip: | |
CON -- Command execution error. | |
Invalid device or unit | |
OFFLINE IP0: | |
>con off ud: | |
CON -- Command execution error. | |
Invalid device or unit | |
OFFLINE UD0: | |
>con off tc: | |
CON -- Command execution error. | |
Invalid device or unit | |
OFFLINE TC0: | |
>unl if:/vec | |
UNL -- Device IF0: not in system | |
>unl ip:/vec | |
UNL -- Device IP0: not in system | |
>unl ud:/vec | |
UNL -- Device UD0: not in system | |
>unl tc:/vec | |
UNL -- Device TC0: not in system | |
>; The CEX will be unloaded since all CEX products have been unloaded. | |
>SCP STOP SIL (I) | |
>LCP STOP | |
LCP -- Process not started | |
>NCP CLEAR SYS | |
>REM NTINIT | |
>REM NTL... | |
>REM EVC... | |
>REM ...EVF | |
>REM ...NCP | |
>REM LOO... | |
>REM LOO$$$ | |
>REM MLD... | |
>SET /SYSUIC=[5,54] | |
>UNL NM:/VEC | |
>SET /SYSUIC=[1,54] | |
>REM NMVACP | |
>REM NETACP | |
>REM NIC$$$ | |
>REM EVR$$$ | |
>REM ...NTD | |
>REM NTD... | |
>REM LIN$$$ | |
>REM MIR$$$ | |
>REM NVP... | |
>REM DLL$$$ | |
>REM DUM$$$ | |
>REM ...CCR | |
>REM RCP1.. | |
>REM RCP2.. | |
>REM HLD... | |
>REM ...NFT | |
>REM ...FTS | |
>REM FTSDEQ | |
>REM FAL$$$ | |
>REM FALLOG | |
>REM .CMTS. | |
>CLI /ELIM=RMTACP | |
>REM RMTACP | |
>REM ...RMT | |
>REM RMHACP | |
>REM LSN$$$ | |
>REM NCT... | |
>REM ...TLK | |
>REM ...PHO | |
>REM PHO$$$ | |
>REM TCL... | |
>REM ...SCP | |
>SET /SYSUIC=[5,54] | |
>UNL NN:/VEC | |
>SET /SYSUIC=[1,54] | |
>REM NT$NNS | |
>REM ...LCP | |
>SET /SYSUIC=[5,54] | |
>UNL HT:/VEC | |
>SET /SYSUIC=[1,54] | |
>; | |
>; Inserting Nuclear control rods into the reactor for IMMEDIATE SHUTDOWN! | |
>; | |
>RUN LB:[3,54]TIMWRT | |
INS -- Task name already in use | |
>@ <EOF> | |
> | |
ELI /NOLOG | |
> | |
ACS DU0:/BLKS=0. | |
ACS -- Checkpoint file now inactive | |
> | |
DMO DU0:/DEV/LOCK=V | |
DMO -- System disk being dismounted | |
DMO -- SYSTEM dismounted from DU0: *** Final dismount initiated *** | |
05:16:40 *** DU0: -- Dismount complete | |
> | |
DMO DU1:/DEV/LOCK=V | |
DMO -- SYSTEM dismounted from DU1: *** Final dismount initiated *** | |
05:16:45 *** DU1: -- Dismount complete | |
> | |
SHUTUP operation complete | |
HALT instruction, PC: 126130 (CLRB @#177776) | |
Eth: closed vde:/tmp/vde-dnet.ctl | |
Eth: closed vde:/tmp/vde-ip.ctl | |
Log file closed | |
/home/linuxuser/simh.run/pdp11-93/bin $ |
NETGEN
In NETGEN, we get to specify two network adapters. We also do not bring up QNA-1 automatically because QNA-1 will not have DECnet on it, only TCP/IP as we specify during the IPGEN phase next.
>* 01.00 Device Driver Process name [<RET>=Done] [S R:0-3]: QNA
>* 02.00 How many QNA controllers are there [D R:1.-2. D:1.]: 2
>* 02.01 Are all QNAs installed at the same device priority [D=N]? [Y/N]: Y
>* 02.02 What is the QNA device priority [O R:4-6 D:5]:
>;
>* 03.01 CSR address for QNA-0 [O R:160000-177777 D:174440]: 174440
>* 03.02 Vector address for QNA-0 [O R:0-774 D:120]: 120
>;
>* 04.07 Set the state for QNA-0 ON when loading the network [D=N]? [Y/N]: Y
>;
>* 03.01 CSR address for QNA-1 [O R:160000-177777 D:174460]: 174460
>* 03.02 Vector address for QNA-1 [O R:0-774 D:130]:
>;
>* 04.07 Set the state for QNA-1 ON when loading the network [D=N]? [Y/N]: N
# --- | |
# NETGEN | |
# PDP-11 with two ethernet Adapters: One for DECnet and one for TCP/IP on a | |
# PDP-11/93 RSX-11M-PLUS Version 4.6 Base level 87 (QBUS, 2 x DEQNA) | |
# --- | |
/home/linuxuser/simh.run/pdp11-93/bin $ ./31.34_NANAJU | |
removed '../data/NANAJU-console.log' | |
PDP-11 simulator V4.0-0 Current simh git commit id: 4c44975e | |
Logging to file "../data/NANAJU-console.log" | |
Disabling RK | |
Disabling HK | |
Disabling TM | |
CPU 11/93, NOCIS, autoconfiguration enabled, idle disabled | |
4088KB | |
Throttle: 1800 kiloinstructions | |
Throttle State: Waiting for Init - wait: 0 | |
/home/linuxuser/simh.run/pdp11-93/bin/31.34_NANAJU.ini-25> attach xq vde:/tmp/vde-dnet.ctl | |
Eth: opened OS device vde:/tmp/vde-dnet.ctl | |
XQ address=17774440-17774457, no vector, BR5, MAC=AA:00:04:00:22:7C | |
type=DEQNA, polling=disabled, sanity=OFF | |
throttle=disabled, leds=(ON,ON,ON) | |
attached to vde:/tmp/vde-dnet.ctl | |
/home/linuxuser/simh.run/pdp11-93/bin/31.34_NANAJU.ini-36> attach xqb vde:/tmp/vde-ip.ctl | |
Eth: opened OS device vde:/tmp/vde-ip.ctl | |
XQB address=17774460-17774477, no vector, BR5, MAC=08:00:2B:2A:02:27 | |
type=DEQNA, polling=disabled, sanity=OFF | |
throttle=disabled, leds=(ON,ON,ON) | |
attached to vde:/tmp/vde-ip.ctl | |
/home/linuxuser/simh.run/pdp11-93/bin/31.34_NANAJU.ini-54> attach rq0 ../data/NANAJU_RSX_DU0.dsk | |
RQ0: '../data/NANAJU_RSX_DU0.dsk' Contains an ODS1 File system | |
RQ0: Volume Name: RSX11MPBL87 Format: DECFILE11A Sectors In Volume: 615000 | |
/home/linuxuser/simh.run/pdp11-93/bin/31.34_NANAJU.ini-56> attach -r rq1 ../data/NANAJU_RSX_DU1.dsk | |
RQ1: Unit is read only | |
RQ1: '../data/NANAJU_RSX_DU1.dsk' Contains an ODS1 File system | |
RQ1: Volume Name: DECUS Format: DECFILE11A Sectors In Volume: 3360000 | |
RQ address=17772150-17772153, no vector, BR5, RQDX3, 4 units | |
RQ0 314MB, attached to ../data/NANAJU_RSX_DU0.dsk, write enabled | |
RD54, UNIT=0, autosize | |
RAW format | |
RQ1 1720MB, attached to ../data/NANAJU_RSX_DU1.dsk, read only, write locked | |
RD54, UNIT=1, autosize | |
RAW format | |
/home/linuxuser/simh.run/pdp11-93/bin/31.34_NANAJU.ini-66> attach -r rl0 ../data/tcpip.dsk | |
RL0: Unit is read only | |
RL0: '../data/tcpip.dsk' Contains an ODS1 File system | |
RL0: Volume Name: TCPIP Format: DECFILE11A Sectors In Volume: 20480 | |
RL RLV12, address=17774400-17774411, vector=160, BR5, 4 units | |
RL0 5242KW, attached to ../data/tcpip.dsk, read only, on line | |
write locked, RL02, autosize | |
RAW format | |
RL1 5242KW, not attached, on line | |
write enabled, RL02, autosize | |
AUTO detect format | |
RL2 5242KW, not attached, on line | |
write enabled, RL02, autosize | |
AUTO detect format | |
RL3 5242KW, not attached, on line | |
write enabled, RL02, autosize | |
AUTO detect format | |
TQ TK50 (94MB), address=17774500-17774503, no vector, BR5, 4 units | |
TQ0 not attached, write locked, UNIT=0 | |
TPC format, capacity=98MB | |
/home/linuxuser/simh.run/pdp11-93/bin/31.34_NANAJU.ini-96> attach dz 3134 | |
Listening on port 3134 | |
DZ address=17760100-17760117*, vector=300-314*, BR5, lines=8 | |
attached to 3134, 8b, 0 current connections | |
LPT address=17777514-17777517, vector=200, BR4 | |
attached to ../data/line-printer.txt | |
/home/linuxuser/simh.run/pdp11-93/bin/31.34_NANAJU.ini-106> attach dpv0 31340,tcp,connect=192.168.31.34:31341 | |
Line 0 Listening on port 31340 | |
DPV address=17760310-17760317*, vector=320-324*, BR5, lines=1 | |
attached to Line=0,31340,Connect=192.168.31.34:31341, speed=0 (unrestricted), No Corruption | |
W3 Jumper Installed, W5 Jumper Removed, W6 Jumper Installed | |
___________________________________ | |
DEVICE SUMMARY | |
___________________________________ | |
PDP-11 simulator configuration | |
CPU 11/93, NOCIS, autoconfiguration enabled, idle disabled | |
SYSTEM | |
RHA disabled | |
RHB disabled | |
RHC disabled | |
CLK 60Hz, address=17777546-17777547, vector=100, BR6 | |
PCLK disabled | |
PTR disabled | |
PTP disabled | |
TTI 7p, address=17777560-17777563, vector=60, BR4 | |
TTO 7p, address=17777564-17777567, vector=64, BR4 | |
TDC disabled | |
CR disabled | |
LPT address=17777514-17777517, vector=200, BR4 | |
DLI disabled | |
DLO disabled | |
DCI disabled | |
DCO disabled | |
DZ address=17760100-17760117*, vector=300-314*, BR5, lines=8 | |
VH disabled | |
RC disabled | |
RF disabled | |
RK disabled | |
RL RLV12, address=17774400-17774411, vector=160, BR5, 4 units | |
HK disabled | |
RX disabled | |
RY disabled | |
RP disabled | |
RS disabled | |
RQ address=17772150-17772153, no vector, BR5, RQDX3, 4 units | |
RQB disabled | |
RQC disabled | |
RQD disabled | |
TC disabled | |
TM disabled | |
TS disabled | |
TQ TK50 (94MB), address=17774500-17774503, no vector, BR5, 4 units | |
TU disabled | |
TA disabled | |
VT disabled | |
XQ address=17774440-17774457, no vector, BR5, MAC=AA:00:04:00:22:7C | |
type=DEQNA, polling=disabled, sanity=OFF | |
throttle=disabled, leds=(ON,ON,ON) | |
XQB address=17774460-17774477, no vector, BR5, MAC=08:00:2B:2A:02:27 | |
type=DEQNA, polling=disabled, sanity=OFF | |
throttle=disabled, leds=(ON,ON,ON) | |
XU disabled | |
XUB disabled | |
KG disabled | |
DMC disabled | |
DUP disabled | |
DPV address=17760310-17760317*, vector=320-324*, BR5, lines=1 | |
KDP disabled | |
KE disabled | |
ROM 4 units | |
CH disabled | |
NG disabled | |
DAZ disabled | |
___________________________________ | |
___________________________________ | |
CPU IOSPACE | |
___________________________________ | |
Address Vector BR # Device | |
-------------------- -------- -- - ------ | |
17760100 - 17760117* 300-314 5 2 DZ | |
17760310 - 17760317* 320-324 5 1 DPV | |
17772150 - 17772153 5 1 RQ | |
17772200 - 17772277 1 CPU | |
17772300 - 17772317 1 CPU | |
17772320 - 17772337 1 CPU | |
17772340 - 17772357 1 CPU | |
17772360 - 17772377 1 CPU | |
17772516 - 17772517 1 CPU | |
17774400 - 17774411 160 5 1 RL | |
17774440 - 17774457 5 1 XQ | |
17774460 - 17774477 5 1 XQB | |
17774500 - 17774503 5 1 TQ | |
17777514 - 17777517 200 4 1 LPT | |
17777520 - 17777527 1 CPU | |
17777546 - 17777547 100 6 1 CLK | |
17777560 - 17777563 060 4 1 TTI | |
17777564 - 17777567 064 4 1 TTO | |
17777572 - 17777577 1 CPU | |
17777600 - 17777617 1 CPU | |
17777620 - 17777637 1 CPU | |
17777640 - 17777657 1 CPU | |
17777660 - 17777677 1 CPU | |
17777740 - 17777775 1 CPU | |
17777776 - 17777777 1 CPU | |
___________________________________ | |
___________________________________ | |
SANYALnet Labs | |
NANAJU PDP-11/93 RSX-11M-PLUS | |
___________________________________ | |
On boot, enter time/date and answer the | |
prompts to start LAT and TCP/IP | |
___________________________________ | |
Now boot rq0 | |
/home/linuxuser/simh.run/pdp11-93/bin/31.34_NANAJU.ini-137> Please enter time and date | |
Unknown command | |
RSX-11M-PLUS V4.6 BL87 2044.KW System:"PIDP11" | |
>RED DU:=SY: | |
>RED DU:=LB: | |
>RED DU:=SP: | |
>MOU DU0:"RSX11MPBL87"/LRU=14/WIN=30/ACP=UNIQUE | |
>@DU:[1,2]STARTUP | |
>; | |
>; Executing LB:[1,2]STARTUP.CMD | |
>; | |
>; | |
Z[c | |
>TIM /SYNC | |
>;'PLEASE enter Time and Date ' | |
>* (Default:12-DEC-2021 05:37) [S D:"09:30 30-DEC-2018" T:1M]: | |
>; .ASKS $TIME Please enter time and date (Default:12-DEC-2021 05:37) | |
>TIME 09:30 30-DEC-2018 | |
>ACS SY:/BLKS=1024. | |
>CON DIS CONT ATTR | |
SYS | |
PDP-11/93, EIS,QBUS,D-Space,Cache,TOY,FPP, | |
Clock=KW11-L, $TKPS=60., $TTPRM=000002, Cache_control=000001 | |
YLA | |
Csr=177560, Vector=000060, Pri=000005, Urm=000001 | |
YLB | |
Csr=160010, Vector=000310, Pri=000005, Urm=000001 | |
YLC | |
Csr=160020, Vector=000320, Pri=000005, Urm=000001 | |
YZA | |
Csr=160030, Vector=000330, Pri=000005, Urm=000001 | |
DKA | |
Csr=177404, Vector=000220, Pri=000005, Urm=000001 | |
DLA | |
Csr=174400, Vector=000160, Pri=000005, Urm=000001 | |
DUA | |
Csr=172150, Vector=000154, Pri=000005, Urm=000001 | |
MUA | |
Csr=174500, Vector=000260, Pri=000005, Urm=000001 | |
CRA | |
Csr=177160, Vector=000230, Pri=000006, Urm=000001 | |
MSA | |
Csr=172522, Vector=000224, Pri=000005, Urm=000001 | |
DYA | |
Csr=177170, Vector=000264, Pri=000005, Urm=000001 | |
DDA | |
Csr=176500, Vector=000300, Pri=000004, Urm=000001 | |
LPA | |
Csr=177514, Vector=000200, Pri=000004, Urm=000001 | |
PPA | |
Csr=177554, Vector=000074, Pri=000004, Urm=000001 | |
PRA | |
Csr=177550, Vector=000070, Pri=000004, Urm=000001 | |
>CON ONLINE ALL | |
>ELI /LOG/LIM | |
>CLI /INIT=DCL/CTRLC/DPR="<15><12>/$ /" | |
>INS LB:[1,1]RMSRESAB.TSK/RON=YES/PAR=GEN | |
>INS LB:[1,1]RMSLBL.TSK/RON=YES/PAR=GEN | |
>INS LB:[1,1]RMSLBM.TSK/RON=YES/PAR=GEN | |
>INS LB:[3,54]RMSCNV.TSK | |
>INS LB:[3,54]RMSDSP.TSK | |
>INS $QMGCLI | |
>INS $QMGCLI/TASK=...PRI | |
>INS $QMGCLI/TASK=...SUB | |
>QUE /START:QMG | |
>INS $QMGPRT/TASK=PRT.../SLV=NO | |
>START/ACCOUNTING | |
>QUE BAP0:/BATCH | |
>QUE BAP0:/AS:BATCH | |
>SET /COLOG=ON | |
>ASN LB:=XX: | |
>SET /NETUIC=[5,54] | |
>SET /UIC=[1,54] | |
>PIP LB:[5,54]NNS.TMP;*/PR/SY:D/NM | |
>PIP LB:[1,54]NNS.TMP;*/DE/NM | |
>SET /UIC=[200,200] | |
>ASN XX:=LB: | |
>SET /SYSUIC=[5,54] | |
>LOA NN:/VEC | |
>CON ONL NN: | |
>SET /SYSUIC=[1,54] | |
>ASN =LB: | |
>INS XX:[5,54]SCPFSL | |
>INS XX:[5,54]NNS | |
>;INS XX:[5,54]NNCFSL | |
>SCP START FROM XX:[5,54] SIL (I) | |
>INS XX:[5,54]NTINIT | |
>INS XX:[5,54]NTL | |
>INS XX:[5,54]MLD | |
>INS XX:[5,54]EVC | |
>INS XX:[5,54]NCPFSL | |
>; INS XX:[5,54]CFEFSL | |
>; INS XX:[5,54]VNP | |
>INS XX:[5,54]NMVACP | |
>SET /SYSUIC=[5,54] | |
>ASN XX:=LB: | |
>LOA NM:/HIGH/VEC | |
>CON ONL NM: | |
>ASN =LB: | |
>SET /SYSUIC=[1,54] | |
>INS XX:[5,54]LOO | |
>INS XX:[5,54]LOO/TASK=LOO... | |
>INS XX:[5,54]EVFFSL | |
>INS XX:[5,54]NETACP | |
>INS XX:[5,54]RCP1 | |
>INS XX:[5,54]RCP2 | |
>INS XX:[5,54]NICE | |
>INS XX:[5,54]EVR | |
>INS XX:[5,54]NTD | |
>INS XX:[5,54]NTDEMO | |
>INS XX:[5,54]LIN | |
>INS XX:[5,54]MIR | |
>INS XX:[5,54]NVPFSL | |
>INS XX:[5,54]DLLFSL | |
>INS XX:[5,54]DUM | |
>INS XX:[5,54]CCR | |
>INS XX:[5,54]HLD/UIC=[5,54] | |
>INS XX:[5,54]NFTFSL | |
>INS XX:[5,54]FTSFSL | |
>INS XX:[5,54]FTSDEQFSL | |
>SET /UIC=[1,1] | |
>PIP LB:[0,0]001004.DIR/PR:0 | |
>SET /UIC=[200,200] | |
>QUE FTSQUE:/CR/NM | |
>QUE FTSDEQ:/SP/EX | |
>QUE FTSDEQ:/AS:FTSQUE | |
>INS XX:[5,54]FAL | |
>INS XX:[5,54]FALLOG | |
>INS XX:[5,54]MCM | |
>INS XX:[5,54]RMT | |
>INS XX:[5,54]RMTACP/CLI=YES | |
>CLI /INIT=RMTACP/NULL/RESTRICT/CPR="<15><12>/RMT>/" | |
>SET /SYSUIC=[5,54] | |
>ASN XX:=LB: | |
>LOA HT:/HIGH/VEC | |
>SET /SYSUIC=[1,54] | |
>ASN =LB: | |
>INS XX:[5,54]RMHACP | |
>INS XX:[5,54]NCTCTL | |
>INS XX:[5,54]TLKFSL | |
>INS XX:[5,54]LSN | |
>INS XX:[5,54]PHONE/TASK=...PHO | |
>INS XX:[5,54]PHONE/TASK=PHO$$$ | |
>INS XX:[5,54]TCL | |
>NCP SET SYS | |
NTL -- System name changed to "RSX11M" | |
>NCP SET EXE STA ON | |
09:30:29 COT -- Date is 30-DEC-2018 | |
09:30:29 Event type 2.0, Local node state change | |
Occurred 30-DEC-2018 09:30:29 on node 30.30 (RSX11M) | |
Reason for state change: Operator command, Old node state = Off | |
New node state = On | |
>NCP SET OBJ 27 NAM MAL$$$ COP 8 USE DEF VER OFF | |
>NCP SET OBJ 30 NAM DDM$$$ COP 5 USE LOG VER ON | |
>NCP SET EXE OUT PROXY ENABLE | |
>NCP SET EXE INC PROXY ENABLE | |
>NCP SET NOD FRODO ADD 30.1 | |
>NCP SET LIN UNA-0 ALL | |
NTL -- Config File -- Device UNA-0 Offline | |
CNT$DF 0,120,174510,5,,NX | |
NCP -- Set failed, operation failure | |
Network Loader function failed | |
>NCP SET CIR UNA-0 STA ON | |
NCP -- Set failed, component in wrong state, Line | |
>; DU0:,140710,11,61130,1000,LOD,ONL,MTD,NFO,PUB,NAT,NAL, | |
>MOU DU1:/OVR/PUB/ACP=UNIQUE/LRU=14/WIN=30/VI | |
Volume Information | |
Class: Files-11 | |
Device: DU01 | |
Volume label:DECUS | |
Pack serial: 00000000004 | |
Owner: [1,1] | |
Protection: [RWCD,RWCD,RWCD,RWCD] | |
Default: [RWED,RWED,RWED,R] | |
Processor: DU01F1 | |
>ASN DU1:=RU1: /GBL | |
>SET /CACHE=DU0:CREATE=CACHE:GEN:1000.:TOP | |
>SET /CACHE=DU0:(Nodef, Virt=5, Read=5, Dir=1, Nolog, Over=4.) | |
>SET /CACHE=DU1:(Nodef, Virt=5, Read=5, Dir=1, Nolog, Over=4.) | |
>INS $MACFSL | |
>INS $TKBFSL | |
>INS $LBR | |
>INS $BRU | |
>INS LB:[1,1]F7FCLS/PAR=GEN/RON=YES | |
>INS LB:[1,1]DAPRES/PAR=GEN/RON=YES | |
>INS LB:[5,54]DTS/INC=2560./TASK=...DTS | |
>INS LB:[5,54]DTR/INC=2560./TASK=DTR... | |
>INS $F77 | |
>INS $KEDFSLMU/INC=35000 | |
>INS $EDTFSL | |
>INS $FTBFSL | |
>INS $MCE/PRI=55. | |
>INS $APL6/INC=37000 | |
>INS $DTR | |
>INS $DDMF | |
>INS $CC | |
>INS $AS | |
>INS $GREP | |
>INS $SRD | |
>INS $RNO | |
>INS $TECO | |
>INS $TECO/TASK=...MAK | |
>INS $FLXFSL | |
>INS $BAD | |
>INS $VFYFSL | |
>INS $CMPFSL | |
>INS $DMPFSL | |
>INS $COOKIE | |
>INS $WHO | |
>INS $MAITSK/TASK=...MAI | |
>INS $NOTTSK/TASK=MAL... | |
>INS $SNDTSK/TASK=...SEN | |
>INS $SRVTSK/TASK=MAL$$$ | |
>INS $KILLER | |
>INS $PHN | |
>INS $FND | |
>INS $CLR | |
>INS $K11RSX | |
>INS $ADVENTURE/TASK=...ADV | |
>INS $TIZ | |
>INS $ORC | |
>INS LB:[1,1]BP2SML/RON=YES/PAR=GEN | |
>INS $BP2IC2/TASK=...BP2/INC=4000 | |
>INS $B2RESQ/TASK=...B2R | |
>INS $PDP11C/TASK=...CCC | |
>INS LB:[1,1]CCSMRX/RON=YES/PAR=GEN | |
>INS $PDPDBG/TASK=...DBG | |
>INS $C81/TASK=...C81 | |
>INS $C81RFM/TASK=C81RFM | |
>INS $C81ODL/TASK=...BLD | |
>INS $PAS/TASK=...PAS | |
>INS $NEMA/TASK=...EMA | |
>INS $UPTIME/TASK=...UPT | |
>INS $SRTUTL/TASK=...SRT | |
>INS $MGEUTL/TASK=...MGE | |
>INS $GREP/TASK=...GRP | |
>INS $FIG/TASK=...FIG | |
>INS $USE/TASK=...MON | |
>; Install 24 line VTL as MORE | |
>INS $VTL/TASK=...MOR | |
>; Install 48 Line VTL as VTL | |
>INS $VTLL/TASK=...VTL | |
>INS $XLISP/TASK=...LIS | |
>; | |
>; Install ACD line editing | |
>; | |
>ACD INS LB:[4,54]EDTACD AS NUM 2 TOP ASS CLE$EDT | |
>ACD INS LB:[4,54]EMAACD AS NUM 4 TOP ASS CLE$EMACS | |
>INS $EXP | |
>; | |
>; Remove TDX.TSK catch-all and install CCL | |
>; | |
>REM ...CA. | |
>INS LB:[1,54]CCLRES.TSK/RON=YES/PAR=GEN | |
>INS LB:[1,54]CCL/TASK=...CA. | |
>; | |
>; Until UNA-0 is running correctly in Simh | |
>; the commands below should not be executed | |
>; | |
>; LAT Terminal configuration | |
>; | |
>INS LB:[5,54]LCPFSL | |
>LCP CREATE /TERMINALS=8 | |
>; | |
>; LAT ports start after last physical DL, DZ, DHV TTnn: | |
>; TT14: is A/D on port 2 on DS21 | |
>; TT15: is HP7550 port 3 on DS21 | |
>; | |
>* Load LAT? [Y/N D:Y T:15S]: N | |
>SET /NAMED | |
>SET /UIC=[1,2] | |
>* Load TCP/IP? [Y/N D:Y T:15S]: N | |
>@ <EOF> | |
> | |
> | |
>SE NCP SET EXECUTOR STATE OFF | |
> | |
09:31:01 Event type 2.0, Local node state change | |
Occurred 30-DEC-2018 09:31:01 on node 30.30 (RSX11M) | |
Reason for state change: Operator command, Old node state = On | |
New node state = Off | |
BYE | |
Have a Good Morning | |
09:31:03 Logout user [1,2] TT0: | |
30-DEC-2018 09:31 TT0: logged off RSX11M | |
> | |
> | |
>HELLO SYSTEM | |
Password: | |
RSX-11M-PLUS V4.6 BL87 [1,54] System RSX11M | |
30-DEC-2018 09:31 Logged on Terminal TT0: as SYS1 | |
Good Morning | |
09:31:09 Login user SYSTEM [1,1] TT0: | |
***************************************************************** | |
* * | |
* Welcome to RSX-11M-PLUS * | |
* PiDP-11/70 PiDP11 * | |
* Version 4.6 Base level 87 * | |
* This is file LB:[1,2]LOGIN.TXT * | |
* * | |
***************************************************************** | |
Last interactive login on Sunday, December 30, 2018 09:42:54 (TT0:) | |
Last batch login on Saturday, December 29, 2018 23:03:36 | |
> | |
>CON DISP FULL ATTR | |
SYS SYS Online,Accpath | |
PDP-11/93, EIS,QBUS,D-Space,Cache,TOY,FPP, | |
Clock=KW11-L, $TKPS=60., $TTPRM=000002, Cache_control=000001 | |
YLA CPA Online,Accpath,Driver | |
Csr=177560, Vector=000060, Pri=000005, Urm=000001 | |
YLB CPA Offline,Accpath,Driver | |
Csr=160010, Vector=000310, Pri=000005, Urm=000001 | |
YLC CPA Offline,Accpath,Driver | |
Csr=160020, Vector=000320, Pri=000005, Urm=000001 | |
YZA CPA Offline,Accpath,Driver | |
Csr=160030, Vector=000330, Pri=000005, Urm=000001 | |
DKA CPA Offline,Accpath,Driver | |
Csr=177404, Vector=000220, Pri=000005, Urm=000001 | |
DLA CPA Online,Accpath,Driver | |
Csr=174400, Vector=000160, Pri=000005, Urm=000001 | |
DUA CPA Online,Accpath,Driver | |
Csr=172150, Vector=000154, Pri=000005, Urm=000001 | |
MUA CPA Online,Accpath,Driver | |
Csr=174500, Vector=000260, Pri=000005, Urm=000001 | |
CRA CPA Offline,Accpath,Driver | |
Csr=177160, Vector=000230, Pri=000006, Urm=000001 | |
MSA CPA Offline,Accpath,Driver | |
Csr=172522, Vector=000224, Pri=000005, Urm=000001 | |
DYA CPA Offline,Accpath,Driver | |
Csr=177170, Vector=000264, Pri=000005, Urm=000001 | |
DDA CPA Offline,Accpath,Driver | |
Csr=176500, Vector=000300, Pri=000004, Urm=000001 | |
LPA CPA Online,Accpath,Driver | |
Csr=177514, Vector=000200, Pri=000004, Urm=000001 | |
PPA CPA Offline,Accpath,Driver | |
Csr=177554, Vector=000074, Pri=000004, Urm=000001 | |
PRA CPA Offline,Accpath,Driver | |
Csr=177550, Vector=000070, Pri=000004, Urm=000001 | |
LHA CPA Online,Accpath,Driver | |
Csr=177776, Vector=000000, Pri=000005, Urm=000001 | |
VF0: Online,Prv_Diag,Accpath,Driver,Type= | |
VF1: Online,Prv_Diag,Accpath,Driver,Type= | |
VF2: Online,Prv_Diag,Accpath,Driver,Type= | |
VF3: Online,Prv_Diag,Accpath,Driver,Type= | |
CO0: Online,Accpath,Driver | |
TT0: YLA0: Online,Accpath,Context,Driver | |
TT1: YLB0: Offline,Prv_Diag,Driver | |
TT2: YLC0: Offline,Prv_Diag,Driver | |
TT3: YZA0: Offline,Prv_Diag,Driver | |
TT4: YZA1: Offline,Prv_Diag,Driver | |
TT5: YZA2: Offline,Prv_Diag,Driver | |
TT6: YZA3: Offline,Prv_Diag,Driver | |
TT7: YZA4: Offline,Prv_Diag,Driver | |
TT10: YZA5: Offline,Prv_Diag,Driver | |
TT11: YZA6: Offline,Prv_Diag,Driver | |
TT12: YZA7: Offline,Prv_Diag,Driver | |
TT13: LHA0: Online,Accpath,Driver | |
TT14: LHA1: Online,Accpath,Driver | |
TT15: LHA2: Online,Accpath,Driver | |
TT16: LHA3: Online,Accpath,Driver | |
TT17: LHA4: Online,Accpath,Driver | |
TT20: LHA5: Online,Accpath,Driver | |
TT21: LHA6: Online,Accpath,Driver | |
TT22: LHA7: Online,Accpath,Driver | |
VT0: Online,Accpath,Driver | |
DK0: DKA0: Offline,Prv_Diag,Driver | |
DK1: DKA1: Offline,Prv_Diag,Driver | |
DK2: DKA2: Offline,Prv_Diag,Driver | |
DK3: DKA3: Offline,Prv_Diag,Driver | |
DL0: DLA0: Online,Accpath,Driver,Type=RL02 | |
DL1: DLA1: Online,Accpath,Driver,Type=RL02 | |
DL2: DLA2: Online,Accpath,Driver,Type=RL02 | |
DL3: DLA3: Online,Accpath,Driver,Type=RL02 | |
DU0: DUA0: Online,Accpath,Context,Driver,Type=RD54 | |
DU1: DUA1: Online,Accpath,Context,Driver,Type=RD54 | |
DU2: DUA2: Offline,Accpath,Driver | |
DU3: DUA3: Offline,Accpath,Driver | |
MU0: MUA0: Online,Accpath,Driver,Type=TK50 | |
CR0: CRA0: Offline,Prv_Diag,Driver | |
MS0: MSA0: Offline,Prv_Diag,Driver | |
DY0: DYA0: Offline,Prv_Diag,Driver | |
DY1: DYA1: Offline,Prv_Diag,Driver | |
DD0: DDA0: Offline,Prv_Diag,Driver | |
DD1: DDA1: Offline,Prv_Diag,Driver | |
LP0: LPA0: Online,Accpath,Driver | |
PP0: PPA0: Offline,Prv_Diag,Driver | |
PR0: PRA0: Offline,Prv_Diag,Driver | |
NL0: Online,Accpath,Driver | |
NN0: Online,Accpath,Driver | |
NM0: Online,Accpath,Driver | |
HT0: Offline,Accpath,Driver | |
HT1: Offline,Accpath,Driver | |
HT2: Offline,Accpath,Driver | |
HT3: Offline,Accpath,Driver | |
RT0: Online,Accpath,Driver | |
RT1: Online,Accpath,Driver | |
RT2: Online,Accpath,Driver | |
RT3: Online,Accpath,Driver | |
> | |
> | |
> | |
>@13 | |
> | |
>@[137,10]NETGEN | |
>; | |
>; ===================================================================== | |
>; NET - RSX-11M-PLUS CEX System Generation Procedure | |
>; Started at 09:33:00 on 30-DEC-2018 | |
>; ===================================================================== | |
>; | |
>; Copyright (c) 1996,1997,1998 by Mentec, Inc., U.S.A. | |
>; All rights reserved | |
>; | |
>; Generate a CEX System, Version 04.06, for your RSX-11M-PLUS target system. | |
>; | |
>; The following CEX Products may be generated | |
>; DECnet | |
>; | |
>; The distribution kits must be up to the current patch level. If | |
>; necessary, you should stop the generation and apply the necessary | |
>; patches. | |
>; | |
>; The logical device name LB: should already be assigned to the device | |
>; which contains the library files for the system you are generating. | |
>; These files are EXELIB.OLB, EXEMC.MLB, RSXMAC.SML, SYSLIB.OLB and | |
>; NOANSLIB.OLB for RSX-11M-PLUS and 11SLIB.OLB for RSX-11S. | |
>; | |
>; The logical device names IN:, OU:, LS: and MP: should not be assigned | |
>; to any devices before starting the generation. These logical device | |
>; names are used by NETGEN to refer to various disks used during the | |
>; generation. | |
>; | |
>; | |
>; <EOS> Do you want to: | |
>* <RET>-Continue, E-Exit [S]: | |
>; | |
>; | |
>; ==================================================================== | |
>; NETGEN Disk contains NO DECNET AUTOPATCH corrections | |
>; ==================================================================== | |
>; | |
>; ===================================================================== | |
>; NET - Section 1 - General Initialization | |
>; ===================================================================== | |
>; | |
>* 01.00 Do you want to see the NETGEN notes/cautions [D=N]? [Y/N]: N | |
>* 02.00 Target system device [dduu, D=SY:] [S]: | |
>* 03.00 Listing/map device [dduu, D=None] [S]: | |
>* 04.00 UIC Group Code for NETGEN output [O R:1-377 D:5]: | |
>; | |
>; Checking for required tasks and UICs. | |
>; | |
>* 05.00 Do you want to perform a component mode generation [D=N]? [Y/N]: | |
>; | |
>; Saved responses were detected. These were compiled on 30-DEC-2018 at | |
>; 09:46:12 with a User ID of "NANAJU PDP-11/93 2*DQNA 1*DPV". | |
>; | |
>; An earlier set of saved responses was compiled on 27-DEC-2018 at | |
>; 10:54:21 with a User ID of "". | |
>; | |
>* 06.01 Do you wish to use the later set of saved responses [D=N]? [Y/N]: N | |
>* 06.02 Do you wish to use the earlier set of saved responses [D=N]? [Y/N]: N | |
>; 07.00 User ID to be used to identify your new responses | |
>* [D=None] [S R:0.-30.]: NANAJU PDP-11/93 2*DQNA 1*DPV | |
>* 08.00 Is this generation to be a dry run [D=N]? [Y/N]: | |
>* 09.00 Do you want a standard function network [D=N]? [Y/N]: Y | |
>* 11.00 Should old files be deleted [D=N]? [Y/N]: N | |
>; | |
>; <EOS> Do you want to: | |
>* <RET>-Continue, R-Repeat section, P-Pause, E-Exit [S]: | |
>; | |
>; | |
>; ===================================================================== | |
>; NET - Section 2 - Define the target system | |
>; ===================================================================== | |
>; | |
>* 01.00 Use the RSXMC.MAC on SY:[005,010] [D=N]? [Y/N]: | |
>* 02.00 RSXMC.MAC location (ddu:[g,m], D=SY:[011,010]) [S]: | |
>; | |
>; SY00:[011,010]RSXMC.MAC is being copied to SY:[005,010]RSXMC.MAC | |
>; | |
>; SY:[005,010]RSXMC.MAC is being scanned to define your target system. | |
>; This may take up to several minutes. | |
>; | |
>; The target is an RSX-11M-PLUS system, with... | |
>; A 20K-Executive | |
>; Kernel data space enabled | |
>; Extended memory support (more than 124K words of memory) | |
>; Multi-user protection | |
>; Extended instruction set (EIS) | |
>; Powerfail recovery support | |
>; Dynamic task checkpoint allocation | |
>; PLAS support | |
>; Queue Manager (QMG) support | |
>* 03.00 Use the RSX11M.STB on SY:[005,054] [D=N]? [Y/N]: | |
>* 04.00 RSX11M.STB location (ddu:[g,m], D=SY00:[001,054]) [S]: | |
>; | |
>; SY00:[001,054]RSX11M.STB is being copied to SY:[005,054]RSX11M.STB | |
>; | |
>; | |
>; Checking for required library files and tasks. | |
>; | |
>* 05.00 Should tasks link to the Supervisor Mode FCS library [D=N]? [Y/N]: N | |
>* 06.00 Should tasks link to the Memory Resident FCS library [D=N]? [Y/N]: Y | |
>; | |
>; The DECnet CEX Product will be generated. | |
>; | |
>; Routing or non-routing nodes can be generated from your distribution kit. | |
>; | |
>; | |
>; <EOS> Do you want to: | |
>* <RET>-Continue, R-Repeat section, P-Pause, E-Exit [S]: | |
>; | |
>; | |
>; ===================================================================== | |
>; NET - Section 3 - Define the system lines | |
>; ===================================================================== | |
>; | |
>* 01.00 Device Driver Process name [<RET>=Done] [S R:0-3]: QNA | |
>* 02.00 How many QNA controllers are there [D R:1.-2. D:1.]: 2 | |
>* 02.01 Are all QNAs installed at the same device priority [D=N]? [Y/N]: Y | |
>* 02.02 What is the QNA device priority [O R:4-6 D:5]: | |
>; | |
>* 03.01 CSR address for QNA-0 [O R:160000-177777 D:174440]: 174440 | |
>* 03.02 Vector address for QNA-0 [O R:0-774 D:120]: 120 | |
>; | |
>* 04.07 Set the state for QNA-0 ON when loading the network [D=N]? [Y/N]: Y | |
>; | |
>* 03.01 CSR address for QNA-1 [O R:160000-177777 D:174460]: 174460 | |
>* 03.02 Vector address for QNA-1 [O R:0-774 D:130]: | |
>; | |
>* 04.07 Set the state for QNA-1 ON when loading the network [D=N]? [Y/N]: N | |
>; | |
>* 01.00 Device Driver Process name [<RET>=Done] [S R:0-3]: | |
>; | |
>; The Device Driver Module (DDM) Process name identifies a process | |
>; which controls an I/O device. Enter a carriage return when there are | |
>; no more devices to support. | |
>; | |
>; The legal DECnet device driver process names for UNIBUS processors: | |
>; | |
>; Name Physical device Name Physical device | |
>; ---- --------------- ---- --------------- | |
>; DMC DMC11 or DMR11 DL DL11 | |
>; DMP DMP11 DZ DZ11 | |
>; DU DU11 DHU DHU11 | |
>; DUP DUP11 KDZ KMC11/DZ11 | |
>; DV DV11 PCL PCL11 | |
>; KDP KMC11/DUP11 | |
>; UNA DEUNA or DELUA | |
>; | |
>; The legal DECnet device driver process names for Q-BUS processors: | |
>; | |
>; Name Physical device Name Physical device | |
>; ---- --------------- ---- --------------- | |
>; DMV DMV11 DLV DLV11 | |
>; DPV DPV11 DZV DZV11 or DZQ11 | |
>; DUV DUV11 DHV DHV11 or DHQ11 | |
>; QNA DEQNA, DELQA or DESQA | |
>; | |
>* 01.00 Device Driver Process name [<RET>=Done] [S R:0-3]: DPV | |
>* 02.00 How many DPV controllers are there [D R:1.-16. D:1.]: 1 | |
>; | |
>* 03.01 CSR address for DPV-0 [O R:160000-177777 D:177777]: 160310 | |
>* 03.02 Vector address for DPV-0 [O R:0-774 D:0]: 320 | |
>* 03.03 Device priority for DPV-0 [O R:4-6 D:5]: | |
>; | |
>* 04.00 Is DPV-0 a FULL or HALF duplex line [D=FULL] [S]: | |
>* 04.01 Line speed for DPV-0 [D R:50.-9600. D:9600.]: | |
>* 04.07 Set the state for DPV-0 ON when loading the network [D=N]? [Y/N]: Y | |
>* 05.00 Is DPV-0 multipoint [D=N]? [Y/N]: | |
>; | |
>* 01.00 Device Driver Process name [<RET>=Done] [S R:0-3]: | |
>; | |
>; | |
>; <EOS> Do you want to: | |
>* <RET>-Continue, R-Repeat section, P-Pause, E-Exit [S]: | |
>; | |
>; | |
>; ===================================================================== | |
>; NET - Section 4 - Define the CEX System | |
>; ===================================================================== | |
>; | |
>; Creating build files for AUX, the CEX Auxillary routine. | |
>; | |
>; Creating build files for STCRC, the CRC16 calculation routine. | |
>; | |
>; Creating build files for CETAB, the CEX configuration tables. | |
>; | |
>; Creating build files for the DDMs, the device driver modules. | |
>; | |
>; QNA | |
>; DPV | |
>; | |
>; | |
>; ===================================================================== | |
>; NET - Section 5 - Define the Comm Exec Support Components | |
>; ===================================================================== | |
>; | |
>; Creating build files for NTINIT, the network initializer. | |
>; | |
>; Creating build files for NTL, the network loader. | |
>; | |
>; Creating build files for EVL/EVC, the event logger and collector. | |
>; | |
>; EVL will use 6. event buffers. | |
>; | |
>; ===================================================================== | |
>; NET - Section 6 - Define the System Management Utilities | |
>; ===================================================================== | |
>; | |
>; Creating build files for NCP, the network control program. | |
>; | |
>; Creating build files for NMVACP and NMDRV, the Network Management | |
>; Volatile ACP and driver. | |
>; | |
>; Creating build files for CFE, the configuration file editor. | |
>; | |
>; Creating build files for NDA, the network dump analyzer. | |
>; | |
>; Creating build files for VNP, the virtual network control program. | |
>; | |
>; Creating build files for LOO, the loop test sender task. | |
>; | |
>; Creating build files for EVF, the event file interpreter program. | |
>; | |
>; | |
>; ===================================================================== | |
>; NET - Section 7 - Define the CEX Products | |
>; ===================================================================== | |
>; | |
>; Questions concerning the following CEX Products will now be asked. | |
>; | |
>; DECnet | |
>; | |
>; | |
>; ===================================================================== | |
>; DEC - DECnet CEX Product Generation Procedure | |
>; Starting questions at 09:39:10 on 30-DEC-2018 | |
>; ===================================================================== | |
>; | |
>; Copyright (c) 1996,1997,1998 by Mentec, Inc., U.S.A. | |
>; All rights reserved | |
>; | |
>; Generate the DECnet CEX Product for your RSX-11M-PLUS target | |
>; System. | |
>; | |
>; ===================================================================== | |
>; DEC - Section 1 - Define the target and remote nodes | |
>; ===================================================================== | |
>; | |
>* 01.00 What is the target node name [S R:0-6]: NANAJU | |
>* 02.00 What is the target node address [S R:0.-8.]: 31.34 | |
>* 03.00 Target node ID [D=None] [S R:0.-32.]: PDP-11/93 RSX-11M-PLUS V4.6 | |
>* 04.00 Do you want to generate a routing node [D=N]? [Y/N]: Y | |
>* 04.01 Do you want to generate a level 2 routing node [D=N]? [Y/N]: N | |
>* 05.00 Highest node number in this area [D R:34.-1023. D:34.]: 1023 | |
>; | |
>; Extended network support for network command terminals and products | |
>; layered on DECnet, will be included. | |
>; | |
>* 07.00 Remote node name [<RET>=Done] [S R:0-6]: MIM | |
>* 07.01 What is the remote node address [D=31.1] [S R:0.-8.]: 1.13 | |
>; | |
>* 07.00 Remote node name [<RET>=Done] [S R:0-6]: PIPY | |
>* 07.01 What is the remote node address [D=1.14] [S R:0.-8.]: 31.32 | |
>; | |
>* 07.00 Remote node name [<RET>=Done] [S R:0-6]: PYRTR | |
>* 07.01 What is the remote node address [D=31.33] [S R:0.-8.]: 31.3 | |
>; | |
>* 07.00 Remote node name [<RET>=Done] [S R:0-6]: IMPRTR | |
>* 07.01 What is the remote node address [D=31.4] [S R:0.-8.]: 31.1023 | |
>; | |
>* 07.00 Remote node name [<RET>=Done] [S R:0-6]: | |
>; | |
>; The DECnet MACRO user library and FORTRAN/COBOL/BASIC+2 library will | |
>; be included. | |
>; | |
>; The DECnet MACRO user library will be placed on your target disk | |
>; as "SY:[1,1]NETLIB.MLB". | |
>; | |
>; The DECnet FORTRAN/COBOL/BASIC+2 object library will be placed on your | |
>; target disk as "SY:[1,1]NETFOR.OLB". | |
>; | |
>; If necessary, please move them to the library disk (LB:) on your | |
>; target system, if this is different from your target disk (SY:). | |
>; | |
>; | |
>; <EOS> Do you want to: | |
>* <RET>-Continue, R-Repeat section, P-Pause, E-Exit [S]: | |
>; | |
>; | |
>; ===================================================================== | |
>; DEC - Section 2 - Define the DECnet Communications Components | |
>; ===================================================================== | |
>; | |
>; Creating build files for XPT, the routing process. | |
>; | |
>; Creating build files for RCP, the routing event processing task. | |
>; | |
>; Creating build files for ECL, the network services process and driver. | |
>; | |
>; Creating build files for NETACP, the network services ACP. | |
>; | |
>; NETACP will be checkpointable. | |
>; | |
>; Creating build files for DCP, the DDCMP line protocol process. | |
>; | |
>; Creating build files for EPM, the Ethernet protocol manager process. | |
>; | |
>; ===================================================================== | |
>; DEC - Section 3 - Define the DECnet Network Management Components | |
>; ===================================================================== | |
>; | |
>; Creating build files for NICE, the network information and control | |
>; server task. | |
>; | |
>; Creating build files for EVR, the network event receiver task. | |
>; | |
>; Creating build files for NTD, the node state display task. | |
>; | |
>; Creating build files for NTDEMO, the node state display server task. | |
>; | |
>; Creating build files for LIN, the link watcher task. | |
>; | |
>; Creating build files for MIR, the loop test mirror task. | |
>; | |
>; Creating build files for NVP, the network connect verification task. | |
>; | |
>; Creating build files for SCP, the node name server control task. | |
>; | |
>; Creating build files for NNC, the node name collector task. | |
>; | |
>; Creating build files for NNS, the node name server. | |
>; | |
>; | |
>; ===================================================================== | |
>; DEC - Section 4 - Define the DECnet Satellite Support Components | |
>; ===================================================================== | |
>; | |
>* 02.00 Do you want the Satellite Support Components [D=N]? [Y/N]: N | |
>; | |
>; <EOS> Do you want to: | |
>* <RET>-Continue, R-Repeat section, P-Pause, E-Exit [S]: | |
>; | |
>; | |
>; ===================================================================== | |
>; DEC - Section 5 - Define the DECnet File Utilities | |
>; ===================================================================== | |
>; | |
>; Creating build files for NFT, the network file access user task. | |
>; | |
>; Creating build files for FTS, the network file access spooler | |
>; user task. | |
>; | |
>; Creating build files for FAL, the network file access server. | |
>; | |
>; FAL will support RMS file access. | |
>; FAL will be a multi-copy object. | |
>; FAL will not be overlaid. | |
>; FAL will use the memory resident RMS library. | |
>; FAL user data buffer size will be 2048 bytes. | |
>; | |
>; Creating build files for MCM, the network command or batch file | |
>; submission server. | |
>; | |
>; MCM requests will be queued to BATCH. | |
>; | |
>; ===================================================================== | |
>; DEC - Section 6 - Define the DECnet Terminal and Control Utilities | |
>; ===================================================================== | |
>; | |
>; Creating build files for RMT and RMTACP, the remote network terminal | |
>; task and ACP. | |
>; | |
>; The maximum number of simultaneous RMT users is 4. | |
>; | |
>; Creating build files for HT: and RMHACP, the remote network terminal | |
>; driver and ACP. | |
>; | |
>; RMHACP will support 4 simultaneous incoming connections. | |
>; HTDRV will support 4 HT: units. | |
>; | |
>; Creating build files for NCT, the network command terminal server | |
>; | |
>; Creating build files for RTH, the network command terminal host | |
>; support. | |
>; | |
>; Creating build files for TLK, the remote talk user task. | |
>; | |
>; Creating build files for LSN, the remote talk server task. | |
>; | |
>; Creating build files for PHO, the inter-terminal conversation utility. | |
>; | |
>; Creating build files for LAT/LCP, the Local Area Transport terminal | |
>; service process and LAT Control Program | |
>; | |
>; Creating build files for TCL, the remote task control server task. | |
>; | |
>; | |
>; ===================================================================== | |
>; DEC - DECnet CEX Product Generation Procedure | |
>; DECnet question/answer section completed at 09:46:00 on 30-DEC-2018 | |
>; ===================================================================== | |
>; | |
>; | |
>; ===================================================================== | |
>; NET - Section 8 - Complete the CEX System Definitions | |
>; ===================================================================== | |
>; | |
>; Creating build files for DLX, the Direct Line Access process. | |
>; | |
>* 02.00 What is the Large Data Buffer (LDB) size [D R:576.-1484. D:576.]: | |
>; | |
>; <EOS> Do you want to: | |
>* <RET>-Continue, R-Repeat section, P-Pause, E-Exit [S]: | |
>; | |
>; | |
>; ===================================================================== | |
>; NET - Section 9 - Build the CEX System at 09:46:50 on 30-DEC-2018 | |
>; ===================================================================== | |
>; | |
>; All questions have now been asked and the selected components will now | |
>; be built. This may take from one to three hours, depending on the | |
>; selection of components and the system you are running on. | |
>; | |
>; | |
>SET /UIC=[1,2] | |
>PIP OU:[1,2]NETHLP.ULB=IN:[1,2]NETHLPD.HLP | |
>PIP OU:[1,2]NETHLP.ULB/PU/NM | |
>SET /UIC=[005,024] | |
>; | |
>PIP OU:[5,54]/NV=IN:[3,54]RSXVEC.STB | |
>PIP OU:[5,54]/NV/CO=IN:[131,54]AUX.TSK | |
>PIP OU:[5,54]/NV=IN:[131,54]AUX.STB | |
>TKB @OU:[5,24]STCRCBLD.CMD | |
>MAC @OU:[5,24]CETABASM.CMD | |
>TKB @OU:[5,24]CETABBLD.CMD | |
>PIP OU:[5,54]/NV/CO=IN:[132,54]NTINIT.TSK | |
>PIP OU:[5,54]/NV/CO=IN:[132,54]NTL.TSK | |
>MAC @OU:[5,24]EVLASM.CMD | |
>TKB @OU:[5,24]EVLBLD.CMD | |
>PIP OU:[5,54]/NV=IN:[131,24]EVL.DAT | |
>TKB @OU:[5,24]EVCBLD.CMD | |
>PIP OU:[5,54]/NV/CO=IN:[135,54]NCPRES.TSK | |
>MAC @OU:[5,24]NMVACPASM.CMD | |
>TKB @OU:[5,24]NMVACPBLD.CMD | |
>PIP OU:[5,54]/NV/CO=IN:[135,54]NMVACP.TSK | |
>PIP OU:[5,54]/NV=IN:[135,54]NMVACP.STB | |
>PIP OU:[5,54]/NV/CO=IN:[132,54]CFERES.TSK | |
>PIP OU:[5,54]/NV/CO=IN:[141,54]NDA.TSK | |
>PIP OU:[5,54]/NV/CO=IN:[132,54]VNP.TSK | |
>PIP OU:[5,54]/NV/CO=IN:[135,54]LOO.TSK | |
>PIP OU:[5,54]/NV=IN:[135,54]LOO.STB | |
>PIP OU:[5,54]/NV/CO=IN:[135,54]EVFRES.TSK | |
>MAC @OU:[5,24]DLXASM.CMD | |
>TKB @OU:[5,24]DLXBLD.CMD | |
>PIP OU:[5,54]DLX.DAT/NV=IN:[131,24]DLX.DAT | |
>; | |
>TKB @OU:[5,24]QNABLD.CMD | |
>PIP OU:[5,54]/NV=IN:[131,24]QNA.DAT | |
>PIP OU:[5,54]/NV/CO=IN:[131,54]DDHAR.TSK,DDHAR.STB | |
>TKB @OU:[5,24]DPVBLD.CMD | |
>PIP OU:[5,54]/NV=IN:[131,24]DPV.DAT | |
>SET /UIC=[1,1] | |
>PIP OU:[1,1]NETLIB.MLB/NV=IN:[1,10]NETLIBU.MLB | |
>LBR OU:[1,1]NETFOR.OBS=IN:[133,24]DAPFOR/EX | |
>LBR OU:[1,1]NETTMP.OBS=IN:[133,24]DAPTRC/EX | |
>LBR OU:[1,1]NETFOR/CO:1:320.:192.=IN:[134,24]NETFOR.OLB | |
>LBR OU:[1,1]NETFOR/IN=OU:[1,1]NETFOR.OBS | |
>LBR OU:[1,1]NETFOR/IN/-EP=OU:[1,1]NETTMP.OBS | |
>LBR OU:[1,1]NETFOR/DG:$MBLUN:$ASTBL:$ASTLU | |
Entry points deleted: | |
$MBLUN | |
$ASTBL | |
$ASTLU | |
>PIP OU:[1,1]NETFOR.OBS;*/DE,NETTMP.OBS;* | |
>SET /UIC=[005,024] | |
>PIP OU:[005,024]/NV=IN:[137,24]NTEST.CMD | |
>SET /UIC=[005,054] | |
>PIP OU:[005,054]/NV/CO=IN:[133,54]DTS.TSK,DTR.TSK | |
>SET /UIC=[005,024] | |
>TKB @OU:[5,24]XPTBLD.CMD | |
>PIP OU:[5,54]XPT.DAT/NV=IN:[131,24]XPT.DAT | |
>TKB @OU:[5,24]RCP1BLD.CMD | |
>MAC @OU:[5,24]ECLASM.CMD | |
>TKB @OU:[5,24]ECLBLD.CMD | |
>PIP OU:[5,54]ECL.DAT/NV=IN:[131,24]ECL.DAT | |
>PIP OU:[5,54]/NV/CO=IN:[135,54]PROXY.TSK | |
>TKB @OU:[5,24]NETACPBLD.CMD | |
>TKB @OU:[5,24]DCPBLD.CMD | |
>PIP OU:[5,54]/NV=IN:[131,24]DCP.DAT,DCPST.DAT | |
>TKB @OU:[5,24]EPMBLD.CMD | |
>PIP OU:[5,54]/NV=IN:[131,24]EPM.DAT,EPMST.DAT | |
>PIP OU:[5,54]/NV/CO=IN:[135,54]NICE.TSK | |
>PIP OU:[5,54]/NV/CO=IN:[135,54]EVR.TSK | |
>PIP OU:[5,54]/NV/CO=IN:[135,54]NTD.TSK | |
>PIP OU:[5,54]/NV/CO=IN:[135,54]NTDEMO.TSK | |
>PIP OU:[5,54]/NV/CO=IN:[135,54]LIN.TSK | |
>PIP OU:[5,54]/NV/CO=IN:[135,54]MIR.TSK | |
>PIP OU:[5,54]/NV=IN:[135,54]MIR.STB | |
>PIP OU:[5,54]/NV/CO=IN:[132,54]NVP.TSK | |
>PIP OU:[5,54]/NV/CO=IN:[165,54]SCPRES.TSK | |
>PIP OU:[5,54]/NV/CO=IN:[161,54]NNCRES.TSK | |
>PIP OU:[5,54]/NV/CO=IN:[162,54]NNDRV.TSK,NNDRV.STB,NNS.TSK,IN:[162,24]NNS.DAT | |
>TKB @OU:[5,24]NFTBLD.CMD | |
>SET /UIC=[5,24] | |
>MAC @OU:[5,24]FTSASM.CMD | |
>TKB @OU:[5,24]FTSBLD.CMD | |
>SET /UIC=[5,24] | |
>MAC @OU:[5,24]FALASM.CMD | |
>TKB @OU:[5,24]FALBLD.CMD | |
>TKB @OU:[5,24]MCMBLD.CMD | |
>MAC @OU:[5,24]RMTASM.CMD | |
>TKB @OU:[5,24]RMTBLD.CMD | |
>MAC @OU:[5,24]RMHACPASM.CMD | |
>TKB @OU:[5,24]RMHACPBLD.CMD | |
>PIP OU:[5,54]/NV/CO=IN:[140,54]TRXCTL.TSK | |
>PIP OU:[5,54]/NV/CO=IN:[140,54]TRXCOL.TSK | |
>TKB @OU:[5,24]NCTBLD.CMD | |
>PIP OU:[5,54]NCT.DAT/NV=IN:[140,24]NCT.DAT | |
>MAC @OU:[5,24]RTHASM.CMD | |
>TKB @OU:[5,24]RTHBLD.CMD | |
>PIP OU:[5,54]RTH.DAT/NV=IN:[140,24]RTH.DAT | |
>TKB @OU:[5,24]TLKBLD.CMD | |
>PIP OU:[5,54]/NV/CO=IN:[133,54]LSN.TSK | |
>PIP OU:[5,54]/NV/CO=IN:[133,54]PHONE.TSK | |
>SET /UIC=[1,2] | |
>PIP OU:[1,2]/NV=IN:[133,10]PHONEHELP.HLP | |
>SET /UIC=[5,24] | |
>PIP OU:[5,54]/NV/CO=IN:[135,54]LCP.TSK | |
>PIP OU:[5,54]/NV/CO=IN:[131,54]LAT.TSK,LAT.STB | |
>PIP OU:[5,54]/NV/CO=IN:[131,54]LAT1.TSK,LAT1.STB | |
>PIP OU:[5,54]/NV/CO=IN:[131,54]LTD.TSK,LTD.STB | |
>PIP OU:[5,54]/NV/CO=IN:[131,54]LTD1.TSK,LTD1.STB | |
>PIP OU:[5,54]LAT.DAT/NV=IN:[131,24]LAT.DAT | |
>PIP OU:[5,54]LTD.DAT/NV=IN:[131,24]LTD.DAT | |
>MAC @OU:[5,24]TCLASM.CMD | |
>TKB @OU:[5,24]TCLBLD.CMD | |
>; | |
>; ===================================================================== | |
>; NET - Section 10 - Generation Clean Up | |
>; ===================================================================== | |
>; | |
>; Creating NETCFG.TXT, the network configuration description file. | |
>; Creating NETCFE.CMD, the network configuration command file. | |
>; Creating NETINS.CMD, the network installation command file. | |
>; Creating NETREM.CMD, the network removal command file. | |
>; | |
>; | |
>; The network HELP file library has been placed on your target disk, as: | |
>; | |
>; SY:[1,2]NETHLP.ULB | |
>; | |
>; This file should be moved to your target systems library device (LB:). | |
>; | |
>; | |
>; ===================================================================== | |
>; NET - RSX-11M-PLUS CEX System Generation Procedure | |
>; Stopped at 09:51:43 on 30-DEC-2018 | |
>; ===================================================================== | |
>; | |
>@ <EOF> | |
> | |
> | |
>RUN $SHUTUP | |
RSX-11M-PLUS Shut down program | |
Enter minutes to wait before shutdown: 0 | |
Reason for shutdown (<CR> for none):NETGEN COMPLETE | |
OK to shutdown? [Y/N]: Y | |
All further logins are disabled | |
30-DEC-2018 09:52 System is now shutting down -- RSX11M | |
Reason for shutdown: NETGEN COMPLETE | |
SET /COLOG=OFF | |
> | |
QUE /STO:QMG | |
> | |
STOP/ACCOUNTING SHUTUP | |
09:52:14 SYSLOG -- 47. Exiting | |
> | |
@LB:[1,2]SHUTUP | |
>VCP DISCONNECT /ALL | |
>ncp set cir ip-0-0 sta off | |
NCP -- Set failed, invalid identification format, Circuit | |
>ncp cle lin ip-0-0 all | |
NCP -- Clear failed, invalid identification format, Line | |
>ifc rem tcp port 7 | |
?IFC REM ? | |
CCL -- Syntax error, unknown or ambiguous command | |
>ifc rem tcp port 9 | |
?IFC REM ? | |
CCL -- Syntax error, unknown or ambiguous command | |
>ifc rem tcp port 13 | |
?IFC REM ? | |
CCL -- Syntax error, unknown or ambiguous command | |
>ifc rem tcp port 17 | |
?IFC REM ? | |
CCL -- Syntax error, unknown or ambiguous command | |
>ifc rem tcp port 80 | |
?IFC REM ? | |
CCL -- Syntax error, unknown or ambiguous command | |
>ifc rem tcp port 113 | |
?IFC REM ? | |
CCL -- Syntax error, unknown or ambiguous command | |
>ifc rem tcp port 21 | |
?IFC REM ? | |
CCL -- Syntax error, unknown or ambiguous command | |
>ifc set if0: sta clo | |
?IFC SET ? | |
CCL -- Syntax error, unknown or ambiguous command | |
>ifc set if1: sta clo | |
?IFC SET ? | |
CCL -- Syntax error, unknown or ambiguous command | |
>ifc stop | |
?IFC STOP? | |
CCL -- Syntax error, unknown or ambiguous command | |
>abo ethacp | |
ABO -- Task not in system | |
>rem ethacp | |
REM -- Task not in system | |
>rem ...net | |
REM -- Task not in system | |
>rem ...ifc | |
REM -- Task not in system | |
>rem ...pin | |
REM -- Task not in system | |
>rem ...ftp | |
REM -- Task not in system | |
>rem rwhod | |
REM -- Task not in system | |
>rem tftpd | |
REM -- Task not in system | |
>rem tft | |
REM -- Task not in system | |
>rem trt | |
REM -- Task not in system | |
>rem tel | |
REM -- Task not in system | |
>rem tcpgen | |
REM -- Task not in system | |
>con off if0: | |
CON -- Command execution error. | |
Invalid device or unit | |
OFFLINE IF0: | |
>con off if1: | |
CON -- Command execution error. | |
Invalid device or unit | |
OFFLINE IF1: | |
>con off ip: | |
CON -- Command execution error. | |
Invalid device or unit | |
OFFLINE IP0: | |
>con off ud: | |
CON -- Command execution error. | |
Invalid device or unit | |
OFFLINE UD0: | |
>con off tc: | |
CON -- Command execution error. | |
Invalid device or unit | |
OFFLINE TC0: | |
>unl if:/vec | |
UNL -- Device IF0: not in system | |
>unl ip:/vec | |
UNL -- Device IP0: not in system | |
>unl ud:/vec | |
UNL -- Device UD0: not in system | |
>unl tc:/vec | |
UNL -- Device TC0: not in system | |
>; The CEX will be unloaded since all CEX products have been unloaded. | |
>SCP STOP SIL (I) | |
>LCP STOP | |
LCP -- Process not started | |
>NCP CLEAR SYS | |
>REM NTINIT | |
>REM NTL... | |
>REM EVC... | |
>REM ...EVF | |
>REM ...NCP | |
>REM LOO... | |
>REM LOO$$$ | |
>REM MLD... | |
>SET /SYSUIC=[5,54] | |
>UNL NM:/VEC | |
>SET /SYSUIC=[1,54] | |
>REM NMVACP | |
>REM NETACP | |
>REM NIC$$$ | |
>REM EVR$$$ | |
>REM ...NTD | |
>REM NTD... | |
>REM LIN$$$ | |
>REM MIR$$$ | |
>REM NVP... | |
>REM DLL$$$ | |
>REM DUM$$$ | |
>REM ...CCR | |
>REM RCP1.. | |
>REM RCP2.. | |
>REM HLD... | |
>REM ...NFT | |
>REM ...FTS | |
>REM FTSDEQ | |
>REM FAL$$$ | |
>REM FALLOG | |
>REM .CMTS. | |
>CLI /ELIM=RMTACP | |
>REM RMTACP | |
>REM ...RMT | |
>REM RMHACP | |
>REM LSN$$$ | |
>REM NCT... | |
>REM ...TLK | |
>REM ...PHO | |
>REM PHO$$$ | |
>REM TCL... | |
>REM ...SCP | |
>SET /SYSUIC=[5,54] | |
>UNL NN:/VEC | |
>SET /SYSUIC=[1,54] | |
>REM NT$NNS | |
>REM ...LCP | |
>SET /SYSUIC=[5,54] | |
>UNL HT:/VEC | |
>SET /SYSUIC=[1,54] | |
>; | |
>; Inserting Nuclear control rods into the reactor for IMMEDIATE SHUTDOWN! | |
>; | |
>RUN LB:[3,54]TIMWRT | |
INS -- Task name already in use | |
>@ <EOF> | |
> | |
ELI /NOLOG | |
> | |
ACS DU0:/BLKS=0. | |
ACS -- Checkpoint file now inactive | |
> | |
DMO DU0:/DEV/LOCK=V | |
DMO -- System disk being dismounted | |
DMO -- SYSTEM dismounted from DU0: *** Final dismount initiated *** | |
09:52:27 *** DU0: -- Dismount complete | |
> | |
DMO DU1:/DEV/LOCK=V | |
DMO -- SYSTEM dismounted from DU1: *** Final dismount initiated *** | |
09:52:33 *** DU1: -- Dismount complete | |
> | |
SHUTUP operation complete | |
HALT instruction, PC: 126130 (CLRB @#177776) | |
Eth: closed vde:/tmp/vde-dnet.ctl | |
Eth: closed vde | |
Log file closed | |
/home/linuxuser/simh.run/pdp11-93/bin $ |
IPGEN (BQTCP)
The documentation included with his BQTCP distribution is impeccable. Once a second adapter dedicated to TCP/IP was available (QNA-1 in this case), IPGEN wasn't difficult to execute at all.
# --- | |
# IPGEN (BQTCP) | |
# PDP-11 with two ethernet Adapters: One for DECnet and one for TCP/IP on a | |
# PDP-11/93 RSX-11M-PLUS Version 4.6 Base level 87 (QBUS, 2 x DEQNA) | |
# --- | |
# ----- | |
# 31.34_NANAJU is simply a link to the SimH PDP11 binary | |
# 31.34_NANAJU.ini is the SimH configuration file | |
# BQTCP is available from http://mim.update.uu.se/tcpip.htm | |
# ----- | |
/home/linuxuser/simh.run/pdp11-93/bin $ | |
/home/linuxuser/simh.run/pdp11-93/bin $ ./31.34_NANAJU | |
removed '../data/NANAJU-console.log' | |
PDP-11 simulator V4.0-0 Current simh git commit id: 4c44975e | |
Logging to file "../data/NANAJU-console.log" | |
Disabling RK | |
Disabling HK | |
Disabling TM | |
CPU 11/93, NOCIS, autoconfiguration enabled, idle disabled | |
4088KB | |
Throttle: 1800 kiloinstructions | |
Throttle State: Waiting for Init - wait: 0 | |
/home/linuxuser/simh.run/pdp11-93/bin/31.34_NANAJU.ini-25> attach xq vde:/tmp/vde-dnet.ctl | |
Eth: opened OS device vde:/tmp/vde-dnet.ctl | |
XQ address=17774440-17774457, no vector, BR5, MAC=AA:00:04:00:22:7C | |
type=DEQNA, polling=disabled, sanity=OFF | |
throttle=disabled, leds=(ON,ON,ON) | |
attached to vde:/tmp/vde-dnet.ctl | |
/home/linuxuser/simh.run/pdp11-93/bin/31.34_NANAJU.ini-36> attach xqb vde:/tmp/vde-ip.ctl | |
Eth: opened OS device vde:/tmp/vde-ip.ctl | |
XQB address=17774460-17774477, no vector, BR5, MAC=08:00:2B:2A:02:27 | |
type=DEQNA, polling=disabled, sanity=OFF | |
throttle=disabled, leds=(ON,ON,ON) | |
attached to vde:/tmp/vde-ip.ctl | |
/home/linuxuser/simh.run/pdp11-93/bin/31.34_NANAJU.ini-54> attach rq0 ../data/NANAJU_RSX_DU0.dsk | |
RQ0: '../data/NANAJU_RSX_DU0.dsk' Contains an ODS1 File system | |
RQ0: Volume Name: RSX11MPBL87 Format: DECFILE11A Sectors In Volume: 615000 | |
/home/linuxuser/simh.run/pdp11-93/bin/31.34_NANAJU.ini-56> attach -r rq1 ../data/NANAJU_RSX_DU1.dsk | |
RQ1: Unit is read only | |
RQ1: '../data/NANAJU_RSX_DU1.dsk' Contains an ODS1 File system | |
RQ1: Volume Name: DECUS Format: DECFILE11A Sectors In Volume: 3360000 | |
RQ address=17772150-17772153, no vector, BR5, RQDX3, 4 units | |
RQ0 314MB, attached to ../data/NANAJU_RSX_DU0.dsk, write enabled | |
RD54, UNIT=0, autosize | |
RAW format | |
RQ1 1720MB, attached to ../data/NANAJU_RSX_DU1.dsk, read only, write locked | |
RD54, UNIT=1, autosize | |
RAW format | |
/home/linuxuser/simh.run/pdp11-93/bin/31.34_NANAJU.ini-66> attach -r rl0 ../data/tcpip.dsk | |
RL0: Unit is read only | |
RL0: '../data/tcpip.dsk' Contains an ODS1 File system | |
RL0: Volume Name: TCPIP Format: DECFILE11A Sectors In Volume: 20480 | |
RL RLV12, address=17774400-17774411, vector=160, BR5, 4 units | |
RL0 5242KW, attached to ../data/tcpip.dsk, read only, on line | |
write locked, RL02, autosize | |
RAW format | |
RL1 5242KW, not attached, on line | |
write enabled, RL02, autosize | |
AUTO detect format | |
RL2 5242KW, not attached, on line | |
write enabled, RL02, autosize | |
AUTO detect format | |
RL3 5242KW, not attached, on line | |
write enabled, RL02, autosize | |
AUTO detect format | |
TQ TK50 (94MB), address=17774500-17774503, no vector, BR5, 4 units | |
TQ0 not attached, write locked, UNIT=0 | |
TPC format, capacity=98MB | |
/home/linuxuser/simh.run/pdp11-93/bin/31.34_NANAJU.ini-96> attach dz 3134 | |
Listening on port 3134 | |
DZ address=17760100-17760117*, vector=300-314*, BR5, lines=8 | |
attached to 3134, 8b, 0 current connections | |
LPT address=17777514-17777517, vector=200, BR4 | |
attached to ../data/line-printer.txt | |
/home/linuxuser/simh.run/pdp11-93/bin/31.34_NANAJU.ini-106> attach dpv0 31340,tcp,connect=192.168.31.34:31341 | |
Line 0 Listening on port 31340 | |
DPV address=17760310-17760317*, vector=320-324*, BR5, lines=1 | |
attached to Line=0,31340,Connect=192.168.31.34:31341, speed=0 (unrestricted), No Corruption | |
W3 Jumper Installed, W5 Jumper Removed, W6 Jumper Installed | |
___________________________________ | |
DEVICE SUMMARY | |
___________________________________ | |
PDP-11 simulator configuration | |
CPU 11/93, NOCIS, autoconfiguration enabled, idle disabled | |
SYSTEM | |
RHA disabled | |
RHB disabled | |
RHC disabled | |
CLK 60Hz, address=17777546-17777547, vector=100, BR6 | |
PCLK disabled | |
PTR disabled | |
PTP disabled | |
TTI 7p, address=17777560-17777563, vector=60, BR4 | |
TTO 7p, address=17777564-17777567, vector=64, BR4 | |
TDC disabled | |
CR disabled | |
LPT address=17777514-17777517, vector=200, BR4 | |
DLI disabled | |
DLO disabled | |
DCI disabled | |
DCO disabled | |
DZ address=17760100-17760117*, vector=300-314*, BR5, lines=8 | |
VH disabled | |
RC disabled | |
RF disabled | |
RK disabled | |
RL RLV12, address=17774400-17774411, vector=160, BR5, 4 units | |
HK disabled | |
RX disabled | |
RY disabled | |
RP disabled | |
RS disabled | |
RQ address=17772150-17772153, no vector, BR5, RQDX3, 4 units | |
RQB disabled | |
RQC disabled | |
RQD disabled | |
TC disabled | |
TM disabled | |
TS disabled | |
TQ TK50 (94MB), address=17774500-17774503, no vector, BR5, 4 units | |
TU disabled | |
TA disabled | |
VT disabled | |
XQ address=17774440-17774457, no vector, BR5, MAC=AA:00:04:00:22:7C | |
type=DEQNA, polling=disabled, sanity=OFF | |
throttle=disabled, leds=(ON,ON,ON) | |
XQB address=17774460-17774477, no vector, BR5, MAC=08:00:2B:2A:02:27 | |
type=DEQNA, polling=disabled, sanity=OFF | |
throttle=disabled, leds=(ON,ON,ON) | |
XU disabled | |
XUB disabled | |
KG disabled | |
DMC disabled | |
DUP disabled | |
DPV address=17760310-17760317*, vector=320-324*, BR5, lines=1 | |
KDP disabled | |
KE disabled | |
ROM 4 units | |
CH disabled | |
NG disabled | |
DAZ disabled | |
___________________________________ | |
___________________________________ | |
CPU IOSPACE | |
___________________________________ | |
Address Vector BR # Device | |
-------------------- -------- -- - ------ | |
17760100 - 17760117* 300-314 5 2 DZ | |
17760310 - 17760317* 320-324 5 1 DPV | |
17772150 - 17772153 5 1 RQ | |
17772200 - 17772277 1 CPU | |
17772300 - 17772317 1 CPU | |
17772320 - 17772337 1 CPU | |
17772340 - 17772357 1 CPU | |
17772360 - 17772377 1 CPU | |
17772516 - 17772517 1 CPU | |
17774400 - 17774411 160 5 1 RL | |
17774440 - 17774457 5 1 XQ | |
17774460 - 17774477 5 1 XQB | |
17774500 - 17774503 5 1 TQ | |
17777514 - 17777517 200 4 1 LPT | |
17777520 - 17777527 1 CPU | |
17777546 - 17777547 100 6 1 CLK | |
17777560 - 17777563 060 4 1 TTI | |
17777564 - 17777567 064 4 1 TTO | |
17777572 - 17777577 1 CPU | |
17777600 - 17777617 1 CPU | |
17777620 - 17777637 1 CPU | |
17777640 - 17777657 1 CPU | |
17777660 - 17777677 1 CPU | |
17777740 - 17777775 1 CPU | |
17777776 - 17777777 1 CPU | |
___________________________________ | |
___________________________________ | |
SANYALnet Labs | |
NANAJU PDP-11/93 RSX-11M-PLUS | |
___________________________________ | |
On boot, enter time/date and answer the | |
prompts to start LAT and TCP/IP | |
___________________________________ | |
Now boot rq0 | |
RSX-11M-PLUS V4.6 BL87 2044.KW System:"PIDP11" | |
>RED DU:=SY: | |
>RED DU:=LB: | |
>RED DU:=SP: | |
>MOU DU0:"RSX11MPBL87"/LRU=14/WIN=30/ACP=UNIQUE | |
>@DU:[1,2]STARTUP | |
>; | |
>; Executing LB:[1,2]STARTUP.CMD | |
>; | |
>; | |
Z[c | |
>TIM /SYNC | |
>;'PLEASE enter Time and Date ' | |
>* (Default:12-DEC-2021 06:15) [S D:"09:30 30-DEC-2018" T:1M]: 12-DEC-2021 06:15 | |
>; .ASKS $TIME Please enter time and date (Default:12-DEC-2021 06:15) | |
>TIME 12-DEC-2021 06:15 | |
>ACS SY:/BLKS=1024. | |
>CON DIS CONT ATTR | |
SYS | |
PDP-11/93, EIS,QBUS,D-Space,Cache,TOY,FPP, | |
Clock=KW11-L, $TKPS=60., $TTPRM=000002, Cache_control=000001 | |
YLA | |
Csr=177560, Vector=000060, Pri=000005, Urm=000001 | |
YLB | |
Csr=160010, Vector=000310, Pri=000005, Urm=000001 | |
YLC | |
Csr=160020, Vector=000320, Pri=000005, Urm=000001 | |
YZA | |
Csr=160030, Vector=000330, Pri=000005, Urm=000001 | |
DKA | |
Csr=177404, Vector=000220, Pri=000005, Urm=000001 | |
DLA | |
Csr=174400, Vector=000160, Pri=000005, Urm=000001 | |
DUA | |
Csr=172150, Vector=000154, Pri=000005, Urm=000001 | |
MUA | |
Csr=174500, Vector=000260, Pri=000005, Urm=000001 | |
CRA | |
Csr=177160, Vector=000230, Pri=000006, Urm=000001 | |
MSA | |
Csr=172522, Vector=000224, Pri=000005, Urm=000001 | |
DYA | |
Csr=177170, Vector=000264, Pri=000005, Urm=000001 | |
DDA | |
Csr=176500, Vector=000300, Pri=000004, Urm=000001 | |
LPA | |
Csr=177514, Vector=000200, Pri=000004, Urm=000001 | |
PPA | |
Csr=177554, Vector=000074, Pri=000004, Urm=000001 | |
PRA | |
Csr=177550, Vector=000070, Pri=000004, Urm=000001 | |
>CON ONLINE ALL | |
>ELI /LOG/LIM | |
>CLI /INIT=DCL/CTRLC/DPR="<15><12>/$ /" | |
>INS LB:[1,1]RMSRESAB.TSK/RON=YES/PAR=GEN | |
>INS LB:[1,1]RMSLBL.TSK/RON=YES/PAR=GEN | |
>INS LB:[1,1]RMSLBM.TSK/RON=YES/PAR=GEN | |
>INS LB:[3,54]RMSCNV.TSK | |
>INS LB:[3,54]RMSDSP.TSK | |
>INS $QMGCLI | |
>INS $QMGCLI/TASK=...PRI | |
>INS $QMGCLI/TASK=...SUB | |
>QUE /START:QMG | |
>INS $QMGPRT/TASK=PRT.../SLV=NO | |
>START/ACCOUNTING | |
>QUE BAP0:/BATCH | |
>QUE BAP0:/AS:BATCH | |
>SET /COLOG=ON | |
>ASN LB:=XX: | |
>SET /NETUIC=[5,54] | |
>SET /UIC=[1,54] | |
>PIP LB:[5,54]NNS.TMP;*/PR/SY:D/NM | |
>PIP LB:[1,54]NNS.TMP;*/DE/NM | |
>SET /UIC=[200,200] | |
>ASN XX:=LB: | |
>SET /SYSUIC=[5,54] | |
>LOA NN:/VEC | |
>CON ONL NN: | |
>SET /SYSUIC=[1,54] | |
>ASN =LB: | |
>INS XX:[5,54]SCPRES | |
>INS XX:[5,54]NNS | |
>;INS XX:[5,54]NNCRES | |
>SCP START FROM XX:[5,54] SIL (I) | |
>INS XX:[5,54]NTINIT | |
>INS XX:[5,54]NTL | |
>INS XX:[5,54]EVC | |
>INS XX:[5,54]NCPRES | |
>; INS XX:[5,54]CFERES | |
>; INS XX:[5,54]VNP | |
>INS XX:[5,54]NMVACP | |
>SET /SYSUIC=[5,54] | |
>ASN XX:=LB: | |
>LOA NM:/HIGH/VEC | |
>CON ONL NM: | |
>ASN =LB: | |
>SET /SYSUIC=[1,54] | |
>INS XX:[5,54]LOO | |
>INS XX:[5,54]LOO/TASK=LOO... | |
>INS XX:[5,54]EVFRES | |
>INS XX:[5,54]NETACP | |
>INS XX:[5,54]RCP1 | |
>INS XX:[5,54]NICE | |
>INS XX:[5,54]EVR | |
>INS XX:[5,54]NTD | |
>INS XX:[5,54]NTDEMO | |
>INS XX:[5,54]LIN | |
>INS XX:[5,54]MIR | |
>INS XX:[5,54]NVP | |
>INS XX:[5,54]NFTRES | |
>INS XX:[5,54]FTSRES | |
>INS XX:[5,54]FTSDEQRES | |
>SET /UIC=[1,1] | |
>PIP LB:[0,0]001004.DIR/PR:0 | |
>SET /UIC=[200,200] | |
>QUE FTSQUE:/CR/NM | |
>QUE FTSDEQ:/SP/EX | |
>QUE FTSDEQ:/AS:FTSQUE | |
>INS XX:[5,54]FAL | |
>INS XX:[5,54]FALLOG | |
>INS XX:[5,54]MCM | |
>INS XX:[5,54]RMT | |
>INS XX:[5,54]RMTACP/CLI=YES | |
>CLI /INIT=RMTACP/NULL/RESTRICT/CPR="<15><12>/RMT>/" | |
>SET /SYSUIC=[5,54] | |
>ASN XX:=LB: | |
>LOA HT:/HIGH/VEC | |
>SET /SYSUIC=[1,54] | |
>ASN =LB: | |
>INS XX:[5,54]RMHACP | |
>INS XX:[5,54]NCTCTL | |
>INS XX:[5,54]TLKRES | |
>INS XX:[5,54]LSN | |
>INS XX:[5,54]PHONE/TASK=...PHO | |
>INS XX:[5,54]PHONE/TASK=PHO$$$ | |
>INS XX:[5,54]TCL | |
>INS XX:[5,54]CFERES | |
>CFE @XX:[005,001]NETRND | |
>PIP XX:[005,001]NETRND.COM=XX:[005,001]NETRND.CMD/RE | |
PIP -- Directory write protected | |
LB:[005,001]NETRND.CMD -- Privilege violation | |
>REM ...CFE | |
>NCP SET SYS | |
NTL -- System name changed to "NANAJU" | |
>NCP SET EXE STA ON | |
06:15:35 COT -- Date is 12-DEC-2021 | |
06:15:35 Event type 2.0, Local node state change | |
Occurred 12-DEC-2021 06:15:35 on node 31.34 (NANAJU) | |
Reason for state change: Operator command, Old node state = Off | |
New node state = On | |
06:15:36 Event type 4.10, Circuit up | |
Occurred 12-DEC-2021 06:15:36 on node 31.34 (NANAJU) | |
Circuit QNA-0 | |
06:15:36 Event type 4.15, Adjacency up | |
Occurred 12-DEC-2021 06:15:36 on node 31.34 (NANAJU) | |
Circuit QNA-0 | |
Adjacent node = 31.1021 | |
06:15:36 Event type 4.15, Adjacency up | |
Occurred 12-DEC-2021 06:15:36 on node 31.34 (NANAJU) | |
Circuit QNA-0 | |
Adjacent node = 31.32 (PIPY) | |
>NCP SET OBJ 27 NAM MAL$$$ COP 8 USE DEF VER OFF | |
>NCP SET OBJ 30 NAM DDM$$$ COP 5 USE LOG VER ON | |
>NCP SET EXE OUT PROXY ENABLE | |
06:15:36 Event type 4.15, Adjacency up | |
Occurred 12-DEC-2021 06:15:36 on node 31.34 (NANAJU) | |
Circuit QNA-0 | |
Adjacent node = 31.30 | |
>NCP SET EXE INC PROXY ENABLE | |
>NCP SET NOD FRODO ADD 30.1 | |
06:15:37 Event type 4.15, Adjacency up | |
Occurred 12-DEC-2021 06:15:36 on node 31.34 (NANAJU) | |
Circuit QNA-0 | |
Adjacent node = 31.1022 | |
06:15:37 Event type 4.15, Adjacency up | |
Occurred 12-DEC-2021 06:15:36 on node 31.34 (NANAJU) | |
Circuit QNA-0 | |
Adjacent node = 31.19 | |
06:15:37 Event type 4.15, Adjacency up | |
Occurred 12-DEC-2021 06:15:37 on node 31.34 (NANAJU) | |
Circuit QNA-0 | |
Adjacent node = 31.1020 | |
06:15:37 Event type 4.15, Adjacency up | |
Occurred 12-DEC-2021 06:15:37 on node 31.34 (NANAJU) | |
Circuit QNA-0 | |
Adjacent node = 31.14 | |
>NCP SET LIN UNA-0 ALL | |
06:15:37 Event type 4.15, Adjacency up | |
Occurred 12-DEC-2021 06:15:37 on node 31.34 (NANAJU) | |
Circuit QNA-0 | |
Adjacent node = 31.12 | |
NCP -- Set failed, unrecognized component, Line | |
06:15:37 Event type 4.15, Adjacency up | |
Occurred 12-DEC-2021 06:15:37 on node 31.34 (NANAJU) | |
Circuit QNA-0 | |
Adjacent node = 31.18 | |
06:15:38 Event type 4.15, Adjacency up | |
Occurred 12-DEC-2021 06:15:37 on node 31.34 (NANAJU) | |
Circuit QNA-0 | |
Adjacent node = 31.38 | |
06:15:38 Event type 4.15, Adjacency up | |
Occurred 12-DEC-2021 06:15:38 on node 31.34 (NANAJU) | |
Circuit QNA-0 | |
Adjacent node = 31.23 | |
>NCP SET CIR UNA-0 STA ON | |
NCP -- Set failed, unrecognized component, Circuit | |
06:15:39 Event type 4.15, Adjacency up | |
Occurred 12-DEC-2021 06:15:39 on node 31.34 (NANAJU) | |
Circuit QNA-0 | |
Adjacent node = 31.36 | |
06:15:40 Event type 4.15, Adjacency up | |
Occurred 12-DEC-2021 06:15:40 on node 31.34 (NANAJU) | |
Circuit QNA-0 | |
Adjacent node = 31.26 | |
06:15:42 Event type 4.15, Adjacency up | |
Occurred 12-DEC-2021 06:15:42 on node 31.34 (NANAJU) | |
Circuit QNA-0 | |
Adjacent node = 31.33 | |
>; DU0:,140710,11,61130,1000,LOD,ONL,MTD,NFO,PUB,NAT,NAL, | |
>MOU DU1:/OVR/PUB/ACP=UNIQUE/LRU=14/WIN=30/VI | |
06:15:44 Event type 4.15, Adjacency up | |
Occurred 12-DEC-2021 06:15:44 on node 31.34 (NANAJU) | |
Circuit QNA-0 | |
Adjacent node = 31.15 | |
06:15:44 Event type 4.15, Adjacency up | |
Occurred 12-DEC-2021 06:15:44 on node 31.34 (NANAJU) | |
Circuit QNA-0 | |
Adjacent node = 31.10 | |
06:15:44 Event type 4.15, Adjacency up | |
Occurred 12-DEC-2021 06:15:44 on node 31.34 (NANAJU) | |
Circuit QNA-0 | |
Adjacent node = 31.16 | |
06:15:44 Event type 4.15, Adjacency up | |
Occurred 12-DEC-2021 06:15:44 on node 31.34 (NANAJU) | |
Circuit QNA-0 | |
Adjacent node = 31.13 | |
06:15:45 Event type 4.15, Adjacency up | |
Occurred 12-DEC-2021 06:15:45 on node 31.34 (NANAJU) | |
Circuit QNA-0 | |
Adjacent node = 31.21 | |
Volume Information | |
Class: Files-11 | |
Device: DU01 | |
Volume label:DECUS | |
Pack serial: 00000000004 | |
Owner: [1,1] | |
Protection: [RWCD,RWCD,RWCD,RWCD] | |
Default: [RWED,RWED,RWED,R] | |
Processor: DU01F1 | |
>ASN DU1:=RU1: /GBL | |
>SET /CACHE=DU0:CREATE=CACHE:GEN:1000.:TOP | |
>SET /CACHE=DU0:(Nodef, Virt=5, Read=5, Dir=1, Nolog, Over=4.) | |
>SET /CACHE=DU1:(Nodef, Virt=5, Read=5, Dir=1, Nolog, Over=4.) | |
>INS $MACFSL | |
>INS $TKBFSL | |
>INS $LBR | |
>INS $BRU | |
>INS LB:[1,1]F7FCLS/PAR=GEN/RON=YES | |
>INS LB:[1,1]DAPRES/PAR=GEN/RON=YES | |
>INS LB:[5,54]DTS/INC=2560./TASK=...DTS | |
>INS LB:[5,54]DTR/INC=2560./TASK=DTR... | |
>INS $F77 | |
>INS $KEDFSLMU/INC=35000 | |
>INS $EDTFSL | |
>INS $FTBFSL | |
>INS $MCE/PRI=55. | |
>INS $APL6/INC=37000 | |
>INS $DTR | |
>INS $DDMF | |
>INS $CC | |
>INS $AS | |
06:15:48 Event type 4.15, Adjacency up | |
Occurred 12-DEC-2021 06:15:48 on node 31.34 (NANAJU) | |
Circuit QNA-0 | |
Adjacent node = 31.31 | |
>INS $GREP | |
06:15:48 Event type 4.15, Adjacency up | |
Occurred 12-DEC-2021 06:15:48 on node 31.34 (NANAJU) | |
Circuit QNA-0 | |
Adjacent node = 31.35 | |
>INS $SRD | |
>INS $RNO | |
>INS $TECO | |
>INS $TECO/TASK=...MAK | |
>INS $FLXFSL | |
>INS $BAD | |
06:15:49 Event type 4.15, Adjacency up | |
>INS $VFYFSL | |
Occurred 12-DEC-2021 06:15:49 on node 31.34 (NANAJU) | |
Circuit QNA-0 | |
Adjacent node = 31.28 | |
>INS $CMPFSL | |
>INS $DMPFSL | |
>INS $COOKIE | |
>INS $WHO | |
>INS $MAITSK/TASK=...MAI | |
>INS $NOTTSK/TASK=MAL... | |
>INS $SNDTSK/TASK=...SEN | |
>INS $SRVTSK/TASK=MAL$$$ | |
>INS $KILLER | |
>INS $PHN | |
06:15:51 Event type 4.15, Adjacency up | |
Occurred 12-DEC-2021 06:15:50 on node 31.34 (NANAJU) | |
Circuit QNA-0 | |
Adjacent node = 31.29 | |
>INS $FND | |
>INS $CLR | |
>INS $K11RSX | |
>INS $ADVENTURE/TASK=...ADV | |
>INS $TIZ | |
>INS $ORC | |
>INS LB:[1,1]BP2SML/RON=YES/PAR=GEN | |
>INS $BP2IC2/TASK=...BP2/INC=4000 | |
>INS $B2RESQ/TASK=...B2R | |
>INS $PDP11C/TASK=...CCC | |
>INS LB:[1,1]CCSMRX/RON=YES/PAR=GEN | |
>INS $PDPDBG/TASK=...DBG | |
>INS $C81/TASK=...C81 | |
>INS $C81RFM/TASK=C81RFM | |
>INS $C81ODL/TASK=...BLD | |
>INS $PAS/TASK=...PAS | |
>INS $NEMA/TASK=...EMA | |
>INS $UPTIME/TASK=...UPT | |
>INS $SRTUTL/TASK=...SRT | |
>INS $MGEUTL/TASK=...MGE | |
>INS $GREP/TASK=...GRP | |
>INS $FIG/TASK=...FIG | |
>INS $USE/TASK=...MON | |
>; Install 24 line VTL as MORE | |
>INS $VTL/TASK=...MOR | |
>; Install 48 Line VTL as VTL | |
>INS $VTLL/TASK=...VTL | |
>INS $XLISP/TASK=...LIS | |
>; | |
>; Install ACD line editing | |
>; | |
>ACD INS LB:[4,54]EDTACD AS NUM 2 TOP ASS CLE$EDT | |
>ACD INS LB:[4,54]EMAACD AS NUM 4 TOP ASS CLE$EMACS | |
>INS $EXP | |
>; | |
>; Remove TDX.TSK catch-all and install CCL | |
>; | |
>REM ...CA. | |
>INS LB:[1,54]CCLRES.TSK/RON=YES/PAR=GEN | |
>INS LB:[1,54]CCL/TASK=...CA. | |
>; | |
>; Until UNA-0 is running correctly in Simh | |
>; the commands below should not be executed | |
>; | |
>; LAT Terminal configuration | |
>; | |
>INS LB:[5,54]LCPFSL | |
>LCP CREATE /TERMINALS=8 | |
>; | |
>; LAT ports start after last physical DL, DZ, DHV TTnn: | |
>; TT14: is A/D on port 2 on DS21 | |
>; TT15: is HP7550 port 3 on DS21 | |
>; | |
>* Load LAT? [Y/N D:Y T:15S]: Y | |
>LCP START | |
Loading LAT process | |
>; | |
>LCP SET PORT TT14: /SERVER=DS21 /PORT=PORT_2 | |
>LCP SET PORT TT15: /SERVER=DS21 /PORT=PORT_3 | |
>SET /SLAVE=TT14: | |
>SET /FDX=TT14: | |
>; | |
>SET /SLAVE=TT15: | |
>SET /FDX=TT15: | |
>; | |
>; Set up LAT Print Queues | |
>; | |
>INS $LPPRES/TASK=TT15 | |
>QUE TT15:/CR:P/NM | |
>QUE TT15:/SP/LOW/SHR/FO:0/FL:0 | |
>QUE TT15:/AS:PLOT | |
QUE -- Created system logical - QMG$QUE_PLOT | |
>; | |
>; PRINT PLOT:=MAP.HPG | |
>; | |
>; INSTALL TCP/IP | |
>; | |
>SET /NAMED | |
>SET /UIC=[1,2] | |
>* Load TCP/IP? [Y/N D:Y T:15S]: N | |
>@ <EOF> | |
> | |
> | |
> | |
06:16:08 Event type 4.15, Adjacency up | |
Occurred 12-DEC-2021 06:16:08 on node 31.34 (NANAJU) | |
Circuit QNA-0 | |
Adjacent node = 31.27 | |
> | |
> | |
>BYE | |
06:16:13 Logout user [1,2] TT0: | |
Have a Good Morning | |
12-DEC-2021 06:16 TT0: logged off NANAJU | |
> | |
> | |
>HELLO SYSTEM | |
Password: | |
RSX-11M-PLUS V4.6 BL87 [1,54] System NANAJU | |
12-DEC-2021 06:16 Logged on Terminal TT0: as SYS1 | |
Good Morning | |
06:16:20 Login user SYSTEM [1,1] TT0: | |
***************************************************************** | |
* * | |
* Welcome to RSX-11M-PLUS * | |
* PiDP-11/70 PiDP11 * | |
* Version 4.6 Base level 87 * | |
* This is file LB:[1,2]LOGIN.TXT * | |
* * | |
***************************************************************** | |
Last interactive login on Sunday, December 30, 2018 09:35:22 (TT0:) | |
Last batch login on Saturday, December 29, 2018 23:03:36 | |
> | |
> | |
> | |
06:16:22 Event type 4.15, Adjacency up | |
Occurred 12-DEC-2021 06:16:22 on node 31.34 (NANAJU) | |
Circuit QNA-0 | |
Adjacent node = 31.20 | |
> | |
>MOU DL0:/OVR/PUB/ACP=UNIQUE/LRU=14/WIN=30/VI | |
Volume Information | |
Class: Files-11 | |
Device: DL00 | |
Volume label:TCPIP | |
Pack serial: 00000000400 | |
Owner: [1,1] | |
Protection: [RWCD,RWCD,RWCD,RWCD] | |
Default: [RWED,RWED,RWED,R] | |
Processor: DL00F1 | |
> | |
> | |
06:16:45 Event type 4.15, Adjacency up | |
Occurred 12-DEC-2021 06:16:45 on node 31.34 (NANAJU) | |
Circuit QNA-0 | |
Adjacent node = 31.11 | |
>SET /DEF=DL0:[IP] | |
SET -- Invalid UIC | |
>SET /UIC=DL0:[IP] | |
SET -- Device not terminal | |
> | |
>DIR DL0:[IP] | |
Directory DL0:[IP] | |
12-DEC-2021 06:17 | |
IPILIB.OLB;1 48. C 22-NOV-2021 01:52 | |
ETHACP.TSK;1 28. C 22-NOV-2021 01:52 | |
SLIPACP.TSK;1 17. C 22-NOV-2021 01:52 | |
DLXACP.TSK;1 15. C 22-NOV-2021 01:52 | |
IFCONFIG.TSK;1 42. C 22-NOV-2021 01:52 | |
PING.TSK;1 65. C 22-NOV-2021 01:52 | |
TRACERT.TSK;1 16. C 22-NOV-2021 01:52 | |
NETSTAT.TSK;1 24. C 22-NOV-2021 01:52 | |
SPOOF.TSK;1 19. C 22-NOV-2021 01:52 | |
TELNET.TSK;1 42. C 22-NOV-2021 01:52 | |
TELNETD.TSK;1 27. C 22-NOV-2021 01:52 | |
TELCOM.CMD;1 1. 22-NOV-2021 01:52 | |
TELCOM.OBJ;1 3. 22-NOV-2021 01:52 | |
TNC2.TSK;1 10. C 22-NOV-2021 01:52 | |
RESACP.TSK;1 27. C 22-NOV-2021 01:52 | |
INETD.TSK;1 12. C 22-NOV-2021 01:52 | |
NTPDAT.TSK;1 67. C 22-NOV-2021 01:52 | |
NTPDATRES.TSK;1 46. C 22-NOV-2021 01:52 | |
DHCP.TSK;1 78. C 22-NOV-2021 01:52 | |
DHCPRES.TSK;1 57. C 22-NOV-2021 01:52 | |
FTP.TSK;1 71. C 22-NOV-2021 01:52 | |
FTPD.TSK;1 68. C 22-NOV-2021 01:52 | |
MAILD.TSK;1 228. C 22-NOV-2021 01:52 | |
MBXUPD.TSK;1 83. C 22-NOV-2021 01:52 | |
MAILRD.TSK;1 149. C 22-NOV-2021 01:52 | |
MAILMAN.TSK;1 77. C 22-NOV-2021 01:52 | |
IRCBOT.TSK;1 67. C 22-NOV-2021 01:52 | |
WWW.TSK;1 124. C 22-NOV-2021 01:52 | |
WWWRES.TSK;1 97. C 22-NOV-2021 01:52 | |
IRC.TSK;1 72. C 22-NOV-2021 01:52 | |
IRCRES.TSK;1 46. C 22-NOV-2021 01:52 | |
LPT.TSK;1 94. C 22-NOV-2021 01:52 | |
LPTRES.TSK;1 58. C 22-NOV-2021 01:52 | |
RMD.TSK;1 218. C 22-NOV-2021 01:52 | |
RWHOD.TSK;1 15. C 22-NOV-2021 01:52 | |
TFTPD.TSK;1 64. C 22-NOV-2021 01:52 | |
TFTP.TSK;1 106. C 22-NOV-2021 01:52 | |
IFTAB.MAC;1 4. 22-NOV-2021 01:52 | |
IPTAB.MAC;1 3. 22-NOV-2021 01:52 | |
UDTAB.MAC;1 3. 22-NOV-2021 01:52 | |
TCTAB.MAC;1 5. 22-NOV-2021 01:52 | |
IPGEN.CMD;1 20. 22-NOV-2021 01:52 | |
IPINS.CMD;1 6. 22-NOV-2021 01:52 | |
IPAPPL.CMD;1 6. 22-NOV-2021 01:52 | |
IPCONFIG.CMD;1 40. 22-NOV-2021 01:52 | |
POSTAPPL.NEW;1 2. 22-NOV-2021 01:52 | |
PREAPPL.NEW;1 8. 22-NOV-2021 01:52 | |
IPREM.NEW;1 2. 22-NOV-2021 01:52 | |
POSTIP.NEW;1 3. 22-NOV-2021 01:52 | |
HOSTS.NEW;1 1. 22-NOV-2021 01:52 | |
IFCONFIG.TXT;1 2. 22-NOV-2021 01:52 | |
IPSPEC.TXT;1 18. 22-NOV-2021 01:52 | |
TCPMODE.TXT;1 4. 22-NOV-2021 01:52 | |
DRVLIB.OLB;1 180. 22-NOV-2021 01:52 | |
IFDRV.CMD;1 1. 22-NOV-2021 01:52 | |
IPDRV.CMD;1 1. 22-NOV-2021 01:52 | |
UDDRV.CMD;1 1. 22-NOV-2021 01:52 | |
TCDRV.CMD;1 1. 22-NOV-2021 01:52 | |
README.DOC;1 689. 22-NOV-2021 01:52 | |
PROGRESS.TXT;1 163. 22-NOV-2021 01:52 | |
Total of 3444./3832. blocks in 60. files | |
> | |
> | |
>@DL0:[IP] | |
>TYPE DL0:[IP]README.DOC | |
BQTCP/IP - A TCP/IP implementation for RSX | |
Written by Johnny Billquist | |
Date: 10 Nov 2021 | |
Version: V2.7 | |
TABLE OF CONTENTS | |
CHAPTER 1 INTRODUCTION . . . . . . . . . . . . . . . . . . . 1-1 | |
1.1 EXAMPLE USAGE . . . . . . . . . . . . . . . . . 1-2 | |
CHAPTER 2 THE BASIC TCP/IP IMPLEMENTATION . . . . . . . . . 2-1 | |
2.1 INTERFACES . . . . . . . . . . . . . . . . . . . 2-1 | |
# ... | |
# ... | |
# ... | |
APPENDIX G | |
CREDITS | |
I would like to just briefly mention a few people who have | |
been very helpful in getting BQTCP/IP to the point where it is to- | |
day. | |
o Dave Carroll - for helping me out with a lot of details on | |
RSX internals. | |
o Brian McCarthy - for helping me out with how the RSX TT: | |
device driver user port works. | |
o Paul Konig - for helping me out with how DECnet over IP is | |
done in Multinet. | |
o Brian Schenkenberger - for providing information on the | |
MAIL11 protocol. | |
o Phil J. Fisher - for reviewing and improving the documen- | |
tation. | |
Page G-1 | |
> | |
> | |
06:22:37 Event type 4.15, Adjacency up | |
Occurred 12-DEC-2021 06:22:37 on node 31.34 (NANAJU) | |
Circuit QNA-0 | |
Adjacent node = 31.22 | |
> | |
> | |
> | |
>DIR SY:[IP]IPGEN.* | |
Directory DU0:[IP] | |
12-DEC-2021 06:29 | |
IPGEN.CMD;210 21. 18-DEC-2018 01:46 | |
IPGEN.LOG;209 29. 29-DEC-2018 23:02 | |
IPGEN.BAT;14 1. 29-DEC-2018 23:01 | |
Total of 51./52. blocks in 3. files | |
> | |
>DIR DL0:[IP]IPGEN.* | |
Directory DL0:[IP] | |
12-DEC-2021 06:29 | |
IPGEN.CMD;1 20. 22-NOV-2021 01:52 | |
Total of 20./20. blocks in 1. file | |
> | |
>@SY:[IP]IPGEN | |
>; | |
>; BQTCP/IP generation. X0.10 | |
>; | |
>; Started on 12-DEC-2021 06:34:44 | |
>; | |
>SET /NAMED | |
>* What is the device where the kit is [S D:"SY:"]: | |
>SET /DEF=SY:[IP] | |
>* Do you want to just update binaries? [Y/N D:Y]: N | |
>* How many interfaces do you want [O R:1-10 D:2]: 1 | |
>* What type is IF0: [S D:"Ethernet"]: | |
>* Do you want to use DHCP for this interface? [Y/N D:Y]: N | |
>* What is the IP address if IF0: [S]: 10.42.2.39 | |
>* What is the network mask for IF0: [S]: 255.255.255.0 | |
>* What is the line name of IF0: [S]: QNA-1 | |
>; | |
>* What is your hostname [S]: NANAJU | |
>* What is the address of the default router [S]: 10.42.2.1 | |
>* What is the IP address of your DNS server [S]: 10.42.2.1 | |
>* What is your (default) domain name [S]: SANYALNET.LAN | |
>; | |
>* Do you want to install the DECnet driver? [Y/N D:N]: Y | |
>* What is the DECnet group number [O D:5]: | |
>* What is the DECnet install device [S D:"LB"]: | |
>; | |
>* What size do you want the IP pool to be [D D:256.]: | |
>* Do you want to install the new IPINS.CMD? [Y/N D:N]: Y | |
>* Do you want to install the new IPAPPL.CMD? [Y/N D:N]: Y | |
>* Do you want to install the new HOSTS file? [Y/N D:N]: Y | |
>* Do you want to install the new HELP files? [Y/N D:N]: Y | |
>* Do you want to install the new message files? [Y/N D:N]: Y | |
>* Do you want to install RSX patches? [Y/N D:N]: Y | |
>* Do you want to purge old files after generation? [Y/N D:Y]: N | |
>; | |
>; Thank you. All questions have now been asked. | |
>; | |
>; | |
>; Creating IPINS.NEW | |
>; | |
>; | |
>; Creating HOSTS file | |
>; | |
>; | |
>; Creating parameter file | |
>; | |
>; | |
>; Copy libraries | |
>; | |
>pip lb:[1,1]/nv=[lib]*.* | |
>; | |
>; Compiling and taskbuilding drivers | |
>; | |
>mac iftab=iftab | |
>mac iptab=iptab | |
>mac udtab=udtab | |
>mac tctab=tctab | |
>tkb @ifdrv | |
>tkb @ipdrv | |
>tkb @uddrv | |
>tkb @tcdrv | |
>; | |
>; Copying drivers | |
>; | |
>pip lb:[1,54]/nv=[ip]ifdrv.tsk,.stb | |
>pip lb:[1,54]/nv=[ip]ipdrv.tsk,.stb | |
>pip lb:[1,54]/nv=[ip]uddrv.tsk,.stb | |
>pip lb:[1,54]/nv=[ip]tcdrv.tsk,.stb | |
>; | |
>; Building TELNET common | |
>; | |
>TKB @TELCOM | |
>; | |
>; Copy basic tools and files | |
>; | |
>pip lb:[ip]/nv=[ip]ifconfig.tsk,netstat,ping,tracert,ethacp,resacp,rmd | |
>pip lb:[ip]/nv=[ip]dhcp.tsk,dhcpres,rwhod,tftpd,inetd,spoof,www,wwwres,ircbot | |
>pip lb:[ip]/nv=[ip]ftpd.tsk,telnetd,telnet,tftp,irc,ircres,ftp,telcom,.stb | |
>pip lb:[ip]ipins.cmd/nv=[ip]ipins.new | |
>pip lb:[ip]ipappl.cmd/nv=[ip]ipappl.new | |
>pip lb:[1,2]hosts.txt/nv=hosts.new | |
>pip lb:[1,2]/nv=[iphlp]*.* | |
>pip lb:[1,2]/nv=[ftpd]welcome.txt,ftp.txt | |
>; | |
>; Copying DECnet driver files. | |
>; | |
>pip LB:[5,54]/nv=[ipnet]*.dat,ip.tsk,.stb | |
>pip LB:[5,24]/nv=[ipnet]ip.obj | |
>lbr LB:[130,10]netlib.mlb/rp=[ipnet]ipdf.mac | |
Module "IPDF$ " replaced | |
>; | |
>; DECnet files have been installed. You can now run NETGEN | |
>; to create a new configuration of DECnet that includes the | |
>; IP device driver for DECnet. See the BQTCP manuals for | |
>; more details. | |
>; | |
>; Installing RSX patches | |
>; | |
>pip lb:[3,54]/nv=[patches]mcd.tsk,mcr.tsk | |
>ins $vmr | |
>vmr @pat | |
VMR -- *DIAG*-Task or common region not in system | |
REM ...MCR | |
VMR -- *FATAL*-Partition not in system | |
INS LB:[3,54]MCR | |
>pip pat.cmd;/de | |
>rem ...vmr | |
>; | |
>; RSX patching complete | |
>GOTO NOPU | |
?GOTO NOP? | |
CCL -- Syntax error, unknown or ambiguous command | |
>; | |
>; Deleting old versions of files... | |
>; | |
>PIP LB:[1,54]IFDRV.*/PU,IPDRV.*,UDDRV.*,TCDRV.* | |
>PIP LB:[1,1]IPMAC.MLB/PU,BQTMAC.MLB | |
>PIP LB:[1,1]IPLIB.OLB/PU,IPBP2.OLB,IPC.OLB,IPF77.OLB,IPPAS.OLB | |
>PIP LB:[1,1]BQTLIB.OLB/PU,BQTBP2.OLB,BQTC.OLB | |
>PIP LB:[LIB]*.*/PU | |
>PIP LB:[IP]*.*/PU | |
>PIP LB:[IPAPPL]*.*/PU | |
>PIP LB:[TELNETD]*.*/PU | |
>PIP LB:[IPHLP]*.*/PU | |
>PIP LB:[FTP]*.*/PU | |
>PIP LB:[FTPD]*.*/PU | |
>PIP LB:[MAILD]*.*/PU | |
>PIP LB:[IPBP2]*.*/PU | |
>PIP LB:[IPC]*.*/PU | |
>PIP LB:[IPF77]*.*/PU | |
>PIP LB:[IPLISP]*.*/PU | |
>PIP LB:[IPPAS]*.*/PU | |
>PIP LB:[DHCP]*.*/PU | |
>PIP LB:[HTTP]*.*/PU | |
>PIP LB:[HTTPD]*.*/PU | |
>PIP LB:[CGIDEMO]*.*/PU | |
>PIP LB:[INETD]*.*/PU | |
>PIP LB:[IRCBOT]*.*/PU | |
>PIP LB:[IRC]*.*/PU | |
>PIP LB:[PCL]*.*/PU | |
>PIP LB:[IPRMD]*.*/PU | |
>PIP LB:[NTP]*.*/PU | |
>PIP LB:[IPNET]*.*/PU | |
>PIP LB:[MKE]*.*/PU | |
>PIP LB:[IPEXAMPLE]*.*/PU | |
>; | |
>; Done | |
>; | |
>; Remember to add, change or update the information in LB:[1,2]HOSTS.TXT | |
>; | |
>; After DECnet has started (if DECnet is also installed on the machine), | |
>; invokde [IP]IPINS.CMD to start TCP/IP. | |
>; | |
>; Edit [IP]IPAPPL.CMD, and invoke that at a later point in the | |
>; startup, when all shared libraries and other requisits have been | |
>; installed. | |
>; | |
>; Edit [IP]IPREM.CMD to customize the shutting down procedure, | |
>; and remember to invoke this if needed from the standard shutup | |
>; procedure. | |
>; | |
>SET /CLI=TI:MCR | |
>SET /NONAMED | |
>SET /DEF=[1,1] | |
>@ <EOF> | |
>SY:[IP]IPINS.CMD | |
MCR -- Illegal function | |
>@SY:[IP]IPINS.CMD | |
>load if:/vec/high | |
>load ip:/vec/high | |
>load ud:/vec/high | |
>load tc:/vec/high | |
LOA -- Warning - loadable driver larger than 4K | |
>con onl if0: | |
>con onl ip: | |
>con onl ud: | |
>con onl tc: | |
>ins lb:[ip]ethacp/fmap=yes | |
>ins lb:[ip]ifconfig | |
>ins lb:[ip]netstat | |
>ins lb:[ip]ping | |
>ins lb:[ip]tracert | |
>ins lb:[ip]resacp | |
>dfl "NANAJU"=HOSTNAME/GBL | |
>dfl "SANYALNET.LAN"=DNS$DOMAIN/GBL | |
>dfl "10.42.2.1"=DNS$SERVER/GBL | |
>dfl "LOGICAL,DNS,FILE"=RESOLV$ORDER/GBL | |
>dfl LB:[1,2]HOSTS.TXT=HOSTS/GBL | |
>dfl "LOGICAL,FILE"=RESOLV$ORDER | |
>ifc create 256 | |
>ifc start | |
Starting IP. | |
Starting UD. | |
Starting TC. | |
>ifc set if0: add NANAJU acp ethacp lin QNA-1 mask defmask | |
06:38:40 Starting resolver V2.2 | |
>ifc set if0: sta ope | |
06:38:40 TCP/IP - ethernet ACP using DECnet DLX | |
06:38:40 ETHACP: I/O error 230 on OPEN. | |
Failed to start interface. | |
>ifc add rou default gat defaultrtr | |
Error adding route. | |
>ifc add rou broadcast gat NANAJU | |
Error adding route. | |
>dfl =resolv$order | |
>@ <EOF> | |
>RUN $H SHUTUP | |
RSX-11M-PLUS Shut down program | |
Enter minutes to wait before shutdown: 0 | |
Reason for shutdown (<CR> for none):INSTALL TCP/IP | |
OK to shutdown? [Y/N]: Y | |
All further logins are disabled | |
12-DEC-2021 06:39 System is now shutting down -- NANAJU | |
Reason for shutdown: INSTALL TCP/IP | |
SET /COLOG=OFF | |
> | |
QUE /STO:QMG | |
> | |
STOP/ACCOUNTING SHUTUP | |
06:39:32 SYSLOG -- 47. Exiting | |
> | |
@LB:[1,2]SHUTUP | |
>VCP DISCONNECT /ALL | |
>ncp set cir ip-0-0 sta off | |
NCP -- Set failed, invalid identification format, Circuit | |
>ncp cle lin ip-0-0 all | |
NCP -- Clear failed, invalid identification format, Line | |
>ifc rem tcp port 7 | |
Remove failed. Error is -26 | |
>ifc rem tcp port 9 | |
Remove failed. Error is -26 | |
>ifc rem tcp port 13 | |
Remove failed. Error is -26 | |
>ifc rem tcp port 17 | |
Remove failed. Error is -26 | |
>ifc rem tcp port 80 | |
Remove failed. Error is -26 | |
>ifc rem tcp port 113 | |
Remove failed. Error is -26 | |
>ifc rem tcp port 21 | |
Remove failed. Error is -26 | |
>abo resacp | |
Exiting resolver | |
>ifc set if0: sta clo | |
Failed to stop interface. | |
>ifc set if1: sta clo | |
No such device exist. | |
>ifc stop | |
Stopping IP. | |
Stopping UD. | |
Stopping TC. | |
>abo ethacp | |
TCP/IP - ethernet ACP exiting... | |
>rem ethacp | |
>rem ...net | |
>rem ...ifc | |
>rem ...pin | |
>rem ...ftp | |
REM -- Task not in system | |
>rem resacp | |
>rem rwhod | |
REM -- Task not in system | |
>rem tftpd | |
REM -- Task not in system | |
>rem tft | |
REM -- Task not in system | |
>rem trt | |
>rem tel | |
REM -- Task not in system | |
>rem tcpgen | |
REM -- Task not in system | |
>con off if0: | |
>con off if1: | |
CON -- Command execution error. | |
Invalid device or unit | |
OFFLINE IF1: | |
>con off ip: | |
>con off ud: | |
>con off tc: | |
>unl if:/vec | |
>unl ip:/vec | |
>unl ud:/vec | |
>unl tc:/vec | |
>; The CEX will be unloaded since all CEX products have been unloaded. | |
>NCP SET EXEC STATE OFF | |
Event type 68.14, Normal usage terminated | |
Occurred 12-DEC-2021 06:39:35 on node 31.34 (NANAJU) | |
Circuit QNA-0 | |
Event type 68.14, Normal usage terminated | |
Occurred 12-DEC-2021 06:39:35 on node 31.34 (NANAJU) | |
Circuit DPV-0 | |
Event type 2.0, Local node state change | |
Occurred 12-DEC-2021 06:39:38 on node 31.34 (NANAJU) | |
Reason for state change: Operator command, Old node state = On | |
New node state = Off | |
>SCP STOP SIL (I) | |
>LCP STOP | |
>NCP CLEAR SYS | |
>REM NTINIT | |
>REM NTL... | |
>REM EVC... | |
>REM ...EVF | |
>REM ...NCP | |
>REM LOO... | |
>REM LOO$$$ | |
>SET /SYSUIC=[5,54] | |
>UNL NM:/VEC | |
>SET /SYSUIC=[1,54] | |
>REM NMVACP | |
>REM NETACP | |
>REM NIC$$$ | |
>REM EVR$$$ | |
>REM ...NTD | |
>REM NTD... | |
>REM LIN$$$ | |
>REM MIR$$$ | |
>REM NVP... | |
>REM RCP1.. | |
>REM ...NFT | |
>REM ...FTS | |
>REM FTSDEQ | |
>REM FAL$$$ | |
>REM FALLOG | |
>REM .CMTS. | |
>CLI /ELIM=RMTACP | |
>REM RMTACP | |
>REM ...RMT | |
>REM RMHACP | |
>REM LSN$$$ | |
>REM NCT... | |
>REM ...TLK | |
>REM ...PHO | |
>REM PHO$$$ | |
>REM TCL... | |
>REM ...SCP | |
>SET /SYSUIC=[5,54] | |
>UNL NN:/VEC | |
>SET /SYSUIC=[1,54] | |
>REM NT$NNS | |
>REM ...LCP | |
>SET /SYSUIC=[5,54] | |
>UNL HT:/VEC | |
>SET /SYSUIC=[1,54] | |
>; | |
>; Inserting Nuclear control rods into the reactor for IMMEDIATE SHUTDOWN! | |
>; | |
>RUN LB:[3,54]TIMWRT | |
INS -- Task name already in use | |
>@ <EOF> | |
> | |
ELI /NOLOG | |
> | |
DMO DL0:/DEV/LOCK=V | |
DMO -- SYSTEM dismounted from DL0: *** Final dismount initiated *** | |
06:39:50 *** DL0: -- Dismount complete | |
> | |
ACS DU0:/BLKS=0. | |
ACS -- Checkpoint file now inactive | |
> | |
DMO DU0:/DEV/LOCK=V | |
DMO -- System disk being dismounted | |
DMO -- SYSTEM dismounted from DU0: *** Final dismount initiated *** | |
06:39:56 *** DU0: -- Dismount complete | |
> | |
DMO DU1:/DEV/LOCK=V | |
DMO -- SYSTEM dismounted from DU1: *** Final dismount initiated *** | |
06:40:01 *** DU1: -- Dismount complete | |
> | |
SHUTUP operation complete | |
HALT instruction, PC: 126130 (CLRB @#177776) | |
Eth: closed vde:/tmp/vde-dnet.ctl | |
Eth: closed vde:/tmp/vde-ip.ctl | |
Log file closed | |
/home/linuxuser/simh.run/pdp11-93/bin $ | |
/home/linuxuser/simh.run/pdp11-93/bin $ | |
/home/linuxuser/simh.run/pdp11-93/bin $ ./31.34_NANAJU | |
removed '../data/NANAJU-console.log' | |
PDP-11 simulator V4.0-0 Current simh git commit id: 4c44975e | |
Logging to file "../data/NANAJU-console.log" | |
Disabling RK | |
Disabling HK | |
Disabling TM | |
CPU 11/93, NOCIS, autoconfiguration enabled, idle disabled | |
4088KB | |
Throttle: 1800 kiloinstructions | |
Throttle State: Waiting for Init - wait: 0 | |
/home/linuxuser/simh.run/pdp11-93/bin/31.34_NANAJU.ini-25> attach xq vde:/tmp/vde-dnet.ctl | |
Eth: opened OS device vde:/tmp/vde-dnet.ctl | |
XQ address=17774440-17774457, no vector, BR5, MAC=AA:00:04:00:22:7C | |
type=DEQNA, polling=disabled, sanity=OFF | |
throttle=disabled, leds=(ON,ON,ON) | |
attached to vde:/tmp/vde-dnet.ctl | |
/home/linuxuser/simh.run/pdp11-93/bin/31.34_NANAJU.ini-36> attach xqb vde:/tmp/vde-ip.ctl | |
Eth: opened OS device vde:/tmp/vde-ip.ctl | |
XQB address=17774460-17774477, no vector, BR5, MAC=08:00:2B:2A:02:27 | |
type=DEQNA, polling=disabled, sanity=OFF | |
throttle=disabled, leds=(ON,ON,ON) | |
attached to vde:/tmp/vde-ip.ctl | |
/home/linuxuser/simh.run/pdp11-93/bin/31.34_NANAJU.ini-54> attach rq0 ../data/NANAJU_RSX_DU0.dsk | |
RQ0: '../data/NANAJU_RSX_DU0.dsk' Contains an ODS1 File system | |
RQ0: Volume Name: RSX11MPBL87 Format: DECFILE11A Sectors In Volume: 615000 | |
/home/linuxuser/simh.run/pdp11-93/bin/31.34_NANAJU.ini-56> attach -r rq1 ../data/NANAJU_RSX_DU1.dsk | |
RQ1: Unit is read only | |
RQ1: '../data/NANAJU_RSX_DU1.dsk' Contains an ODS1 File system | |
RQ1: Volume Name: DECUS Format: DECFILE11A Sectors In Volume: 3360000 | |
RQ address=17772150-17772153, no vector, BR5, RQDX3, 4 units | |
RQ0 314MB, attached to ../data/NANAJU_RSX_DU0.dsk, write enabled | |
RD54, UNIT=0, autosize | |
RAW format | |
RQ1 1720MB, attached to ../data/NANAJU_RSX_DU1.dsk, read only, write locked | |
RD54, UNIT=1, autosize | |
RAW format | |
/home/linuxuser/simh.run/pdp11-93/bin/31.34_NANAJU.ini-66> attach -r rl0 ../data/tcpip.dsk | |
RL0: Unit is read only | |
RL0: '../data/tcpip.dsk' Contains an ODS1 File system | |
RL0: Volume Name: TCPIP Format: DECFILE11A Sectors In Volume: 20480 | |
RL RLV12, address=17774400-17774411, vector=160, BR5, 4 units | |
RL0 5242KW, attached to ../data/tcpip.dsk, read only, on line | |
write locked, RL02, autosize | |
RAW format | |
RL1 5242KW, not attached, on line | |
write enabled, RL02, autosize | |
AUTO detect format | |
RL2 5242KW, not attached, on line | |
write enabled, RL02, autosize | |
AUTO detect format | |
RL3 5242KW, not attached, on line | |
write enabled, RL02, autosize | |
AUTO detect format | |
TQ TK50 (94MB), address=17774500-17774503, no vector, BR5, 4 units | |
TQ0 not attached, write locked, UNIT=0 | |
TPC format, capacity=98MB | |
/home/linuxuser/simh.run/pdp11-93/bin/31.34_NANAJU.ini-96> attach dz 3134 | |
Listening on port 3134 | |
DZ address=17760100-17760117*, vector=300-314*, BR5, lines=8 | |
attached to 3134, 8b, 0 current connections | |
LPT address=17777514-17777517, vector=200, BR4 | |
attached to ../data/line-printer.txt | |
/home/linuxuser/simh.run/pdp11-93/bin/31.34_NANAJU.ini-106> attach dpv0 31340,tcp,connect=192.168.31.34:31341 | |
Line 0 Listening on port 31340 | |
DPV address=17760310-17760317*, vector=320-324*, BR5, lines=1 | |
attached to Line=0,31340,Connect=192.168.31.34:31341, speed=0 (unrestricted), No Corruption | |
W3 Jumper Installed, W5 Jumper Removed, W6 Jumper Installed | |
___________________________________ | |
DEVICE SUMMARY | |
___________________________________ | |
PDP-11 simulator configuration | |
CPU 11/93, NOCIS, autoconfiguration enabled, idle disabled | |
SYSTEM | |
RHA disabled | |
RHB disabled | |
RHC disabled | |
CLK 60Hz, address=17777546-17777547, vector=100, BR6 | |
PCLK disabled | |
PTR disabled | |
PTP disabled | |
TTI 7p, address=17777560-17777563, vector=60, BR4 | |
TTO 7p, address=17777564-17777567, vector=64, BR4 | |
TDC disabled | |
CR disabled | |
LPT address=17777514-17777517, vector=200, BR4 | |
DLI disabled | |
DLO disabled | |
DCI disabled | |
DCO disabled | |
DZ address=17760100-17760117*, vector=300-314*, BR5, lines=8 | |
VH disabled | |
RC disabled | |
RF disabled | |
RK disabled | |
RL RLV12, address=17774400-17774411, vector=160, BR5, 4 units | |
HK disabled | |
RX disabled | |
RY disabled | |
RP disabled | |
RS disabled | |
RQ address=17772150-17772153, no vector, BR5, RQDX3, 4 units | |
RQB disabled | |
RQC disabled | |
RQD disabled | |
TC disabled | |
TM disabled | |
TS disabled | |
TQ TK50 (94MB), address=17774500-17774503, no vector, BR5, 4 units | |
TU disabled | |
TA disabled | |
VT disabled | |
XQ address=17774440-17774457, no vector, BR5, MAC=AA:00:04:00:22:7C | |
type=DEQNA, polling=disabled, sanity=OFF | |
throttle=disabled, leds=(ON,ON,ON) | |
XQB address=17774460-17774477, no vector, BR5, MAC=08:00:2B:2A:02:27 | |
type=DEQNA, polling=disabled, sanity=OFF | |
throttle=disabled, leds=(ON,ON,ON) | |
XU disabled | |
XUB disabled | |
KG disabled | |
DMC disabled | |
DUP disabled | |
DPV address=17760310-17760317*, vector=320-324*, BR5, lines=1 | |
KDP disabled | |
KE disabled | |
ROM 4 units | |
CH disabled | |
NG disabled | |
DAZ disabled | |
___________________________________ | |
___________________________________ | |
CPU IOSPACE | |
___________________________________ | |
Address Vector BR # Device | |
-------------------- -------- -- - ------ | |
17760100 - 17760117* 300-314 5 2 DZ | |
17760310 - 17760317* 320-324 5 1 DPV | |
17772150 - 17772153 5 1 RQ | |
17772200 - 17772277 1 CPU | |
17772300 - 17772317 1 CPU | |
17772320 - 17772337 1 CPU | |
17772340 - 17772357 1 CPU | |
17772360 - 17772377 1 CPU | |
17772516 - 17772517 1 CPU | |
17774400 - 17774411 160 5 1 RL | |
17774440 - 17774457 5 1 XQ | |
17774460 - 17774477 5 1 XQB | |
17774500 - 17774503 5 1 TQ | |
17777514 - 17777517 200 4 1 LPT | |
17777520 - 17777527 1 CPU | |
17777546 - 17777547 100 6 1 CLK | |
17777560 - 17777563 060 4 1 TTI | |
17777564 - 17777567 064 4 1 TTO | |
17777572 - 17777577 1 CPU | |
17777600 - 17777617 1 CPU | |
17777620 - 17777637 1 CPU | |
17777640 - 17777657 1 CPU | |
17777660 - 17777677 1 CPU | |
17777740 - 17777775 1 CPU | |
17777776 - 17777777 1 CPU | |
___________________________________ | |
___________________________________ | |
SANYALnet Labs | |
NANAJU PDP-11/93 RSX-11M-PLUS | |
___________________________________ | |
On boot, enter time/date and answer the | |
prompts to start LAT and TCP/IP | |
___________________________________ | |
Now boot rq0 | |
/home/linuxuser/simh.run/pdp11-93/bin/31.34_NANAJU.ini-137> Please enter time and date | |
Unknown command | |
RSX-11M-PLUS V4.6 BL87 2044.KW System:"PIDP11" | |
>RED DU:=SY: | |
>RED DU:=LB: | |
>RED DU:=SP: | |
>MOU DU0:"RSX11MPBL87"/LRU=14/WIN=30/ACP=UNIQUE | |
>@DU:[1,2]STARTUP | |
>; | |
>; Executing LB:[1,2]STARTUP.CMD | |
>; | |
>; | |
Z[c | |
>TIM /SYNC | |
>;'PLEASE enter Time and Date ' | |
>* (Default:12-DEC-2021 06:41) [S D:"09:30 30-DEC-2018" T:1M]: 12-DEC-2021 06:41 | |
>; .ASKS $TIME Please enter time and date (Default:12-DEC-2021 06:41) | |
>TIME 12-DEC-2021 06:41 | |
>ACS SY:/BLKS=1024. | |
>CON DIS CONT ATTR | |
SYS | |
PDP-11/93, EIS,QBUS,D-Space,Cache,TOY,FPP, | |
Clock=KW11-L, $TKPS=60., $TTPRM=000002, Cache_control=000001 | |
YLA | |
Csr=177560, Vector=000060, Pri=000005, Urm=000001 | |
YLB | |
Csr=160010, Vector=000310, Pri=000005, Urm=000001 | |
YLC | |
Csr=160020, Vector=000320, Pri=000005, Urm=000001 | |
YZA | |
Csr=160030, Vector=000330, Pri=000005, Urm=000001 | |
DKA | |
Csr=177404, Vector=000220, Pri=000005, Urm=000001 | |
DLA | |
Csr=174400, Vector=000160, Pri=000005, Urm=000001 | |
DUA | |
Csr=172150, Vector=000154, Pri=000005, Urm=000001 | |
MUA | |
Csr=174500, Vector=000260, Pri=000005, Urm=000001 | |
CRA | |
Csr=177160, Vector=000230, Pri=000006, Urm=000001 | |
MSA | |
Csr=172522, Vector=000224, Pri=000005, Urm=000001 | |
DYA | |
Csr=177170, Vector=000264, Pri=000005, Urm=000001 | |
DDA | |
Csr=176500, Vector=000300, Pri=000004, Urm=000001 | |
LPA | |
Csr=177514, Vector=000200, Pri=000004, Urm=000001 | |
PPA | |
Csr=177554, Vector=000074, Pri=000004, Urm=000001 | |
PRA | |
Csr=177550, Vector=000070, Pri=000004, Urm=000001 | |
>CON ONLINE ALL | |
>ELI /LOG/LIM | |
>CLI /INIT=DCL/CTRLC/DPR="<15><12>/$ /" | |
>INS LB:[1,1]RMSRESAB.TSK/RON=YES/PAR=GEN | |
>INS LB:[1,1]RMSLBL.TSK/RON=YES/PAR=GEN | |
>INS LB:[1,1]RMSLBM.TSK/RON=YES/PAR=GEN | |
>INS LB:[3,54]RMSCNV.TSK | |
>INS LB:[3,54]RMSDSP.TSK | |
>INS $QMGCLI | |
>INS $QMGCLI/TASK=...PRI | |
>INS $QMGCLI/TASK=...SUB | |
>QUE /START:QMG | |
>INS $QMGPRT/TASK=PRT.../SLV=NO | |
>START/ACCOUNTING | |
>QUE BAP0:/BATCH | |
>QUE BAP0:/AS:BATCH | |
>SET /COLOG=ON | |
>ASN LB:=XX: | |
>SET /NETUIC=[5,54] | |
>SET /UIC=[1,54] | |
>PIP LB:[5,54]NNS.TMP;*/PR/SY:D/NM | |
>PIP LB:[1,54]NNS.TMP;*/DE/NM | |
>SET /UIC=[200,200] | |
>ASN XX:=LB: | |
>SET /SYSUIC=[5,54] | |
>LOA NN:/VEC | |
>CON ONL NN: | |
>SET /SYSUIC=[1,54] | |
>ASN =LB: | |
>INS XX:[5,54]SCPRES | |
>INS XX:[5,54]NNS | |
>;INS XX:[5,54]NNCRES | |
>SCP START FROM XX:[5,54] SIL (I) | |
>INS XX:[5,54]NTINIT | |
>INS XX:[5,54]NTL | |
>INS XX:[5,54]EVC | |
>INS XX:[5,54]NCPRES | |
>; INS XX:[5,54]CFERES | |
>; INS XX:[5,54]VNP | |
>INS XX:[5,54]NMVACP | |
>SET /SYSUIC=[5,54] | |
>ASN XX:=LB: | |
>LOA NM:/HIGH/VEC | |
>CON ONL NM: | |
>ASN =LB: | |
>SET /SYSUIC=[1,54] | |
>INS XX:[5,54]LOO | |
>INS XX:[5,54]LOO/TASK=LOO... | |
>INS XX:[5,54]EVFRES | |
>INS XX:[5,54]NETACP | |
>INS XX:[5,54]RCP1 | |
>INS XX:[5,54]NICE | |
>INS XX:[5,54]EVR | |
>INS XX:[5,54]NTD | |
>INS XX:[5,54]NTDEMO | |
>INS XX:[5,54]LIN | |
>INS XX:[5,54]MIR | |
>INS XX:[5,54]NVP | |
>INS XX:[5,54]NFTRES | |
>INS XX:[5,54]FTSRES | |
>INS XX:[5,54]FTSDEQRES | |
>SET /UIC=[1,1] | |
>PIP LB:[0,0]001004.DIR/PR:0 | |
>SET /UIC=[200,200] | |
>QUE FTSQUE:/CR/NM | |
>QUE FTSDEQ:/SP/EX | |
>QUE FTSDEQ:/AS:FTSQUE | |
>INS XX:[5,54]FAL | |
>INS XX:[5,54]FALLOG | |
>INS XX:[5,54]MCM | |
>INS XX:[5,54]RMT | |
>INS XX:[5,54]RMTACP/CLI=YES | |
>CLI /INIT=RMTACP/NULL/RESTRICT/CPR="<15><12>/RMT>/" | |
>SET /SYSUIC=[5,54] | |
>ASN XX:=LB: | |
>LOA HT:/HIGH/VEC | |
>SET /SYSUIC=[1,54] | |
>ASN =LB: | |
>INS XX:[5,54]RMHACP | |
>INS XX:[5,54]NCTCTL | |
>INS XX:[5,54]TLKRES | |
>INS XX:[5,54]LSN | |
>INS XX:[5,54]PHONE/TASK=...PHO | |
>INS XX:[5,54]PHONE/TASK=PHO$$$ | |
>INS XX:[5,54]TCL | |
>INS XX:[5,54]CFERES | |
>CFE @XX:[005,001]NETRND | |
>PIP XX:[005,001]NETRND.COM=XX:[005,001]NETRND.CMD/RE | |
PIP -- Directory write protected | |
LB:[005,001]NETRND.CMD -- Privilege violation | |
>REM ...CFE | |
>NCP SET SYS | |
NTL -- System name changed to "NANAJU" | |
>NCP SET EXE STA ON | |
06:41:34 COT -- Date is 12-DEC-2021 | |
06:41:34 Event type 2.0, Local node state change | |
Occurred 12-DEC-2021 06:41:34 on node 31.34 (NANAJU) | |
Reason for state change: Operator command, Old node state = Off | |
New node state = On | |
06:41:35 Event type 4.10, Circuit up | |
Occurred 12-DEC-2021 06:41:35 on node 31.34 (NANAJU) | |
Circuit QNA-0 | |
06:41:35 Event type 4.15, Adjacency up | |
Occurred 12-DEC-2021 06:41:35 on node 31.34 (NANAJU) | |
Circuit QNA-0 | |
Adjacent node = 31.32 (PIPY) | |
06:41:35 Event type 4.15, Adjacency up | |
Occurred 12-DEC-2021 06:41:35 on node 31.34 (NANAJU) | |
Circuit QNA-0 | |
Adjacent node = 31.1021 | |
>NCP SET OBJ 27 NAM MAL$$$ COP 8 USE DEF VER OFF | |
>NCP SET OBJ 30 NAM DDM$$$ COP 5 USE LOG VER ON | |
06:41:36 Event type 4.15, Adjacency up | |
Occurred 12-DEC-2021 06:41:36 on node 31.34 (NANAJU) | |
Circuit QNA-0 | |
Adjacent node = 31.1022 | |
>NCP SET EXE OUT PROXY ENABLE | |
>NCP SET EXE INC PROXY ENABLE | |
>NCP SET NOD FRODO ADD 30.1 | |
06:41:36 Event type 4.15, Adjacency up | |
Occurred 12-DEC-2021 06:41:36 on node 31.34 (NANAJU) | |
Circuit QNA-0 | |
Adjacent node = 31.1020 | |
>NCP SET LIN UNA-0 ALL | |
NCP -- Set failed, unrecognized component, Line | |
>NCP SET CIR UNA-0 STA ON | |
NCP -- Set failed, unrecognized component, Circuit | |
06:41:37 Event type 4.15, Adjacency up | |
Occurred 12-DEC-2021 06:41:37 on node 31.34 (NANAJU) | |
Circuit QNA-0 | |
Adjacent node = 31.19 | |
06:41:37 Event type 4.15, Adjacency up | |
Occurred 12-DEC-2021 06:41:37 on node 31.34 (NANAJU) | |
Circuit QNA-0 | |
Adjacent node = 31.10 | |
06:41:37 Event type 4.15, Adjacency up | |
Occurred 12-DEC-2021 06:41:37 on node 31.34 (NANAJU) | |
Circuit QNA-0 | |
Adjacent node = 31.13 | |
06:41:38 Event type 4.15, Adjacency up | |
Occurred 12-DEC-2021 06:41:38 on node 31.34 (NANAJU) | |
Circuit QNA-0 | |
Adjacent node = 31.16 | |
06:41:39 Event type 4.15, Adjacency up | |
Occurred 12-DEC-2021 06:41:39 on node 31.34 (NANAJU) | |
Circuit QNA-0 | |
Adjacent node = 31.26 | |
06:41:40 Event type 4.15, Adjacency up | |
Occurred 12-DEC-2021 06:41:40 on node 31.34 (NANAJU) | |
Circuit QNA-0 | |
Adjacent node = 31.15 | |
06:41:40 Event type 4.15, Adjacency up | |
Occurred 12-DEC-2021 06:41:40 on node 31.34 (NANAJU) | |
Circuit QNA-0 | |
Adjacent node = 31.31 | |
06:41:40 Event type 4.15, Adjacency up | |
Occurred 12-DEC-2021 06:41:40 on node 31.34 (NANAJU) | |
Circuit QNA-0 | |
Adjacent node = 31.14 | |
06:41:40 Event type 4.15, Adjacency up | |
Occurred 12-DEC-2021 06:41:40 on node 31.34 (NANAJU) | |
Circuit QNA-0 | |
Adjacent node = 31.21 | |
06:41:42 Event type 4.15, Adjacency up | |
Occurred 12-DEC-2021 06:41:42 on node 31.34 (NANAJU) | |
Circuit QNA-0 | |
Adjacent node = 31.28 | |
>; DU0:,140710,11,61130,1000,LOD,ONL,MTD,NFO,PUB,NAT,NAL, | |
>MOU DU1:/OVR/PUB/ACP=UNIQUE/LRU=14/WIN=30/VI | |
06:41:43 Event type 4.15, Adjacency up | |
Occurred 12-DEC-2021 06:41:43 on node 31.34 (NANAJU) | |
Circuit QNA-0 | |
Adjacent node = 31.36 | |
Volume Information | |
Class: Files-11 | |
Device: DU01 | |
Volume label:DECUS | |
Pack serial: 00000000004 | |
Owner: [1,1] | |
Protection: [RWCD,RWCD,RWCD,RWCD] | |
Default: [RWED,RWED,RWED,R] | |
Processor: DU01F1 | |
>ASN DU1:=RU1: /GBL | |
>SET /CACHE=DU0:CREATE=CACHE:GEN:1000.:TOP | |
>SET /CACHE=DU0:(Nodef, Virt=5, Read=5, Dir=1, Nolog, Over=4.) | |
>SET /CACHE=DU1:(Nodef, Virt=5, Read=5, Dir=1, Nolog, Over=4.) | |
>INS $MACFSL | |
>INS $TKBFSL | |
>INS $LBR | |
>INS $BRU | |
>INS LB:[1,1]F7FCLS/PAR=GEN/RON=YES | |
06:41:44 Event type 4.15, Adjacency up | |
Occurred 12-DEC-2021 06:41:44 on node 31.34 (NANAJU) | |
Circuit QNA-0 | |
Adjacent node = 31.30 | |
>INS LB:[1,1]DAPRES/PAR=GEN/RON=YES | |
>INS LB:[5,54]DTS/INC=2560./TASK=...DTS | |
>INS LB:[5,54]DTR/INC=2560./TASK=DTR... | |
>INS $F77 | |
>INS $KEDFSLMU/INC=35000 | |
>INS $EDTFSL | |
>INS $FTBFSL | |
>INS $MCE/PRI=55. | |
>INS $APL6/INC=37000 | |
>INS $DTR | |
06:41:46 Event type 4.15, Adjacency up | |
Occurred 12-DEC-2021 06:41:46 on node 31.34 (NANAJU) | |
>INS $DDMF | |
Circuit QNA-0 | |
Adjacent node = 31.38 | |
>INS $CC | |
06:41:46 Event type 4.15, Adjacency up | |
Occurred 12-DEC-2021 06:41:46 on node 31.34 (NANAJU) | |
Circuit QNA-0 | |
Adjacent node = 31.12 | |
>INS $AS | |
>INS $GREP | |
06:41:46 Event type 4.15, Adjacency up | |
Occurred 12-DEC-2021 06:41:46 on node 31.34 (NANAJU) | |
Circuit QNA-0 | |
Adjacent node = 31.18 | |
>INS $SRD | |
06:41:47 Event type 4.15, Adjacency up | |
Occurred 12-DEC-2021 06:41:47 on node 31.34 (NANAJU) | |
Circuit QNA-0 | |
Adjacent node = 31.29 | |
>INS $RNO | |
>INS $TECO | |
>INS $TECO/TASK=...MAK | |
06:41:47 Event type 4.15, Adjacency up | |
Occurred 12-DEC-2021 06:41:47 on node 31.34 (NANAJU) | |
Circuit QNA-0 | |
Adjacent node = 31.23 | |
>INS $FLXFSL | |
>INS $BAD | |
>INS $VFYFSL | |
>INS $CMPFSL | |
>INS $DMPFSL | |
>INS $COOKIE | |
>INS $WHO | |
06:41:48 Event type 4.15, Adjacency up | |
Occurred 12-DEC-2021 06:41:48 on node 31.34 (NANAJU) | |
Circuit QNA-0 | |
Adjacent node = 31.33 | |
>INS $MAITSK/TASK=...MAI | |
>INS $NOTTSK/TASK=MAL... | |
06:41:49 Event type 4.15, Adjacency up | |
Occurred 12-DEC-2021 06:41:49 on node 31.34 (NANAJU) | |
Circuit QNA-0 | |
Adjacent node = 31.35 | |
>INS $SNDTSK/TASK=...SEN | |
>INS $SRVTSK/TASK=MAL$$$ | |
>INS $KILLER | |
>INS $PHN | |
>INS $FND | |
>INS $CLR | |
>INS $K11RSX | |
>INS $ADVENTURE/TASK=...ADV | |
>INS $TIZ | |
>INS $ORC | |
>INS LB:[1,1]BP2SML/RON=YES/PAR=GEN | |
>INS $BP2IC2/TASK=...BP2/INC=4000 | |
>INS $B2RESQ/TASK=...B2R | |
>INS $PDP11C/TASK=...CCC | |
>INS LB:[1,1]CCSMRX/RON=YES/PAR=GEN | |
>INS $PDPDBG/TASK=...DBG | |
>INS $C81/TASK=...C81 | |
>INS $C81RFM/TASK=C81RFM | |
>INS $C81ODL/TASK=...BLD | |
>INS $PAS/TASK=...PAS | |
>INS $NEMA/TASK=...EMA | |
>INS $UPTIME/TASK=...UPT | |
>INS $SRTUTL/TASK=...SRT | |
>INS $MGEUTL/TASK=...MGE | |
>INS $GREP/TASK=...GRP | |
>INS $FIG/TASK=...FIG | |
>INS $USE/TASK=...MON | |
>; Install 24 line VTL as MORE | |
>INS $VTL/TASK=...MOR | |
>; Install 48 Line VTL as VTL | |
>INS $VTLL/TASK=...VTL | |
>INS $XLISP/TASK=...LIS | |
>; | |
>; Install ACD line editing | |
>; | |
>ACD INS LB:[4,54]EDTACD AS NUM 2 TOP ASS CLE$EDT | |
>ACD INS LB:[4,54]EMAACD AS NUM 4 TOP ASS CLE$EMACS | |
>INS $EXP | |
>; | |
>; Remove TDX.TSK catch-all and install CCL | |
>; | |
>REM ...CA. | |
>INS LB:[1,54]CCLRES.TSK/RON=YES/PAR=GEN | |
>INS LB:[1,54]CCL/TASK=...CA. | |
>; | |
>; Until UNA-0 is running correctly in Simh | |
>; the commands below should not be executed | |
>; | |
>; LAT Terminal configuration | |
>; | |
>INS LB:[5,54]LCPFSL | |
>LCP CREATE /TERMINALS=8 | |
>; | |
>; LAT ports start after last physical DL, DZ, DHV TTnn: | |
>; TT14: is A/D on port 2 on DS21 | |
>; TT15: is HP7550 port 3 on DS21 | |
>; | |
>* Load LAT? [Y/N D:Y T:15S]: Y | |
>LCP START | |
Loading LAT process | |
06:41:58 Event type 4.15, Adjacency up | |
Occurred 12-DEC-2021 06:41:58 on node 31.34 (NANAJU) | |
Circuit QNA-0 | |
Adjacent node = 31.20 | |
06:41:58 Event type 4.15, Adjacency up | |
Occurred 12-DEC-2021 06:41:58 on node 31.34 (NANAJU) | |
Circuit QNA-0 | |
Adjacent node = 31.27 | |
>; | |
>LCP SET PORT TT14: /SERVER=DS21 /PORT=PORT_2 | |
>LCP SET PORT TT15: /SERVER=DS21 /PORT=PORT_3 | |
>SET /SLAVE=TT14: | |
>SET /FDX=TT14: | |
>; | |
>SET /SLAVE=TT15: | |
>SET /FDX=TT15: | |
>; | |
>; Set up LAT Print Queues | |
>; | |
>INS $LPPRES/TASK=TT15 | |
>QUE TT15:/CR:P/NM | |
>QUE TT15:/SP/LOW/SHR/FO:0/FL:0 | |
>QUE TT15:/AS:PLOT | |
QUE -- Created system logical - QMG$QUE_PLOT | |
>; | |
>; PRINT PLOT:=MAP.HPG | |
>; | |
>; INSTALL TCP/IP | |
>; | |
>SET /NAMED | |
>SET /UIC=[1,2] | |
>* Load TCP/IP? [Y/N D:Y T:15S]: Y | |
>load if:/vec/high | |
>load ip:/vec/high | |
>load ud:/vec/high | |
>load tc:/vec/high | |
LOA -- Warning - loadable driver larger than 4K | |
>con onl if0: | |
>con onl ip: | |
>con onl ud: | |
>con onl tc: | |
>ins lb:[ip]ethacp/fmap=yes | |
>ins lb:[ip]ifconfig | |
>ins lb:[ip]netstat | |
>ins lb:[ip]ping | |
>ins lb:[ip]tracert | |
>ins lb:[ip]resacp | |
>dfl "NANAJU"=HOSTNAME/GBL | |
>dfl "SANYALNET.LAN"=DNS$DOMAIN/GBL | |
>dfl "10.42.2.1"=DNS$SERVER/GBL | |
>dfl "LOGICAL,DNS,FILE"=RESOLV$ORDER/GBL | |
>dfl LB:[1,2]HOSTS.TXT=HOSTS/GBL | |
>dfl "LOGICAL,FILE"=RESOLV$ORDER | |
>ifc create 256 | |
>ifc start | |
Starting IP. | |
Starting UD. | |
Starting TC. | |
>ifc set if0: add NANAJU acp ethacp lin QNA-1 mask defmask | |
06:42:05 Starting resolver V2.2 | |
>ifc set if0: sta ope | |
06:42:06 TCP/IP - ethernet ACP using DECnet DLX | |
06:42:06 ETHACP: I/O error 230 on OPEN. | |
Failed to start interface. | |
>ifc add rou default gat defaultrtr | |
Error adding route. | |
>ifc add rou broadcast gat NANAJU | |
Error adding route. | |
>dfl =resolv$order | |
>;DFL "xxx"=IP$LOG/GBL | |
>;DFL "xxx /DEF=[xxx]/UIC=[x,y]"=TFTPD$SPEC/GBL/FIN | |
>;DFL "irchost"=IRCBOT$HOST/GBL | |
>;DFL LB:[HTTP]=SYS$HTTP/GBL | |
>;DFL LB:[HTTPD]=HTTPD$ROOT/GBL | |
>;DFL "ntphost"=NTP$HOST/GBL | |
>;DFL "DU:[FTP]"=FTP$USER_ANONYMOUS/GBL | |
>;DFL "DU:[FTP]"=FTP$USER_FTP/GBL | |
>;DFL "This is an RSX-11M-PLUS system"=TELNET$WELCOME/GBL | |
>;DFL "10"=TELNET$TERMINALS/GBL | |
>;DFL "23"=TELNET$PORT/GBL | |
>;.IFNINS RWHOD INS LB:[IP]RWHOD | |
>;.IFNINS TFTPD INS LB:[IP]TFTPD | |
>;.IFNINS IND$$$ INS LB:[IP]INETD | |
>;.IFNINS SPOOF INS LB:[IP]SPOOF | |
>;.IFNINS WWW$$$ INS LB:[IP]WWW | |
>;.IFNINS IRCBOT INS LB:[IP]IRCBOT | |
>;.IFNINS FTP$$$ INS LB:[IP]FTPD | |
>;.TESTPARTITION TELCOM | |
>;.PARSE <EXSTRI> "," JUNK JUNK JUNK LOC JUNK | |
>;.IF LOC = "NSP" INS LB:[IP]TELCOM/UIC=[1,54]/PRO=[RW,RW,,] | |
>;.IFNINS TELNET INS LB:[IP]TELNETD | |
>;.IFNINS ...TEL INS LB:[IP]TELNET | |
>;.IFNINS ...TFT INS LB:[IP]TFTP | |
>;.IFNINS ...IRC INS LB:[IP]IRC | |
>;.IFNINS ...FTP INS LB:[IP]FTP | |
>;RUN LB:[IP]NTPDATE/CMD="-s" | |
>;INS LB:[IP]NTPDATE | |
>;RUN NTPD 1T/RSI=24H | |
>;IFC ADD TCP PORT 7 SERVER IND$$$ MAX 5 | |
>;IFC ADD TCP PORT 9 SERVER IND$$$ MAX 5 | |
>;IFC ADD TCP PORT 13 SERVER IND$$$ MAX 5 | |
>;IFC ADD TCP PORT 17 SERVER IND$$$ MAX 5 | |
>;IFC ADD TCP PORT 8445 SERVER IND$$$ MAX 5 | |
>;IFC ADD TCP PORT 113 SERVER IND$$$ MAX 5 | |
>;IFC ADD TCP PORT 80 SERVER WWW$$$ MAX 5 | |
>;IFC ADD TCP PORT 21 SERVER FTP$$$ MAX 5 | |
>;.IFNACT TELNET RUN TELNET 1T | |
>;.IFNACT RWHOD RUN RWHOD 1T | |
>;.IFNACT TFTPD RUN TFTPD 1T | |
>;.IFNACT IRCBOT RUN IRCBOT 1T | |
>;.IFNACT SPOOF RUN SPOOF 1T | |
>; | |
>; BOOT UP COMPLETE | |
>; | |
>@ <EOF> | |
> | |
06:43:07 Event type 4.15, Adjacency up | |
Occurred 12-DEC-2021 06:43:07 on node 31.34 (NANAJU) | |
Circuit QNA-0 | |
Adjacent node = 31.11 | |
> | |
> | |
>BYE | |
06:46:38 Logout user [1,2] TT0: | |
Have a Good Morning | |
12-DEC-2021 06:46 TT0: logged off NANAJU | |
> | |
> | |
>HELLO SYSTEM | |
Password: | |
RSX-11M-PLUS V4.6 BL87 [1,54] System NANAJU | |
12-DEC-2021 06:46 Logged on Terminal TT0: as SYS1 | |
Good Morning | |
06:46:44 Login user SYSTEM [1,1] TT0: | |
***************************************************************** | |
* * | |
* Welcome to RSX-11M-PLUS * | |
* PiDP-11/70 PiDP11 * | |
* Version 4.6 Base level 87 * | |
* This is file LB:[1,2]LOGIN.TXT * | |
* * | |
***************************************************************** | |
Last interactive login on Sunday, December 12, 2021 06:16:20 (TT0:) | |
Last batch login on Saturday, December 29, 2018 23:03:36 | |
> | |
>COPY LB:STARTUP.CMD LB:STARTUP.BAK | |
PIP -- No such file(s) | |
LB:[1,1]STARTUP.CMD | |
> | |
06:47:12 Event type 4.15, Adjacency up | |
Occurred 12-DEC-2021 06:47:11 on node 31.34 (NANAJU) | |
Circuit QNA-0 | |
Adjacent node = 31.22 | |
> | |
> | |
>SET /UIC=[1,2] | |
>DIR STARTUP.CMD | |
Directory DU0:[1,2] | |
12-DEC-2021 06:47 | |
STARTUP.CMD;33 11. 29-DEC-2018 21:37 | |
Total of 11./11. blocks in 1. file | |
> | |
>COPY STARTUP.CMD STARTUP.BAK | |
>EDT STARTUP.CMD | |
1 .; | |
*c | |
\<[?6l[m)0[4l[H[?3l[;22r[H=[J.; | |
.; STARTUP.CMD for RSX-11M-PLUS distribution kits. | |
.; | |
.; | |
.; This file is a prototype startup file distributed as part of the | |
.; RSX-11M-PLUS distribution. You should customize this file to meet | |
.; the needs of your particular installation. For example, application | |
.; tasks may be installed here, the CUSPS from LIBUIC ([3,54] on the | |
.; distribution kit) may be installed if not already installed in the | |
.; saved system image, etc. | |
.; | |
; | |
; Executing LB:[1,2]STARTUP.CMD | |
; | |
.IF <SYSUIC> NE "[2,54]" .GOTO NONEWS[17H; | |
; In order to start the SYSGEN process, type: | |
; | |
; >@SYSGEN | |
;[22H; When SYSGEN has completed and your generated system is[H | |
[22H | |
; running, you may wish to edit several supplied prototype [15H[22H | |
; command and text files to suit your system and application:[15H[22H | |
;[15H[22H | |
; File Purpose[15H[22H | |
; ---- -------[22H | |
; [0,0]RSX11.SYS An account/password file[15H[22H | |
; This file does contain privileged accounts.[15H[22H | |
;[15H[22H | |
; [1,2]STARTUP.CMD (This file) Invoked at bootstrap time to[15H[22H | |
; control bringing up the system.[15H[22H | |
;[15H[22H | |
; [1,2]QMGSTART.CMD Invoked by STARTUP to start up the Queue[15H[22H | |
; Manager and spooling system.[15H[22H | |
;[15H[22H | |
; [1,2]SHUTUP.CMD Invoked by SHUTUP when taking down the system[15H[22H | |
; to perform system dependent shutdown tasks.[15H[22H | |
;[15H[22H | |
; [1,2]QMGSTOP.CMD Invoked by SHUTUP to stop the Queue Manager[15H[22H | |
; and spooling system.[15H[22H | |
;[15H[22H | |
; [1,2]LOGIN.TXT Displayed on user's terminal when logging in.[15H[22H | |
;[15H[22H | |
; [1,2]BATCH.TXT Displayed at the beginning of each batch log[22H | |
; file.[22H | |
;[22H | |
.NONEWS:[22H | |
.ENABLE SUBSTITUTION[22H | |
.ENABLE GLOBAL[22H | |
[7A[22H | |
.; Determine terminal type[15H[22H | |
[7A[22H | |
.; Output a blank line so that if the terminal does not recognize the[15H[22H | |
.; SET /INQUIRE escape sequence, the garbage characters that it prints[15H[22H | |
.; will not overprint the last command.[15H[22H | |
[7A[22H | |
;[15H[22H | |
[7A[22H | |
.ENABLE QUIET[15H[22H | |
SET /INQUIRE=TI:[15H[22H | |
.DISABLE QUIET[15H[22H | |
[7A[22H | |
.IF <EXSTAT> EQ <SUCCES> .GOTO NON020[15H[22H | |
[7A[22H | |
;[15H[22H | |
; Please ignore any random characters that may have printed on your[15H[22H | |
; terminal just now. They came from a SET /INQUIRE=TI: command.[15H[22H | |
; Evidently your terminal does not recognize escape sequences.[15H[22H | |
; This will not affect the running of this command file.[15H[22H | |
;[15H[22H | |
[7A[22H | |
.NON020:.; Continue[15H[22H | |
[7A[22H | |
.ENABLE QUIET[15H[22H | |
ASN LB:=WK:[15H[22H | |
.DISABLE QUIET[15H[22H | |
[7A[22H | |
[7A[22H | |
.; Request the correct time of day.[15H[22H | |
[7A[22H | |
.IFDF $TIME .GOTO SETIME[15H[22H | |
[7A[22H | |
.; See if the system has a known TOY clock[15H[22H | |
[7A[22H | |
.SETF $TOY[15H[22H | |
.PARSE <FMASK> "," FMX FMX FMX FMX HFMSK FMX[15H[22H | |
.SETN TEMPN 'HFMSK'[15H[22H | |
.SETN TEMPN TEMPN&1400[15H[22H | |
.SETS TEMPS "(HH:MM DD-MMM-YYYY)"[15H[22H | |
.IF TEMPN EQ 0 .GOTO ASKTIM[15H[22H | |
.; .ENABLE QUIET[15H[22H | |
TIM /SYNC[15H[22H | |
.; .DISABLE QUIET[15H[22H | |
.IF <EXSTAT> NE 1 .GOTO ASKTIM[15H[22H | |
.PARSE <TIME> ":" HH MM SS[15H[22H | |
.SETS TEMPS "(Default:'<DATE4>' 'HH':'MM')"[15H[22H | |
.SETT $TOY [15H[22H | |
.ASKTIM:[15H[22H | |
.SETS TDEF "08:00 1-JAN-2018" [15H[22H | |
.OPENR LB:[1,5]TIM.TXT[15H[22H | |
.READ TDEF[15H[22H | |
.CLOSE[15H[22H | |
;'Please enter Time and Date '[15H[22H | |
.ASKS [::TDEF:1M] $TIME 'TEMPS'[15H[22H | |
; .ASKS $TIME Please enter time and date 'TEMPS'[15H[22H | |
.IFT $TOY .IF <STRLEN> EQ 0 .GOTO SETIME[15H[22H | |
.IF <STRLEN> < 12 .GOTO ASKTIM[15H[22H | |
TIME '$TIME'[15H[22H | |
.IF <EXSTAT> <> <SUCCES> .GOTO ASKTIM[15H[22H | |
.SETIME:[15H[22H | |
[7A[22H | |
.; Allocate system controlled checkpoint space[15H[22H | |
[7A[22H | |
.IFNDF $ACSSY ACS SY:/BLKS=1024.[15H[22H | |
[7A[22H | |
.; Bring on line all configured devices[15H[22H | |
[7A[22H | |
.IFDF $CONAL .GOTO NOCON[15H[22H | |
CON DIS CONT ATTR[15H[22H | |
.; CON SET YVA CSR=160440[15H[22H | |
.; CON SET YVA VEC=340[15H[22H | |
CON ONLINE ALL[15H[22H | |
.NOCON:[15H[22H | |
[7A[22H | |
[7A[22H | |
.; Start the system error logger[15H[22H | |
[7A[22H | |
ELI /LOG/LIM[15H[22H | |
[7A[22H | |
.; Create CLI for DIGITAL Command Language (DCL)[15H[22H | |
[7A[22H | |
.IFNINS ...DCL INS $DCL/CLI=YES/TASK=...DCL/PRI=160.[15H[22H | |
CLI /INIT=DCL/CTRLC/DPR="<15><12>/$ /"[15H[22H | |
[7A[22H | |
.; Install RMS tasks [15H[22H | |
.;[15H[22H | |
.; Install all segments of the RMS segmented library [15H[22H | |
[7A[22H | |
INS LB:[1,1]RMSRESAB.TSK/RON=YES/PAR=GEN[15H[22H | |
INS LB:[1,1]RMSLBL.TSK/RON=YES/PAR=GEN[15H[22H | |
INS LB:[1,1]RMSLBM.TSK/RON=YES/PAR=GEN[15H[22H | |
[15H[22H | |
.; If you wish to use the RMSDAP resident library to access RMS files[15H[22H | |
.; on remote nodes, use the next command (remove the comment delimiters):[15H[22H | |
.;[15H[22H | |
.; INS LB:[1,1]DAPRES.TSK/RON=YES/PAR=GEN[15H[22H | |
.;[15H[22H | |
.; The following RMS Utilities may be individually installed as needed[15H[22H | |
.; (by removing the comment delimiters):[15H[22H | |
.;[15H[22H | |
.; INS LB:[3,54]RMSDES.TSK[15H[22H | |
.; INS LB:[3,54]RMSDEF.TSK[15H[22H | |
.; INS LB:[3,54]RMSBCK.TSK[15H[22H | |
.; INS LB:[3,54]RMSRST.TSK[15H[22H | |
INS LB:[3,54]RMSCNV.TSK[15H[22H | |
.; INS LB:[3,54]RMSIFL.TSK[15H[22H | |
INS LB:[3,54]RMSDSP.TSK[15H[22H | |
[7A[22H | |
.; Nest to the prototype Queue Manager startup file.[15H[22H | |
[7A[22H | |
@LB:[1,2]QMGSTART.CMD[15H[22H | |
.IF <EXSTAT> = <SUCCES> .GOTO DONE[15H[22H | |
[7A[22H | |
.; An error was encountered in starting the Queue Manager and[15H[22H | |
.; associated tasks. Nest to the Queue Manager stop proceedure[15H[22H | |
.; to back out of the startup.[15H[22H | |
[7A[22H | |
@LB:[1,2]QMGSTOP.CMD[15H[22H | |
[7A[22H | |
.DONE:[15H[22H | |
[7A[22H | |
.; Execute the system specific startup commands[15H[22H | |
[7A[22H | |
SET /COLOG=ON[15H[22H | |
.;[15H[22H | |
.; Bring up DECnet, and bring up LAT later[15H[22H | |
.;[15H[22H | |
.SETT $CEX[15H[22H | |
.SETT $DEC[15H[22H | |
.SETT $NNS[15H[22H | |
.SETF $LAT[15H[22H | |
ASN LB:=XX:[15H[22H | |
SET /NETUIC=[5,54][15H[22H | |
.SETS $UIC <UIC>[15H[22H | |
SET /UIC=[1,54][15H[22H | |
PIP LB:[5,54]NNS.TMP;*/PR/SY:D/NM[15H[22H | |
PIP LB:[1,54]NNS.TMP;*/DE/NM[15H[22H | |
SET /UIC='$UIC'[15H[22H | |
@LB:[5,1]NETINS[15H[22H | |
NCP SET OBJ 27 NAM MAL$$$ COP 8 USE DEF VER OFF[15H[22H | |
NCP SET OBJ 30 NAM DDM$$$ COP 5 USE LOG VER ON[15H[22H | |
NCP SET EXE OUT PROXY ENABLE[15H[22H | |
NCP SET EXE INC PROXY ENABLE[15H[22H | |
NCP SET NOD FRODO ADD 30.1[15H[22H | |
NCP SET LIN UNA-0 ALL[15H[22H | |
NCP SET CIR UNA-0 STA ON[15H[22H | |
.;[15H[22H | |
.; Install System Specific Stuff[15H[22H | |
.;[15H[22H | |
@LB:[1,2]INSPROG.CMD[15H[22H | |
.EXIT[15H[8C[4h[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C | |
[14;37H[C | |
[4l; NCP SET NOD FRODO ADD 30.1[K[33D[22H | |
[EOB][15H; NCP SET LIN UNA-0 ALL[K[28D | |
; NCP SET CIR UNA-0 STA ON[K[31D[7C[4h[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[;16r[16H | |
[4l[;22r[15B[;15r[15H | |
[;22r[15B[3A[A[C[7C[4h[C[7D | |
[A[4l [Knc[K[KNCP SET LIN QNA-1 ALL[;15r[15H | |
[;22r[14B [K [K[K[K | |
[K [KNCP SET CIRCUIT QNA-1 STATU[K[K [K[K[K[K[K[K[K[K[K[K[K[K[K[K[K QNA-1 STA ON[;15r[15H | |
[;22r[14B [K NP SET[K[K[K[K[KCP SET CIR QNA-1 SER OF>[;24r[24H | |
*EX | |
DU0:[1,2]STARTUP.CMD;34 206 lines | |
[m)B | |
>NCP SET LIN QNA-1 ALL | |
>NCP SET CIR QNA-1 STA ON | |
06:52:40 Event type 4.10, Circuit up | |
Occurred 12-DEC-2021 06:52:40 on node 31.34 (NANAJU) | |
Circuit QNA-1 | |
>NCP SET CIR QNA-1 SER OF | |
SET CIR QNA-1 SER >>OF | |
NCP -- Set not accepted, invalid parameter value, Service | |
>NCP SET CIR QNA-1 SER OF DIS | |
>EDIT T STARTUP.CMD | |
1 .; | |
*C | |
\<[?6l[m)0[4l[H[?3l[;22r[H=[J.; | |
.; STARTUP.CMD for RSX-11M-PLUS distribution kits. | |
.; | |
.; | |
.; This file is a prototype startup file distributed as part of the | |
.; RSX-11M-PLUS distribution. You should customize this file to meet | |
.; the needs of your particular installation. For example, application | |
.; tasks may be installed here, the CUSPS from LIBUIC ([3,54] on the | |
.; distribution kit) may be installed if not already installed in the | |
.; saved system image, etc. | |
.; | |
; | |
; Executing LB:[1,2]STARTUP.CMD | |
; | |
.IF <SYSUIC> NE "[2,54]" .GOTO NONEWS[17H; | |
; In order to start the SYSGEN process, type: | |
; | |
; >@SYSGEN | |
;[22H; When SYSGEN has completed and your generated system is[H | |
[4B | |
[22H | |
; running, you may wish to edit several supplied prototype [15H[22H | |
; command and text files to suit your system and application:[15H[22H | |
;[15H[22H | |
; File Purpose[15H[22H | |
; ---- -------[15H[22H | |
; [0,0]RSX11.SYS An account/password file[15H[22H | |
; This file does contain privileged accounts.[15H[22H | |
;[15H[22H | |
; [1,2]STARTUP.CMD (This file) Invoked at bootstrap time to[15H[22H | |
; control bringing up the system.[15H[22H | |
;[15H[22H | |
; [1,2]QMGSTART.CMD Invoked by STARTUP to start up the Queue[15H[22H | |
; Manager and spooling system.[15H[22H | |
;[15H[22H | |
; [1,2]SHUTUP.CMD Invoked by SHUTUP when taking down the system[15H[22H | |
; to perform system dependent shutdown tasks.[15H[22H | |
;[15H[22H | |
; [1,2]QMGSTOP.CMD Invoked by SHUTUP to stop the Queue Manager[15H[22H | |
; and spooling system.[15H[22H | |
;[15H[22H | |
; [1,2]LOGIN.TXT Displayed on user's terminal when logging in.[15H[22H | |
;[15H[22H | |
; [1,2]BATCH.TXT Displayed at the beginning of each batch log[15H[22H | |
; file.[15H[22H | |
;[15H[22H | |
.NONEWS:[15H[22H | |
.ENABLE SUBSTITUTION[15H[22H | |
.ENABLE GLOBAL[15H[22H | |
[7A[22H | |
.; Determine terminal type[15H[22H | |
[7A[22H | |
.; Output a blank line so that if the terminal does not recognize the[15H[22H | |
.; SET /INQUIRE escape sequence, the garbage characters that it prints[15H[22H | |
.; will not overprint the last command.[15H[22H | |
[7A[22H | |
;[15H[22H | |
[7A[22H | |
.ENABLE QUIET[15H[22H | |
SET /INQUIRE=TI:[15H[22H | |
.DISABLE QUIET[15H[22H | |
[7A[22H | |
.IF <EXSTAT> EQ <SUCCES> .GOTO NON020[15H[22H | |
[7A[22H | |
;[15H[22H | |
; Please ignore any random characters that may have printed on your[15H[22H | |
; terminal just now. They came from a SET /INQUIRE=TI: command.[15H[22H | |
; Evidently your terminal does not recognize escape sequences.[15H[22H | |
; This will not affect the running of this command file.[15H[22H | |
;[15H[22H | |
[7A[22H | |
.NON020:.; Continue[15H[22H | |
[7A[22H | |
.ENABLE QUIET[15H[22H | |
ASN LB:=WK:[15H[22H | |
.DISABLE QUIET[15H[22H | |
[7A[22H | |
[7A[22H | |
.; Request the correct time of day.[15H[22H | |
[7A[22H | |
.IFDF $TIME .GOTO SETIME[15H[22H | |
[7A[22H | |
.; See if the system has a known TOY clock[15H[22H | |
[7A[22H | |
.SETF $TOY[15H[22H | |
.PARSE <FMASK> "," FMX FMX FMX FMX HFMSK FMX[15H[22H | |
.SETN TEMPN 'HFMSK'[15H[22H | |
.SETN TEMPN TEMPN&1400[15H[22H | |
.SETS TEMPS "(HH:MM DD-MMM-YYYY)"[15H[22H | |
.IF TEMPN EQ 0 .GOTO ASKTIM[15H[22H | |
.; .ENABLE QUIET[15H[22H | |
TIM /SYNC[15H[22H | |
.; .DISABLE QUIET[15H[22H | |
.IF <EXSTAT> NE 1 .GOTO ASKTIM[15H[22H | |
.PARSE <TIME> ":" HH MM SS[15H[22H | |
.SETS TEMPS "(Default:'<DATE4>' 'HH':'MM')"[15H[22H | |
.SETT $TOY [15H[22H | |
.ASKTIM:[15H[22H | |
.SETS TDEF "08:00 1-JAN-2018" [15H[22H | |
.OPENR LB:[1,5]TIM.TXT[15H[22H | |
.READ TDEF[15H[22H | |
.CLOSE[15H[22H | |
;'Please enter Time and Date '[15H[22H | |
.ASKS [::TDEF:1M] $TIME 'TEMPS'[15H[22H | |
; .ASKS $TIME Please enter time and date 'TEMPS'[22H | |
.IFT $TOY .IF <STRLEN> EQ 0 .GOTO SETIME[22H | |
.IF <STRLEN> < 12 .GOTO ASKTIM[22H | |
TIME '$TIME'[22H | |
.IF <EXSTAT> <> <SUCCES> .GOTO ASKTIM[22H | |
.SETIME:[22H | |
.; Allocate system controlled checkpoint space[15H[22H | |
[7A[22H | |
.IFNDF $ACSSY ACS SY:/BLKS=1024.[15H[22H | |
[7A[22H | |
.; Bring on line all configured devices[15H[22H | |
[7A[22H | |
.IFDF $CONAL .GOTO NOCON[15H[22H | |
CON DIS CONT ATTR[15H[22H | |
.; CON SET YVA CSR=160440[15H[22H | |
.; CON SET YVA VEC=340[15H[22H | |
CON ONLINE ALL[15H[22H | |
.NOCON:[15H[22H | |
[7A[22H | |
[7A[22H | |
.; Start the system error logger[15H[22H | |
[7A[22H | |
ELI /LOG/LIM[15H[22H | |
[7A[22H | |
.; Create CLI for DIGITAL Command Language (DCL)[15H[22H | |
[7A[22H | |
.IFNINS ...DCL INS $DCL/CLI=YES/TASK=...DCL/PRI=160.[15H[22H | |
CLI /INIT=DCL/CTRLC/DPR="<15><12>/$ /"[15H[22H | |
[7A[22H | |
.; Install RMS tasks [15H[22H | |
.;[15H[22H | |
.; Install all segments of the RMS segmented library [15H[22H | |
[7A[22H | |
INS LB:[1,1]RMSRESAB.TSK/RON=YES/PAR=GEN[15H[22H | |
INS LB:[1,1]RMSLBL.TSK/RON=YES/PAR=GEN[15H[22H | |
INS LB:[1,1]RMSLBM.TSK/RON=YES/PAR=GEN[15H[22H | |
[15H[22H | |
.; If you wish to use the RMSDAP resident library to access RMS files[15H[22H | |
.; on remote nodes, use the next command (remove the comment delimiters):[15H[22H | |
.;[15H[22H | |
.; INS LB:[1,1]DAPRES.TSK/RON=YES/PAR=GEN[15H[22H | |
.;[15H[22H | |
.; The following RMS Utilities may be individually installed as needed[15H[22H | |
.; (by removing the comment delimiters):[15H[22H | |
.;[15H[22H | |
.; INS LB:[3,54]RMSDES.TSK[15H[22H | |
.; INS LB:[3,54]RMSDEF.TSK[15H[22H | |
.; INS LB:[3,54]RMSBCK.TSK[15H[22H | |
.; INS LB:[3,54]RMSRST.TSK[15H[22H | |
INS LB:[3,54]RMSCNV.TSK[15H[22H | |
.; INS LB:[3,54]RMSIFL.TSK[15H[22H | |
INS LB:[3,54]RMSDSP.TSK[15H[22H | |
[7A[22H | |
.; Nest to the prototype Queue Manager startup file.[15H[22H | |
[7A[22H | |
@LB:[1,2]QMGSTART.CMD[15H[22H | |
.IF <EXSTAT> = <SUCCES> .GOTO DONE[15H[22H | |
[7A[22H | |
.; An error was encountered in starting the Queue Manager and[15H[22H | |
.; associated tasks. Nest to the Queue Manager stop proceedure[15H[22H | |
.; to back out of the startup.[15H[22H | |
[7A[22H | |
@LB:[1,2]QMGSTOP.CMD[15H[22H | |
[7A[22H | |
.DONE:[15H[22H | |
[7A[22H | |
.; Execute the system specific startup commands[15H[22H | |
[7A[22H | |
SET /COLOG=ON[15H[22H | |
.;[15H[22H | |
.; Bring up DECnet, and bring up LAT later[15H[22H | |
.;[15H[22H | |
.SETT $CEX[15H[22H | |
.SETT $DEC[15H[22H | |
.SETT $NNS[15H[22H | |
.SETF $LAT[15H[22H | |
ASN LB:=XX:[15H[22H | |
SET /NETUIC=[5,54][15H[22H | |
.SETS $UIC <UIC>[15H[22H | |
SET /UIC=[1,54][15H[22H | |
PIP LB:[5,54]NNS.TMP;*/PR/SY:D/NM[15H[22H | |
PIP LB:[1,54]NNS.TMP;*/DE/NM[15H[22H | |
SET /UIC='$UIC'[15H[22H | |
@LB:[5,1]NETINS[15H[22H | |
NCP SET OBJ 27 NAM MAL$$$ COP 8 USE DEF VER OFF[15H[22H | |
NCP SET OBJ 30 NAM DDM$$$ COP 5 USE LOG VER ON[15H[22H | |
NCP SET EXE OUT PROXY ENABLE[15H[22H | |
NCP SET EXE INC PROXY ENABLE[22H | |
; NCP SET NOD FRODO ADD 30.1[22H | |
; NCP SET LIN UNA-0 ALL[22H | |
; NCP SET CIR UNA-0 STA ON[22H | |
NCP SET LIN QNA-1 ALL[22H | |
NCP SET CIR QNA-1 STA ON[22H | |
NCP SET CIR QNA-1 SER OF[15H[22H | |
[7A[22H | |
.;[15H[22H | |
.; Install System Specific Stuff[15H[22H | |
.;[15H[22H | |
@LB:[1,2]INSPROG.CMD[15H[22H | |
.EXIT[15H[22H | |
[EOB][15H[C[4h[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[4l[K[KDIS[14;33H[13;30H[12;33H | |
[;12r[12H | |
[;22r[12B[A.[K;[;12r[12H | |
[;22r[11B.[K; [K QNA-1 FOR T[KIP ONLY[;12r[12H | |
[;22r[11B.[K;[2A[9;2H[A[HM PIP LB:[1,54]NNS.TMP;*/DE/NM[8;2H[7C[4h[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[4l ADD 30.1[K[9D[4h[4l ADD 30.1[K[9D[4h[4l ADD 30.1[K[9D[4h[4l ADD 30.1[K[9D[4h[4l ADD 30.1[K[9D[4hPIPY[C[C[4C[C[C[C[4l[K[K[K1.32[9;30H[10;33H[9;30H[8;35H[9;30H[4h[4lNA-0 ALL[K[8D[4hQ | |
[4lNA-0 STA ON[K[11D[4hQ[A[A[HM[4l PIP LB:[5,54]NNS.TMP;*/PR/SY:D/NM[8;22H[4h[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C | |
[L[4l;[K | |
[K.[K; | |
[L.[K; QNA-0 starts automatically before n[K[K[K[K[K[K[K[K[K[K[K[K[K[K[K[K[K[K[K[K[K[K[K[K[K[K[K[K[Kshould alreay be started[;10r[10H | |
[;22r[9B.[K;[A[4h[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[Chave [C[Cen[10;3H[11;33H[12;30H[13;33H | |
[13;33H[;13r[13H | |
[4l[;22r[12B[2B[22H | |
.;[15H[A[C[4h[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C, no[P[PNO DECNET[15;3H[22H | |
[4l @LB:[1,2]INSPROG.CMD[15;30H[22H | |
.EXIT[15;32H[4h[22H | |
[4l[EOB][15;32H[4h | |
[17;3H[18;32H[19;3H[21;14H[22H[24H[K[7mAdvance past bottom of buffer[m[22H[23H[J[22H[24H[K[7mAdvance past bottom of buffer[m[22H[23H[J[22H[24H[K[7mAdvance past bottom of buffer[m[22H[23H[J[22H>[;24r[4l[24H | |
*ex | |
DU0:[1,2]STARTUP.CMD;35 213 lines | |
[m)B | |
>EDT LB:[1,2]INSPROG.CMD | |
1 .ENABLE QUIET | |
*c | |
\<[?6l[m)0[4l[H[?3l[;22r[H=[J.ENABLE QUIET | |
.DELAY 5S | |
.ENABLE SUBSTITUTION | |
.ENABLE GLOBAL | |
.DISABLE QUIET | |
.; See if SY is DU0 or DU2 | |
.TESTDEVICE SY: | |
; '<EXSTRI>' | |
.TEST <EXSTRI> "DU0" | |
.IF <STRLEN> = 0 .GOTO 3 | |
MOU DU1:/OVR/PUB/ACP=UNIQUE/LRU=14/WIN=30/VI | |
ASN DU1:=RU1: /GBL | |
.IF <MEMSIZ> LT 1024 .GOTO 2 | |
.IF <MEMSIZ> LT 1536 .GOTO 1 | |
SET /CACHE=DU0:CREATE=CACHE:GEN:1000.:TOP | |
SET /CACHE=DU0:(Nodef, Virt=5, Read=5, Dir=1, Nolog, Over=4.) | |
SET /CACHE=DU1:(Nodef, Virt=5, Read=5, Dir=1, Nolog, Over=4.) | |
.GOTO 2 | |
.1: | |
SET /CACHE=DU0:CREATE=CACHE:GEN:400.:TOP | |
SET /CACHE=DU1:[22H.2:[H>[;24r[24H | |
*quit | |
[m)B | |
>COPY LB:[1,2]INSPROG.CMD LB:[1,2]INSPROG.CMD BAK | |
> | |
>EDT LB:[1,2]INSPROG.CMD | |
1 .ENABLE QUIET | |
*c | |
\<[?6l[m)0[4l[H[?3l[;22r[H=[J.ENABLE QUIET | |
.DELAY 5S | |
.ENABLE SUBSTITUTION | |
.ENABLE GLOBAL | |
.DISABLE QUIET | |
.; See if SY is DU0 or DU2 | |
.TESTDEVICE SY: | |
; '<EXSTRI>' | |
.TEST <EXSTRI> "DU0" | |
.IF <STRLEN> = 0 .GOTO 3 | |
MOU DU1:/OVR/PUB/ACP=UNIQUE/LRU=14/WIN=30/VI | |
ASN DU1:=RU1: /GBL | |
.IF <MEMSIZ> LT 1024 .GOTO 2 | |
.IF <MEMSIZ> LT 1536 .GOTO 1 | |
SET /CACHE=DU0:CREATE=CACHE:GEN:1000.:TOP | |
SET /CACHE=DU0:(Nodef, Virt=5, Read=5, Dir=1, Nolog, Over=4.) | |
SET /CACHE=DU1:(Nodef, Virt=5, Read=5, Dir=1, Nolog, Over=4.) | |
.GOTO 2 | |
.1: | |
SET /CACHE=DU0:CREATE=CACHE:GEN:400.:TOP | |
SET /CACHE=DU1:[22H.2:[H | |
[22H | |
.GOTO 4[15H[22H | |
.3:[15H[22H | |
.; We are booting on DU2 so assume DU3 has DU1 data[15H[22H | |
MOU DU3:/OVR/PUB/ACP=UNIQUE/LRU=14/WIN=30/VI[15H[22H | |
ASN DU3:=RU1: /GBL[15H[22H | |
.4:[15H[A[A[A[A[A[A[A[7AM.; See if SY is DU0 or DU2[8H[7AM.DISABLE QUIET[8H | |
[A | |
[;13r[13H | |
[;22r[13B[Am[Kou[K[K | |
[K[M[12;62H[K[22HASN DU3:=RU1: /GBL[K[12;62H[A[10;42H[9;29H[A[HM.DISABLE QUIET[8;19H[HM.ENABLE GLOBAL[8;45H | |
[8;45H | |
[Lm[Kou [K[K[K | |
[KM[KOU DL1:/OVR/PUB/ACP=UNIQUE/LRU=14/WIN=30/VI[A | |
[L;[K>[;24r[24H | |
*EX | |
DU0:[1,2]INSPROG.CMD;61 163 lines | |
[m)B | |
> | |
> | |
>NCP SHOW KNOW CIRC | |
Known circuits summary as of 12-DEC-2021 07:00:11 | |
Circuit = QNA-0 | |
State = On | |
Adjacent node = 31.32 (PIPY) | |
Adjacent node = 31.1021 | |
Adjacent node = 31.1022 | |
Adjacent node = 31.1020 | |
Adjacent node = 31.19 | |
Adjacent node = 31.10 | |
Adjacent node = 31.13 | |
Adjacent node = 31.16 | |
Adjacent node = 31.26 | |
Adjacent node = 31.15 | |
Adjacent node = 31.31 | |
Adjacent node = 31.14 | |
Adjacent node = 31.21 | |
Adjacent node = 31.28 | |
Adjacent node = 31.36 | |
Adjacent node = 31.30 | |
Adjacent node = 31.38 | |
Adjacent node = 31.12 | |
Adjacent node = 31.18 | |
Adjacent node = 31.29 | |
Adjacent node = 31.23 | |
Adjacent node = 31.33 | |
Adjacent node = 31.35 | |
Adjacent node = 31.20 | |
Adjacent node = 31.27 | |
Adjacent node = 31.11 | |
Adjacent node = 31.22 | |
Circuit = QNA-1 | |
State = On | |
Circuit = DPV-0 | |
State = On-starting | |
>RUN $SHUTUP | |
RSX-11M-PLUS Shut down program | |
Enter minutes to wait before shutdown: | |
Reason for shutdown (<CR> for none): | |
OK to shutdown? [Y/N]: | |
OK to shutdown? [Y/N]: Y | |
All further logins are disabled | |
12-DEC-2021 07:00 System is now shutting down -- NANAJU | |
SET /COLOG=OFF | |
> | |
QUE /STO:QMG | |
> | |
STOP/ACCOUNTING SHUTUP | |
07:00:57 SYSLOG -- 47. Exiting | |
> | |
@LB:[1,2]SHUTUP | |
>VCP DISCONNECT /ALL | |
>ncp set cir ip-0-0 sta off | |
NCP -- Set failed, invalid identification format, Circuit | |
>ncp cle lin ip-0-0 all | |
NCP -- Clear failed, invalid identification format, Line | |
>ifc rem tcp port 7 | |
Remove failed. Error is -26 | |
>ifc rem tcp port 9 | |
Remove failed. Error is -26 | |
>ifc rem tcp port 13 | |
Remove failed. Error is -26 | |
>ifc rem tcp port 17 | |
Remove failed. Error is -26 | |
>ifc rem tcp port 80 | |
Remove failed. Error is -26 | |
>ifc rem tcp port 113 | |
Remove failed. Error is -26 | |
>ifc rem tcp port 21 | |
Remove failed. Error is -26 | |
>abo resacp | |
Exiting resolver | |
>ifc set if0: sta clo | |
Failed to stop interface. | |
>ifc set if1: sta clo | |
No such device exist. | |
>ifc stop | |
Stopping IP. | |
Stopping UD. | |
Stopping TC. | |
>abo ethacp | |
TCP/IP - ethernet ACP exiting... | |
>rem ethacp | |
>rem ...net | |
>rem ...ifc | |
>rem ...pin | |
>rem ...ftp | |
REM -- Task not in system | |
>rem resacp | |
>rem rwhod | |
REM -- Task not in system | |
>rem tftpd | |
REM -- Task not in system | |
>rem tft | |
REM -- Task not in system | |
>rem trt | |
>rem tel | |
REM -- Task not in system | |
>rem tcpgen | |
REM -- Task not in system | |
>con off if0: | |
>con off if1: | |
CON -- Command execution error. | |
Invalid device or unit | |
OFFLINE IF1: | |
>con off ip: | |
>con off ud: | |
>con off tc: | |
>unl if:/vec | |
>unl ip:/vec | |
>unl ud:/vec | |
>unl tc:/vec | |
>; The CEX will be unloaded since all CEX products have been unloaded. | |
>NCP SET EXEC STATE OFF | |
Event type 68.14, Normal usage terminated | |
Occurred 12-DEC-2021 07:01:00 on node 31.34 (NANAJU) | |
Circuit QNA-0 | |
Event type 68.14, Normal usage terminated | |
Occurred 12-DEC-2021 07:01:00 on node 31.34 (NANAJU) | |
Circuit QNA-1 | |
Event type 68.14, Normal usage terminated | |
Occurred 12-DEC-2021 07:01:00 on node 31.34 (NANAJU) | |
Circuit DPV-0 | |
Event type 2.0, Local node state change | |
Occurred 12-DEC-2021 07:01:02 on node 31.34 (NANAJU) | |
Reason for state change: Operator command, Old node state = On | |
New node state = Off | |
>SCP STOP SIL (I) | |
>LCP STOP | |
>NCP CLEAR SYS | |
>REM NTINIT | |
>REM NTL... | |
>REM EVC... | |
>REM ...EVF | |
>REM ...NCP | |
>REM LOO... | |
>REM LOO$$$ | |
>SET /SYSUIC=[5,54] | |
>UNL NM:/VEC | |
>SET /SYSUIC=[1,54] | |
>REM NMVACP | |
>REM NETACP | |
>REM NIC$$$ | |
>REM EVR$$$ | |
>REM ...NTD | |
>REM NTD... | |
>REM LIN$$$ | |
>REM MIR$$$ | |
>REM NVP... | |
>REM RCP1.. | |
>REM ...NFT | |
>REM ...FTS | |
>REM FTSDEQ | |
>REM FAL$$$ | |
>REM FALLOG | |
>REM .CMTS. | |
>CLI /ELIM=RMTACP | |
>REM RMTACP | |
>REM ...RMT | |
>REM RMHACP | |
>REM LSN$$$ | |
>REM NCT... | |
>REM ...TLK | |
>REM ...PHO | |
>REM PHO$$$ | |
>REM TCL... | |
>REM ...SCP | |
>SET /SYSUIC=[5,54] | |
>UNL NN:/VEC | |
>SET /SYSUIC=[1,54] | |
>REM NT$NNS | |
>REM ...LCP | |
>SET /SYSUIC=[5,54] | |
>UNL HT:/VEC | |
>SET /SYSUIC=[1,54] | |
>; | |
>; Inserting Nuclear control rods into the reactor for IMMEDIATE SHUTDOWN! | |
>; | |
>RUN LB:[3,54]TIMWRT | |
INS -- Task name already in use | |
>@ <EOF> | |
> | |
ELI /NOLOG | |
> | |
ACS DU0:/BLKS=0. | |
ACS -- Checkpoint file now inactive | |
> | |
DMO DU0:/DEV/LOCK=V | |
DMO -- System disk being dismounted | |
DMO -- SYSTEM dismounted from DU0: *** Final dismount initiated *** | |
07:01:16 *** DU0: -- Dismount complete | |
> | |
DMO DU1:/DEV/LOCK=V | |
DMO -- SYSTEM dismounted from DU1: *** Final dismount initiated *** | |
07:01:21 *** DU1: -- Dismount complete | |
> | |
SHUTUP operation complete | |
HALT instruction, PC: 126130 (CLRB @#177776) | |
Eth: closed vde:/tmp/vde-dnet.ctl | |
Eth: closed vde:/tmp/vde-ip.ctl | |
Log file closed | |
/home/linuxuser/simh.run/pdp11-93/bin $ | |
/home/linuxuser/simh.run/pdp11-93/bin $ | |
/home/linuxuser/simh.run/pdp11-93/bin $ | |
/home/linuxuser/simh.run/pdp11-93/bin $ | |
/home/linuxuser/simh.run/pdp11-93/bin $ R 31.34_NANAJU | |
bash: R: command not found | |
/home/linuxuser/simh.run/pdp11-93/bin $ ./31.34_NANAJU | |
removed '../data/NANAJU-console.log' | |
PDP-11 simulator V4.0-0 Current simh git commit id: 4c44975e | |
Logging to file "../data/NANAJU-console.log" | |
Disabling RK | |
Disabling HK | |
Disabling TM | |
CPU 11/93, NOCIS, autoconfiguration enabled, idle disabled | |
4088KB | |
Throttle: 1800 kiloinstructions | |
Throttle State: Waiting for Init - wait: 0 | |
/home/linuxuser/simh.run/pdp11-93/bin/31.34_NANAJU.ini-25> attach xq vde:/tmp/vde-dnet.ctl | |
Eth: opened OS device vde:/tmp/vde-dnet.ctl | |
XQ address=17774440-17774457, no vector, BR5, MAC=AA:00:04:00:22:7C | |
type=DEQNA, polling=disabled, sanity=OFF | |
throttle=disabled, leds=(ON,ON,ON) | |
attached to vde:/tmp/vde-dnet.ctl | |
/home/linuxuser/simh.run/pdp11-93/bin/31.34_NANAJU.ini-36> attach xqb vde:/tmp/vde-ip.ctl | |
Eth: opened OS device vde:/tmp/vde-ip.ctl | |
XQB address=17774460-17774477, no vector, BR5, MAC=08:00:2B:2A:02:27 | |
type=DEQNA, polling=disabled, sanity=OFF | |
throttle=disabled, leds=(ON,ON,ON) | |
attached to vde:/tmp/vde-ip.ctl | |
/home/linuxuser/simh.run/pdp11-93/bin/31.34_NANAJU.ini-54> attach rq0 ../data/NANAJU_RSX_DU0.dsk | |
RQ0: '../data/NANAJU_RSX_DU0.dsk' Contains an ODS1 File system | |
RQ0: Volume Name: RSX11MPBL87 Format: DECFILE11A Sectors In Volume: 615000 | |
/home/linuxuser/simh.run/pdp11-93/bin/31.34_NANAJU.ini-56> attach -r rq1 ../data/NANAJU_RSX_DU1.dsk | |
RQ1: Unit is read only | |
RQ1: '../data/NANAJU_RSX_DU1.dsk' Contains an ODS1 File system | |
RQ1: Volume Name: DECUS Format: DECFILE11A Sectors In Volume: 3360000 | |
RQ address=17772150-17772153, no vector, BR5, RQDX3, 4 units | |
RQ0 314MB, attached to ../data/NANAJU_RSX_DU0.dsk, write enabled | |
RD54, UNIT=0, autosize | |
RAW format | |
RQ1 1720MB, attached to ../data/NANAJU_RSX_DU1.dsk, read only, write locked | |
RD54, UNIT=1, autosize | |
RAW format | |
/home/linuxuser/simh.run/pdp11-93/bin/31.34_NANAJU.ini-66> attach -r rl0 ../data/tcpip.dsk | |
RL0: Unit is read only | |
RL0: '../data/tcpip.dsk' Contains an ODS1 File system | |
RL0: Volume Name: TCPIP Format: DECFILE11A Sectors In Volume: 20480 | |
RL RLV12, address=17774400-17774411, vector=160, BR5, 4 units | |
RL0 5242KW, attached to ../data/tcpip.dsk, read only, on line | |
write locked, RL02, autosize | |
RAW format | |
RL1 5242KW, not attached, on line | |
write enabled, RL02, autosize | |
AUTO detect format | |
RL2 5242KW, not attached, on line | |
write enabled, RL02, autosize | |
AUTO detect format | |
RL3 5242KW, not attached, on line | |
write enabled, RL02, autosize | |
AUTO detect format | |
TQ TK50 (94MB), address=17774500-17774503, no vector, BR5, 4 units | |
TQ0 not attached, write locked, UNIT=0 | |
TPC format, capacity=98MB | |
/home/linuxuser/simh.run/pdp11-93/bin/31.34_NANAJU.ini-96> attach dz 3134 | |
Listening on port 3134 | |
DZ address=17760100-17760117*, vector=300-314*, BR5, lines=8 | |
attached to 3134, 8b, 0 current connections | |
LPT address=17777514-17777517, vector=200, BR4 | |
attached to ../data/line-printer.txt | |
Sockets: bind error 98 - Address already in use | |
/home/linuxuser/simh.run/pdp11-93/bin/31.34_NANAJU.ini-106> attach dpv0 31340,tcp,connect=192.168.31.34:31341 | |
Can't open network port: 31340 | |
DPV address=17760310-17760317*, vector=320-324*, BR5, lines=1 | |
not attached, speed=0 (unrestricted), No Corruption | |
W3 Jumper Installed, W5 Jumper Removed, W6 Jumper Installed | |
___________________________________ | |
DEVICE SUMMARY | |
___________________________________ | |
PDP-11 simulator configuration | |
CPU 11/93, NOCIS, autoconfiguration enabled, idle disabled | |
SYSTEM | |
RHA disabled | |
RHB disabled | |
RHC disabled | |
CLK 60Hz, address=17777546-17777547, vector=100, BR6 | |
PCLK disabled | |
PTR disabled | |
PTP disabled | |
TTI 7p, address=17777560-17777563, vector=60, BR4 | |
TTO 7p, address=17777564-17777567, vector=64, BR4 | |
TDC disabled | |
CR disabled | |
LPT address=17777514-17777517, vector=200, BR4 | |
DLI disabled | |
DLO disabled | |
DCI disabled | |
DCO disabled | |
DZ address=17760100-17760117*, vector=300-314*, BR5, lines=8 | |
VH disabled | |
RC disabled | |
RF disabled | |
RK disabled | |
RL RLV12, address=17774400-17774411, vector=160, BR5, 4 units | |
HK disabled | |
RX disabled | |
RY disabled | |
RP disabled | |
RS disabled | |
RQ address=17772150-17772153, no vector, BR5, RQDX3, 4 units | |
RQB disabled | |
RQC disabled | |
RQD disabled | |
TC disabled | |
TM disabled | |
TS disabled | |
TQ TK50 (94MB), address=17774500-17774503, no vector, BR5, 4 units | |
TU disabled | |
TA disabled | |
VT disabled | |
XQ address=17774440-17774457, no vector, BR5, MAC=AA:00:04:00:22:7C | |
type=DEQNA, polling=disabled, sanity=OFF | |
throttle=disabled, leds=(ON,ON,ON) | |
XQB address=17774460-17774477, no vector, BR5, MAC=08:00:2B:2A:02:27 | |
type=DEQNA, polling=disabled, sanity=OFF | |
throttle=disabled, leds=(ON,ON,ON) | |
XU disabled | |
XUB disabled | |
KG disabled | |
DMC disabled | |
DUP disabled | |
DPV address=17760310-17760317*, vector=320-324*, BR5, lines=1 | |
KDP disabled | |
KE disabled | |
ROM 4 units | |
CH disabled | |
NG disabled | |
DAZ disabled | |
___________________________________ | |
___________________________________ | |
CPU IOSPACE | |
___________________________________ | |
Address Vector BR # Device | |
-------------------- -------- -- - ------ | |
17760100 - 17760117* 300-314 5 2 DZ | |
17760310 - 17760317* 320-324 5 1 DPV | |
17772150 - 17772153 5 1 RQ | |
17772200 - 17772277 1 CPU | |
17772300 - 17772317 1 CPU | |
17772320 - 17772337 1 CPU | |
17772340 - 17772357 1 CPU | |
17772360 - 17772377 1 CPU | |
17772516 - 17772517 1 CPU | |
17774400 - 17774411 160 5 1 RL | |
17774440 - 17774457 5 1 XQ | |
17774460 - 17774477 5 1 XQB | |
17774500 - 17774503 5 1 TQ | |
17777514 - 17777517 200 4 1 LPT | |
17777520 - 17777527 1 CPU | |
17777546 - 17777547 100 6 1 CLK | |
17777560 - 17777563 060 4 1 TTI | |
17777564 - 17777567 064 4 1 TTO | |
17777572 - 17777577 1 CPU | |
17777600 - 17777617 1 CPU | |
17777620 - 17777637 1 CPU | |
17777640 - 17777657 1 CPU | |
17777660 - 17777677 1 CPU | |
17777740 - 17777775 1 CPU | |
17777776 - 17777777 1 CPU | |
___________________________________ | |
___________________________________ | |
SANYALnet Labs | |
NANAJU PDP-11/93 RSX-11M-PLUS | |
___________________________________ | |
On boot, enter date and answer the | |
prompts to start LAT and TCP/IP | |
SYSTEM password is system | |
___________________________________ | |
Now boot rq0 | |
/home/linuxuser/simh.run/pdp11-93/bin/31.34_NANAJU.ini-137> Please enter time and date | |
Unknown command | |
RSX-11M-PLUS V4.6 BL87 2044.KW System:"PIDP11" | |
>RED DU:=SY: | |
>RED DU:=LB: | |
>RED DU:=SP: | |
>MOU DU0:"RSX11MPBL87"/LRU=14/WIN=30/ACP=UNIQUE | |
>@DU:[1,2]STARTUP | |
>; | |
>; Executing LB:[1,2]STARTUP.CMD | |
>; | |
>; | |
Z[c | |
>TIM /SYNC | |
>;'PLEASE enter Time and Date ' | |
>* (Default:12-DEC-2021 07:02) [S D:"09:30 30-DEC-2018" T:1M]: 12-DEC-2021 07:02 | |
>; .ASKS $TIME Please enter time and date (Default:12-DEC-2021 07:02) | |
>TIME 12-DEC-2021 07:02 | |
>ACS SY:/BLKS=1024. | |
>CON DIS CONT ATTR | |
SYS | |
PDP-11/93, EIS,QBUS,D-Space,Cache,TOY,FPP, | |
Clock=KW11-L, $TKPS=60., $TTPRM=000002, Cache_control=000001 | |
YLA | |
Csr=177560, Vector=000060, Pri=000005, Urm=000001 | |
YLB | |
Csr=160010, Vector=000310, Pri=000005, Urm=000001 | |
YLC | |
Csr=160020, Vector=000320, Pri=000005, Urm=000001 | |
YZA | |
Csr=160030, Vector=000330, Pri=000005, Urm=000001 | |
DKA | |
Csr=177404, Vector=000220, Pri=000005, Urm=000001 | |
DLA | |
Csr=174400, Vector=000160, Pri=000005, Urm=000001 | |
DUA | |
Csr=172150, Vector=000154, Pri=000005, Urm=000001 | |
MUA | |
Csr=174500, Vector=000260, Pri=000005, Urm=000001 | |
CRA | |
Csr=177160, Vector=000230, Pri=000006, Urm=000001 | |
MSA | |
Csr=172522, Vector=000224, Pri=000005, Urm=000001 | |
DYA | |
Csr=177170, Vector=000264, Pri=000005, Urm=000001 | |
DDA | |
Csr=176500, Vector=000300, Pri=000004, Urm=000001 | |
LPA | |
Csr=177514, Vector=000200, Pri=000004, Urm=000001 | |
PPA | |
Csr=177554, Vector=000074, Pri=000004, Urm=000001 | |
PRA | |
Csr=177550, Vector=000070, Pri=000004, Urm=000001 | |
>CON ONLINE ALL | |
>ELI /LOG/LIM | |
>CLI /INIT=DCL/CTRLC/DPR="<15><12>/$ /" | |
>INS LB:[1,1]RMSRESAB.TSK/RON=YES/PAR=GEN | |
>INS LB:[1,1]RMSLBL.TSK/RON=YES/PAR=GEN | |
>INS LB:[1,1]RMSLBM.TSK/RON=YES/PAR=GEN | |
>INS LB:[3,54]RMSCNV.TSK | |
>INS LB:[3,54]RMSDSP.TSK | |
>INS $QMGCLI | |
>INS $QMGCLI/TASK=...PRI | |
>INS $QMGCLI/TASK=...SUB | |
>QUE /START:QMG | |
>INS $QMGPRT/TASK=PRT.../SLV=NO | |
>START/ACCOUNTING | |
>QUE BAP0:/BATCH | |
>QUE BAP0:/AS:BATCH | |
>SET /COLOG=ON | |
>ASN LB:=XX: | |
>SET /NETUIC=[5,54] | |
>SET /UIC=[1,54] | |
>PIP LB:[5,54]NNS.TMP;*/PR/SY:D/NM | |
>PIP LB:[1,54]NNS.TMP;*/DE/NM | |
>SET /UIC=[200,200] | |
>ASN XX:=LB: | |
>SET /SYSUIC=[5,54] | |
>LOA NN:/VEC | |
>CON ONL NN: | |
>SET /SYSUIC=[1,54] | |
>ASN =LB: | |
>INS XX:[5,54]SCPRES | |
>INS XX:[5,54]NNS | |
>;INS XX:[5,54]NNCRES | |
>SCP START FROM XX:[5,54] SIL (I) | |
>INS XX:[5,54]NTINIT | |
>INS XX:[5,54]NTL | |
>INS XX:[5,54]EVC | |
>INS XX:[5,54]NCPRES | |
>; INS XX:[5,54]CFERES | |
>; INS XX:[5,54]VNP | |
>INS XX:[5,54]NMVACP | |
>SET /SYSUIC=[5,54] | |
>ASN XX:=LB: | |
>LOA NM:/HIGH/VEC | |
>CON ONL NM: | |
>ASN =LB: | |
>SET /SYSUIC=[1,54] | |
>INS XX:[5,54]LOO | |
>INS XX:[5,54]LOO/TASK=LOO... | |
>INS XX:[5,54]EVFRES | |
>INS XX:[5,54]NETACP | |
>INS XX:[5,54]RCP1 | |
>INS XX:[5,54]NICE | |
>INS XX:[5,54]EVR | |
>INS XX:[5,54]NTD | |
>INS XX:[5,54]NTDEMO | |
>INS XX:[5,54]LIN | |
>INS XX:[5,54]MIR | |
>INS XX:[5,54]NVP | |
>INS XX:[5,54]NFTRES | |
>INS XX:[5,54]FTSRES | |
>INS XX:[5,54]FTSDEQRES | |
>SET /UIC=[1,1] | |
>PIP LB:[0,0]001004.DIR/PR:0 | |
>SET /UIC=[200,200] | |
>QUE FTSQUE:/CR/NM | |
>QUE FTSDEQ:/SP/EX | |
>QUE FTSDEQ:/AS:FTSQUE | |
>INS XX:[5,54]FAL | |
>INS XX:[5,54]FALLOG | |
>INS XX:[5,54]MCM | |
>INS XX:[5,54]RMT | |
>INS XX:[5,54]RMTACP/CLI=YES | |
>CLI /INIT=RMTACP/NULL/RESTRICT/CPR="<15><12>/RMT>/" | |
>SET /SYSUIC=[5,54] | |
>ASN XX:=LB: | |
>LOA HT:/HIGH/VEC | |
>SET /SYSUIC=[1,54] | |
>ASN =LB: | |
>INS XX:[5,54]RMHACP | |
>INS XX:[5,54]NCTCTL | |
>INS XX:[5,54]TLKRES | |
>INS XX:[5,54]LSN | |
>INS XX:[5,54]PHONE/TASK=...PHO | |
>INS XX:[5,54]PHONE/TASK=PHO$$$ | |
>INS XX:[5,54]TCL | |
>INS XX:[5,54]CFERES | |
>CFE @XX:[005,001]NETRND | |
>PIP XX:[005,001]NETRND.COM=XX:[005,001]NETRND.CMD/RE | |
PIP -- Directory write protected | |
LB:[005,001]NETRND.CMD -- Privilege violation | |
>REM ...CFE | |
>NCP SET SYS | |
NTL -- System name changed to "NANAJU" | |
>NCP SET EXE STA ON | |
07:02:35 COT -- Date is 12-DEC-2021 | |
07:02:35 Event type 2.0, Local node state change | |
Occurred 12-DEC-2021 07:02:35 on node 31.34 (NANAJU) | |
Reason for state change: Operator command, Old node state = Off | |
New node state = On | |
07:02:36 Event type 4.10, Circuit up | |
Occurred 12-DEC-2021 07:02:36 on node 31.34 (NANAJU) | |
Circuit QNA-0 | |
07:02:36 Event type 4.15, Adjacency up | |
Occurred 12-DEC-2021 07:02:36 on node 31.34 (NANAJU) | |
Circuit QNA-0 | |
Adjacent node = 31.32 (PIPY) | |
07:02:37 Event type 4.15, Adjacency up | |
Occurred 12-DEC-2021 07:02:36 on node 31.34 (NANAJU) | |
Circuit QNA-0 | |
Adjacent node = 31.1021 | |
>NCP SET OBJ 27 NAM MAL$$$ COP 8 USE DEF VER OFF | |
>NCP SET OBJ 30 NAM DDM$$$ COP 5 USE LOG VER ON | |
>NCP SET EXE OUT PROXY ENABLE | |
>NCP SET EXE INC PROXY ENABLE | |
>; NCP SET NOD PIPY ADD 31.32 | |
>; NCP SET LIN QNA-0 ALL | |
>; NCP SET CIR QNA-0 STA ON | |
07:02:37 Event type 4.15, Adjacency up | |
Occurred 12-DEC-2021 07:02:37 on node 31.34 (NANAJU) | |
>NCP SET LIN QNA-1 ALL | |
Circuit QNA-0 | |
Adjacent node = 31.14 | |
07:02:37 Event type 4.15, Adjacency up | |
Occurred 12-DEC-2021 07:02:37 on node 31.34 (NANAJU) | |
Circuit QNA-0 | |
Adjacent node = 31.1022 | |
07:02:38 Event type 4.15, Adjacency up | |
Occurred 12-DEC-2021 07:02:37 on node 31.34 (NANAJU) | |
Circuit QNA-0 | |
Adjacent node = 31.1020 | |
>NCP SET CIR QNA-1 STA ON | |
07:02:39 Event type 4.10, Circuit up | |
Occurred 12-DEC-2021 07:02:39 on node 31.34 (NANAJU) | |
Circuit QNA-1 | |
>NCP SET CIR QNA-1 SER DIS | |
07:02:39 Event type 4.15, Adjacency up | |
Occurred 12-DEC-2021 07:02:39 on node 31.34 (NANAJU) | |
Circuit QNA-0 | |
Adjacent node = 31.28 | |
07:02:40 Event type 4.15, Adjacency up | |
Occurred 12-DEC-2021 07:02:40 on node 31.34 (NANAJU) | |
Circuit QNA-0 | |
Adjacent node = 31.31 | |
07:02:40 Event type 4.15, Adjacency up | |
Occurred 12-DEC-2021 07:02:40 on node 31.34 (NANAJU) | |
Circuit QNA-0 | |
Adjacent node = 31.20 | |
07:02:40 Event type 4.15, Adjacency up | |
Occurred 12-DEC-2021 07:02:40 on node 31.34 (NANAJU) | |
Circuit QNA-0 | |
Adjacent node = 31.19 | |
07:02:41 Event type 4.15, Adjacency up | |
Occurred 12-DEC-2021 07:02:41 on node 31.34 (NANAJU) | |
Circuit QNA-0 | |
Adjacent node = 31.15 | |
07:02:42 Event type 4.15, Adjacency up | |
Occurred 12-DEC-2021 07:02:42 on node 31.34 (NANAJU) | |
Circuit QNA-0 | |
Adjacent node = 31.29 | |
07:02:43 Event type 4.15, Adjacency up | |
Occurred 12-DEC-2021 07:02:42 on node 31.34 (NANAJU) | |
Circuit QNA-0 | |
Adjacent node = 31.12 | |
07:02:43 Event type 4.15, Adjacency up | |
Occurred 12-DEC-2021 07:02:43 on node 31.34 (NANAJU) | |
Circuit QNA-0 | |
Adjacent node = 31.38 | |
07:02:43 Event type 4.15, Adjacency up | |
Occurred 12-DEC-2021 07:02:43 on node 31.34 (NANAJU) | |
Circuit QNA-0 | |
Adjacent node = 31.26 | |
07:02:44 Event type 4.15, Adjacency up | |
Occurred 12-DEC-2021 07:02:44 on node 31.34 (NANAJU) | |
Circuit QNA-0 | |
Adjacent node = 31.18 | |
>; DU0:,140710,11,61130,1000,LOD,ONL,MTD,NFO,PUB,NAT,NAL, | |
>MOU DU1:/OVR/PUB/ACP=UNIQUE/LRU=14/WIN=30/VI | |
07:02:44 Event type 4.15, Adjacency up | |
Occurred 12-DEC-2021 07:02:44 on node 31.34 (NANAJU) | |
Circuit QNA-0 | |
Adjacent node = 31.13 | |
07:02:46 Event type 4.15, Adjacency up | |
Occurred 12-DEC-2021 07:02:46 on node 31.34 (NANAJU) | |
Circuit QNA-0 | |
Adjacent node = 31.33 | |
Volume Information | |
Class: Files-11 | |
Device: DU01 | |
Volume label:DECUS | |
Pack serial: 00000000004 | |
Owner: [1,1] | |
Protection: [RWCD,RWCD,RWCD,RWCD] | |
Default: [RWED,RWED,RWED,R] | |
Processor: DU01F1 | |
>MOU DL1:/OVR/PUB/ACP=UNIQUE/LRU=14/WIN=30/VI | |
07:02:47 Event type 4.15, Adjacency up | |
Occurred 12-DEC-2021 07:02:46 on node 31.34 (NANAJU) | |
Circuit QNA-0 | |
Adjacent node = 31.36 | |
07:02:48 Event type 4.15, Adjacency up | |
Occurred 12-DEC-2021 07:02:48 on node 31.34 (NANAJU) | |
Circuit QNA-0 | |
Adjacent node = 31.23 | |
07:02:49 Event type 4.15, Adjacency up | |
Occurred 12-DEC-2021 07:02:49 on node 31.34 (NANAJU) | |
Circuit QNA-0 | |
Adjacent node = 31.30 | |
07:02:50 Event type 4.15, Adjacency up | |
Occurred 12-DEC-2021 07:02:50 on node 31.34 (NANAJU) | |
Circuit QNA-0 | |
Adjacent node = 31.35 | |
07:02:50 Event type 4.15, Adjacency up | |
Occurred 12-DEC-2021 07:02:50 on node 31.34 (NANAJU) | |
Circuit QNA-0 | |
Adjacent node = 31.21 | |
07:02:50 Event type 4.15, Adjacency up | |
Occurred 12-DEC-2021 07:02:50 on node 31.34 (NANAJU) | |
Circuit QNA-0 | |
Adjacent node = 31.10 | |
07:02:52 Event type 4.15, Adjacency up | |
Occurred 12-DEC-2021 07:02:52 on node 31.34 (NANAJU) | |
Circuit QNA-0 | |
Adjacent node = 31.27 | |
07:03:06 Event type 4.15, Adjacency up | |
Occurred 12-DEC-2021 07:03:06 on node 31.34 (NANAJU) | |
Circuit QNA-0 | |
Adjacent node = 31.16 | |
07:03:25 Event type 4.15, Adjacency up | |
Occurred 12-DEC-2021 07:03:25 on node 31.34 (NANAJU) | |
Circuit QNA-0 | |
Adjacent node = 31.11 | |
> | |
> | |
MOU - device not ready | |
>; | |
>ASN DU1:=RU1: /GBL | |
>SET /CACHE=DU0:CREATE=CACHE:GEN:1000.:TOP | |
>SET /CACHE=DU0:(Nodef, Virt=5, Read=5, Dir=1, Nolog, Over=4.) | |
>SET /CACHE=DU1:(Nodef, Virt=5, Read=5, Dir=1, Nolog, Over=4.) | |
>INS $MACFSL | |
>INS $TKBFSL | |
>INS $LBR | |
>INS $BRU | |
>INS LB:[1,1]F7FCLS/PAR=GEN/RON=YES | |
>INS LB:[1,1]DAPRES/PAR=GEN/RON=YES | |
>INS LB:[5,54]DTS/INC=2560./TASK=...DTS | |
>INS LB:[5,54]DTR/INC=2560./TASK=DTR... | |
>INS $F77 | |
>INS $KEDFSLMU/INC=35000 | |
>INS $EDTFSL | |
>INS $FTBFSL | |
>INS $MCE/PRI=55. | |
>INS $APL6/INC=37000 | |
>INS $DTR | |
>INS $DDMF | |
>INS $CC | |
>INS $AS | |
>INS $GREP | |
>INS $SRD | |
>INS $RNO | |
>INS $TECO | |
>INS $TECO/TASK=...MAK | |
>INS $FLXFSL | |
>INS $BAD | |
>INS $VFYFSL | |
>INS $CMPFSL | |
>INS $DMPFSL | |
>INS $COOKIE | |
>INS $WHO | |
>INS $MAITSK/TASK=...MAI | |
>INS $NOTTSK/TASK=MAL... | |
>INS $SNDTSK/TASK=...SEN | |
>INS $SRVTSK/TASK=MAL$$$ | |
>INS $KILLER | |
>INS $PHN | |
>INS $FND | |
>INS $CLR | |
>INS $K11RSX | |
>INS $ADVENTURE/TASK=...ADV | |
>INS $TIZ | |
>INS $ORC | |
>INS LB:[1,1]BP2SML/RON=YES/PAR=GEN | |
>INS $BP2IC2/TASK=...BP2/INC=4000 | |
>INS $B2RESQ/TASK=...B2R | |
>INS $PDP11C/TASK=...CCC | |
>INS LB:[1,1]CCSMRX/RON=YES/PAR=GEN | |
>INS $PDPDBG/TASK=...DBG | |
>INS $C81/TASK=...C81 | |
>INS $C81RFM/TASK=C81RFM | |
>INS $C81ODL/TASK=...BLD | |
>INS $PAS/TASK=...PAS | |
>INS $NEMA/TASK=...EMA | |
>INS $UPTIME/TASK=...UPT | |
>INS $SRTUTL/TASK=...SRT | |
>INS $MGEUTL/TASK=...MGE | |
>INS $GREP/TASK=...GRP | |
>INS $FIG/TASK=...FIG | |
>INS $USE/TASK=...MON | |
>; Install 24 line VTL as MORE | |
>INS $VTL/TASK=...MOR | |
>; Install 48 Line VTL as VTL | |
>INS $VTLL/TASK=...VTL | |
>INS $XLISP/TASK=...LIS | |
>; | |
>; Install ACD line editing | |
>; | |
>ACD INS LB:[4,54]EDTACD AS NUM 2 TOP ASS CLE$EDT | |
>ACD INS LB:[4,54]EMAACD AS NUM 4 TOP ASS CLE$EMACS | |
>INS $EXP | |
>; | |
>; Remove TDX.TSK catch-all and install CCL | |
>; | |
>REM ...CA. | |
>INS LB:[1,54]CCLRES.TSK/RON=YES/PAR=GEN | |
>INS LB:[1,54]CCL/TASK=...CA. | |
>; | |
>; Until UNA-0 is running correctly in Simh | |
>; the commands below should not be executed | |
>; | |
>; LAT Terminal configuration | |
>; | |
>INS LB:[5,54]LCPFSL | |
>LCP CREATE /TERMINALS=8 | |
>; | |
>; LAT ports start after last physical DL, DZ, DHV TTnn: | |
>; TT14: is A/D on port 2 on DS21 | |
>; TT15: is HP7550 port 3 on DS21 | |
>; | |
>* Load LAT? [Y/N D:Y T:15S]: | |
>LCP START | |
Loading LAT process | |
Y^U | |
> | |
>; | |
>LCP SET PORT TT14: /SERVER=DS21 /PORT=PORT_2 | |
>LCP SET PORT TT15: /SERVER=DS21 /PORT=PORT_3 | |
>SET /SLAVE=TT14: | |
>SET /FDX=TT14: | |
>; | |
>SET /SLAVE=TT15: | |
>SET /FDX=TT15: | |
>; | |
>; Set up LAT Print Queues | |
>; | |
>INS $LPPRES/TASK=TT15 | |
>QUE TT15:/CR:P/NM | |
>QUE TT15:/SP/LOW/SHR/FO:0/FL:0 | |
>QUE TT15:/AS:PLOT | |
QUE -- Created system logical - QMG$QUE_PLOT | |
>; | |
>; PRINT PLOT:=MAP.HPG | |
>; | |
>; INSTALL TCP/IP | |
>; | |
>SET /NAMED | |
>SET /UIC=[1,2] | |
>* Load TCP/IP? [Y/N D:Y T:15S]: | |
07:04:44 Event type 4.15, Adjacency up | |
^R | |
Occurred 12-DEC-2021 07:04:44 on node 31.34 (NANAJU) | |
^R | |
Circuit QNA-0 | |
^R | |
Adjacent node = 31.22 | |
^R | |
Y | |
>load if:/vec/high | |
>load ip:/vec/high | |
>load ud:/vec/high | |
>load tc:/vec/high | |
LOA -- Warning - loadable driver larger than 4K | |
>con onl if0: | |
>con onl ip: | |
>con onl ud: | |
>con onl tc: | |
>ins lb:[ip]ethacp/fmap=yes | |
>ins lb:[ip]ifconfig | |
>ins lb:[ip]netstat | |
>ins lb:[ip]ping | |
>ins lb:[ip]tracert | |
>ins lb:[ip]resacp | |
>dfl "NANAJU"=HOSTNAME/GBL | |
>dfl "SANYALNET.LAN"=DNS$DOMAIN/GBL | |
>dfl "10.42.2.1"=DNS$SERVER/GBL | |
>dfl "LOGICAL,DNS,FILE"=RESOLV$ORDER/GBL | |
>dfl LB:[1,2]HOSTS.TXT=HOSTS/GBL | |
>dfl "LOGICAL,FILE"=RESOLV$ORDER | |
>ifc create 256 | |
>ifc start | |
Starting IP. | |
Starting UD. | |
Starting TC. | |
>ifc set if0: add NANAJU acp ethacp lin QNA-1 mask defmask | |
07:04:57 Starting resolver V2.2 | |
>ifc set if0: sta ope | |
07:04:57 TCP/IP - ethernet ACP using DECnet DLX | |
>ifc add rou default gat defaultrtr | |
>ifc add rou broadcast gat NANAJU | |
>dfl =resolv$order | |
>;DFL "xxx"=IP$LOG/GBL | |
>;DFL "xxx /DEF=[xxx]/UIC=[x,y]"=TFTPD$SPEC/GBL/FIN | |
>;DFL "irchost"=IRCBOT$HOST/GBL | |
>;DFL LB:[HTTP]=SYS$HTTP/GBL | |
>;DFL LB:[HTTPD]=HTTPD$ROOT/GBL | |
>;DFL "ntphost"=NTP$HOST/GBL | |
>;DFL "DU:[FTP]"=FTP$USER_ANONYMOUS/GBL | |
>;DFL "DU:[FTP]"=FTP$USER_FTP/GBL | |
>;DFL "This is an RSX-11M-PLUS system"=TELNET$WELCOME/GBL | |
>;DFL "10"=TELNET$TERMINALS/GBL | |
>;DFL "23"=TELNET$PORT/GBL | |
>;.IFNINS RWHOD INS LB:[IP]RWHOD | |
>;.IFNINS TFTPD INS LB:[IP]TFTPD | |
>;.IFNINS IND$$$ INS LB:[IP]INETD | |
>;.IFNINS SPOOF INS LB:[IP]SPOOF | |
>;.IFNINS WWW$$$ INS LB:[IP]WWW | |
>;.IFNINS IRCBOT INS LB:[IP]IRCBOT | |
>;.IFNINS FTP$$$ INS LB:[IP]FTPD | |
>;.TESTPARTITION TELCOM | |
>;.PARSE <EXSTRI> "," JUNK JUNK JUNK LOC JUNK | |
>;.IF LOC = "NSP" INS LB:[IP]TELCOM/UIC=[1,54]/PRO=[RW,RW,,] | |
>;.IFNINS TELNET INS LB:[IP]TELNETD | |
>;.IFNINS ...TEL INS LB:[IP]TELNET | |
>;.IFNINS ...TFT INS LB:[IP]TFTP | |
>;.IFNINS ...IRC INS LB:[IP]IRC | |
>;.IFNINS ...FTP INS LB:[IP]FTP | |
>;RUN LB:[IP]NTPDATE/CMD="-s" | |
>;INS LB:[IP]NTPDATE | |
>;RUN NTPD 1T/RSI=24H | |
>;IFC ADD TCP PORT 7 SERVER IND$$$ MAX 5 | |
>;IFC ADD TCP PORT 9 SERVER IND$$$ MAX 5 | |
>;IFC ADD TCP PORT 13 SERVER IND$$$ MAX 5 | |
>;IFC ADD TCP PORT 17 SERVER IND$$$ MAX 5 | |
>;IFC ADD TCP PORT 8445 SERVER IND$$$ MAX 5 | |
>;IFC ADD TCP PORT 113 SERVER IND$$$ MAX 5 | |
>;IFC ADD TCP PORT 80 SERVER WWW$$$ MAX 5 | |
>;IFC ADD TCP PORT 21 SERVER FTP$$$ MAX 5 | |
>;.IFNACT TELNET RUN TELNET 1T | |
>;.IFNACT RWHOD RUN RWHOD 1T | |
>;.IFNACT TFTPD RUN TFTPD 1T | |
>;.IFNACT IRCBOT RUN IRCBOT 1T | |
>;.IFNACT SPOOF RUN SPOOF 1T | |
>; | |
>; BOOT UP COMPLETE | |
>; | |
>@ <EOF> | |
>MC NCP NCP SHOW LINE DUP-0 | |
NCP -- Show failed, unrecognized component, Line | |
>NCP SHOW KNOWN LINES | |
Known lines summary as of 12-DEC-2021 13:38:12 | |
Line State | |
QNA-0 On | |
QNA-1 On | |
DPV-0 On | |
>NCP SHOW ACT CIR | |
Active circuits summary as of 12-DEC-2021 13:38:40 | |
Circuit = QNA-0 | |
State = On | |
Adjacent node = 31.32 (PIPY) | |
Adjacent node = 31.1021 | |
Adjacent node = 31.1022 | |
Adjacent node = 31.1020 | |
Adjacent node = 31.14 | |
Adjacent node = 31.28 | |
Adjacent node = 31.31 | |
Adjacent node = 31.20 | |
Adjacent node = 31.19 | |
Adjacent node = 31.15 | |
Adjacent node = 31.29 | |
Adjacent node = 31.12 | |
Adjacent node = 31.38 | |
Adjacent node = 31.26 | |
Adjacent node = 31.18 | |
Adjacent node = 31.13 | |
Adjacent node = 31.33 | |
Adjacent node = 31.36 | |
Adjacent node = 31.23 | |
Adjacent node = 31.30 | |
Adjacent node = 31.35 | |
Adjacent node = 31.21 | |
Adjacent node = 31.10 | |
Adjacent node = 31.27 | |
Adjacent node = 31.16 | |
Adjacent node = 31.11 | |
Adjacent node = 31.22 | |
Circuit = QNA-1 | |
State = On | |
Circuit = DPV-0 | |
State = On-starting | |
>NCP | |
NCP>SHOW CIR DPV-0 CHAR | |
Circuit characteristics as of 12-DEC-2021 13:38:53 | |
Circuit = DPV-0 | |
Service = Enabled | |
Level one cost = 10 | |
Hello timer = 15, Counter timer = Off | |
Owner = XPT | |
Type = DDCMP Point | |
NCP>SHOW HOST MIM | |
SHOW >>HOST MIM | |
NCP -- Show not accepted, unrecognized keyword | |
NCP>TELL MIM SHOW EXEC | |
Node summary as of 12-DEC-2021 13:39:20 | |
Executor node = 1.13 (MIM) | |
State = On, Identification = "RSX system at Stupi, Sweden" | |
NCP> EXIT | |
>EDT NODNAM.TXT | |
Input file does not exist | |
[EOB] | |
*c | |
\<[?6l[m)0[4l[H[?3l[;22r[H=[J[EOB] | |
MN4FLnrla ,]AC@XDFZ | |
M>NFT FC=ME S:ETI | |
M>NCP SET NODE MIM ADDRESS 1.13 | |
M>SET /DEF=[5,54] | |
M>SET /UIC=[5,54] | |
MCopy HECnet Node List:[6;19H[K[K[K[K[K[K[K[K[K[K[K[K[K[K[K[K[K | |
[K[M | |
[J[5;17H[K[7H[J[5;17H[K[K[K[K[K[K[K[K[K[K[K[K[K[K[K | |
[K | |
[L>RUN [5,54]CFEFSL | |
[LEnter filename: [5,54]CE[5H>NFT FIX.CMD=MIM"GUEST GUEST"::HECNET:FIX.CMD[K[7;25HTAB | |
[LCFE>@FIX.CMD | |
[LCFE>^Z>[;24r[24H | |
*ex | |
DU0:[200200]NODNAM.TXT;1 9 lines | |
[m)B | |
>TYPE NODNAM.TXT | |
Copy HECnet Node List: | |
>SET /UIC=[5,54] | |
>SET /DEF=[5,54] | |
>NCP SET NODE MIM ADDRESS 1.13 | |
>NFT FIX.CMD=MIM"GUEST GUEST"::HECNET:FIX.CMD | |
>RUN [5,54]CFEFSL | |
Enter filename: [5,54]CETAB | |
CFE>@FIX.CMD | |
CFE>^Z | |
> | |
> | |
>BYE | |
13:42:00 Logout user [1,2] TT0: | |
Have a Good Afternoon | |
12-DEC-2021 13:42 TT0: logged off NANAJU | |
> | |
> | |
>HELLO SYSTEM | |
Password: | |
13:42:12 Login failure SYSTEM [1,1] TT0: | |
HEL -- Invalid account | |
>HELLO SYSTEM | |
Password: | |
RSX-11M-PLUS V4.6 BL87 [1,54] System NANAJU | |
12-DEC-2021 13:42 Logged on Terminal TT0: as SYS1 | |
Good Afternoon | |
13:42:24 Login user SYSTEM [1,1] TT0: | |
***************************************************************** | |
* * | |
* Welcome to RSX-11M-PLUS * | |
* PiDP-11/70 PiDP11 * | |
* Version 4.6 Base level 87 * | |
* This is file LB:[1,2]LOGIN.TXT * | |
* * | |
***************************************************************** | |
Last interactive login on Sunday, December 12, 2021 06:46:44 (TT0:) | |
Last batch login on Saturday, December 29, 2018 23:03:36 | |
1 failure since last successful login | |
### | |
# Copy HECnet Node List | |
### | |
>SET /UIC=[5,54] | |
>SET /DEF=[5,54] | |
>NCP SET NODE MIM ADDRESS 1.13 | |
>NFT FIX.CMD=MIM"GUEST GUEST"::HECNET:FIX.CMD | |
>RUN [5,54]CFEFSL | |
Enter filename: [5,54]CETAB | |
CFE>@FIX.CMD | |
CFE>^Z | |
> | |
>RUN $SHUTUP | |
RSX-11M-PLUS Shut down program | |
Enter minutes to wait before shutdown: | |
Reason for shutdown (<CR> for none): | |
OK to shutdown? [Y/N]: Y | |
All further logins are disabled | |
12-DEC-2021 13:46 System is now shutting down -- NANAJU | |
SET /COLOG=OFF | |
> | |
QUE /STO:QMG | |
> | |
STOP/ACCOUNTING SHUTUP | |
13:46:43 SYSLOG -- 47. Exiting | |
> | |
@LB:[1,2]SHUTUP | |
>VCP DISCONNECT /ALL | |
>ncp set cir ip-0-0 sta off | |
NCP -- Set failed, invalid identification format, Circuit | |
>ncp cle lin ip-0-0 all | |
NCP -- Clear failed, invalid identification format, Line | |
>ifc rem tcp port 7 | |
Remove failed. Error is -26 | |
>ifc rem tcp port 9 | |
Remove failed. Error is -26 | |
>ifc rem tcp port 13 | |
Remove failed. Error is -26 | |
>ifc rem tcp port 17 | |
Remove failed. Error is -26 | |
>ifc rem tcp port 80 | |
Remove failed. Error is -26 | |
>ifc rem tcp port 113 | |
Remove failed. Error is -26 | |
>ifc rem tcp port 21 | |
Remove failed. Error is -26 | |
>abo resacp | |
Exiting resolver | |
>ifc set if0: sta clo | |
>ifc set if1: sta clo | |
No such device exist. | |
>ifc stop | |
Stopping IP. | |
Stopping UD. | |
Stopping TC. | |
>abo ethacp | |
TCP/IP - ethernet ACP exiting... | |
>rem ethacp | |
>rem ...net | |
>rem ...ifc | |
>rem ...pin | |
>rem ...ftp | |
REM -- Task not in system | |
>rem resacp | |
>rem rwhod | |
REM -- Task not in system | |
>rem tftpd | |
REM -- Task not in system | |
>rem tft | |
REM -- Task not in system | |
>rem trt | |
>rem tel | |
REM -- Task not in system | |
>rem tcpgen | |
REM -- Task not in system | |
>con off if0: | |
>con off if1: | |
CON -- Command execution error. | |
Invalid device or unit | |
OFFLINE IF1: | |
>con off ip: | |
>con off ud: | |
>con off tc: | |
>unl if:/vec | |
>unl ip:/vec | |
>unl ud:/vec | |
>unl tc:/vec | |
>; The CEX will be unloaded since all CEX products have been unloaded. | |
>NCP SET EXEC STATE OFF | |
Event type 68.14, Normal usage terminated | |
Occurred 12-DEC-2021 13:46:46 on node 31.34 (NANAJU) | |
Circuit QNA-0 | |
Event type 68.14, Normal usage terminated | |
Occurred 12-DEC-2021 13:46:46 on node 31.34 (NANAJU) | |
Circuit QNA-1 | |
Event type 68.14, Normal usage terminated | |
Occurred 12-DEC-2021 13:46:46 on node 31.34 (NANAJU) | |
Circuit DPV-0 | |
Event type 2.0, Local node state change | |
Occurred 12-DEC-2021 13:46:48 on node 31.34 (NANAJU) | |
Reason for state change: Operator command, Old node state = On | |
New node state = Off | |
>SCP STOP SIL (I) | |
>LCP STOP | |
>NCP CLEAR SYS | |
>REM NTINIT | |
>REM NTL... | |
>REM EVC... | |
>REM ...EVF | |
>REM ...NCP | |
>REM LOO... | |
>REM LOO$$$ | |
>SET /SYSUIC=[5,54] | |
>UNL NM:/VEC | |
>SET /SYSUIC=[1,54] | |
>REM NMVACP | |
>REM NETACP | |
>REM NIC$$$ | |
>REM EVR$$$ | |
>REM ...NTD | |
>REM NTD... | |
>REM LIN$$$ | |
>REM MIR$$$ | |
>REM NVP... | |
>REM RCP1.. | |
>REM ...NFT | |
>REM ...FTS | |
>REM FTSDEQ | |
>REM FAL$$$ | |
>REM FALLOG | |
>REM .CMTS. | |
>CLI /ELIM=RMTACP | |
>REM RMTACP | |
>REM ...RMT | |
>REM RMHACP | |
>REM LSN$$$ | |
>REM NCT... | |
>REM ...TLK | |
>REM ...PHO | |
>REM PHO$$$ | |
>REM TCL... | |
>REM ...SCP | |
>SET /SYSUIC=[5,54] | |
>UNL NN:/VEC | |
>SET /SYSUIC=[1,54] | |
>REM NT$NNS | |
>REM ...LCP | |
>SET /SYSUIC=[5,54] | |
>UNL HT:/VEC | |
>SET /SYSUIC=[1,54] | |
>; | |
>; Inserting Nuclear control rods into the reactor for IMMEDIATE SHUTDOWN! | |
>; | |
>RUN LB:[3,54]TIMWRT | |
INS -- Task name already in use | |
>@ <EOF> | |
> | |
ELI /NOLOG | |
> | |
ACS DU0:/BLKS=0. | |
ACS -- Checkpoint file now inactive | |
> | |
DMO DU0:/DEV/LOCK=V | |
DMO -- System disk being dismounted | |
DMO -- SYSTEM dismounted from DU0: *** Final dismount initiated *** | |
13:47:02 *** DU0: -- Dismount complete | |
> | |
DMO DU1:/DEV/LOCK=V | |
DMO -- SYSTEM dismounted from DU1: *** Final dismount initiated *** | |
13:47:07 *** DU1: -- Dismount complete | |
> | |
SHUTUP operation complete | |
HALT instruction, PC: 126130 (CLRB @#177776) | |
Eth: closed vde:/tmp/vde-dnet.ctl | |
Eth: closed vde:/tmp/vde-ip.ctl | |
Log file closed | |
/home/linuxuser/simh.run/pdp11-93/bin $ |