A.58 discoverServer

Discovers an Oracle VM Server.

Syntax

discoverServer ipAddress=value password=value takeOwnership= { Yes | No }

Description

This command discovers an Oracle VM Server and adds it to Oracle VM Manager. The username used to connect to the Oracle VM Agent on the Oracle VM Server is oracle. The port number on which access is made to the Oracle VM Agent on the Oracle VM Server is 8899.

Options

The following table shows the available options for this command.

Option

Description

ipAddress=value

The IP address or hostname of the Oracle VM Server.

password=value

The password to use when connecting to the Oracle VM Agent on the Oracle VM Server.

takeOwnership= { Yes | No }

Whether to take ownership of the Oracle VM Server.

Important

The takeOwnership option should only be used if the Oracle VM Server is not already owned by an existing Oracle VM Manager. If specified for an Oracle VM Server that is already owned, the option is silently ignored.

Examples

Example A.80 Discovering an Oracle VM Server

OVM> discoverServer ipAddress=10.172.76.73 password=password takeOwnership=Yes

See Also