Description:
The following TSS MODIFY command was issued to 'protect' a DB2 subsystem with CA Top Secret for DB2:
TSS MODIFY(DB2FAC(xxxx=DB2PROD)).
TSS MODIFY(STATUS) shows ===>
DB2FAC(xxxx=DB2PROD).
What is the TSS MODIFY command to remove this, turn it off, or 'unprotect' DB2 subsystem 'xxxx'?
Solution:
The command to undo this is:
TSS MODIFY(DB2FAC(xxxx=NONE))
Please refer to the CA Top Secret Control Option for more details about DB2FAC.