Table of Contents

004 - Build New PLATO

Note

When the system first initializes using the new disk packs, PLATO will start but has some non-fatal issues. You may safely ignore any of those issues for now.

Overview

In this article, we begin the process to upgrade all other parts of the system:

  • Login as admin/s for all activities in this exercise.
  • Review Build Procedures and files
  • Rebuild PLATO Binaries
  • Construct a new Deadstart Tape

4.1 Study File Contents

The PLATO build process relies on several procedures. The ones shipped with Release 1 are insufficient and will be replaced during this phase.

PLATO Files Required

4.2 Words of Warning

"Just because you can, doesn't mean you should"

This step should be very carefully considered. cdc.io is well-tested but should be used sparingly until this first stage is complete.

Using ''CDC.IO'', all other files that need to transfer from any other installation may be moved dynamically to the new installation.

Danger

Do NOT transfer files to a live system unless you really know what you are doing.

4.3 Prepare NOS

Before PLATO can be built, the core maintenance procedures need to be updated.

  1. Enter code file maintp.
  2. Select c (code block maintp)
  3. Shift-LAB to submit this block and wait for job output. You will be transferred to lesson jobstat to monitor its progress.

    Warning

    The dayfile from this procedure is written to listing block dayfile in file maintp so don't return to this code file from jobstat until the job is completed.

Once the job has successfully completed, update the backup (as in Plan B) procedures which may be used through the console to rebuild PLATO.

  1. Enter code file maintsub
  2. Select c (code block fix-builds)
  3. Shift-LAB to submit this block and wait for job output. You will be transferred to lesson jobstat to monitor its progress.

    Warning

    The dayfile from this procedure is written to listing block dayfile in file maintsub so don't return to this code file from jobstat until the job is completed.

4.4 Rebuild PLATO using New Disks

EXECUTE lesson s0maint (enter the name then press DATA)

Choose Option:

 a. Full Assemblies
 <Press NEXT>
 r. Full System Assembly
 <Press NEXT>
 

Shift-LAB to invoke personal defaults.

Full Assembly of all PLATO products a. NOS user name = cybis b. File containing maintenance procedures = maintp c. Development or remote build = development d. PLATO Release Level = 99 e. NOS PSR Level = 871 f. First personal (compass) mod file = none g. Second personal (compass) mod file = none h. Personal (CYBIL) mod file = none i. File to save dayfile in = maintdf j. Block to save dayfile in = dayfile k. Type of listing if no errors occur = FULL l. Type of listing if errors occur = FULL m. NOS job print banner = s0maint n. Mainframe to submit to = 0 Press SHIFT-LAB to invoke personal defaults. (see blk 4-c) Press SHIFT-NEXT to build batch job.

Shift-NEXT to build the batch job.

Shift-LAB to submit the job.

NEXT to view the job in lesson jobstat.

Take a BIO1) Break

Review the dayfile output in code file maintdf block dayfile.

4.5 Build Deadstart Tape

At This Point

PLATO has been built, but does not exist on the deadstart tape. If there is a need to restart the system, the old deadstart tape will still work properly.

Transferring new binaries AND the new configuration elements defined in maintsub to a new deadstart tape is the final stage in performing the upgrade.

Use the show_tape dtCyber command to see the status of the loaded tapes:

> Magnetic Tape Status: > --------------------- > 679 C13 E00 U00 r deadstart/yyyymmdd.ds.tap > 679 C13 E00 U01 (idle) > 679 C13 E00 U02 (idle) > 679 C13 E00 U03 (idle) > 5744 C23 E00 U00 (connecting) > 5744 C23 E00 U01 (connecting) > 5744 C23 E00 U02 (connecting) > 5744 C23 E00 U03 (connecting)

At the dtCyber console, attach a new blank tape to NOS Tape unit 51 (C31 E00 U01) using the emulator Operator> prompt. We assume that you have created a dedicated deadstart tape directory called deadstart relative to the location of the cyber.ini file. It is also recommended that you use the naming convention shown below to maintain naming of the deadstart tapes in time sequence:

  load_tape 13,0,1,w,YYYYMMDDX.ds.tap

Where YYYYMMDD is the current date and X is the sequence letter A through Z.

  1. Enter Code File maintsub.
  2. Enter Block 1-f mkdstart.
  3. Shift-LAB to submit this job.
  4. The PLATO terminal will be directed to lesson jobstat but your attention should be on the NOS Virtual console.
    1. Locate the submitted job.
    2. When prompted for tape1, assign,<jsn>,050. (Where <jsn> is the Job Sequence Number of the requesting job.)

      ASSIGN,<jsn>,050.

    3. When prompted for tape2, assign.<jsn>,051. (Where <jsn> is the Job Sequence Number of the requesting job.)

      ASSIGN,<jsn>,051.

This job does very detailed reporting of what it is doing and its output will be generated to the system printer when complete.

You may now detach your new deadstart tape at the dtCyber operator prompt:

  unload_tape 13,0,1

Modify ''cyber.ini''

Once the new deadstart tape has been successfully created you should edit cyber.ini (The Deadstart Tape Location) to identify the new deadstart tape file. The other option is to copy/rename the original deadstart someplace and then copy the new tape over the old one.

Preserve Deadstart Images

The backup of a deadstart tape is essential since you will always want a known good deadstart to fall back on if things go wrong.

4.6 TEST Deadstart Tape

At this point, the new deadstart tape should have been properly built and the currently running system may now be shut down and restarted.

Once the deadstart has completed, on the NOS console issue the E,C. command to check the status of the new disks:

New Disks

4.7 Start/Test CYBIS

Confirming that there are no errors, proceed to start CYBIS by issuing the NOS console command CYBIS..

 CYBIS Up and Running

Note that there will still be the ERROR - SYSTEM ID .NE. ROUTING ID. Ignore that for the moment and connect a PTerm session.

You will see a number of “success indicators”:

  1. The color functionality is now correct.
  2. The Welcome to CYBIS screen shows Maintenance and Development Time

You may proceed to log in as admin/s.

You will see an error message from s0init: system *ncc* not in network table. This is a good thing!

4.8 Purge CONFIGX and Restart CYBIS

Now proceed to:

  1. Backout all users
  2. Log off
  3. Shutdown CYBIS
    1. NOS> K,MAS1.
    2. NOS> K.STOP.
  4. Once CYBIS is fully-terminated:
    1. NOS> X.DIS.
    2. NOS> USER(PLATOMF,PLATOMF)
    3. NOS> PURGE,CONFIGX.
    4. NOS> DROP.
    5. NOS> CYBIS.

Let CYBIS reinitialize and the following should appear:

You may now re-connect the PTerm session and login as admin/s:

Mission Accomplished!

4.9 (Optional) Update NOS File 'PRODUCT'

  1. Enter Code File maintsub.
  2. Enter Block 1-g productupd.
  3. Shift-LAB to submit this job.
  4. The PLATO terminal will be directed to lesson jobstat.

When this job completes, the PLATO binaries will have been incorporated into the NOS file PRODUCT/UN=INSTALL on the chance that it may be needed for future enhancements. This file is used by the NCC distribution to maintain an image of the deadstart tape during product installation.

4.10 (Optional) Perform Final Deadstart

Deadstart again… Just to convince yourself that everything is working properly.

4.11 (Optional) Follow-up Exercises

Next Step: Move on to version management and Create a Backup Repository
Next Step: NDL Modification
1)
snack, caffeinate, etc.