deploy
Enables you to perform the deployment for nodes in the current working set for the current session. If you do not specify any nodes, the default is all in the currently selected list.

Syntax

smartupdate deploy [--nodes [nodelist]]

Parameters

--nodes [nodelist]
A list of the nodes to perform the deploy operation on. You can specify each node in three ways:

domain_name: localhost

ip: 127.0.0.1

ipv6: ::1

If you do not provide a nodelist, all nodes in the session are deployed.

--save_install_set <true/false>
True: Saves the install set on the iLO Repository.

False: Does not save the install set on the iLO Repository.

--install_set_name <SPP_baseline>
Provide the install set's name to save on the iLO Repository. Valid only for SPP baselines.

--install_set_description <description>
Saves the description you assign the install set.

--use_ilo_saved <option>
Use this parameter to deploy an install set already saved on the iLO Repository. Valid options:

ilo_install_set_name: Select a specific install set on the iLO Repository.
ilo_queued_updates: Select updates that are queued for deployment.
--manually_manage-iLO_repository = <true>
True prevents SUM from automatically removing install sets to make room for new install sets.

Restrictions

If there are no updates for a node, SUM might indicate that it deployed updates to the node, but nothing was deployed.

Windows usage

C:\> smartupdate deploy /nodes 10.7.0.0

Linux usage

$ ./smartupdate deploy --nodes 10.7.0.0

Return codes
SUCCESS_NO_REBOOT
Windows: 0

Linux: 0

Text: The command was successful.

SUCCESS_REBOOT
Windows: 1

Linux: 1

Text: The command was successful but a reboot is required.

SUCCESS_NOT_REQUIRED
Windows: 3

Linux: 3

Text: The command completed successfully, but was not required or everything was already current.

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_COMPONENT_FAILED
Windows: -3

Linux: 253

Text: The installation of the component failed.

FAILURE_COMMAND_FAILED
Windows: -4

Linux: 252

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