TXSeries Region restart taking long time than expected???
If TXSeries CICS region is stopped with -f option or if a transaction using SFS server file terminates abnormally and started with StartType=cold option, then one of the possible reason for starting the region taking long time than expected can be open file descriptors if region is configured with SFS server. Even the region is stopped forcefully, some times the OFDs related to that region still remain open.
sfsadmin list ofds -server /.:/cics/sfs/<sfs server Name> |grep <region Name>
You can terminate the ofds using following command
sfsadmin terminate ofd -server /.:/cics/sfs/<sfs server Name> <ofd number>
For more information on OFD, check
http://publib.boulder.ibm.com/infocenter/txformp/v7r1/topic/com.ibm.cics.tx.doc/reference/r_sfsadmin_terminate_ofd.html#r_sfsadmin_terminate_ofd
No comments:
Post a Comment