A.68 edit FileServer

Edits a file server.

Syntax

edit FileServer instance [ plugin=value ] [ accessHost=value ] [ uniformedExports= { Yes | No } ] [ name=value ] [ description=value ]

Where instance is:

{ id=value | name=value }

Description

This command edits the attributes of a file server.

Although none of the options are mandatory, you must supply at least one option.

Options

The following table shows the available options for this command.

Option

Description

plugin=value

The name or ID for the Oracle VM Storage Connect plug-in for the file server. To see a list of the available plug-ins, use the list StorageArrayPlugin command.

accessHost=value

The host name or IP address for the file server.

uniformedExports= { Yes | No }

Whether the file server has uniformed file system exports. The default is Yes.

name=value

A name to identify the file server.

description=value

Optional description for the file server. value is a maximum of 4,000 characters.

{ id=value | name=value }

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

Examples

Example A.90 Editing a file server

OVM> edit FileServer id=0004fb00000900000ef55b2f96a564c8 name=MyNFSServer \
  description='My NFS Server'

See Also