Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 7 Maintaining Segments Using Third-Party Products : Examples of Maintenance Steps Using Softek TDMF

Examples of Maintenance Steps Using Softek TDMF
The examples shown in this section were created using a version of TDMF that is no longer supported. However, all the facilities used are still supported by the latest version of TDMF. In addition, a new format of control card has been introduced, although those shown here still function correctly. TDMF is a product of Softek Storage Solutions Corporation which is now owned by IBM. For updated information regarding TDMF, contact Softek (www.softek.com).
Step 1: Obtain List of Volumes to be Copied Using Softek TDMF
In the example, the page data sets for segments 0 and 1 reside on DASD volumes TMP247 and TMP24A. The following gives the output from an ISPF 3.4 data set list:

 
TMP24A TSO4.HUR50.CR2.SEG0.PAGE1 *VSAM* TSO4.HUR50.CR2.SEG0.PAGE1.DATA
TMP247 TSO4.HUR50.CR2.SEG0.PAGE2 *VSAM* TSO4.HUR50.CR2.SEG0.PAGE2.DATA
TMP247 TSO4.HUR50.CR2.SEG0.PAGE3 *VSAM* TSO4.HUR50.CR2.SEG0.PAGE3.DATA
TMP24A TSO4.HUR50.CR2.SEG1.PAGE1 *VSAM* TSO4.HUR50.CR2.SEG1.PAGE1.DATA
TMP24A TSO4.HUR50.CR2.SEG1.PAGE2 *VSAM* TSO4.HUR50.CR2.SEG1.PAGE2.DATA
TMP24A TSO4.HUR50.CR2.SEG1.PAGE3 *VSAM* TSO4.HUR50.CR2.SEG1.PAGE3.DATA

 
Step 2: Set up a Migration Job to Perform a Point-in-time Copy of the Volumes
The following example sets up a Softek TDMF migration job. In the example that follows, volumes TMP247 and TMP24A are copied to volumes TDM318 and TDM319. The copies are assigned a group name of USERG, and only allocated tracks are copied:

 
//USR10TDM JOB (0),’USER’,MSGCLASS=H,CLASS=A,NOTIFY=&SYSUID
//STEP1 EXEC PGM=TDMFMAIN,PARM=MASTER
//STEPLIB DD DSN=SYS3.TDM210.TDMLLIB,DISP=SHR
//SECCOM DD DSN=SYS3.TDM210.TDMLLIB,DISP=SHR
//SYSCOM DD DSN=SYS3.SYSCOM4,DISP=SHR
//SYSPRINT DD SYSOUT=*
//SYSSNAP DD SYSOUT=*
//SYSIN DD *
TDMF OPTIONS CDS MASTER Y Y Y Y
TDMF SYSTEMS CDS MASTER SYS3.SYSCOM4
----+----1----+----2----+----3----+----4----+----5----+----6----+-------+----
TDMF MIGRATE TMP247 TDM318 P P N USERG Y Y Y Y
TDMF MIGRATE TMP24A TDM319 P P N USERG Y Y Y Y
* <-----> Next record must be a MIGRATE record
* <----> Volume serial number of source volume
* <----> Volume serial number of target volume
*Type of migration ------------> P
*POINT-IN-TIME
*When synchronization occurs ----> P
*Prompt required via
*TDMFMON to continue
*Optional volume Purge ------------> N
*No purge
*Optional group name ----------------------> <------>
*These volumes are considered to be a part
*of the group named USERG
*Optional terminate group on error ---------------------> Y
*Migration copied for whole group if an error occurs
*Optional bypass PPRC checking -----------------------> Y
*Allow SWAP from active PPRC device to non-mirrored device
*Optional fast copy requested ---------------------------> Y
*Only tracks described in VTOC as allocated are copied
*Optional Associated Address Space Facility requested ----------> Y
*I/O redirection from source to target after the migration
TDMF END
//

 
Step 3: Confirm that all Segments to be Processed are Online to TIBCO Object Service Broker
You can do this using either the TIBCO Object Service Broker Administration Menu SEGMENT/DASD Statistics Option or by issuing the TIBCO Object Service Broker Data Object Broker command DBSEGMENTSTATUS. In the examples that follows, segments 0, 1, 2, 3, and 99 are online, and segment 4 is offline.
Sample output from DBSEGMENTSTATUS command:

 
S6BKP005L-USRA MODIFY USR50CR2,DBSEGMENTSTATUS
S6BKP050I-USRA A ID NAME D/S MODE JRN PAGES USED READ WRITES
S6BKP051I-USRA O 000 CR2.SEG0 3 R/W-S YES 54000 24432 0 0
S6BKP051I-USRA O 001 CR2.SEG1 3 R/W NO 54000 3114 0 0
S6BKP051I-USRA O 002 CR2.SEG2 3 R/W YES 54000 55 0 0
S6BKP051I-USRA O 003 CR2.SEG3 3 R/W YES 54000 55 0 0
S6BKP051I-USRA F 004 CR2.SEG4 3 R/W NO 0 0 0 0
S6BKP051I-USRA O 099 CR2.S99 3 R/W-S NO 27000 426 0 0

 
Sample output from Administrator Menu SEGMENT/DASD statistics option:

 
S6B1RNADMB1 USR50CR2 SEGMENT STATISTICS 2005 MAY18 10:16:56
SEG NAME MOD PAGES FREE % JRN SYS DEL D/S WARN READ WRITE HOLD
0 CR2.SEG0 R/W 54K 29K 54 YES YES LOG 3 70/10 0 0 0
1 CR2.SEG1 R/W 54K 50K 94 NO NO LOG 3 70/05 0 0 0
2 CR2.SEG2 R/W 54K 53K 99 YES NO LOG 3 80/05 0 0 0
3 CR2.SEG3 R/W 54K 53K 99 YES NO LOG 3 80/05 0 0 0
4 CR2.SEG4 OFF NO NO LOG 3 80/05
99 CR2.S99 R/W 27K 26K 98 NO YES LOG 3 80/05 0 0 0

 
Step 4: Run the Softek TDMF Point-in-time Migration Job
Submit the Softek TDMF migration job detailed above.
System Log Output at the Start of Softek TDMF Migration Job

 
$HASP373 USR10TDM STARTED - INIT 2 - CLASS A - SYS CDS
IEF403I USR10TDM - STARTED - TIME=13.57.56
*01 TDM2412A Confirmation requested, reply CANCEL, or group USERG .
R 01,USERG
TDM2420I Migration initialization process starting for group USERG

 
Output from Softek TDMF Monitor while Migration Job is Executing

 
Transparent Data Migration Facility. Master V2.1.0 Session Active.
ComDataSet : SYS3.SYSCOM4
Source Migration Percent Complete --------->
VolSer Phase 0...10...20...30...40...50...60...70...80...90..100
TMP247 Copy -->
TMP24A Copy >

 
Output from Job Log and Softek TDMF Monitor When Migration is Ready to Synchronize

 
*02 TDM2414A Ready to synchronize, reply CANCEL, or group USERG .
Transparent Data Migration Facility. Master V2.1.0 Session Active.
ComDataSet : SYS3.SYSCOM4
Source Migration Percent Complete --------->
VolSer Phase 0...10...20...30...40...50...60...70...80...90..100
TMP247 Refresh 6 ------------------------------------------------->
TMP24A Refresh 2 ------------------------------------------------->

 
Now the migration is ready to synchronize, FREEZE the TIBCO Object Service Broker system.

 
F USR50CR2,FREEZE
S6BKP005L-USRA MODIFY USR50CR2,FREEZE
S6BKP006I-USRA MODIFY COMMAND ACCEPTED
S6BKX051L-USRA START CHECKPOINT - 000002
S6BKX069I-USRA SYSTEM FROZEN USR50CR2

 
This processing initializes a checkpoint before the system is FROZEN. The checkpoint completes when the system is UNFROZEN: see later.
Output From Job Log and Softek TDMF Monitor when TIBCO Object Service Broker is FROZEN
Now reply to outstanding WTOR to synchronize Softek TDMF copy.

 
R 02,USERG
IEE600I REPLY TO 02 IS;USERG
 
TDM2803I Volume activity is being resumed for group USERG .
Transparent Data Migration Facility. Master V2.1.0 Session Active.
ComDataSet : SYS3.SYSCOM4
Source Migration Percent Complete -------‡
VolSer Phase 0…10…20…30…40…50…60…70…80…90..100
TMP247 Waiting OVA
TMP24A Waiting OVA

 
Output From Job Log when Softek TDMF Migration is Complete
Enter the UNFREEZE TIBCO Object Service Broker command to allow TIBCO Object Service Broker to continue processing.

 
F USR50CR2,UNFREEZE
S6BKP005L-USRA MODIFY USR50CR2,UNFREEZE
S6BKP006I-USRA MODIFY COMMAND ACCEPTED
S6BKX070I-USRA SYSTEM UNFROZEN USR50CR2
S6BKX052L-USRA END CHECKPOINT – 000002

 
Step 5: Run TIBCO Object Service Broker Utilities Under the Control of OVA
Job to Back up Segment 0 Using S6BTLBPS under OVA

 
//USRCB2S0 JOB (1),'BACKUP S0',MSGCLASS=H,TIME=(3,00),REGION=4M
//JOBLIB DD DSN=TSO4.HUR50.LOAD,DISP=SHR
// DD DSN=SYS3.TDM210.TDMLLIB,DISP=SHR
//*--------------------------------------------
//*
//* +------------------------------------------------------------+
//* | |
//* | Sample JCL for Associated Address Space Facility Job. |
//* | |
//* +------------------------------------------------------------+
//IPGM EXEC PGM=TDMFIPGM
//IPGMOUT DD SYSOUT=*
//SYSUDUMP DD SYSOUT=*
//IPGMIN DD *
PROGRAM S6BTLBPS
PARM SEG=0
INCLUDE (TMP247,TMP24A)
EXCLUDE DSN=TSO4.HUR50.SEG0
//* +------------------------------------------------------------+
//* | Above is the JCL for an OVA job. |
//* | Below this line is the JCL required by the PROGRAM above |
//* +------------------------------------------------------------+
//DBDLIB DD DSN=TSO4.HUR50.CR2.DBDLIB,DISP=SHR
//JOURNAL DD DISP=SHR,DSN=TSO4.HUR50.SEG0
//

 
Output from Softek TDMF Monitor and Backup Job

 
JOB00158 ---- TUESDAY, 15 MAY 2001 ----
JOB00158 IRR010I USERID TSO4 IS ASSIGNED TO THIS JOB.
JOB00158 ICH70001I TSO4 LAST ACCESS AT 14:35:07 ON TUESDAY, MAY 15, 2001
JOB00158 $HASP373 USRCB2S0 STARTED - INIT 3 - CLASS A - SYS CDS
JOB00158 IEF403I USRCB2S0 - STARTED - TIME=14.41.12
JOB00158 +S6BKX002I DSN=TSO4.HUR50.CR2.SEG0.PAGE1
JOB00158 IEC161I 056-084,USRCB2S0,IPGM,SYS00001,,,TSO4.HUR50.CR2.SEG0.PAGE1,
JOB00158 IEC161I TSO4.HUR50.CR2.SEG0.PAGE1.DATA,USERCAT.TSO
JOB00158 IEC161I 062-086,USRCB2S0,IPGM,SYS00001,,,TSO4.HUR50.CR2.SEG0.PAGE1,
JOB00158 IEC161I TSO4.HUR50.CR2.SEG0.PAGE1.DATA,USERCAT.TSO
JOB00158 +S6BKX002I DSN=TSO4.HUR50.CR2.SEG0.PAGE2
JOB00158 IEC161I 056-084,USRCB2S0,IPGM,SYS00002,,,TSO4.HUR50.CR2.SEG0.PAGE2,
JOB00158 IEC161I TSO4.HUR50.CR2.SEG0.PAGE2.DATA,USERCAT.TSO
JOB00158 IEC161I 062-086,USRCB2S0,IPGM,SYS00002,,,TSO4.HUR50.CR2.SEG0.PAGE2,
JOB00158 IEC161I TSO4.HUR50.CR2.SEG0.PAGE2.DATA,USERCAT.TSO
JOB00158 +S6BKX002I DSN=TSO4.HUR50.CR2.SEG0.PAGE3
JOB00158 IEC161I 056-084,USRCB2S0,IPGM,SYS00003,,,TSO4.HUR50.CR2.SEG0.PAGE3,
JOB00158 IEC161I TSO4.HUR50.CR2.SEG0.PAGE3.DATA,USERCAT.TSO
JOB00158 IEC161I 062-086,USRCB2S0,IPGM,SYS00003,,,TSO4.HUR50.CR2.SEG0.PAGE3,
JOB00158 IEC161I TSO4.HUR50.CR2.SEG0.PAGE3.DATA,USERCAT.TSO
JOB00158 +S6BTL022I 000020669 PAGES ARCHIVED TO JOURNAL
JOB00158 - --TIMINGS (MINS.)--
JOB00158 -JOBNAME STEPNAME PROCSTEP RC EXCP CONN TCB SRB CLOCK
JOB00158 -USRCB2S0 IPGM 00 3490 0 .33 .06 2.4
JOB00158 IEF404I USRCB2S0 - ENDED - TIME=14.43.36
JOB00158 -USRCB2S0 ENDED. NAME-BACKUP S0 TOTAL TCB CPU TIME= .33
JOB00158 $HASP395 USRCB2S0 ENDED

 
 
TRANSPARENT DATA MIGRATION FACILITY V2.1.0
COPYRIGHT AMDAHL CORPORATION 1996-2001
MESSAGE INPUT STATEMENT / MESSAGE TEXT
TIME NUMBER
TDM8000I PROGRAM S6BTLBPS
TDM8000I PARM SEG=0
TDM8000I INCLUDE (TMP247,TMP24A)
TDM8000I EXCLUDE DSN=TSO4.HUR50.SEG0
TRANSPARENT DATA MIGRATION FACILITY V2.1.0
COPYRIGHT AMDAHL CORPORATION 1996-2001
MESSAGE INPUT STATEMENT / MESSAGE TEXT
TIME NUMBER
14:41:34.590 TDM8100I Registration successful for TDMF job USR10TDM.
14:41:34.590 TDM8004I Registered on 001 TDMF session(s).
14:41:34.591 TDM8005I Source Actual TDMF job Point-in-Time Complete
vol vol
TMP247 TDM318 USR10TDM 05/15/2001 14:28:01.
TMP24A TDM319 USR10TDM 05/15/2001 14:28:01.
14:43:07.781 TDM8027I Program S6BTLBPS completed. Return code: 0000.
Transparent Data Migration Facility. Master V2.1.0 Session Active.
ComDataSet : SYS3.SYSCOM4
Source Migration Percent Complete --------->
VolSer Phase 0...10...20...30...40...50...60...70...80...90..100
TMP247 OVA Active
TMP24A OVA Active

 
The VSAM verification messages IEC161I can be ignored. These are produced as the VSAM data sets are open during the Softek TDMF point-in-time copy.
Job to Pointer Check Segment 0 Using S6BBRPTR Under OVA

 
//USRCB2P0 JOB (1),'PTRCHECK S0',MSGCLASS=Y,TIME=(3,00),REGION=4M
//JOBLIB DD DSN=TSO4.HUR50.LOAD,DISP=SHR
// DD DSN=SYS3.TDM210.TDMLLIB,DISP=SHR
/*--------------------------------------------
//*
//* +------------------------------------------------------------+
//* | |
//* | Sample JCL for Associated Address Space Facility Job. |
//* | |
//* +------------------------------------------------------------+
//IPGM EXEC PGM=TDMFIPGM
//IPGMOUT DD SYSOUT=*
//SYSUDUMP DD SYSOUT=*
//IPGMIN DD *
PROGRAM S6BBRPTR
PARM SEGMENT=0,HDR
INCLUDE (TMP247,TMP24A)
//* +------------------------------------------------------------+
//* | Above is the JCL for an OVA job. |
//* | Below this line is the JCL required by the PROGRAM above |
//* +------------------------------------------------------------+
//DBDLIB DD DSN=TSO4.HUR50.CR2.DBDLIB,DISP=SHR
//INDEX DD DSN=&&INDEX,UNIT=sysda,
// DISP=(MOD,DELETE,DELETE),
// SPACE=(CYL,(5,5)),
// DCB=(RECFM=VB,LRECL=4800,BLKSIZE=19069)
//PAGES DD UNIT=SYSDA,SPACE=(CYL,(5,5)),
// DCB=(RECFM=FB,LRECL=4096,BLKSIZE=4096)
//AUDIT DD SYSOUT=H
//ORPHAN DD SYSOUT=H,DCB=(RECFM=FB,LRECL=80,BLKSIZE=6160)
//REFLOG DD SYSOUT=H,DCB=(RECFM=FB,LRECL=80,BLKSIZE=6160)
//* "PGHDR" DD STATEMENT ONLY REQUIRED IF "HDR" PARM USED
//PGHDR DD SYSOUT=H,DCB=(RECFM=FB,LRECL=80,BLKSIZE=6160)
//* "ERRLOG" CAN BE USED AS INPUT TO S6BBRPGC (RECLAIM ORPHANS)
//ERRLOG DD UNIT=SYSDA,SPACE=(TRK,(5,5),RLSE),
// DCB=(RECFM=FB,LRECL=132,BLKSIZE=0)

 
Job to Back up Segment 0 Page Data Set 2 Using S6BTLUPS Under OVA

 
//USRCB2S0 JOB (1),'BACKUP S0',MSGCLASS=H,TIME=(3,00),REGION=4M JOB0016
//JOBLIB DD DSN=TSO4.HUR50.LOAD,DISP=SHR < USE FOR CR2 0002000
// DD DSN=SYS3.TDM210.TDMLLIB,DISP=SHR 0002000
//*-------------------------------------------- 0003000
//*
//* +------------------------------------------------------------+
//* | |
//* | Sample JCL for Associated Address Space Facility Job. |
//* | |
//* +------------------------------------------------------------+
//IPGM EXEC PGM=TDMFIPGM
//IPGMOUT DD SYSOUT=*
//SYSUDUMP DD SYSOUT=*
//IPGMIN DD *
PROGRAM S6BTLUPS
INCLUDE (TMP247,TMP24A)
EXCLUDE DSN=TSO4.HUR50.SEG0.P2
//* +------------------------------------------------------------+
//* | ABOVE IS THE JCL FOR AN OVA JOB. |
//* | BELOW THIS LINE IS THE JCL REQUIRED BY THE PROGRAM ABOVE |
//* +------------------------------------------------------------+
//INDD DD DISP=SHR,DSN=TSO4.HUR50.CR2.SEG0.PAGE2
//OUTDD DD DISP=SHR,DSN=TSO4.HUR50.SEG0.P2

 
Output from Softek TDMF Migration Job

 
13:57:55 JOB00105 ---- TUESDAY, 15 MAY 2001 ----
13.57.55 JOB00105 IRR010I USERID TSO4 IS ASSIGNED TO THIS JOB.
13.57.56 JOB00105 ICH70001I TSO4 LAST ACCESS AT 13:40:41 ON TUESDAY, MAY 15, 2001
13.57.56 JOB00105 $HASP373 USR10TDM STARTED - INIT 2 - CLASS A - SYS CDS
13.57.56 JOB00105 IEF403I USR10TDM - STARTED - TIME=13.57.56
13.58.06 JOB00105 *01 TDM2412A Confirmation requested, reply CANCEL, or group USERG .
13.59.13 JOB00105 R 01,USERG
13.59.17 JOB00105 TDM2420I Migration initialization process starting for group USERG .
14.22.29 JOB00105 *02 TDM2414A Ready to synchronize, reply CANCEL, or group USERG .
14.27.59 JOB00105 R 02,USERG
14.28.01 JOB00105 TDM2803I Volume activity is being resumed for group USERG .
15.19.53 JOB00105 TDM2426I Point-In-Time Migration completed successfully group USERG .
15.19.59 JOB00105 IEF404I USR10TDM - ENDED - TIME=15.19.59
15.19.59 JOB00105 -USR10TDM ENDED. NAME-USER TOTAL TCB CPU TIME= .36 TOTAL ELAPSED TIME= 82.0
      TRANSPARENT DATA MIGRATION FACILITY V2.3.0
         Fujitsu Softek
      Technical Support SITE 12456
COPYRIGHT FUJITSU SOFTWARE TECHNOLOGY CORPORATION 1996-2003 PAGE 001
   SYS VOL MESSAGE TDMF INPUT
DATE TIME ---- NUMBER ---- MESSAGE TEXT
05/15/2001 13:58:03.252 01 TDM1000I TDMF OPTIONS CDS MASTER Y Y Y Y
05/15/2001 13:58:03.252 01 TDM1000I TDMF SYSTEMS CDS MASTER SYS3.SYSCOM4
05/15/2001 13:58:03.252 01 01 TDM1000I TDMF MIGRATE TMP247 TDM318 P P N USERG Y Y Y Y
05/15/2001 13:58:03.252 01 02 TDM1000I TDMF MIGRATE TMP24A TDM319 P P N USERG Y Y Y Y
05/15/2001 13:58:03.252 TDM1000I TDMF END
      TRANSPARENT DATA MIGRATION FACILITY V2.3.0
         Fujitsu Softek
      Technical Support SITE 12456
   COPYRIGHT FUJITSU SOFTWARE TECHNOLOGY CORPORATION 1996-2003 PAGE 002
SYS VOL MESSAGE SYSTEM CDS
DATE TIME ---- NUMBER ---- MESSAGE TEXT
05/15/2001 13:58:01.599 01 TDM1727I Installed software for this system is: TDMF PTF #Z93191 Level Software.
05/15/2001 13:58:03.253 01 TDM1449I The Time-of-Day option was specified as LOCAL.
05/15/2001 13:58:03.253 01 TDM1453I The Pacing System Option was specified as OFF.
05/15/2001 13:58:03.253 01 TDM1455I Pacing has been changed to ON by the OPTIONS statement in TDMF job stream.
05/15/2001 13:58:03.253 01 TDM1465I The Operator Messages Option was specified as OFF.
05/15/2001 13:58:03.253 01 TDM1466I The Operator Messages Option has been changed to ON.
05/15/2001 13:58:03.253 01 TDM1457I Confirmation on Initialization system option was specified as OFF.
05/15/2001 13:58:03.253 01 TDM1458I The Confirmation on Initialization system option has been set to ON.
05/15/2001 13:58:03.253 01 TDM1461I Terminate All Volumes in Group on Error Option was specified as OFF.
05/15/2001 13:58:03.253 01 TDM1753I Target Volume Empty option set to "N" or not specified.
05/15/2001 13:58:03.334 01 TDM1379I The application program interface (API) for IBM is not available.
05/15/2001 13:58:03.364 01 TDM1380I The application program interface (API) for STK is not available.
05/15/2001 15:19:56.806 01 TDM1642E HISTORY DataSet definition invalid.
      TRANSPARENT DATA MIGRATION FACILITY V2.3.0
         Fujitsu Softek
      Technical Support SITE 12456
   COPYRIGHT FUJITSU SOFTWARE TECHNOLOGY CORPORATION 1996-2003 PAGE 003
SYS VOL MESSAGE SYSTEM CDS
DATE TIME ---- NUMBER ---- MESSAGE TEXT
 
05/15/2001 13:58:03.284 01 01 TDM1481I A volume TermGrp option was changed to ON by a Migrate card option.
05/15/2001 13:58:03.284 01 01 TDM1578W The "Allow SWAP to non-PPRC" option is not relevant for this Point-in-Time
05/15/2001 13:58:03.284 01 01 TDM1381I The volume Fast Copy option was requested by a Migrate input statement.
05/15/2001 13:58:03.284 01 01 TDM1468I The Associated Address Space Facility (OVA) was specified for a volume.
05/15/2001 13:58:03.861 01 01 TDM1177I The source volume TMP247 is mounted on device 0247 on this system.
05/15/2001 13:58:03.861 01 01 TDM1180I At TDMF initialization, caching is not active on the source volume subsystem.
05/15/2001 13:58:03.861 01 01 TDM1183I At TDMF initialization, the source volume has caching (CFW) deactivated.
05/15/2001 13:58:03.861 01 01 TDM1185I At TDMF initialization, the source volume has DASD fast write deactivated.
05/15/2001 13:58:03.861 01 01 TDM1186I The target volume TDM318 is mounted on device 0318 on this system.
05/15/2001 13:58:03.861 01 01 TDM1189I At TDMF initialization, the target volume has caching (CFW) activated.
05/15/2001 13:58:03.861 01 01 TDM1191I At TDMF initialization, the target volume has DASD fast write allowed.
05/15/2001 13:58:06.418 01 01 TDM2412A Confirmation requested, reply CANCEL, or group USERG .
05/15/2001 13:59:17.745 01 01 TDM2418I Group migration confirmation received from console TSO4 .
05/15/2001 13:59:17.753 01 01 TDM2406I All storage frames to migrate this volume have been successfully page fixed.
05/15/2001 13:59:17.753 01 01 TDM2403I This volume successfully selected for initialization and is a group volume.
05/15/2001 13:59:17.759 01 01 TDM2281I The master system is starting the initialization process for a volume.
05/15/2001 13:59:17.759 01 01 TDM2420I Migration initialization process starting for group USERG .
05/15/2001 13:59:17.970 01 01 TDM2283I The master system is starting the migration process for a volume.
05/15/2001 13:59:18.476 01 01 TDM3528I Starting the copy of the source volume.
05/15/2001 14:13:40.183 01 01 TDM3529I Completed the copy of the source volume.
05/15/2001 14:13:55.333 01 01 TDM3530I Starting a refresh of the target volume.
05/15/2001 14:13:55.333 01 01 TDM3531I Completed a refresh of the target volume.
05/15/2001 14:14:10.550 01 01 TDM2285I The master system is starting the quiesce process for a volume.
05/15/2001 14:14:10.551 01 01 TDM2291I The master system is starting the resume process for a volume.
05/15/2001 14:14:10.553 01 01 TDM3530I Starting a refresh of the target volume.
05/15/2001 14:14:10.553 01 01 TDM3531I Completed a refresh of the target volume.
05/15/2001 14:21:14.195 01 01 TDM3530I Starting a refresh of the target volume.
05/15/2001 14:21:14.358 01 01 TDM3531I Completed a refresh of the target volume.
05/15/2001 14:21:59.410 01 01 TDM3530I Starting a refresh of the target volume.
05/15/2001 14:21:59.499 01 01 TDM3531I Completed a refresh of the target volume.
05/15/2001 14:22:29.507 01 01 TDM2414A Ready to synchronize, reply CANCEL, or group USERG .
05/15/2001 14:22:59.623 01 01 TDM3530I Starting a refresh of the target volume.
05/15/2001 14:22:59.714 01 01 TDM3531I Completed a refresh of the target volume.
05/15/2001 14:23:59.814 01 01 TDM3530I Starting a refresh of the target volume.
05/15/2001 14:23:59.912 01 01 TDM3531I Completed a refresh of the target volume.
05/15/2001 14:25:00.010 01 01 TDM3530I Starting a refresh of the target volume.
05/15/2001 14:25:00.106 01 01 TDM3531I Completed a refresh of the target volume.
05/15/2001 14:27:30.490 01 01 TDM3530I Starting a refresh of the target volume.
05/15/2001 14:27:30.851 01 01 TDM3531I Completed a refresh of the target volume.
05/15/2001 14:28:00.581 01 01 TDM2399I Group Synchronization was responded to via console TSO4 .
05/15/2001 14:28:00.582 01 01 TDM2285I The master system is starting the quiesce process for a volume.
05/15/2001 14:28:00.584 01 01 TDM3532I Starting the synchronization of the target volume.
05/15/2001 14:28:00.584 01 01 TDM3533I Completed the synchronization of the target volume.
05/15/2001 14:28:00.589 01 01 TDM3524I Successful movement of the source volume TMP247 to the target volume TDM318.
05/15/2001 14:28:01.820 01 01 TDM2349I The master system is starting the point-in-time migration process for a vol
05/15/2001 14:28:01.843 01 01 TDM2291I The master system is starting the resume process for a volume.
05/15/2001 14:28:01.986 01 01 TDM2697I Associated Address Space Facility (OVA) is waiting for an OVA job.
05/15/2001 14:41:34.584 01 01 TDM2695I An Associated Address Space Facility (OVA) job has become active.
05/15/2001 14:43:35.475 01 01 TDM2696I Associated Address Space Facility (OVA) is now inactive.
05/15/2001 14:44:05.569 01 01 TDM2695I An Associated Address Space Facility (OVA) job has become active.
05/15/2001 14:44:35.666 01 01 TDM2696I Associated Address Space Facility (OVA) is now inactive.
05/15/2001 14:45:05.770 01 01 TDM2695I An Associated Address Space Facility (OVA) job has become active.
   TRANSPARENT DATA MIGRATION FACILITY V2.3.0
         Fujitsu Softek
      Technical Support SITE 12456
   COPYRIGHT FUJITSU SOFTWARE TECHNOLOGY CORPORATION 1996-2003 PAGE 004
SYS VOL MESSAGE SYSTEM CDS
DATE TIME ---- NUMBER ---- MESSAGE TEXT
 
05/15/2001 14:46:05.984 01 01 TDM2696I Associated Address Space Facility (OVA) is now inactive.
05/15/2001 14:48:36.453 01 01 TDM2695I An Associated Address Space Facility (OVA) job has
05/15/2001 14:49:36.679 01 01 TDM2696I Associated Address Space Facility (OVA) is now inactive.become active.
05/15/2001 14:50:06.784 01 01 TDM2695I An Associated Address Space Facility (OVA) job has become active.
05/15/2001 14:50:36.881 01 01 TDM2696I Associated Address Space Facility (OVA) is now inactive.
05/15/2001 14:58:38.473 01 01 TDM2695I An Associated Address Space Facility (OVA) job has become active.
05/15/2001 14:59:08.620 01 01 TDM2696I Associated Address Space Facility (OVA) is now inactive.
05/15/2001 15:00:39.622 01 01 TDM2695I An Associated Address Space Facility (OVA) job has become active.
05/15/2001 15:04:42.508 01 01 TDM2696I Associated Address Space Facility (OVA) is now inactive.
05/15/2001 15:19:52.727 01 01 TDM2698I Associated Address Space Facility (OVA) has completed all OVA functions.
05/15/2001 15:19:52.727 01 01 TDM2293I The master system is starting the termination process for a volume.
05/15/2001 15:19:52.930 01 01 TDM2303I The master system has completed the migration process for a volume.
05/15/2001 15:19:52.981 01 01 TDM2410I All storage frames to migrate this volume have been successfully page freed.
05/15/2001 13:58:03.288 01 02 TDM1481I A volume TermGrp option was changed to ON by a Migrate card option.
05/15/2001 13:58:03.288 01 02 TDM1578W The "Allow SWAP to non-PPRC" option isn’t relevant for this Point-In-Time cop
05/15/2001 13:58:03.288 01 02 TDM1381I The volume Fast Copy option was requested by a Migrate input statement.
05/15/2001 13:58:03.288 01 02 TDM1468I The Associated Address Space Facility (OVA) was specified for a volume.
05/15/2001 13:58:03.861 01 02 TDM1177I The source volume TMP24A is mounted on device 024A on this system.
05/15/2001 13:58:03.862 01 02 TDM1180I At TDMF initialization, caching is not active on the source volume subsystem.
05/15/2001 13:58:03.862 01 02 TDM1183I At TDMF initialization, the source volume has caching (CFW) deactivated.
05/15/2001 13:58:03.862 01 02 TDM1185I At TDMF initialization, the source volume has DASD fast write deactivated.
05/15/2001 13:58:03.862 01 02 TDM1186I The target volume TDM319 is mounted on device 031D on this system.
05/15/2001 13:58:03.862 01 02 TDM1189I At TDMF initialization, the target volume has caching (CFW) activated.
05/15/2001 13:58:03.862 01 02 TDM1191I At TDMF initialization, the target volume has DASD fast write allowed.
05/15/2001 13:59:17.759 01 02 TDM2406I All storage frames to migrate this volume have been successfully page fixed.
05/15/2001 13:59:17.759 01 02 TDM2403I This volume successfully selected for initialization and is a group volume.
05/15/2001 13:59:17.973 01 02 TDM2281I The master system is starting the initialization process for a volume.
05/15/2001 13:59:18.174 01 02 TDM2283I The master system is starting the migration process for a volume.
05/15/2001 13:59:18.841 01 02 TDM3528I Starting the copy of the source volume.
05/15/2001 14:20:56.935 01 02 TDM3529I Completed the copy of the source volume.
05/15/2001 14:21:14.203 01 02 TDM3530I Starting a refresh of the target volume.
05/15/2001 14:21:14.653 01 02 TDM3531I Completed a refresh of the target volume.
05/15/2001 14:21:29.296 01 02 TDM2285I The master system is starting the quiesce process for a volume.
05/15/2001 14:28:00.607 01 02 TDM3532I Starting the synchronization of the target volume.
05/15/2001 14:28:00.607 01 02 TDM3533I Completed the synchronization of the target volume.
05/15/2001 14:28:00.613 01 02 TDM3524I Successful movement of the source volume TMP24A to the target volume TDM319.
05/15/2001 14:28:01.960 01 02 TDM2349I The master system is starting the point-in-time migration process for a vol.
05/15/2001 14:28:01.984 01 02 TDM2291I The master system is starting the resume process for a volume.
05/15/2001 14:28:01.986 01 02 TDM2697I Associated Address Space Facility (OVA) is waiting for an OVA job.
05/15/2001 14:41:34.584 01 02 TDM2695I An Associated Address Space Facility (OVA) job has become active.
05/15/2001 14:43:35.475 01 02 TDM2696I Associated Address Space Facility (OVA) is now inactive.
05/15/2001 14:44:05.569 01 02 TDM2695I An Associated Address Space Facility (OVA) job has become active.
05/15/2001 14:44:35.666 01 02 TDM2696I Associated Address Space Facility (OVA) is now inactive.
05/15/2001 14:45:05.770 01 02 TDM2695I An Associated Address Space Facility (OVA) job has become active.
05/15/2001 14:46:05.984 01 02 TDM2696I Associated Address Space Facility (OVA) is now inactive.
05/15/2001 14:48:36.453 01 02 TDM2695I An Associated Address Space Facility (OVA) job has become active.
05/15/2001 14:49:36.679 01 02 TDM2696I Associated Address Space Facility (OVA) is now inactive.
05/15/2001 14:50:06.784 01 02 TDM2695I An Associated Address Space Facility (OVA) job has become active.
      TRANSPARENT DATA MIGRATION FACILITY V2.3.0
         Fujitsu Softek
         Technical Support SITE 12456
   COPYRIGHT FUJITSU SOFTWARE TECHNOLOGY CORPORATION 1996-2003 PAGE 005
SYS VOL MESSAGE SYSTEM CDS
DATE TIME ---- NUMBER ---- MESSAGE TEXT
05/15/2001 14:50:36.881 01 02 TDM2696I Associated Address Space Facility (OVA) is now inactive.
05/15/2001 14:58:38.473 01 02 TDM2695I An Associated Address Space Facility (OVA) job has become active.
05/15/2001 14:59:08.620 01 02 TDM2696I Associated Address Space Facility (OVA) is now inactive.
05/15/2001 15:00:39.622 01 02 TDM2695I An Associated Address Space Facility (OVA) job has become active.
05/15/2001 15:04:42.508 01 02 TDM2696I Associated Address Space Facility (OVA) is now inactive.
05/15/2001 15:19:52.727 01 02 TDM2698I Associated Address Space Facility (OVA) has completed all OVA functions.
05/15/2001 15:19:52.999 01 02 TDM2293I The master system is starting the termination process for a volume.
05/15/2001 15:19:52.999 01 02 TDM2426I Point-In-Time Migration completed successfully group USERG .
05/15/2001 15:19:53.216 01 02 TDM2303I The master system has completed the migration process for a volume.
05/15/2001 15:19:53.262 01 02 TDM2410I All storage frames to migrate this volume have been successfully page freed.

 

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved