A.136 remove Server

Removes an Oracle VM Server from an object.

Syntax

remove Server instance from { AccessGroup | CpuCompatibilityGroup | Repository | ServerPool } instance

Where instance is:

{ id=value | name=value }

Description

This command removes an Oracle VM Server from either a CPU compatibility group, server pool, storage repository or access group.

To remove admin servers from a file server or storage array, use the removeAdminServer command.

Options

The following table shows the available options for this command.

Option

Description

{ AccessGroup | CpuCompatibilityGroup | Repository | ServerPool }

The object from which to remove the Oracle VM Server.

{ id=value | name=value }

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

Examples

Example A.178 Removing an Oracle VM Server from a CPU compatibility group

OVM> remove Server name=MyServer from CpuCompatibilityGroup name=MyCPUGroup

Example A.179 Removing an Oracle VM Server from a server pool

OVM> remove Server name=MyServer from ServerPool name=MyServerPool

Example A.180 Removing an Oracle VM Server from an access group

OVM> remove Server name=MyServer from AccessGroup name=MyAccessGroup

Example A.181 Removing (unpresenting) an Oracle VM Server from a storage repository

OVM> remove Server name=MyServer from Repository name=MyRepository

See Also