﻿1 Abort

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

  1.1 Syntax

   hpsum abort [--nodes [nodelist]] [--baselines [baselinelist]]

  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   |
   | abort                      | do not specify nodes, the command         |
   |                            | terminates all tasks for all nodes.       |
   |----------------------------+-------------------------------------------|
   |                            | A list of the nodes (full hostname or IP  |
   |                            | address) on which to perform the abort    |
   | --nodes <nodelist>         | operation. If you do not specify nodes,   |
   |                            | the command terminates all tasks for all  |
   |                            | nodes.                                    |
   |----------------------------+-------------------------------------------|
   | --baselines <baselinelist> | A life of the baseline on which you want  |
   |                            | to abort the inventory or download.       |
   +------------------------------------------------------------------------+

  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

   C:\>hpsum abort /baselines C:/HPSUM/SPP

    Linux Sample Command-Line

   $hpsum abort --nodes 100.2.3.4 100.2.4.5

   $hpsum abort --baselines /root/hpsum/spp
