1 Schedule ---------------------------------------------------------------------- Enables you to schedule an installation for one or more nodes or update baselines. schedule enables you to schedule installation of one or more nodes. If you do not specify any nodes, then the installation applies to all currently selected nodes in the current session. 1.1 Syntax hpsum[.sh|.cmd] schedule [--nodes [nodelist] [--baselines(b) [baselinelist]] datetimestring 1.2 Parameters The schedule command provides the following options: +------------------------------------------------------------------------+ | Option | Description | |-----------------------+------------------------------------------------| | hpsum[.sh|.cmd] | The HP SUM script initiates this action. | |-----------------------+------------------------------------------------| | schedule (scn) | The command to schedule nodes for updates. | |-----------------------+------------------------------------------------| | | A list of the nodes to schedule for updates. | | --nodes(n) [nodelist] | If you do not provide a nodelist, all nodes in | | | the session are used. | |-----------------------+------------------------------------------------| | | A list of the baselines to schedule for | | --baselines(b) | updates. A baseline schedules an update from | | [baselinelist] | web if necessary. If you do not specify a list | | | of baselines, then all baselines in the | | | session are scheduled. | |-----------------------+------------------------------------------------| | | Use the format for local strings according to | | datetimestring | the computer attributes. This applies to all | | | nodes and baselines in the command. | +------------------------------------------------------------------------+ 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 schedule /nodes n1 n2 n3 "08/27/2012 12:10" Linux/HP-UP sample command line $ hpsum.sh schedule --nodes n1 n2 n3 --baseline 321 "08/27/2012 12:10"