Manual

Parameters
The setattributes command provides the following options:
DescriptionOption
The HP SUM script initiates this action.hpsum
The command to set attributes pending HP SUM operations.setattributes
Section for attributes that you want to apply to nodes. If
you do not specify a nodelist, this sets the attribute for all
nodes in the session.
--nodes [nodelist] [attribute=value]
Return codes
TextLinuxWindowsReturn Code
The command was successful.00SUCCESS_NO_REBOOT
A general failure occurred. For details,
see the logs.
255-1FAILURE_GENERAL
A bad input parameter was encountered. For
details, see the logs.
254-2FAILURE_BAD_PARM
The command failed. For details, see the
logs.
252-4FAILURE_COMMAND_FAILED
Example
Windows sample command line
C:\> hpsum setattributes /nodes localhost force=true /nodes 16.1.1.105
force=true rewrite=true
Linux/HP-UX sample command line
$ hpsum setattributes /nodes localhost force=true --nodes 16.1.1.105
force=true rewrite=true
ShutdownEngine
shutdownengine enables you to terminate the HP SUM engine. If other sessions are active, this
fails unless you use the --force option.
CAUTION: Using --force can cause loss of information.
Syntax
hpsum shutdownengine [--force]
Parameters
The shutdownengine command provides the following options:
DescriptionOption
The HP SUM script initiates this action.hpsum
The command to shut down HP SUM engine.shutdownengine
Force shutdown even if other sessions are still active.--force
ShutdownEngine 121