﻿1 Abort

     ----------------------------------------------------------------------

   abort safely terminates any command. If you do not pass any specifics, the
   HP SUM terminates the command as soon as it is safe.

  1.1 Syntax

   hpsum abort [--nodes [nodelist]]

  1.2 Parameters

   The abort command provides the following options:

   +------------------------------------------------------------------------+
   | Option             | Description                                       |
   |--------------------+---------------------------------------------------|
   | hpsum              | The HP SUM script initiates this action.          |
   |--------------------+---------------------------------------------------|
   |                    | Abort pending HP SUM operations. If you do not    |
   | abort              | specify either nodes, all tasks for all nodes are |
   |                    | terminated.                                       |
   |--------------------+---------------------------------------------------|
   |                    | A list of the nodes (full hostname or IP address) |
   | --nodes [nodelist] | on which to perform the abort operation. If you   |
   |                    | do not supply any, all nodes in the session are   |
   |                    | aborted.                                          |
   +------------------------------------------------------------------------+

  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/HP-UX Sample Command-Line

   $hpsum abort --nodes 100.2.3.4 100.2.4.5
