A.36 discoverServer

Discovers an Oracle VM Server.

Syntax

discoverServer ipAddress= { ip_address | hostname } port=port_number username=username password=password takeOwnership= { yes | no }

Description

This command discovers an Oracle VM Server and adds it to Oracle VM Manager.

Options

The following table shows the available options for this command.

Option

Description

ipAddress= { ip_address | hostname }

The IP address or hostname of the Oracle VM Server.

port=port_number

The port number on which to access the Oracle VM Agent on the Oracle VM Server.

username=username

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

password=password

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 installation. If specified for an Oracle VM Server that is already owned, the option is silently ignored.

Examples

Example A.50 Discovering an Oracle VM Server

OVM> discoverServer ipAddress=10.172.76.73 port=8899 username=oracle password=password \
  takeOwnership=yes

See Also