Unlike cartridge entry processing, OAM does not currently provide a way to
disable cartridge eject processing. However, looking at the eject exit
(CBRUXEJC) provided by RMM, if you want to prevent cartridge ejects, it's looks
like there may be a way in that exit to have RMM invoke another exit and that
exit could return back with RC=8 (which RMM would then pass back to OAM). A
RC of 8 from the eject exit (CBRUXEJC) is an indication to OAM that the eject
request should be failed.
UXJFAIL EQU 8 VOLUME NOT TO BE EJECTED
If you would like OAM to provide a mechanism to disable cartridge ejects
(similar to cartridge entry), please open a requirement.
I'm also checking with RMM development/service to see if they have a way to
ensure that RMM ejects are handled as NOEJECT (by default).
Erika Dawson
OAM Product Owner (IBM)
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN