Expiring tapes from a dead AS/400
We have a problem with BRMS tape - system ownership. We have multiple tape volumes owned by a system that is no longer functional and is effectively gone. How can we expire the tapes that are owned by the dead system.?



Software/Hardware used:
AS/400, BRMS
ASKED: March 9, 2010  6:27 PM
UPDATED: March 10, 2010  10:54 PM

Answer Wiki:
Instead of option 7 to expire the tapes, use option 2 and manually enter an older date. This will update the *PERM status to *YES.
Last Wiki Answer Submitted:  March 10, 2010  10:49 pm  by  Whatis23   5,665 pts.
All Answer Wiki Contributors:  Whatis23   5,665 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Run the Initialize BRMS command with the following options:
INZBRM OPTION(*CHGSYSNAM) PRVSYSNAM(OLD_SYS) NEWSYSNAM(NEW_SYS)

 175 pts.