[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference ssag::save_set_manager

Title:Save Set Manager
Moderator:SSAG::SUSSWEIN
Created:Tue Nov 15 1994
Last Modified:Wed May 28 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:72
Total number of notes:276

70.0. "%SAVESET-F=UNEXPSIG with 1.3-2" by CSC32::D_RESTIVO () Thu Apr 03 1997 11:57

Hello,

My customer is running OpenVMS 6.2 Alpha on their 2100.  They have installed
Polycenter Saveset Manager V1.3-2 as well as ALPMTAA01_070 but are still
receiving the following errors when doing a SAVESET COPY.

Help would be appreciated!

Dave Restivo
Openvms Storage group

 -----------------------------------------------------------------------------

$       SHOW TRANSLATION SI$DATA
  SI$DATA = "SI$ROOT:[PROD.DAT]"  (PRODUCTION)
$	SET NOVERIFY
$SKIP_BATCH:
$Exit_Here:!The End
$ set noverify
$exit	
$!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
$!!!!!!!!!!
$!!!!!!!!!!       copies tapes from 9 track to cartridge
$!!!!!!!!!!
$!!!!!!!!!!  make sure tape is initialized _IF_ this is the first
$!!!!!!!!!!  saveset you are writing to it. Otherwise DON'T initialize it!
$!!!!!!!!!!
$!!!!!!!!!!  this job must be run on node BETA to have access to the
$!!!!!!!!!!  tape drives.
$!!!!!!!!!!
$!!!!!!!!!!  change values for:
$!!!!!!!!!!          p1 (input saveset name), and
$!!!!!!!!!!          p2 (output saveset name)
$!!!!!!!!!!
$!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
$ set verify
$ on error then goto ERROR_FOUND
$ on control_y then goto GET_OUT
$ set proc/priv=all
$!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
$! CHANGE SAVESET NAMES HERE:
$!
$ P1 := PDAT.BCK
$ P2 := 199609232200.HRS
$!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
$!
$! INPUT 9-TRACK IS TAPE1
$ define/proc tape1 $1$mka200:
$!
$! OUTPUT CARTRIDGE IS TAPE2
$ define/proc tape2 $1$mka100:
$!
$ MOUNT/OVER=SETID TAPE1:
%DCL-W-INSFPRM, missing command parameters - supply all required parameters
$ MOUNT/OVER=SETID TAPE2:
%DCL-W-INSFPRM, missing command parameters - supply all required parameters
$! MOUNT/FOREIGN/OVERRIDE=OWNER_ID TAPE1:
$! MOUNT/FOREIGN/OVERRIDE=OWNER_ID TAPE2:
$! BACKUP/LIST TAPE2:*.*/SAVE
$! SAVESET COPY/FULL TAPE1:'P1'TAPE2:'P2'/JOURNAL
$ SAVESET COPY TAPE1:PDAT.BCK TAPE2:199609232200.HRS/JOURNAL=test.bjl
ERRORS terminal option enabled
EVENTS terminal option enabled
%SAVESET-F-UNEXPSIG, Unexpected signal
-SYSTEM-F-ACCVIO, access violation, reason mask=00, virtual address=00000318, PC=00043508, PS=0000001B
$ERROR_FOUND:
$ WRITE SYS$OUTPUT "ERR-F-!!! ERROR FOUND!!! CHECK THE LOG!!!"
ERR-F-!!! ERROR FOUND!!! CHECK THE LOG!!!
$ EXIT
  OPERATOR     job terminated at 10-MAR-1997 10:25:11.35

  Accounting information:
  Buffered I/O count:             153         Peak working set size:   2384
  Direct I/O count:                77         Peak page file size:    39488
  Page faults:                    718         Mounted volumes:            0
  Charged CPU time:           0 00:00:00.66   Elapsed time:     0 00:00:02.98

T.RTitleUserPersonal
Name
DateLines
70.1SSAG::SNYDERThere are no shortcutsMon Apr 07 1997 09:186
    Dave,
    
    Do you see the same behavior if you try the identical operation, but
    without the /JOURNAL qualifier?
    
    Sid
70.2Will omit /JOURNAL and test...CSC32::D_RESTIVOMon Apr 07 1997 14:176
    Hi Sid,
    
    I'm having the customer try the SAVE COPY command again, without using
    /JOURNAL.  I will update you when she calls me back.
    
    Dave