I have an OMVS dataset that was mounted via a batch job on a z/OS 2.2 LPAR:

//SYSTSPRT DD   SYSOUT=*                         
//SYSTSIN  DD   *                                
  PROF MSGID WTPMSG                              
  MOUNT FILESYSTEM('CICSTS53.CICS.ESA1.HFS.FF') +
        MODE(RDWR) TYPE(ZFS) NOAUTOMOVE +        
        MOUNTPOINT('/usr/lpp/cicsts53')          

This job was run after the CICS region was already up and is used for CICS TS 
5.3 web services. The web services were dynamically installed from this 
successfully mounted dataset and worked fine.

Sometime over night the dataset (file) became un-mounted. How can I determine 
what un-mounted the file? I do not see anything in the syslog or the CICS log. 
Can I use SMF to determine this, what record type would be used?

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to