On Wed, 8 Jul 2009 08:20:09 -0400, Klein, Kenneth <[email protected]>
wrote:

>What is SFM?
>

Sysplex Failure Management


You may want to do a little reading about sysplex:

MVS Setting Up a Sysplex
http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/IEA2F181/CCONTENTS

Here is a simple policy that treats all systems in the sysplex equally:

//STEP1    EXEC PGM=IXCMIAPU                                
//SYSPRINT DD   SYSOUT=*                                    
//SYSABEND DD   SYSOUT=*                                    
  DATA TYPE(SFM) REPORT(YES)                                
                                                            
     DEFINE POLICY NAME(POLSFM1) CONNFAIL(YES) REPLACE(YES) 
                                                            
        SYSTEM NAME(*)                                      
           ISOLATETIME(0)                                   
           SSUMLIMIT(60)                                    
           WEIGHT(100)                                      
           MEMSTALLTIME(90)      


Mark
--
Mark Zelden
Sr. Software and Systems Architect - z/OS Team Lead
Zurich North America / Farmers Insurance Group - ZFUS G-ITO
mailto:[email protected]
z/OS Systems Programming expert at http://expertanswercenter.techtarget.com/
Mark's MVS Utilities: http://home.flash.net/~mzelden/mvsutil.html

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to