A.10 add Server

Adds an Oracle VM Server to an object.

Syntax

add Server instance to { ServerPool | FileServer | SanServer | Repository | NfsAccessGroup } instance

Where instance is:

{ id=id | name=name }

Description

This command adds an Oracle VM Server to either a server pool, file server, SAN server, storage repository or file server access group. When you add an Oracle VM Server to a file server, SAN server or storage repository, you are making that Oracle VM Server available to perform admin duties for that storage object. To present a storage repository to all Oracle VM Servers in a server pool, use the add ServerPool command.

Options

The following table shows the available options for this command.

Option

Description

{ ServerPool | FileServer | SanServer | Repository | NfsAccessGroup }

The object on which to assign the Oracle VM Server as an admin server.

{ id=id | name=name }

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

Examples

Example A.10 Adding an Oracle VM Server to a server pool

OVM> add Server name=MyServer to ServerPool name=MyServerPool

Example A.11 Adding an admin server to file server

OVM> add Server name=MyServer to FileServer name=MyNFSServer

Example A.12 Adding an admin server to a SAN server

OVM> add Server name=MyServer to SanServer name=MyISCIServer

Example A.13 Adding an Oracle VM Server to a file server access group

OVM> add Server name=MyServer to NfsAccessGroup name=MyNFSAccessGroup

Example A.14 Adding (presenting) an Oracle VM Server to a storage repository

OVM> add Server name=MyServer to Repository name=MyRepository

See Also