﻿1 Abort

   abort safely terminates any command. If you do not pass any parameters, HP
   SUM terminates the command as soon as it is safe. You cannot abort
   processing a local baseline.

      ---------------------------------------------------------------------   
    NOTE: The abort command does not terminate deployments on OA, VC, iLO, or 
    switch nodes.                                                             
      ---------------------------------------------------------------------   

  1.1 Syntax

   hpsum abort [--nodes [nodelist]]

  1.2 Parameters

   The abort command provides the following options:

   +------------------------------------------------------------------------+
   | Parameter          | Description                                       |
   |--------------------+---------------------------------------------------|
   | hpsum              | The HP SUM script initiates this action.          |
   |--------------------+---------------------------------------------------|
   |                    | Abort pending HP SUM operations. If you do not    |
   | abort              | specify nodes, the command terminates all tasks   |
   |                    | for all nodes.                                    |
   |--------------------+---------------------------------------------------|
   |                    | A list of the nodes (full hostname or IP address) |
   | --nodes <nodelist> | on which to perform the abort operation. If you   |
   |                    | do not specify nodes, the command terminates all  |
   |                    | tasks for all nodes.                              |
   +------------------------------------------------------------------------+

  1.3 Return codes

   +------------------------------------------------------------------------+
   | Return Code            | Windows | Linux | Text                        |
   |------------------------+---------+-------+-----------------------------|
   | SUCCESS_NO_REBOOT      | 0       | 0     | The command was successful. |
   |------------------------+---------+-------+-----------------------------|
   | FAILURE_GENERAL        | -1      | 255   | A general failure occurred. |
   |                        |         |       | For details, see the logs.  |
   |------------------------+---------+-------+-----------------------------|
   |                        |         |       | A bad input parameter was   |
   | FAILURE_BAD_PARM       | -2      | 254   | encountered. For details,   |
   |                        |         |       | see the logs.               |
   |------------------------+---------+-------+-----------------------------|
   | FAILURE_COMMAND_FAILED | -4      | 252   | The command failed. For     |
   |                        |         |       | details, see the logs.      |
   +------------------------------------------------------------------------+

  1.4 Example

    Windows Sample Command-Line

   C:\>hpsum abort /nodes 100.2.3.4 100.2.3.5

    Linux Sample Command-Line

   $ ./hpsum abort --nodes 100.2.3.4 100.2.4.5
