You can include a media for refresh or exclude a media from a refresh operation that was previously set up from the command line interface.
Procedure
-
Use the qlogin command to log onto the CommServe.
-
On the command line, type the appropriate command for including or excluding the media.
Goal
Command
Example
Include a media for refresh
qoperation execscript -sn $[PickUnpickMediaForRefresh] -si '$[Pick]' -si '$[Barcodes_Comma_separated]'
qoperation execscript -sn $[PickUnpickMediaForRefresh] -si '$[Pick]' -si '$[M001,M002]'Exclude a media for refresh
qoperation execscript -sn $[PickUnpickMediaForRefresh] -si '$[UnPick]' -si '$[Barcodes_Comma_separated]'
qoperation execscript -sn $[PickUnpickMediaForRefresh] -si '$[UnPick]' -si '$[M003,M004]'