A.159 takeOwnership

Take ownership of an Oracle VM Server or storage repository.

Syntax

takeOwnership { Repository instance [ serverpool=value ] | Server instance password=value }

Where instance is:

{ id=value | name=value }

Description

This command takes ownership of an Oracle VM Server or storage repository. After taking ownership of a repository, you should refresh it using the refresh command. If a server is only partially discovered, in the sense that it is already under the ownership of another Oracle VM Manager instance, and ownership is subsequently released, you may need to rediscover the server before you are able to take ownership of it in the current Oracle VM Manager instance.

Options

The following table shows the available options for this command.

Option

Description

{ Repository instance [ serverpool=value ] | Server instance password=value }

The object for which to take ownership, either an Oracle VM Server or a storage repository.

When taking ownership of a storage repository that uses an OCFS2-based file system, you should enter the server pool to which the repository is provided using the serverpool option.

When taking ownership of an Oracle VM Server, you should provide the password for the Oracle VM Agent using the password option.

{ id=value | name=value }

The instance of the object using either the id or name option, for example name=MyServer.

Examples

Example A.217 Taking ownership of an Oracle VM Server

OVM> takeOwnership Server name=MyServer password=********

Example A.218 Taking ownership of a storage repository

OVM> takeOwnership Repository name=MyRepository serverpool=MyServerPool

See Also