-
Notifications
You must be signed in to change notification settings - Fork 1
/
tops20.py
308 lines (272 loc) · 10.8 KB
/
tops20.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
#!/usr/bin/python3
# This is mostly functional speech and probably not subject to copyright.
# However, if you insist on a license:
#
# Copyright © 2018 Karl Ramm
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
# notice, this list of conditions and the following disclaimer.
#
# 2. Redistributions in binary form must reproduce the above
# copyright notice, this list of conditions and the following
# disclaimer in the documentation and/or other materials provided
# with the distribution.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS
# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
# TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
# THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
import os
import pexpect
import sys
DISKFILE = 'RH20.RP07.1'
BOOTSTRAP = '../tapes/bootstrap.tap'
KLH10_INI = '''
; Sample KLH10.INI for initial installation
; Define basic device config - one DTE, one disk, one tape.
; Use two RH20s because TOPS-10 doesn't like mixing disk and tape on
; the same controller (TOPS-20 is fine).
devdef dte0 200 dte master
devdef rh0 540 rh20
devdef rh1 544 rh20
devdef dsk0 rh0.0 rp type=rp07 format=dbd9 dppath=../bin/dprpxx
devdef mta0 rh1.0 tm03 type=tu45 dppath=../bin/dptm03
; Need KLNI to avoid LAPRBF BUGCHKs - use valid address if known
;
devdef ni0 564 ni20 ipaddr=10.0.0.51 dppath=../bin/dpni20
'''
_output = open(sys.stdout.fileno(), mode='w', encoding='utf8', buffering=1)
class KLH10:
def __init__(self):
with open('klh10.ini', 'w') as fp:
fp.write(KLH10_INI)
self.ex = pexpect.spawn('../bin/kn10-kl klh10.ini', encoding='iso8859-1')
print(repr(self.ex.logfile_read))
self.logfile_read_save = self.ex.logfile_read
self.ex.logfile_read = _output
self.expect('ipaddr=')
def interact(self):
(self.logfile_read_save, self.ex.logfile_read) = (
self.ex.logfile_read, self.logfile_read_save)
self.ex.interact()
(self.logfile_read_save, self.ex.logfile_read) = (
self.ex.logfile_read, self.logfile_read_save)
self.line('')
def send(self, *args, **kw):
return self.ex.send(*args, **kw)
def line(self, s, **kw):
return self.send(s + '\r', **kw)
def cl(self, s, prompt='\r\n\\$', **kw):
self.expect(prompt, **kw)
self.line(s)
def expect(self, *args, **kw):
return self.ex.expect(*args, **kw)
def close(self):
self.ex.close()
def start(self, bootstrap):
self.cl('load %s' % (bootstrap,), 'KLH10. ')
self.expect('Entvec:')
def boot(self):
self.start('../tools/klh10/run/klt20/boot.sav')
self.cl('go', 'KLH10. ')
self.cl('', 'BOOT>')
self.cl('NEW', r'(?i)WHY RELOAD\? ')
self.cl('N', f'(?i)RUN CHECKD\? ')
self.expect(r'(?i)STRUCTURE STATUS CHANGE DETECTED', timeout=300)
self.expect(f'(?i)STRUCTURE STATUS CHANGE DETECTED')
self.expect('SJ 0: \r')
def install_dec(self, structure='PS'):
self.install_boot(structure, '../tapes/dec/install.tap')
self.cl('run mta0:')
self.cl('files', 'DUMPER>')
self.cl('tape mta0:', 'DUMPER>')
self.cl('restore <*>*.*.* <system>*.*.*', 'DUMPER>')
self.cl('restore <*>*.*.* <subsys>*.*.*', 'DUMPER>')
self.cl('restore <*>*.*.* <subsys>*.*.*', 'DUMPER>')
self.cl('restore <*>*.*.* <*>*.*.*', 'DUMPER>')
self.cl('unload', 'DUMPER>')
self.cl('exit', 'DUMPER>')
def install(self, structure='PS', tape=BOOTSTRAP):
self.install_boot(structure, tape)
self.cl('run mta0:')
self.cl('files', 'DUMPER>')
self.cl('tape mta0:', 'DUMPER>')
self.cl('restore <*>*.*.*', 'DUMPER>')
self.cl('unload', 'DUMPER>', timeout=120)
self.cl('exit', 'DUMPER>')
def install_boot(self, structure='PS', tape=BOOTSTRAP):
self.start('../tools/klh10/run/klt20/mtboot.sav')
self.cl('devmount mta0 %s' % (tape,), 'KLH10. ')
self.cl('go', 'KLH10. ')
self.cl('/l', 'MTBOOT>')
self.cl('/g143', 'MTBOOT>')
self.cl('Y', r'(?i)DO YOU WANT TO REPLACE THE FILE SYSTEM ON THE SYSTEM STRUCTURE\? ')
self.cl('Y', r'(?i)DO YOU WANT TO DEFINE THE SYSTEM STRUCTURE\? ')
self.cl('1', r'(?i)HOW MANY PACKS ARE IN THIS STRUCTURE: ')
self.cl('0,-1,0', r'(?i)ON WHICH "CHANNEL,CONTROLLER,UNIT" IS LOGICAL PACK # 0 MOUNTED\? ')
self.cl('Y', r'(?i)DO YOU WANT THE DEFAULT SWAPPING SPACE\? ')
self.cl('Y', r'(?i)DO YOU WANT THE DEFAULT SIZE FRONT END FILE SYSTEM\? ')
self.cl('Y', r'(?i)DO YOU WANT THE DEFAULT SIZE BOOTSTRAP AREA\? ')
self.cl('Y', r'(?i)DO YOU WANT TO ENABLE PASSWORD ENCRYPTION FOR THE SYSTEM STRUCTURE\? ')
self.cl(structure, r'(?i)WHAT IS THE NAME OF THIS STRUCTURE\? ')
self.cl('Y', r'(?i)DO YOU WANT TO WRITE A SET OF PROTOTYPE BAT BLOCKS\? ')
self.cl('NEW', r'(?i)WHY RELOAD\? ')
self.expect(r'(?i)NO SYSJOB')
self.line('\03')
self.cl('gmta0:', 'MX>')
self.cl('gmta0:', 'MX>')
self.cl('s', 'MX>')
self.termsetup()
self.cl('run mta0:')
self.cl('load mta0:', 'DLUSER>')
self.cl('exit', 'DLUSER>')
def mttape(self, tape):
self.expect('\$')
self.send('\034')
self.cl('devmount mta0 %s' % (tape,), 'KLH10. ')
self.expect('\[mta0: Tape online\]')
self.line('c')
self.expect('Continuing KN10')
self.line('')
def termsetup(self):
self.cl('terminal type 9', '@')
self.cl('terminal width 0', '@')
self.cl('terminal length 0', '@')
self.cl('enable', '@')
def login(self):
self.line('')
self.cl('login /fast operator dec-20', '@')
self.termsetup()
def shutdown(self):
self.cl('\05cease now')
self.expect('\[Confirm\]')
self.line('')
self.expect('Shutdown complete') # it does say this twice
self.expect('Shutdown complete')
self.send('\034')
self.cl('shutdown', 'KLH10. ')
self.cl('q', 'KLH10. ')
self.cl('y', '\[Confirm\]')
self.expect(['Shutting down\r', pexpect.EOF])
self.close()
def build(self, name, **kw):
subcommands = {
'protection': '777740',
'ipcf': None,
'operator': None,
'number': None,
'password': None,
'permanent': None,
'tops10-project-programmer-number': None,
'working': 'infinity',
'permanent': 'infinity',
'files-only': True,
'number': None,
'user-of-group': None,
'directory-group': None,
'default-file-protection': '777752',
'generations': None,
'maximum-subdirectories': None,
}
self.cl('build %s' % (name,))
for (k, v) in kw.items():
tag = k.lower().replace('_', '-')
if tag not in subcommands:
raise Exception('unknown build subcommand %s (%s)' % (tag, repr(v)))
subcommands[tag] = v
for (k, v) in subcommands.items():
if v is None:
continue
if v is True:
command = k
elif v is False:
command = 'no %s' % (k,)
else:
command = '%s %s' % (k, v)
self.cl(command, '\r\n\\$\\$')
self.cl('', '\r\n\\$\\$')
self.cl('')
def restore(self, tape, dirs=['<*>*.*.*'], interchange=False):
self.mttape(tape)
self.cl('dumper')
self.cl('files', 'DUMPER>')
if interchange:
self.cl('interchange', 'DUMPER>')
self.cl('tape mta0:', 'DUMPER>')
for ds in dirs:
self.cl('restore ' + ds, 'DUMPER>')
self.cl('exit', 'DUMPER>', timeout=120)
def restore_interchange(self, tape):
self.restore(tape, ['<*>*.*.*'], interchange=True)
def systape(self, tape, structure='PS'):
if os.path.exists(tape):
os.unlink(tape)
self.mttape('%s create' % (tape,))
self.cl('del <operator>*-lost-pages.bin.*')
self.cl('expunge <operator>')
self.cl('del <system-error>error.sys.*')
self.cl('expunge <system-error>')
self.cl('del <system>device-status.bin.*')
self.cl('expunge <system>')
self.cl('del <spool>*.*.*')
self.cl('expunge <spool>')
self.cl('assign mta0')
self.cl('rewind mta0:')
self.cl('get ps:<system>monitr.exe')
self.cl('save mta0:')
self.cl('get system:exec.exe')
self.cl('save mta0:')
self.cl('get sys:dluser.exe')
self.cl('save mta0:')
self.cl('start')
self.cl('structure ps:', 'DLUSER>')
self.cl('dump dluser.txt', 'DLUSER>')
self.cl('exit', 'DLUSER>')
self.cl('edit dluser.txt')
self.cl('S%s:\033PS:\033^:*,10000' % (structure,), '\*')
self.cl('e', '\*')
self.cl('copy dluser.txt mta0:')
self.cl('del dluser.*')
self.cl('expunge')
self.cl('get sys:dumper.exe')
self.cl('save mta0:')
self.cl('start')
self.cl('tape mta0:', 'DUMPER>')
self.cl('exact', 'DUMPER>')
self.cl('files', 'DUMPER>')
self.cl('save ps:<*>*.*.* ps:<*>*.*.*', 'DUMPER>')
self.cl('exit', 'DUMPER>', timeout=120)
self.cl('unload mta0:')
self.cl('deassign mta0:')
def assert_exists(self, filename, logfile=''):
filename = filename.upper()
filere = filename.replace('.', r'\.')
self.cl(f'vdir {filename}')
errors = [
rf'%File not found - {filere}',
rf'%No such file type - {filere}',
]
index = self.expect(errors + [rf'{filere}\.[0-9]+;'])
if index != len(errors):
print(f'\n\n{filename} not built\n')
if logfile:
self.cl(f'type {logfile}')
self.shutdown()
sys.exit(1)
def sync(self):
self.cl('information structure ps')
self.expect('\r\nUsers CONNECTed to [^:]+: OPERATOR')