﻿1 Abort

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

   abort safely terminates any command. If you do not pass any specifics, the
   command essentially stops everything. In every case, the internals of the
   HP SUM engine terminates the command as soon as it is safe.

  1.1 Syntax

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

  1.2 Parameters

   The abort command provides the following options:

   +------------------------------------------------------------------------+
   | Option                     | Description                               |
   |----------------------------+-------------------------------------------|
   | hpsum[.cmd]                | The HP SUM script initiates this action.  |
   |----------------------------+-------------------------------------------|
   |                            | Abort pending HP SUM operations. If you   |
   | abort                      | do not specify either nodes or baselines, |
   |                            | all nodes and all baselines are aborted.  |
   |----------------------------+-------------------------------------------|
   |                            | A list of the nodes (full hostname or IP  |
   | --nodes [nodelist]         | address) on which to perform the abort    |
   |                            | operation. If you do not supply any, all  |
   |                            | nodes in the session are aborted.         |
   |----------------------------+-------------------------------------------|
   |                            | A list of the baselines (full hostname or |
   | --baselines [baselinelist] | IP address) on which to perform the abort |
   |                            | operation. If you do not supply any, all  |
   |                            | baselines 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.cmd abort /nodes 100.2.3.4 100.2.3.5 /baselines my_baseline1

    Linux/HP-UX Sample Command-Line

   $hpsum abort --nodes 100.2.3.4 100.2.4.5 --baselines my_baseline
