1 activate

  Description

   Activates any updates previously staged or installed. This can involve
   rebooting or other processes based on specific devices.

  Syntax

   hpsum activate --nodes <nodelist> --cancelpending

  Parameters

   --nodes <nodelist>

           A list of the nodes (full hostname or IP address) on which to
           perform the activate nodes operation. If you do not provide any,
           the command applies to all nodes in the session.

   --cancelPending

           When specified, the parameter cancels the pending firmware update
           instead of activating it. This parameter is available for
           Integrity iLO nodes only.

  Restrictions

   The activate command only applies to the Integrity iLO and server nodes.

  Windows usage

   C:\> hpsum activate /nodes 10.0.0.1 10.0.0.2

  Linux usage

   $ ./hpsum activate --nodes 10.0.0.1 10.0.0.2

  Return codes

   SUCCESS_NO_REBOOT

           Windows code: 0

           Linux code: 0

           Text: The command was successful.

   SUCCESS_NOT_REQUIRED

           Windows code: 3

           Linux code: 3

           Text: The command completed successfully, but was not required or
           everything was already current. (No activation was needed)

   FAILURE_GENERAL

           Windows code: -1

           Linux code: 255

           Text: A general failure occurred. For details, see the logs.

   FAILURE_BAD_PARM

           Windows code: -2

           Linux code: 254

           Text: A bad input parameter was encountered. For details, see the
           logs.

   FAILURE_COMPONENT_FAILED

           Windows code: -3

           Linux code: 253

           Text: The installation of the component failed.

   FAILURE_COMMAND_FAILED

           Windows code: -4

           Linux code: 252

           Text: The command failed. For details, see the logs.