IBM Tivoli Storage Manager, Version 7.1

CANCEL EXPORT (Delete a suspended export operation)

Use this command to delete a suspended server-to server export operation. After issuing the CANCEL EXPORT command, you cannot restart the export operation. Issue the CANCEL PROCESS command to delete a currently running export operation.

Privilege class

You must have system privilege to issue this command.

Syntax

Read syntax diagramSkip visual syntax diagram
                  .-*---------------------.   
>>-CANcel EXPort -+-----------------------+--------------------><
                  '---export_identifier---'   

Parameters

export_identifier
The unique identifier of the suspended export operation that you wish to delete. You can also enter wildcard characters for the identifier. Issue the QUERY EXPORT command to list the currently suspended export operations.

Example: Delete a specific suspended export operation

Cancel the suspended server-to-server export operation EXPORTALLACCTNODES.
cancel export exportallacctnodes

Example: Delete all suspended server-to-server export operations

Cancel all suspended server-to-server export processes.
cancel export *

Related commands

Table 1. Commands related to CANCEL EXPORT
Command Description
CANCEL PROCESS Cancels a background server process.
EXPORT NODE Copies client node information to external media or directly to another server.
EXPORT SERVER Copies all or part of the server to external media or directly to another server.
QUERY EXPORT Displays the export operations that are currently running or suspended.
RESTART EXPORT Restarts a suspended export operation.
SUSPEND EXPORT Suspends a running export operation.


Feedback