﻿1 inventory

   Enables you to scan nodes for the currently installed version of firmware,
   drivers, and hardware components.

  Syntax

   hpsum inventory [--nodes <nodelist>] [--baselines <baselinelist>]

  Parameters

   --nodes [<nodelist>]

           A list of the nodes on which to perform the inventory command. You
           can specify each node in the following ways:

              o localhost

              o 127.0.0.1

              o ::1

   --baselines [<baselinelist>]

           Specify the path of the SPP or components. If the baseline
           location include spaces or special characters, use escape
           characters (Linux) or double-quotations (Windows).

              o baseline: C:\repor1

              o baseline: C:\repor1\bp0001.xml

           If you include a node list with the baseline, HP SUM performs
           inventory on the nodes with the baseline specified. If you do not
           include a node list, then HP SUM only performs inventory on the
           baseline.

   Restrictions

   Set the management options, for example, AMS, SNMP, or WMI, before
   performing inventory.

   After performing successful inventory on a VC node using an encryption key,
   use the setattributes command to assign the encryption_key parameter details.

  Windows usage

   C:\>hpsum inventory /nodes 10.0.1.1 /baselines
   C:\Users\Administrator\Desktop\blds\ilo\26.33

  Linux usage

   $ ./hpsum inventory --nodes 10.0.1.1 --baselines
   /root/Desktop/rono/blds/ilo

  Return codes

   SUCCESS_NO_REBOOT

           Windows: 0

           Linux: 0

           Text: The command was successful.

   FAILURE_GENERAL

           Windows: -1

           Linux: 255

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

   FAILURE_BAD_PARM

           Windows: -2

           Linux: 254

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

   FAILURE_COMMAND_FAILED

           Windows: -4

           Linux: 252

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