Home

 

4. Remove cluster channels

 

On CHICAGO remove the cluster channels:

ALTER CHANNEL(TO.CHICAGO2) CHLTYPE(CLUSSDR) CLUSTER(' ')
ALTER CHANNEL(TO.CHICAGO) CHLTYPE(CLUSRCVR) CLUSTER(' ')

It is important to issue the ALTER CHANNEL commands in the correct sequence, as shown in the above example (CLUSSDR command first, then CLUSRCVR command). Do not issue the CLUSRCVR command first, then the CLUSSDR command; this creates indoubt channels that have a STOPPED status, you will then need to issue a START CHL command to recover the stopped channels (for example START CHL(TO.CHICAGO).

You will see messages indicating that there are no repositories for the cluster CHAINSTORE.

If you did not remove the cluster queues as described in Step 1, you should do so now.

 

Parent topic:

Procedure


qc12020_


 

Home