Hi
For z/OS attached volumes, you can also use ICKDSF jobs to unfence devices. You typically also need to specify the 2107 storage control unit Serial
https://www.ibm.com/docs/en/zos/2.5.0?topic=ilkpprc-subparameters-requestfence
or
https://www.ibm.com/docs/en/zos/2.5.0?topic=op-clearfence-parameter-clear-fence-status
Example:
//*---------------------------------------------
//* !!!!! ICKDSF UNFENCE CMD !!!!!
//*---------------------------------------------
//STEP0001 EXEC PGM=ICKDSF,REGION=3000K,PARM='NOREPLYU'
//SYSPRINT DD SYSOUT=(*,,1TAB)
//SYSIN DD *
CONTROL UNIT(7BB0) SPID CLEARFENCE SERIAL(12345) SCOPE(DEV)
CONTROL UNIT(7BB0) SOFT CLEARFENCE SERIAL(12345) SCOPE(DEV)
------------------------------
Thomas Luther
------------------------------
Original Message:
Sent: Tue April 02, 2024 02:37 AM
From: MAMADOU DJIBY GAYE
Subject: soft fenced STATE DS8870
HI Michael,
Thanks for your feedback, I'll look at that
Thanks
Original Message:
Sent: 4/2/2024 2:20:00 AM
From: Michael Frankenberg
Subject: RE: soft fenced STATE DS8870
Hi, If you can't use your replication management software (CSM / GDPS) to reset the soft fence state on these volumes, you can use the DSCLI command "manageckdvol -action sfdisable xxxx-yyyy" where xxxx-yyyy is the volume range you want to unfence.
------------------------------
Michael Frankenberg
Original Message:
Sent: Sun March 31, 2024 06:42 AM
From: MAMADOU DJIBY GAYE
Subject: soft fenced STATE DS8870
How can I return a group of volumes that are in soft fenced state to a normal state?
Thanks