Return codes, Example, Findavailablenodes – HP Smart Update Manager User Manual

Page 110: Syntax, Return codes example, Windows sample command line, Linux/hp-ux sample command line

Advertising
background image

Description

Option

ip: 127.0.0.1

ipv6: ::1

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

Enables deploying for a group.

--groups grouplist

Return codes

Text

Linux

Windows

Return Code

The command was successful.

0

0

SUCCESS_NO_REBOOT

The command was successful but a reboot is

required.

1

1

SUCCESS_REBOOT

The command was successful but an additional

installation session is required to complete

the update process.

2

2

SUCCESS_NEW_SESSION_REQUIRED

The command completed successfully, but was not

required or everything was already current.

3

3

SUCCESS_NOT_REQUIRED

A general failure occurred. For details, see

the logs.

255

-1

FAILURE_GENERAL

A bad input parameter was encountered. For

details, see the logs.

254

-2

FAILURE_BAD_PARM

The installation of the component failed.

253

-3

FAILURE_COMPONENT_FAILED

The command failed. For details, see the logs.

252

-4

FAILURE_COMMAND_FAILED

Example

Windows sample command line

C:\> hpsum deploy /nodes 10.7.0.0

Windows sample command line

C:\> hpsum deploy /groups mygroupname

Installing xxxxxx...

Installation complete.

Linux/HP-UX sample command line

$ hpsum deploy --nodes 10.7.0.0

FindAvailableNodes

Enables you to find nodes.

findavailablenodes

enables you to search the network for available nodes. To be available,

you must be able to reach nodes and another management system must not have exclusive control
of the nodes. This command searches the range of IP addresses provided and accepts an optional
port.

Syntax

hpsum findavailablenodes --type ip|LDAP|port fromIP toIP [port]

110

Console Commands

Advertising