Fred,

You do use the SETXCF command, in a series of commands to switch 
dynamically without an IPL.

1)  Define your new primary and alternate data sets using normal XCF 
format utility
2)  Use SETXCF command to change your new primary data set as the 
alternate data set to your current environment using the ACOUPLE parameter
3)  Use SETXCF command to switch from primary to alternate
4)  Use SETXCF command to set your new alternate data set as the alternate 
to the new primary just set
5) Update COUPLExx, IEASYMxx, etc. as needed.

 
 
Thanks,
 
Craig



From:   Fred Kaptein <[email protected]>
To:     [email protected], 
Date:   01/03/2014 13:02
Subject:        New XCF data sets
Sent by:        IBM Mainframe Discussion List <[email protected]>



Hello,

I have a question on switching XCF data sets.

We currently have  5 systems in a SYSPLEX. We are looking to add more.
Our current XCF data sets were defined to hold 5 systems, using the 
following definitions:

//STEP1    EXEC PGM=IXCL1DSU 
//SYSPRINT DD   SYSOUT=* 
//SYSIN    DD   * 
   DEFINEDS SYSPLEX(TOPLX1C) 
         DSN(SYS1.TOPLX1C.XCFCDS71) VOLSER(T1CX01) 
         MAXSYSTEM(5) 
         CATALOG 
     DATA TYPE(SYSPLEX) 
          ITEM NAME(GROUP) NUMBER(60) 
          ITEM NAME(MEMBER) NUMBER(50) 
          ITEM NAME(GRS) NUMBER(1) 
   DEFINEDS SYSPLEX(TOPLX1C) 
         DSN(SYS1.TOPLX1C.XCFCDS72) VOLSER(T1CX02) 
         MAXSYSTEM(5) 
         CATALOG 
     DATA TYPE(SYSPLEX) 
          ITEM NAME(GROUP) NUMBER(60) 
          ITEM NAME(MEMBER) NUMBER(50) 
          ITEM NAME(GRS) NUMBER(1) 

We will create new data sets using the following parameter:
   MAXSYSTEM(10) 

The following is our definition in SYS1.PARMLIB(COUPLE00)

COUPLE SYSPLEX(TOPLX1C) 
       PCOUPLE(SYS1.TOPLX1C.XCFCDS71,T1CX01) 
       ACOUPLE(SYS1.TOPLX1C.XCFCDS72,T1CX02) 
       RETRY(100) 
       MAXMSG(1000) 
       CFRMPOL(TESTPLX5) 

My question is, can I switch the current systems to use the new data sets, 
without shutting down any systems?
If so what are the commands?
I was looking at the SETXCF command, but it does not seem to do what I am 
looking for.

If we have to shut down the systems, do we have to shut all 5 down at the 
same time? 

Any input is appreciated. 

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


**********************************************************************
This communication contains information which is confidential and
may also be privileged. It is for the exclusive use of the intended
recipient(s). If you are not the intended recipient(s), please note
that any distribution, copying or use of this communication or the
information in it is strictly prohibited. If you have received this
communication in error, please notify the sender immediately and
then destroy any copies of it.
**********************************************************************

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

Reply via email to