dsmrm
The dsmrm command removes a recall process from the queue. To obtain the required recall ID to remove a recall process, use the dsmq command.
You must have root user authority to use this command.
Note: After a recall process starts, issue the dsmrm command to stop the
process. Do not use Ctrl+C to stop a recall
process.
The dsmrm command cannot stop recalls triggered by the optimized tape recall processing. For more information on stopping optimized tape recall processing, see Optimized tape recall processing.
The dsmrm command cannot stop recalls triggered by the optimized tape recall processing. For more information on stopping optimized tape recall processing, see 'Optimized tape recall processing' in the User's Guide.
Syntax
Parameters
- recallid
- The recall process ID that you want to remove from the queue.
- options
- –ERRORLOGName=file_path
- Specifies the path and file name of the error log file to be used by this command. Output from only this command is logged to the specified file. Other commands and daemons write output to the error log file specified by the errorlogname option in options file dsm.sys or dsm.opt, or as specified by the DSM_LOG environment variable. If any part of the path you specify does not exist, the space management client creates it.
- –Help
- Displays syntax and options for the command. Do not specify other options when you specify the help option.
Examples
| Task | Command |
|---|---|
| Remove recall ID 10 from the queue. | dsmrm 10 |
| Remove recall ID 5 and recall ID 6 from the queue. | dsmrm 5 6 |