Author Topic: CMOD 7.1 installation, missing DDDEF  (Read 4208 times)

LWagner

  • Guest
CMOD 7.1 installation, missing DDDEF
« on: August 22, 2007, 03:36:28 PM »
The output of my SMP/E Apply check is encountering an error for missing DDDEF SARSHMID.

Could someone check their OD 7.1 CSI and provide me the z/OS dataset name or UNIX pathname ?


Thanks,


Larry Wagner

Nancy Irgens

  • Newbie
  • *
  • Posts: 3
    • View Profile
Re: CMOD 7.1 installation, missing DDDEF
« Reply #1 on: September 11, 2007, 08:48:23 AM »
Here's the smp info you were looking for.

DDDEF ENTRY SARSHMID - PATH 

'/serviceod/usr/lpp/ars/midserver/IBM/' 
#zOS #DB2 #DisasterRecovery #HighAvailability #Performance #Finance

Nancy Irgens

  • Newbie
  • *
  • Posts: 3
    • View Profile
Re: CMOD 7.1 installation, missing DDDEF
« Reply #2 on: September 11, 2007, 10:06:43 AM »
I found that PQ81183 added the DDDEF....

Look in your install file for the DDDEF jcl.  SARSINST(ARSBDDE1)

JCL TO DEFINE DDDEFS FOR THE         
ONDEMAND FOR Z/OS AND OS/390 V7.1.0   
PQ81183 DATA SETS TO SMP/E.           

//SMPCNTL   DD  *                         
 SET BDY(?TZ?).                           
 UCLIN  .                                                                 
     ADD DDDEF(SEZARNT1)                   
     SHR WAIT                             
     UNIT(SYSALLDA)                       
     DA(?TCP?.SEZARNT1) .                 
                                           
     ADD DDDEF(SARSHMID)                   
     PATH('/usr/lpp/ars/midserver/IBM/').                                     
 ENDUCL .                                 
#zOS #DB2 #DisasterRecovery #HighAvailability #Performance #Finance

LWagner

  • Guest
Re: CMOD 7.1 installation, missing DDDEF
« Reply #3 on: September 25, 2007, 07:14:21 AM »
Those last two are the ones I needed.

I found the rest of the items, and finally got an APPLY CHECK RC=04, and and APPLY RC=04.

Moving on to configuration and testing.