4

Click here to load reader

[003123]

Embed Size (px)

Citation preview

Page 1: [003123]

7/18/2019 [003123]

http://slidepdf.com/reader/full/003123 1/4

Backup / Transfer

1. Manual Backup / Transfer of Backup from Hard Disk to Magnetic Tape

A magnetic tape (2400 f t) can store a CP Backup of appx. 30MB.Deactivate automatic dumping.

  SYBUE;

Initiate backup.

  SYBUP:FILE=RELFSW2;

Wait for the backup to be EXECUTED.

Mount a blank tape on an MT connected to SPG 0.

Scratch the tape.

  INTSI:SPG=0,NODE=A,IO=MT-x,REPLACE; [x = 1 or 2]

Wait for the following result printout.

  UNFORMATTED TAPE

  ENTER VOLNUM= (,OWNER= )(,LEVEL= /EBCDIC) OR 'NO'

  :

At the colon prompt, enter the following:

  VOLNUM=RELVOL;

Load the volume.

  INMCT:SPG=0;

  INVOL:NODE=A,IO=MT-x; [x = 1 or 2]

  END;

Release the terminal and wait for the result printout:

Initiate transfer of the dump to tape.

  SYMTP:SPG=0,NODE=A,FILE1=RELFSW2,IO2=MT-x,DIR=OUT;

  [x = 1 or 2]

Wait for the result printout.

No value should appear under `FAULTCODE'.

Unload the volume.

  INMCT:SPG=0;

  INVOE:NODE=A,IO=MT-x; [x = 1 or 2]

Page 2: [003123]

7/18/2019 [003123]

http://slidepdf.com/reader/full/003123 2/4

  END;

Release the terminal and wait for the result printout:

Print the label.

  SYBFP:FILE=RELFSW2;

Rotate the reload files.

  SYTUC;

RELFSW2 will become RELFSW0.

RELFSW0 will become RELFSW1.

RELFSW1 will become RELFSW2.

Activate automatic dumping.

  SYBUI:DISC;

2. Transfer of Backup from Magnetic Tape to Hard Disk 

Mount the backup tape on an MT connected to SPG 0.

Load the volume.

  INMCT:SPG=0;

  INVOL:NODE=A,IO=MT-x; [x = 1 or 2]

  END;

Release the terminal and wait for the result printout.

Initiate transfer of the backup to hard disk.

  SYMTP:SPG=0,NODE=A,FILE1=RELFSW2,IO2=MT-x,DIR=IN;

  [x = 1 or 2]

Wait for the result printout.

No value should appear under `FAULTCODE'.

Unload the volume.

  INMCT:SPG=0;

  INVOE:NODE=A,IO=MT-x; [x = 1 or 2]

  END;

Release the terminal and wait for the result printout:

3. Manual Backup / Transfer of Backup from Hard Disk to Optical

Disk (if avail able)Deactivate automatic dumping.

Page 3: [003123]

7/18/2019 [003123]

http://slidepdf.com/reader/full/003123 3/4

  SYBUE;

Initiate backup.

  SYBUP:FILE=RELFSW2;

Wait for the backup to be EXECUTED.

Insert a optical disk into the OD-drive connected to SPG 0.

Format the Optical drive. (If not already formatted)

  INMCT:SPG=0;

  INMEI:IO=OD-1,NODE=B,FORMAT=APN,VOL=RELVOL;

  END;

Wait for the result printout.(Takes about 40 min)

Load the volume.

  INMCT:SPG=0;

  INVOL:NODE=B,IO=OD-1;

  END;

Release the terminal and wait for the result printout:

Initiate transfer of the dump to tape.

  SYMTP:SPG=0,NODE=B,FILE1=RELFSW2,IO2=OD-1,DIR=OUT;

Wait for the result printout.

No value should appear under `FAULTCODE'.

Unload the volume.

  INMCT:SPG=0;

  INVOE:NODE=B,IO=OD-1;

  END;

Release the terminal and wait for the result printout:

Print the label.

  SYBFP:FILE=RELFSW2;

Rotate the reload files. Use C'SYTUC;

RELFSW2 will become RELFSW0.

RELFSW0 will become RELFSW1.

RELFSW1 will become RELFSW2.

Activate automatic dumping. Use C'SYBUI:DISC;

Page 4: [003123]

7/18/2019 [003123]

http://slidepdf.com/reader/full/003123 4/4

4. Transfer of Backup from Optical Drive to Hard Disk 

Insert the Optical disk with the backup into the

Optical drive of SPG 0.

Load the volume.

  INMCT:SPG=0;

  INVOL:NODE=B,IO=OD-1;

  END;

Release the terminal and wait for the result printout.

Initiate transfer of the backup to hard disk.

  SYMTP:SPG=0,NODE=B,FILE1=RELFSW2,IO2=OD-1,DIR=IN;

Wait for the result printout.

No value should appear under `FAULTCODE'.

Unload the volume.

  INMCT:SPG=0;

  INVOE:NODE=B,IO=OD-1;

  END;

Release the terminal and wait for the result printout:

5. Printing Information on Backup Files

Print information for one of the backup files.

  SYBFP:FILE=RELFSWx; [x = 0, 1 or 2]