A.40 edit FileServer

Edits a file server.

Syntax

edit FileServer instance [ accessHost=value ] [ adminHost=value adminUserName=value adminPassword=value ] [ uniformedExports= { yes | no } ] [ name=value ] [ description=value ]

Where instance is:

{ id=id | name=name }

Description

This command edits a file server. If you are adding a non-generic file server, for example a Sun ZFS Storage Appliance, also enter the additional plug-in options to enable Oracle VM Manager to access the file server's configuration management functions using the adminHost option.

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

accessHost=value

The host name or IP address for the file server.

adminHost=value

The host name or IP address where administrative access to the file server is allowed.

adminUserName=value

A user name with administrative access to the file server, used with adminHost.

adminPassword=value

The administrator password for the adminUserName user.

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.

{ id=id | name=name }

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

Examples

Example A.54 Editing a file server

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

See Also