;This is a skeleton control file to move a new NODNAM.INI to a -20 ;from a VAX. This control file should be run under , and resubmits ;itself. ; ;To use, get NETALL started on the VAX system. ;Then, replace each of the following placeholders as indicated below. ; The node name of the LEVEL II VAX router ; The disk name where NODNAM.INI is put by NETALL ; The VAX user name where NODNAM.INI is put by NETALL ; The area number of the -20 node ; ;Define INI: as a system-wide logical name that points to NODNAM.INI ; Eg, ^EDEFINE INI: PS:NODNAM.INI ;Finally, submit GETNET for the first time. It should resubmit itself ;each week. ; ;Batch job to retrieve NODNAM.INI file from on a regular basis. ;Uses NFT to get the job done; if NFT transfer fails, it will requeue and ;try in one-half hour. ; ;After getting the file, it runs NODNAM. It then submits itself for the ;following week and logs out. ; @ERROR ? @ENABLE ;Below assumes that default access info will work. It better; we don't ;want passwords in .CTL files @NFT *COPY :::[]NODNAM.INI DSK: * * * @IF(ERROR).GOTO REDO @COPY DSK:NODNAM.INI INI: @SET FILE PROTECTION INI: 775252 @NODNAM * !Submit for next week... @SUBMIT GETNET/OUT:NOLOG/BATCH-LOG:SUPER/UNIQUE:NO/ACCOUNT:""/AFTER:FRI:12:00:00/REST:YES !Kill file on so that it is fresh next time around... !Don't if multiple systems are updated from one VAX !@NFT !*DELETE :::[]NODNAM.INI;* !@IF(ERROR) !So what? probably protected too high... @LOGOUT REDO:: @SUBMIT GETNET/OUT:NOLOG/BATCH-LOG:SUPER/UNIQUE:NO/ACCOUNT:""/AFTER:+0:30:00/REST:YES @LOGOUT