As a CA Chorus administrator, you must perform a one-time setup to prepare for the TSF database backup. This setup includes determining the volume allocation for the TSF database and creating a TSF database backup JCL member. When you are performing this setup, we recommend that you consult with the storage administrator and the scheduling administrator.
Follow these steps:
Note: The CETJNTSF allocation is given in tracks.
Note: Multiple volume allocations are required when a data set allocation is expected to consume more space than what is available on a single volume. We recommend that you use multiple volumes. Doing so makes it easier to secure the necessary allocation for the TSF database. For more information about multiple volumes, see the Installation Guide.
DELETE (tsf_backup_dataset_old) PURGE
Name of the previous TSF database backup data set.
Example: CHORUS.RUNTIME.TSF.PACKAGE
SPACE=(CYL,(primary_allocation,0),RLSE),
Value of the primary space allocation in cylinders. This value is allocated when the backup data set is created. The administrator sets the value of the original TSF database that was created during CA Chorus configuration based on metrics requirements. However, the administrator may have increased the size of the file system to prevent metric purging. Therefore, we recommend that you use a primary allocation value that is equal to the current size of the CETJNTSF data set.
Example: 1500
STORCLAS=storage_class,
Name of your storage class. Typically, this name is the storage class that is used for application backup data sets.
Example: SCWORK
Note: For non-SMS allocations, list the individual volumes in the VOLUME subparameter.
UNIT=(volume1, volume2)
Value for the first volume allocation.
Example: SYSALLDA
Number of extra units of space for the volume allocation.
Example: 6
DATASET(INCLUDE(dataset_for_backup))
Data set name for the database file system (INSTALL_HOME/database/ntsf) that you are backing up.
Example: CHORUS.RUNTIME.CETJNTSF
Example
In this example, the bold text indicates the instances where you must specify your configuration values.
//* Remove the previous backup
//*
//DELPKG EXEC PGM=IDCAMS
//SYSPRINT DD SYSOUT=*
//SYSIN DD *
DELETE (CHORUS.RUNTIME.TSF.PACKAGE) PURGE
SET MAXCC=0
/*
//*
//PACKAGE EXEC PGM=ADRDSSU
//OUTPUT DD DSN=CHORUS.RUNTIME.TSF.PACKAGE,
// DISP=(NEW,CATLG,DELETE),
// SPACE=(CYL,(1500,0),RLSE),
// STORCLAS=SCWORK,
// UNIT=(SYSALLDA,6)
//SYSPRINT DD SYSOUT=*
//SYSIN DD *
DUMP -
OUTDDNAME(OUTPUT) -
DATASET(INCLUDE(CHORUS.RUNTIME.CETJNTSF)) -
ALLEXCP
/*
//
You have determined the volume allocations for the TSF database backup and have created the TSF database backup JCL member.
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|