A.137 remove ServerPool

Removes a server pool from a storage repository or file system access group.

Syntax

remove ServerPool instance from { AccessGroup | Repository } instance

Where instance is:

{ id=value | name=value }

Description

This command unpresents a storage repository from the Oracle VM Servers in a server pool. To unpresent a storage repository to an individual Oracle VM Server, use the remove Server command.

This command also removes a server pool from an access group.

Options

The following table shows the available options for this command.

Option

Description

{ AccessGroup | Repository }

The object from which to remove the server pool.

{ id=value | name=value }

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

Examples

Example A.182 Unpresenting a storage repository from a server pool

OVM> remove ServerPool name=MyServerPool from Repository name=MyNFSRepository

Example A.183 Removing a server pool from an access group

OVM> remove ServerPool name=MyServerPool from AccessGroup name=MyAccessGroup

See Also