ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • system smtape abort

    Abort an active SMTape session

    Availability: This command is available to cluster administrators at the admin privilege level.

    Description

    This command aborts the backup or restore operations based on the session identifier. You can perform SMTape operations using the system smtape backup or system smtape restore commands. A unique session identifier is assigned for each new SMTape operation. This command aborts sessions that are in active and waiting states.

    Parameters

    -session <Sequence Number> - Session Identifier

    Use this parameter to specify the session identifier for a backup or restore session.

    Examples

    Abort the SMTape session with the session identifier 20

    cluster1::> system smtape abort -session 20
    Abort posted to session 20.
    Top of Page