Cornell University Submissions Coordinated by: Dennis P. Costello National Submicron Facility G02 Knight Lab Cornell University Ithaca, NY 14853 607-256-2329 BRUIN - Author: Dennis Costello A corrected version of the command files which appeared on the Fall 85 (Anaheim) tape. These files will also be submitted to the Spring 86 RSX SIG tape. These command files copy a BRU backup set onto an ODS-2 rooted directory. Specify the backup set name and the device name on which the rooted directory should be created, eg: $ @BRUIN RSX85B DU1 VAXBRURDR.EXE, as provided here, is required. (This is a copy of the one on the RSX85A tape). Before running BRUIN, change the line in BRUIN.COM which reads: $ vmsbru :== $[manager.bru]vaxbrurdr to point to the correct location of VAXBRURDR.EXE on your system. To read in multiple backup sets from one tape, use the command file BRUALL.COM: $ @BRUALL DU1 This will make a list of all backup sets on the tape, and read each into its own subdirectory. All files on the tape must be BRU backup sets, or the command file will probably die horribly. As in BRUIN.COM above, you should change the following 2 lines to point to appropriate directories: $ vmsbru :== $[manager.bru]vaxbrurdr $ @[manager.bru]bruin 'name' 'p1' This command is quite appropriate to run as a batch job. TPC - Author: Dennis Costello VAX Native Mode replacement for the TPC utility. TPC will make an image copy of a tape to a disk file, then back out to another tape. The RSX version has worked quite well for years, however, it does not seem possible to coerce it to work on a TU81 on VMS Version 4, even with VAX-11/RSX Version 2. The author of the RSX version of TPC is looking into this problem. In the meantime, this native mode version was written. The version which appeared on the Fall 85 (Anaheim) tape had some bugs, also, which are hopefully fixed in this version. Please let me know of any other bugs you encounter here. This is a very rough, preliminary version, without most of the neat features of the original. Its only advantage is that it works. Source and object files are included. Simply change the appropriate line in TPC.CLD to point the correct location of the image file, then issue the following commands: $ pas tpc ! optional $ for tapeio ! optional $ mar read ! optional $ link tpc, tapeio, read $ set command tpc $ libr /insert sys$help:helplib/help tpc