lsdbpurge

Use the lsdbpurge command to display the status of database purge tasks running in MDM.

Syntax

Read syntax diagramSkip visual syntax diagram>>-perfcli-- --lsdbpurge-- --+-------------------+-- ----------->
                             '--devtype--+-ess-+-'
                                         +-svc-+
                                         '-all-'

>--+------------------------+-- --+-----------+----------------><
   '--status--+-running---+-'     '-task_name-'
              +-timeout---+
              +-aborted---+
              +-cancelled-+
              '-complete--'

Parameters

-devtype ess | svc | all
An optional parameter that displays list of purge tasks by device type. Specify ess for Enterprise Storage Server (ESS) or svc for SAN Volume Controller. Use all to list purge tasks for all device types.
-status running | timeout | aborted | cancelled | complete
An optional parameter that displays purge tasks for only the purge status type specified.
task_name
An optional parameter that specifies the user-defined task name for the database purge task to be displayed.

Description

Use the lsdbpurge command to display the status of database purge tasks running in MDM.

Return values

For each purge task, the following information is listed:

Column Label Details
Name The user-defined name of the purge task.
Device type SVC or ESS, or both for all option.
Status Purge task status: running, timeout, aborted, canceled, or complete.

Possible failures

Examples

An invocation example:

perftool lsdbpurge

The resulting output:

Name       Device Type      Status
===================================
svcTask    SVC            Completed
svcTask2   SVC            Completed
essTask    ESS              Running

Related topics

(C) Copyright International Business Machines Corporation 2004